diff --git a/src/grammar.json b/src/grammar.json index a07a320..358d770 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1043,27 +1043,57 @@ "value": "\"" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_double" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_i_double" - }, - "named": true, - "value": "quoted_content" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "interpolation" + }, + { + "type": "SYMBOL", + "name": "escape_sequence" + } + ] }, { - "type": "SYMBOL", - "name": "interpolation" - }, - { - "type": "SYMBOL", - "name": "escape_sequence" + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_double" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1089,23 +1119,48 @@ "value": "\"" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_double" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_double" - }, - "named": true, - "value": "quoted_content" - }, { "type": "SYMBOL", "name": "escape_sequence" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_double" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1131,27 +1186,57 @@ "value": "'" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_single" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_i_single" - }, - "named": true, - "value": "quoted_content" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "interpolation" + }, + { + "type": "SYMBOL", + "name": "escape_sequence" + } + ] }, { - "type": "SYMBOL", - "name": "interpolation" - }, - { - "type": "SYMBOL", - "name": "escape_sequence" + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_single" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1177,23 +1262,48 @@ "value": "'" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_single" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_single" - }, - "named": true, - "value": "quoted_content" - }, { "type": "SYMBOL", "name": "escape_sequence" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_single" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1219,27 +1329,57 @@ "value": "'''" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_heredoc_single" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_i_heredoc_single" - }, - "named": true, - "value": "quoted_content" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "interpolation" + }, + { + "type": "SYMBOL", + "name": "escape_sequence" + } + ] }, { - "type": "SYMBOL", - "name": "interpolation" - }, - { - "type": "SYMBOL", - "name": "escape_sequence" + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_heredoc_single" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1265,23 +1405,48 @@ "value": "'''" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_heredoc_single" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_heredoc_single" - }, - "named": true, - "value": "quoted_content" - }, { "type": "SYMBOL", "name": "escape_sequence" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_heredoc_single" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1307,27 +1472,57 @@ "value": "\"\"\"" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_heredoc_double" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_i_heredoc_double" - }, - "named": true, - "value": "quoted_content" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "interpolation" + }, + { + "type": "SYMBOL", + "name": "escape_sequence" + } + ] }, { - "type": "SYMBOL", - "name": "interpolation" - }, - { - "type": "SYMBOL", - "name": "escape_sequence" + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_heredoc_double" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1353,23 +1548,48 @@ "value": "\"\"\"" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_heredoc_double" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_heredoc_double" - }, - "named": true, - "value": "quoted_content" - }, { "type": "SYMBOL", "name": "escape_sequence" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_heredoc_double" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1395,27 +1615,57 @@ "value": "(" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_parenthesis" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_i_parenthesis" - }, - "named": true, - "value": "quoted_content" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "interpolation" + }, + { + "type": "SYMBOL", + "name": "escape_sequence" + } + ] }, { - "type": "SYMBOL", - "name": "interpolation" - }, - { - "type": "SYMBOL", - "name": "escape_sequence" + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_parenthesis" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1441,23 +1691,48 @@ "value": "(" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_parenthesis" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_parenthesis" - }, - "named": true, - "value": "quoted_content" - }, { "type": "SYMBOL", "name": "escape_sequence" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_parenthesis" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1483,27 +1758,57 @@ "value": "{" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_curly" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_i_curly" - }, - "named": true, - "value": "quoted_content" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "interpolation" + }, + { + "type": "SYMBOL", + "name": "escape_sequence" + } + ] }, { - "type": "SYMBOL", - "name": "interpolation" - }, - { - "type": "SYMBOL", - "name": "escape_sequence" + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_curly" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1529,23 +1834,48 @@ "value": "{" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_curly" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_curly" - }, - "named": true, - "value": "quoted_content" - }, { "type": "SYMBOL", "name": "escape_sequence" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_curly" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1571,27 +1901,57 @@ "value": "[" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_square" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_i_square" - }, - "named": true, - "value": "quoted_content" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "interpolation" + }, + { + "type": "SYMBOL", + "name": "escape_sequence" + } + ] }, { - "type": "SYMBOL", - "name": "interpolation" - }, - { - "type": "SYMBOL", - "name": "escape_sequence" + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_square" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1617,23 +1977,48 @@ "value": "[" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_square" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_square" - }, - "named": true, - "value": "quoted_content" - }, { "type": "SYMBOL", "name": "escape_sequence" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_square" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1659,27 +2044,57 @@ "value": "<" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_angle" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_i_angle" - }, - "named": true, - "value": "quoted_content" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "interpolation" + }, + { + "type": "SYMBOL", + "name": "escape_sequence" + } + ] }, { - "type": "SYMBOL", - "name": "interpolation" - }, - { - "type": "SYMBOL", - "name": "escape_sequence" + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_angle" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1705,23 +2120,48 @@ "value": "<" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_angle" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_angle" - }, - "named": true, - "value": "quoted_content" - }, { "type": "SYMBOL", "name": "escape_sequence" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_angle" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1747,27 +2187,57 @@ "value": "|" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_bar" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_i_bar" - }, - "named": true, - "value": "quoted_content" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "interpolation" + }, + { + "type": "SYMBOL", + "name": "escape_sequence" + } + ] }, { - "type": "SYMBOL", - "name": "interpolation" - }, - { - "type": "SYMBOL", - "name": "escape_sequence" + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_bar" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1793,23 +2263,48 @@ "value": "|" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_bar" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_bar" - }, - "named": true, - "value": "quoted_content" - }, { "type": "SYMBOL", "name": "escape_sequence" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_bar" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1835,27 +2330,57 @@ "value": "/" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_slash" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_i_slash" - }, - "named": true, - "value": "quoted_content" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "interpolation" + }, + { + "type": "SYMBOL", + "name": "escape_sequence" + } + ] }, { - "type": "SYMBOL", - "name": "interpolation" - }, - { - "type": "SYMBOL", - "name": "escape_sequence" + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_i_slash" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } @@ -1881,23 +2406,48 @@ "value": "/" } }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_slash" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] + }, { "type": "REPEAT", "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_quoted_content_slash" - }, - "named": true, - "value": "quoted_content" - }, { "type": "SYMBOL", "name": "escape_sequence" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_quoted_content_slash" + }, + "named": true, + "value": "quoted_content" + }, + { + "type": "BLANK" + } + ] } ] } diff --git a/src/parser.c b/src/parser.c index 136f4b0..77f5b2f 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,15 +14,15 @@ #endif #define LANGUAGE_VERSION 13 -#define STATE_COUNT 5670 -#define LARGE_STATE_COUNT 1079 +#define STATE_COUNT 6976 +#define LARGE_STATE_COUNT 1091 #define SYMBOL_COUNT 235 #define ALIAS_COUNT 1 #define TOKEN_COUNT 125 #define EXTERNAL_TOKEN_COUNT 26 #define FIELD_COUNT 9 #define MAX_ALIAS_SEQUENCE_LENGTH 7 -#define PRODUCTION_ID_COUNT 27 +#define PRODUCTION_ID_COUNT 28 enum { aux_sym__terminator_token1 = 1, @@ -1735,7 +1735,8 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [21] = {.index = 35, .length = 3}, [22] = {.index = 38, .length = 5}, [23] = {.index = 38, .length = 5}, - [25] = {.index = 43, .length = 2}, + [24] = {.index = 43, .length = 2}, + [26] = {.index = 45, .length = 2}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -1802,6 +1803,9 @@ static const TSFieldMapEntry ts_field_map_entries[] = { {field_quoted_start, 2, .inherited = true}, {field_right, 2}, [43] = + {field_quoted_end, 3}, + {field_quoted_start, 0}, + [45] = {field_key, 2}, {field_target, 0}, }; @@ -1826,10 +1830,10 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [23] = { [2] = sym_charlist, }, - [24] = { + [25] = { [2] = alias_sym_map_content, }, - [26] = { + [27] = { [3] = alias_sym_map_content, }, }; @@ -10624,10 +10628,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\\') ADVANCE(541); END_STATE(); case 33: - if (lookahead == '\n') SKIP(125) + if (lookahead == '\n') SKIP(124) END_STATE(); case 34: - if (lookahead == '\n') SKIP(125) + if (lookahead == '\n') SKIP(124) if (lookahead == '\r') SKIP(33) if (lookahead == '\\') ADVANCE(541); END_STATE(); @@ -12055,73 +12059,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '!') ADVANCE(181); if (lookahead == '#') ADVANCE(662); if (lookahead == '&') ADVANCE(150); - if (lookahead == '*') ADVANCE(621); - if (lookahead == '+') ADVANCE(520); - if (lookahead == ',') ADVANCE(501); - if (lookahead == '-') ADVANCE(523); - if (lookahead == '.') ADVANCE(632); - if (lookahead == '/') ADVANCE(452); - if (lookahead == ':') ADVANCE(178); - if (lookahead == ';') ADVANCE(300); - if (lookahead == '<') ADVANCE(440); - if (lookahead == '=') ADVANCE(552); - if (lookahead == '>') ADVANCE(445); - if (lookahead == '[') ADVANCE(660); - if (lookahead == '\\') ADVANCE(34); - if (lookahead == '^') ADVANCE(199); - if (lookahead == 'a') ADVANCE(488); - if (lookahead == 'd') ADVANCE(492); - if (lookahead == 'e') ADVANCE(491); - if (lookahead == 'i') ADVANCE(489); - if (lookahead == 'o') ADVANCE(493); - if (lookahead == 'w') ADVANCE(486); - if (lookahead == '|') ADVANCE(448); - if (lookahead == '~') ADVANCE(188); - if (lookahead == '\t' || - lookahead == ' ') SKIP(125) - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(500); - END_STATE(); - case 125: - if (lookahead == '\n') ADVANCE(292); - if (lookahead == '\r') ADVANCE(123); - if (lookahead == '!') ADVANCE(181); - if (lookahead == '#') ADVANCE(662); - if (lookahead == '&') ADVANCE(150); - if (lookahead == '*') ADVANCE(621); - if (lookahead == '+') ADVANCE(520); - if (lookahead == ',') ADVANCE(501); - if (lookahead == '-') ADVANCE(523); - if (lookahead == '.') ADVANCE(632); - if (lookahead == '/') ADVANCE(452); - if (lookahead == ':') ADVANCE(178); - if (lookahead == ';') ADVANCE(300); - if (lookahead == '<') ADVANCE(440); - if (lookahead == '=') ADVANCE(552); - if (lookahead == '>') ADVANCE(445); - if (lookahead == '\\') ADVANCE(34); - if (lookahead == '^') ADVANCE(199); - if (lookahead == 'a') ADVANCE(214); - if (lookahead == 'd') ADVANCE(218); - if (lookahead == 'e') ADVANCE(217); - if (lookahead == 'i') ADVANCE(215); - if (lookahead == 'o') ADVANCE(220); - if (lookahead == 'w') ADVANCE(212); - if (lookahead == '|') ADVANCE(448); - if (lookahead == '~') ADVANCE(188); - if (lookahead == '\t' || - lookahead == ' ') SKIP(125) - END_STATE(); - case 126: - if (lookahead == '\n') ADVANCE(293); - END_STATE(); - case 127: - if (lookahead == '\n') ADVANCE(293); - if (lookahead == '\r') ADVANCE(126); - if (lookahead == '!') ADVANCE(181); - if (lookahead == '#') ADVANCE(662); - if (lookahead == '&') ADVANCE(150); if (lookahead == ')') ADVANCE(302); if (lookahead == '*') ADVANCE(621); if (lookahead == '+') ADVANCE(520); @@ -12134,7 +12071,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(440); if (lookahead == '=') ADVANCE(552); if (lookahead == '>') ADVANCE(445); - if (lookahead == '\\') ADVANCE(36); + if (lookahead == '\\') ADVANCE(34); if (lookahead == ']') ADVANCE(436); if (lookahead == '^') ADVANCE(199); if (lookahead == 'a') ADVANCE(214); @@ -12145,6 +12082,73 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '|') ADVANCE(448); if (lookahead == '}') ADVANCE(434); if (lookahead == '~') ADVANCE(188); + if (lookahead == '\t' || + lookahead == ' ') SKIP(124) + END_STATE(); + case 125: + if (lookahead == '\n') ADVANCE(293); + END_STATE(); + case 126: + if (lookahead == '\n') ADVANCE(293); + if (lookahead == '\r') ADVANCE(125); + if (lookahead == '!') ADVANCE(181); + if (lookahead == '#') ADVANCE(662); + if (lookahead == '&') ADVANCE(150); + if (lookahead == '*') ADVANCE(621); + if (lookahead == '+') ADVANCE(520); + if (lookahead == ',') ADVANCE(501); + if (lookahead == '-') ADVANCE(523); + if (lookahead == '.') ADVANCE(632); + if (lookahead == '/') ADVANCE(452); + if (lookahead == ':') ADVANCE(178); + if (lookahead == ';') ADVANCE(300); + if (lookahead == '<') ADVANCE(440); + if (lookahead == '=') ADVANCE(552); + if (lookahead == '>') ADVANCE(445); + if (lookahead == '[') ADVANCE(660); + if (lookahead == '\\') ADVANCE(36); + if (lookahead == '^') ADVANCE(199); + if (lookahead == 'a') ADVANCE(488); + if (lookahead == 'd') ADVANCE(492); + if (lookahead == 'e') ADVANCE(491); + if (lookahead == 'i') ADVANCE(489); + if (lookahead == 'o') ADVANCE(493); + if (lookahead == 'w') ADVANCE(486); + if (lookahead == '|') ADVANCE(448); + if (lookahead == '~') ADVANCE(188); + if (lookahead == '\t' || + lookahead == ' ') SKIP(127) + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(500); + END_STATE(); + case 127: + if (lookahead == '\n') ADVANCE(293); + if (lookahead == '\r') ADVANCE(125); + if (lookahead == '!') ADVANCE(181); + if (lookahead == '#') ADVANCE(662); + if (lookahead == '&') ADVANCE(150); + if (lookahead == '*') ADVANCE(621); + if (lookahead == '+') ADVANCE(520); + if (lookahead == ',') ADVANCE(501); + if (lookahead == '-') ADVANCE(523); + if (lookahead == '.') ADVANCE(632); + if (lookahead == '/') ADVANCE(452); + if (lookahead == ':') ADVANCE(178); + if (lookahead == ';') ADVANCE(300); + if (lookahead == '<') ADVANCE(440); + if (lookahead == '=') ADVANCE(552); + if (lookahead == '>') ADVANCE(445); + if (lookahead == '\\') ADVANCE(36); + if (lookahead == '^') ADVANCE(199); + if (lookahead == 'a') ADVANCE(214); + if (lookahead == 'd') ADVANCE(218); + if (lookahead == 'e') ADVANCE(217); + if (lookahead == 'i') ADVANCE(215); + if (lookahead == 'o') ADVANCE(220); + if (lookahead == 'w') ADVANCE(212); + if (lookahead == '|') ADVANCE(448); + if (lookahead == '~') ADVANCE(188); if (lookahead == '\t' || lookahead == ' ') SKIP(127) END_STATE(); @@ -13360,8 +13364,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 267: if (eof) ADVANCE(269); - if (lookahead == '\n') ADVANCE(293); - if (lookahead == '\r') ADVANCE(126); + if (lookahead == '\n') ADVANCE(292); + if (lookahead == '\r') ADVANCE(123); if (lookahead == '!') ADVANCE(181); if (lookahead == '#') ADVANCE(662); if (lookahead == '&') ADVANCE(150); @@ -13378,7 +13382,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(552); if (lookahead == '>') ADVANCE(445); if (lookahead == '[') ADVANCE(660); - if (lookahead == '\\') ADVANCE(36); + if (lookahead == '\\') ADVANCE(34); if (lookahead == ']') ADVANCE(436); if (lookahead == '^') ADVANCE(199); if (lookahead == 'a') ADVANCE(488); @@ -13397,8 +13401,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 268: if (eof) ADVANCE(269); - if (lookahead == '\n') ADVANCE(293); - if (lookahead == '\r') ADVANCE(126); + if (lookahead == '\n') ADVANCE(292); + if (lookahead == '\r') ADVANCE(123); if (lookahead == '!') ADVANCE(181); if (lookahead == '#') ADVANCE(662); if (lookahead == '&') ADVANCE(150); @@ -13414,7 +13418,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(440); if (lookahead == '=') ADVANCE(552); if (lookahead == '>') ADVANCE(445); - if (lookahead == '\\') ADVANCE(36); + if (lookahead == '\\') ADVANCE(34); if (lookahead == ']') ADVANCE(436); if (lookahead == '^') ADVANCE(199); if (lookahead == 'a') ADVANCE(214); @@ -13571,7 +13575,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 293: ACCEPT_TOKEN(aux_sym__terminator_token1); if (lookahead == '\n') ADVANCE(293); - if (lookahead == '\r') ADVANCE(126); + if (lookahead == '\r') ADVANCE(125); if (lookahead == '\\') ADVANCE(36); END_STATE(); case 294: @@ -15707,7 +15711,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [18] = {.lex_state = 81, .external_lex_state = 3}, [19] = {.lex_state = 81, .external_lex_state = 3}, [20] = {.lex_state = 79, .external_lex_state = 2}, - [21] = {.lex_state = 81, .external_lex_state = 2}, + [21] = {.lex_state = 79, .external_lex_state = 2}, [22] = {.lex_state = 81, .external_lex_state = 2}, [23] = {.lex_state = 79, .external_lex_state = 2}, [24] = {.lex_state = 79, .external_lex_state = 2}, @@ -15718,47 +15722,47 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [29] = {.lex_state = 79, .external_lex_state = 2}, [30] = {.lex_state = 79, .external_lex_state = 2}, [31] = {.lex_state = 79, .external_lex_state = 2}, - [32] = {.lex_state = 79, .external_lex_state = 2}, + [32] = {.lex_state = 81, .external_lex_state = 2}, [33] = {.lex_state = 79, .external_lex_state = 2}, [34] = {.lex_state = 79, .external_lex_state = 2}, [35] = {.lex_state = 79, .external_lex_state = 2}, - [36] = {.lex_state = 79, .external_lex_state = 2}, - [37] = {.lex_state = 261, .external_lex_state = 3}, - [38] = {.lex_state = 79, .external_lex_state = 2}, - [39] = {.lex_state = 261, .external_lex_state = 3}, + [36] = {.lex_state = 261, .external_lex_state = 3}, + [37] = {.lex_state = 79, .external_lex_state = 2}, + [38] = {.lex_state = 261, .external_lex_state = 3}, + [39] = {.lex_state = 79, .external_lex_state = 2}, [40] = {.lex_state = 261, .external_lex_state = 3}, - [41] = {.lex_state = 86, .external_lex_state = 3}, + [41] = {.lex_state = 261, .external_lex_state = 3}, [42] = {.lex_state = 86, .external_lex_state = 3}, - [43] = {.lex_state = 86, .external_lex_state = 3}, + [43] = {.lex_state = 261, .external_lex_state = 3}, [44] = {.lex_state = 261, .external_lex_state = 3}, [45] = {.lex_state = 261, .external_lex_state = 3}, - [46] = {.lex_state = 261, .external_lex_state = 3}, + [46] = {.lex_state = 86, .external_lex_state = 3}, [47] = {.lex_state = 261, .external_lex_state = 3}, [48] = {.lex_state = 261, .external_lex_state = 3}, [49] = {.lex_state = 261, .external_lex_state = 3}, - [50] = {.lex_state = 261, .external_lex_state = 3}, + [50] = {.lex_state = 86, .external_lex_state = 3}, [51] = {.lex_state = 261, .external_lex_state = 3}, [52] = {.lex_state = 261, .external_lex_state = 3}, [53] = {.lex_state = 261, .external_lex_state = 2}, - [54] = {.lex_state = 261, .external_lex_state = 2}, + [54] = {.lex_state = 89, .external_lex_state = 3}, [55] = {.lex_state = 86, .external_lex_state = 2}, - [56] = {.lex_state = 261, .external_lex_state = 3}, + [56] = {.lex_state = 261, .external_lex_state = 2}, [57] = {.lex_state = 89, .external_lex_state = 3}, [58] = {.lex_state = 261, .external_lex_state = 3}, - [59] = {.lex_state = 261, .external_lex_state = 3}, - [60] = {.lex_state = 89, .external_lex_state = 3}, + [59] = {.lex_state = 89, .external_lex_state = 3}, + [60] = {.lex_state = 261, .external_lex_state = 2}, [61] = {.lex_state = 261, .external_lex_state = 2}, - [62] = {.lex_state = 89, .external_lex_state = 3}, - [63] = {.lex_state = 261, .external_lex_state = 2}, - [64] = {.lex_state = 79, .external_lex_state = 2}, + [62] = {.lex_state = 261, .external_lex_state = 3}, + [63] = {.lex_state = 261, .external_lex_state = 3}, + [64] = {.lex_state = 261, .external_lex_state = 3}, [65] = {.lex_state = 261, .external_lex_state = 2}, [66] = {.lex_state = 79, .external_lex_state = 2}, [67] = {.lex_state = 79, .external_lex_state = 2}, - [68] = {.lex_state = 79, .external_lex_state = 2}, - [69] = {.lex_state = 261, .external_lex_state = 3}, + [68] = {.lex_state = 261, .external_lex_state = 3}, + [69] = {.lex_state = 89, .external_lex_state = 2}, [70] = {.lex_state = 261, .external_lex_state = 3}, - [71] = {.lex_state = 261, .external_lex_state = 3}, - [72] = {.lex_state = 89, .external_lex_state = 2}, + [71] = {.lex_state = 79, .external_lex_state = 2}, + [72] = {.lex_state = 79, .external_lex_state = 2}, [73] = {.lex_state = 92, .external_lex_state = 2}, [74] = {.lex_state = 92, .external_lex_state = 2}, [75] = {.lex_state = 92, .external_lex_state = 2}, @@ -15767,13 +15771,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [78] = {.lex_state = 92, .external_lex_state = 2}, [79] = {.lex_state = 92, .external_lex_state = 2}, [80] = {.lex_state = 92, .external_lex_state = 2}, - [81] = {.lex_state = 92, .external_lex_state = 2}, + [81] = {.lex_state = 261, .external_lex_state = 2}, [82] = {.lex_state = 92, .external_lex_state = 2}, [83] = {.lex_state = 92, .external_lex_state = 2}, [84] = {.lex_state = 92, .external_lex_state = 2}, [85] = {.lex_state = 92, .external_lex_state = 2}, [86] = {.lex_state = 92, .external_lex_state = 2}, - [87] = {.lex_state = 261, .external_lex_state = 2}, + [87] = {.lex_state = 92, .external_lex_state = 2}, [88] = {.lex_state = 92, .external_lex_state = 2}, [89] = {.lex_state = 92, .external_lex_state = 2}, [90] = {.lex_state = 92, .external_lex_state = 2}, @@ -15787,7 +15791,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [98] = {.lex_state = 92, .external_lex_state = 2}, [99] = {.lex_state = 92, .external_lex_state = 2}, [100] = {.lex_state = 92, .external_lex_state = 2}, - [101] = {.lex_state = 92, .external_lex_state = 2}, + [101] = {.lex_state = 261, .external_lex_state = 2}, [102] = {.lex_state = 92, .external_lex_state = 2}, [103] = {.lex_state = 92, .external_lex_state = 2}, [104] = {.lex_state = 92, .external_lex_state = 2}, @@ -15795,7 +15799,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [106] = {.lex_state = 92, .external_lex_state = 2}, [107] = {.lex_state = 92, .external_lex_state = 2}, [108] = {.lex_state = 92, .external_lex_state = 2}, - [109] = {.lex_state = 261, .external_lex_state = 2}, + [109] = {.lex_state = 92, .external_lex_state = 2}, [110] = {.lex_state = 92, .external_lex_state = 2}, [111] = {.lex_state = 92, .external_lex_state = 2}, [112] = {.lex_state = 92, .external_lex_state = 2}, @@ -15870,16 +15874,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [181] = {.lex_state = 92, .external_lex_state = 2}, [182] = {.lex_state = 92, .external_lex_state = 2}, [183] = {.lex_state = 92, .external_lex_state = 2}, - [184] = {.lex_state = 92, .external_lex_state = 2}, - [185] = {.lex_state = 92, .external_lex_state = 2}, - [186] = {.lex_state = 96, .external_lex_state = 2}, + [184] = {.lex_state = 96, .external_lex_state = 2}, + [185] = {.lex_state = 96, .external_lex_state = 2}, + [186] = {.lex_state = 92, .external_lex_state = 2}, [187] = {.lex_state = 92, .external_lex_state = 2}, - [188] = {.lex_state = 96, .external_lex_state = 2}, + [188] = {.lex_state = 92, .external_lex_state = 2}, [189] = {.lex_state = 92, .external_lex_state = 2}, [190] = {.lex_state = 92, .external_lex_state = 2}, [191] = {.lex_state = 92, .external_lex_state = 2}, [192] = {.lex_state = 92, .external_lex_state = 2}, - [193] = {.lex_state = 92, .external_lex_state = 2}, + [193] = {.lex_state = 96, .external_lex_state = 2}, [194] = {.lex_state = 92, .external_lex_state = 2}, [195] = {.lex_state = 92, .external_lex_state = 2}, [196] = {.lex_state = 92, .external_lex_state = 2}, @@ -15893,43 +15897,43 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [204] = {.lex_state = 92, .external_lex_state = 2}, [205] = {.lex_state = 92, .external_lex_state = 2}, [206] = {.lex_state = 92, .external_lex_state = 2}, - [207] = {.lex_state = 96, .external_lex_state = 2}, + [207] = {.lex_state = 92, .external_lex_state = 2}, [208] = {.lex_state = 92, .external_lex_state = 2}, - [209] = {.lex_state = 92, .external_lex_state = 2}, + [209] = {.lex_state = 96, .external_lex_state = 2}, [210] = {.lex_state = 92, .external_lex_state = 2}, [211] = {.lex_state = 92, .external_lex_state = 2}, - [212] = {.lex_state = 96, .external_lex_state = 2}, + [212] = {.lex_state = 92, .external_lex_state = 2}, [213] = {.lex_state = 92, .external_lex_state = 2}, - [214] = {.lex_state = 92, .external_lex_state = 2}, + [214] = {.lex_state = 96, .external_lex_state = 2}, [215] = {.lex_state = 92, .external_lex_state = 2}, [216] = {.lex_state = 92, .external_lex_state = 2}, [217] = {.lex_state = 92, .external_lex_state = 2}, [218] = {.lex_state = 92, .external_lex_state = 2}, [219] = {.lex_state = 92, .external_lex_state = 2}, [220] = {.lex_state = 92, .external_lex_state = 2}, - [221] = {.lex_state = 96, .external_lex_state = 2}, - [222] = {.lex_state = 92, .external_lex_state = 2}, + [221] = {.lex_state = 92, .external_lex_state = 2}, + [222] = {.lex_state = 96, .external_lex_state = 2}, [223] = {.lex_state = 92, .external_lex_state = 2}, [224] = {.lex_state = 92, .external_lex_state = 2}, [225] = {.lex_state = 92, .external_lex_state = 2}, [226] = {.lex_state = 92, .external_lex_state = 2}, - [227] = {.lex_state = 96, .external_lex_state = 2}, + [227] = {.lex_state = 92, .external_lex_state = 2}, [228] = {.lex_state = 92, .external_lex_state = 2}, [229] = {.lex_state = 92, .external_lex_state = 2}, [230] = {.lex_state = 92, .external_lex_state = 2}, - [231] = {.lex_state = 92, .external_lex_state = 2}, + [231] = {.lex_state = 96, .external_lex_state = 2}, [232] = {.lex_state = 92, .external_lex_state = 2}, - [233] = {.lex_state = 96, .external_lex_state = 2}, + [233] = {.lex_state = 92, .external_lex_state = 2}, [234] = {.lex_state = 92, .external_lex_state = 2}, [235] = {.lex_state = 92, .external_lex_state = 2}, - [236] = {.lex_state = 96, .external_lex_state = 2}, - [237] = {.lex_state = 92, .external_lex_state = 2}, + [236] = {.lex_state = 92, .external_lex_state = 2}, + [237] = {.lex_state = 96, .external_lex_state = 2}, [238] = {.lex_state = 92, .external_lex_state = 2}, - [239] = {.lex_state = 96, .external_lex_state = 2}, - [240] = {.lex_state = 92, .external_lex_state = 2}, + [239] = {.lex_state = 92, .external_lex_state = 2}, + [240] = {.lex_state = 96, .external_lex_state = 2}, [241] = {.lex_state = 92, .external_lex_state = 2}, - [242] = {.lex_state = 92, .external_lex_state = 2}, - [243] = {.lex_state = 96, .external_lex_state = 2}, + [242] = {.lex_state = 96, .external_lex_state = 2}, + [243] = {.lex_state = 92, .external_lex_state = 2}, [244] = {.lex_state = 92, .external_lex_state = 2}, [245] = {.lex_state = 92, .external_lex_state = 2}, [246] = {.lex_state = 92, .external_lex_state = 2}, @@ -15937,76 +15941,76 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [248] = {.lex_state = 92, .external_lex_state = 2}, [249] = {.lex_state = 92, .external_lex_state = 2}, [250] = {.lex_state = 92, .external_lex_state = 2}, - [251] = {.lex_state = 96, .external_lex_state = 2}, + [251] = {.lex_state = 92, .external_lex_state = 2}, [252] = {.lex_state = 92, .external_lex_state = 2}, [253] = {.lex_state = 92, .external_lex_state = 2}, [254] = {.lex_state = 92, .external_lex_state = 2}, [255] = {.lex_state = 92, .external_lex_state = 2}, - [256] = {.lex_state = 92, .external_lex_state = 2}, + [256] = {.lex_state = 96, .external_lex_state = 2}, [257] = {.lex_state = 92, .external_lex_state = 2}, [258] = {.lex_state = 94, .external_lex_state = 2}, - [259] = {.lex_state = 96, .external_lex_state = 2}, + [259] = {.lex_state = 94, .external_lex_state = 2}, [260] = {.lex_state = 94, .external_lex_state = 2}, [261] = {.lex_state = 96, .external_lex_state = 2}, - [262] = {.lex_state = 94, .external_lex_state = 2}, + [262] = {.lex_state = 96, .external_lex_state = 2}, [263] = {.lex_state = 92, .external_lex_state = 2}, [264] = {.lex_state = 92, .external_lex_state = 2}, [265] = {.lex_state = 92, .external_lex_state = 2}, [266] = {.lex_state = 92, .external_lex_state = 2}, [267] = {.lex_state = 92, .external_lex_state = 2}, - [268] = {.lex_state = 94, .external_lex_state = 2}, - [269] = {.lex_state = 259, .external_lex_state = 2}, - [270] = {.lex_state = 92, .external_lex_state = 2}, + [268] = {.lex_state = 92, .external_lex_state = 2}, + [269] = {.lex_state = 92, .external_lex_state = 2}, + [270] = {.lex_state = 98, .external_lex_state = 2}, [271] = {.lex_state = 92, .external_lex_state = 2}, [272] = {.lex_state = 92, .external_lex_state = 2}, [273] = {.lex_state = 92, .external_lex_state = 2}, - [274] = {.lex_state = 94, .external_lex_state = 2}, + [274] = {.lex_state = 92, .external_lex_state = 2}, [275] = {.lex_state = 92, .external_lex_state = 2}, [276] = {.lex_state = 92, .external_lex_state = 2}, [277] = {.lex_state = 92, .external_lex_state = 2}, [278] = {.lex_state = 92, .external_lex_state = 2}, - [279] = {.lex_state = 259, .external_lex_state = 2}, + [279] = {.lex_state = 92, .external_lex_state = 2}, [280] = {.lex_state = 92, .external_lex_state = 2}, - [281] = {.lex_state = 94, .external_lex_state = 2}, + [281] = {.lex_state = 92, .external_lex_state = 2}, [282] = {.lex_state = 92, .external_lex_state = 2}, [283] = {.lex_state = 92, .external_lex_state = 2}, [284] = {.lex_state = 92, .external_lex_state = 2}, [285] = {.lex_state = 92, .external_lex_state = 2}, [286] = {.lex_state = 92, .external_lex_state = 2}, - [287] = {.lex_state = 94, .external_lex_state = 2}, + [287] = {.lex_state = 92, .external_lex_state = 2}, [288] = {.lex_state = 92, .external_lex_state = 2}, [289] = {.lex_state = 92, .external_lex_state = 2}, [290] = {.lex_state = 92, .external_lex_state = 2}, [291] = {.lex_state = 92, .external_lex_state = 2}, - [292] = {.lex_state = 94, .external_lex_state = 2}, + [292] = {.lex_state = 92, .external_lex_state = 2}, [293] = {.lex_state = 92, .external_lex_state = 2}, [294] = {.lex_state = 92, .external_lex_state = 2}, - [295] = {.lex_state = 92, .external_lex_state = 2}, + [295] = {.lex_state = 98, .external_lex_state = 2}, [296] = {.lex_state = 92, .external_lex_state = 2}, - [297] = {.lex_state = 92, .external_lex_state = 2}, - [298] = {.lex_state = 92, .external_lex_state = 2}, - [299] = {.lex_state = 92, .external_lex_state = 2}, + [297] = {.lex_state = 94, .external_lex_state = 2}, + [298] = {.lex_state = 94, .external_lex_state = 2}, + [299] = {.lex_state = 94, .external_lex_state = 2}, [300] = {.lex_state = 94, .external_lex_state = 2}, - [301] = {.lex_state = 98, .external_lex_state = 2}, + [301] = {.lex_state = 92, .external_lex_state = 2}, [302] = {.lex_state = 92, .external_lex_state = 2}, [303] = {.lex_state = 94, .external_lex_state = 2}, - [304] = {.lex_state = 92, .external_lex_state = 2}, + [304] = {.lex_state = 259, .external_lex_state = 2}, [305] = {.lex_state = 92, .external_lex_state = 2}, - [306] = {.lex_state = 92, .external_lex_state = 2}, + [306] = {.lex_state = 94, .external_lex_state = 2}, [307] = {.lex_state = 92, .external_lex_state = 2}, [308] = {.lex_state = 92, .external_lex_state = 2}, - [309] = {.lex_state = 92, .external_lex_state = 2}, - [310] = {.lex_state = 92, .external_lex_state = 2}, + [309] = {.lex_state = 94, .external_lex_state = 2}, + [310] = {.lex_state = 94, .external_lex_state = 2}, [311] = {.lex_state = 92, .external_lex_state = 2}, - [312] = {.lex_state = 92, .external_lex_state = 2}, + [312] = {.lex_state = 94, .external_lex_state = 2}, [313] = {.lex_state = 92, .external_lex_state = 2}, [314] = {.lex_state = 92, .external_lex_state = 2}, [315] = {.lex_state = 92, .external_lex_state = 2}, [316] = {.lex_state = 92, .external_lex_state = 2}, - [317] = {.lex_state = 92, .external_lex_state = 2}, + [317] = {.lex_state = 94, .external_lex_state = 2}, [318] = {.lex_state = 92, .external_lex_state = 2}, [319] = {.lex_state = 92, .external_lex_state = 2}, - [320] = {.lex_state = 94, .external_lex_state = 2}, + [320] = {.lex_state = 92, .external_lex_state = 2}, [321] = {.lex_state = 92, .external_lex_state = 2}, [322] = {.lex_state = 92, .external_lex_state = 2}, [323] = {.lex_state = 92, .external_lex_state = 2}, @@ -16020,22 +16024,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [331] = {.lex_state = 92, .external_lex_state = 2}, [332] = {.lex_state = 92, .external_lex_state = 2}, [333] = {.lex_state = 92, .external_lex_state = 2}, - [334] = {.lex_state = 94, .external_lex_state = 2}, + [334] = {.lex_state = 92, .external_lex_state = 2}, [335] = {.lex_state = 94, .external_lex_state = 2}, [336] = {.lex_state = 92, .external_lex_state = 2}, - [337] = {.lex_state = 94, .external_lex_state = 2}, + [337] = {.lex_state = 92, .external_lex_state = 2}, [338] = {.lex_state = 92, .external_lex_state = 2}, [339] = {.lex_state = 92, .external_lex_state = 2}, - [340] = {.lex_state = 98, .external_lex_state = 2}, + [340] = {.lex_state = 92, .external_lex_state = 2}, [341] = {.lex_state = 92, .external_lex_state = 2}, - [342] = {.lex_state = 94, .external_lex_state = 2}, + [342] = {.lex_state = 259, .external_lex_state = 2}, [343] = {.lex_state = 92, .external_lex_state = 2}, - [344] = {.lex_state = 92, .external_lex_state = 2}, - [345] = {.lex_state = 98, .external_lex_state = 2}, - [346] = {.lex_state = 98, .external_lex_state = 2}, - [347] = {.lex_state = 259, .external_lex_state = 2}, + [344] = {.lex_state = 94, .external_lex_state = 2}, + [345] = {.lex_state = 259, .external_lex_state = 2}, + [346] = {.lex_state = 259, .external_lex_state = 2}, + [347] = {.lex_state = 98, .external_lex_state = 2}, [348] = {.lex_state = 98, .external_lex_state = 2}, - [349] = {.lex_state = 259, .external_lex_state = 2}, + [349] = {.lex_state = 98, .external_lex_state = 2}, [350] = {.lex_state = 259, .external_lex_state = 2}, [351] = {.lex_state = 259, .external_lex_state = 2}, [352] = {.lex_state = 259, .external_lex_state = 2}, @@ -16611,9 +16615,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [922] = {.lex_state = 81, .external_lex_state = 3}, [923] = {.lex_state = 81, .external_lex_state = 3}, [924] = {.lex_state = 81, .external_lex_state = 3}, - [925] = {.lex_state = 81, .external_lex_state = 2}, - [926] = {.lex_state = 261, .external_lex_state = 3}, - [927] = {.lex_state = 261, .external_lex_state = 3}, + [925] = {.lex_state = 81, .external_lex_state = 3}, + [926] = {.lex_state = 81, .external_lex_state = 3}, + [927] = {.lex_state = 81, .external_lex_state = 2}, [928] = {.lex_state = 261, .external_lex_state = 3}, [929] = {.lex_state = 261, .external_lex_state = 3}, [930] = {.lex_state = 261, .external_lex_state = 3}, @@ -16631,121 +16635,121 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [942] = {.lex_state = 261, .external_lex_state = 3}, [943] = {.lex_state = 261, .external_lex_state = 3}, [944] = {.lex_state = 261, .external_lex_state = 3}, - [945] = {.lex_state = 261, .external_lex_state = 3}, - [946] = {.lex_state = 261, .external_lex_state = 3}, - [947] = {.lex_state = 261, .external_lex_state = 3}, - [948] = {.lex_state = 261, .external_lex_state = 3}, - [949] = {.lex_state = 261, .external_lex_state = 3}, - [950] = {.lex_state = 261, .external_lex_state = 3}, - [951] = {.lex_state = 261, .external_lex_state = 3}, + [945] = {.lex_state = 86, .external_lex_state = 3}, + [946] = {.lex_state = 86, .external_lex_state = 3}, + [947] = {.lex_state = 86, .external_lex_state = 3}, + [948] = {.lex_state = 86, .external_lex_state = 3}, + [949] = {.lex_state = 86, .external_lex_state = 3}, + [950] = {.lex_state = 86, .external_lex_state = 3}, + [951] = {.lex_state = 86, .external_lex_state = 3}, [952] = {.lex_state = 86, .external_lex_state = 3}, - [953] = {.lex_state = 261, .external_lex_state = 2}, - [954] = {.lex_state = 261, .external_lex_state = 3}, + [953] = {.lex_state = 86, .external_lex_state = 3}, + [954] = {.lex_state = 86, .external_lex_state = 3}, [955] = {.lex_state = 261, .external_lex_state = 3}, [956] = {.lex_state = 261, .external_lex_state = 3}, [957] = {.lex_state = 261, .external_lex_state = 3}, - [958] = {.lex_state = 261, .external_lex_state = 3}, + [958] = {.lex_state = 86, .external_lex_state = 3}, [959] = {.lex_state = 261, .external_lex_state = 3}, [960] = {.lex_state = 261, .external_lex_state = 3}, [961] = {.lex_state = 261, .external_lex_state = 3}, [962] = {.lex_state = 261, .external_lex_state = 3}, [963] = {.lex_state = 261, .external_lex_state = 3}, [964] = {.lex_state = 261, .external_lex_state = 3}, - [965] = {.lex_state = 261, .external_lex_state = 3}, + [965] = {.lex_state = 86, .external_lex_state = 3}, [966] = {.lex_state = 261, .external_lex_state = 3}, [967] = {.lex_state = 261, .external_lex_state = 3}, [968] = {.lex_state = 261, .external_lex_state = 3}, - [969] = {.lex_state = 86, .external_lex_state = 3}, - [970] = {.lex_state = 261, .external_lex_state = 3}, - [971] = {.lex_state = 261, .external_lex_state = 3}, - [972] = {.lex_state = 261, .external_lex_state = 3}, - [973] = {.lex_state = 261, .external_lex_state = 3}, - [974] = {.lex_state = 86, .external_lex_state = 3}, + [969] = {.lex_state = 261, .external_lex_state = 3}, + [970] = {.lex_state = 86, .external_lex_state = 3}, + [971] = {.lex_state = 86, .external_lex_state = 3}, + [972] = {.lex_state = 86, .external_lex_state = 3}, + [973] = {.lex_state = 86, .external_lex_state = 3}, + [974] = {.lex_state = 261, .external_lex_state = 3}, [975] = {.lex_state = 86, .external_lex_state = 3}, - [976] = {.lex_state = 86, .external_lex_state = 3}, - [977] = {.lex_state = 86, .external_lex_state = 3}, - [978] = {.lex_state = 86, .external_lex_state = 3}, - [979] = {.lex_state = 86, .external_lex_state = 3}, - [980] = {.lex_state = 86, .external_lex_state = 3}, - [981] = {.lex_state = 86, .external_lex_state = 3}, - [982] = {.lex_state = 86, .external_lex_state = 3}, - [983] = {.lex_state = 86, .external_lex_state = 3}, - [984] = {.lex_state = 86, .external_lex_state = 3}, - [985] = {.lex_state = 86, .external_lex_state = 3}, - [986] = {.lex_state = 86, .external_lex_state = 3}, - [987] = {.lex_state = 89, .external_lex_state = 3}, - [988] = {.lex_state = 89, .external_lex_state = 3}, - [989] = {.lex_state = 261, .external_lex_state = 2}, - [990] = {.lex_state = 86, .external_lex_state = 2}, - [991] = {.lex_state = 89, .external_lex_state = 3}, - [992] = {.lex_state = 89, .external_lex_state = 3}, - [993] = {.lex_state = 89, .external_lex_state = 3}, - [994] = {.lex_state = 89, .external_lex_state = 3}, - [995] = {.lex_state = 89, .external_lex_state = 3}, - [996] = {.lex_state = 89, .external_lex_state = 3}, + [976] = {.lex_state = 261, .external_lex_state = 3}, + [977] = {.lex_state = 261, .external_lex_state = 3}, + [978] = {.lex_state = 261, .external_lex_state = 3}, + [979] = {.lex_state = 261, .external_lex_state = 3}, + [980] = {.lex_state = 261, .external_lex_state = 3}, + [981] = {.lex_state = 261, .external_lex_state = 3}, + [982] = {.lex_state = 261, .external_lex_state = 3}, + [983] = {.lex_state = 261, .external_lex_state = 3}, + [984] = {.lex_state = 261, .external_lex_state = 3}, + [985] = {.lex_state = 261, .external_lex_state = 3}, + [986] = {.lex_state = 261, .external_lex_state = 3}, + [987] = {.lex_state = 261, .external_lex_state = 3}, + [988] = {.lex_state = 261, .external_lex_state = 3}, + [989] = {.lex_state = 261, .external_lex_state = 3}, + [990] = {.lex_state = 261, .external_lex_state = 3}, + [991] = {.lex_state = 261, .external_lex_state = 3}, + [992] = {.lex_state = 261, .external_lex_state = 2}, + [993] = {.lex_state = 261, .external_lex_state = 3}, + [994] = {.lex_state = 261, .external_lex_state = 3}, + [995] = {.lex_state = 261, .external_lex_state = 3}, + [996] = {.lex_state = 261, .external_lex_state = 3}, [997] = {.lex_state = 89, .external_lex_state = 3}, [998] = {.lex_state = 89, .external_lex_state = 3}, - [999] = {.lex_state = 89, .external_lex_state = 3}, + [999] = {.lex_state = 261, .external_lex_state = 2}, [1000] = {.lex_state = 89, .external_lex_state = 3}, [1001] = {.lex_state = 89, .external_lex_state = 3}, - [1002] = {.lex_state = 89, .external_lex_state = 3}, - [1003] = {.lex_state = 261, .external_lex_state = 2}, + [1002] = {.lex_state = 261, .external_lex_state = 2}, + [1003] = {.lex_state = 89, .external_lex_state = 3}, [1004] = {.lex_state = 89, .external_lex_state = 3}, - [1005] = {.lex_state = 89, .external_lex_state = 2}, - [1006] = {.lex_state = 79, .external_lex_state = 2}, - [1007] = {.lex_state = 79, .external_lex_state = 2}, - [1008] = {.lex_state = 94, .external_lex_state = 2}, - [1009] = {.lex_state = 94, .external_lex_state = 2}, - [1010] = {.lex_state = 94, .external_lex_state = 2}, - [1011] = {.lex_state = 94, .external_lex_state = 2}, - [1012] = {.lex_state = 79, .external_lex_state = 2}, - [1013] = {.lex_state = 94, .external_lex_state = 2}, - [1014] = {.lex_state = 92, .external_lex_state = 2}, - [1015] = {.lex_state = 92, .external_lex_state = 2}, - [1016] = {.lex_state = 259, .external_lex_state = 2}, - [1017] = {.lex_state = 259, .external_lex_state = 2}, - [1018] = {.lex_state = 259, .external_lex_state = 2}, - [1019] = {.lex_state = 98, .external_lex_state = 2}, - [1020] = {.lex_state = 98, .external_lex_state = 2}, - [1021] = {.lex_state = 259, .external_lex_state = 2}, - [1022] = {.lex_state = 259, .external_lex_state = 2}, - [1023] = {.lex_state = 98, .external_lex_state = 2}, - [1024] = {.lex_state = 259, .external_lex_state = 2}, - [1025] = {.lex_state = 92, .external_lex_state = 2}, - [1026] = {.lex_state = 259, .external_lex_state = 2}, - [1027] = {.lex_state = 259, .external_lex_state = 2}, - [1028] = {.lex_state = 259, .external_lex_state = 2}, + [1005] = {.lex_state = 89, .external_lex_state = 3}, + [1006] = {.lex_state = 89, .external_lex_state = 3}, + [1007] = {.lex_state = 89, .external_lex_state = 3}, + [1008] = {.lex_state = 89, .external_lex_state = 3}, + [1009] = {.lex_state = 89, .external_lex_state = 3}, + [1010] = {.lex_state = 89, .external_lex_state = 3}, + [1011] = {.lex_state = 86, .external_lex_state = 2}, + [1012] = {.lex_state = 89, .external_lex_state = 3}, + [1013] = {.lex_state = 89, .external_lex_state = 3}, + [1014] = {.lex_state = 89, .external_lex_state = 3}, + [1015] = {.lex_state = 89, .external_lex_state = 3}, + [1016] = {.lex_state = 89, .external_lex_state = 3}, + [1017] = {.lex_state = 89, .external_lex_state = 2}, + [1018] = {.lex_state = 79, .external_lex_state = 2}, + [1019] = {.lex_state = 79, .external_lex_state = 2}, + [1020] = {.lex_state = 94, .external_lex_state = 2}, + [1021] = {.lex_state = 94, .external_lex_state = 2}, + [1022] = {.lex_state = 94, .external_lex_state = 2}, + [1023] = {.lex_state = 79, .external_lex_state = 2}, + [1024] = {.lex_state = 94, .external_lex_state = 2}, + [1025] = {.lex_state = 94, .external_lex_state = 2}, + [1026] = {.lex_state = 92, .external_lex_state = 2}, + [1027] = {.lex_state = 92, .external_lex_state = 2}, + [1028] = {.lex_state = 98, .external_lex_state = 2}, [1029] = {.lex_state = 259, .external_lex_state = 2}, - [1030] = {.lex_state = 100, .external_lex_state = 4}, - [1031] = {.lex_state = 100, .external_lex_state = 4}, - [1032] = {.lex_state = 100, .external_lex_state = 4}, - [1033] = {.lex_state = 100, .external_lex_state = 4}, - [1034] = {.lex_state = 100, .external_lex_state = 4}, - [1035] = {.lex_state = 100, .external_lex_state = 4}, - [1036] = {.lex_state = 100, .external_lex_state = 4}, - [1037] = {.lex_state = 100, .external_lex_state = 4}, - [1038] = {.lex_state = 100, .external_lex_state = 4}, - [1039] = {.lex_state = 100, .external_lex_state = 4}, - [1040] = {.lex_state = 100, .external_lex_state = 4}, - [1041] = {.lex_state = 100, .external_lex_state = 4}, + [1030] = {.lex_state = 259, .external_lex_state = 2}, + [1031] = {.lex_state = 259, .external_lex_state = 2}, + [1032] = {.lex_state = 98, .external_lex_state = 2}, + [1033] = {.lex_state = 259, .external_lex_state = 2}, + [1034] = {.lex_state = 259, .external_lex_state = 2}, + [1035] = {.lex_state = 259, .external_lex_state = 2}, + [1036] = {.lex_state = 98, .external_lex_state = 2}, + [1037] = {.lex_state = 92, .external_lex_state = 2}, + [1038] = {.lex_state = 259, .external_lex_state = 2}, + [1039] = {.lex_state = 259, .external_lex_state = 2}, + [1040] = {.lex_state = 259, .external_lex_state = 2}, + [1041] = {.lex_state = 259, .external_lex_state = 2}, [1042] = {.lex_state = 100, .external_lex_state = 4}, [1043] = {.lex_state = 100, .external_lex_state = 4}, [1044] = {.lex_state = 100, .external_lex_state = 4}, [1045] = {.lex_state = 100, .external_lex_state = 4}, [1046] = {.lex_state = 100, .external_lex_state = 4}, [1047] = {.lex_state = 100, .external_lex_state = 4}, - [1048] = {.lex_state = 102, .external_lex_state = 4}, - [1049] = {.lex_state = 102, .external_lex_state = 4}, - [1050] = {.lex_state = 102, .external_lex_state = 4}, - [1051] = {.lex_state = 102, .external_lex_state = 4}, - [1052] = {.lex_state = 102, .external_lex_state = 4}, - [1053] = {.lex_state = 102, .external_lex_state = 4}, - [1054] = {.lex_state = 102, .external_lex_state = 4}, - [1055] = {.lex_state = 102, .external_lex_state = 4}, - [1056] = {.lex_state = 102, .external_lex_state = 4}, - [1057] = {.lex_state = 102, .external_lex_state = 4}, - [1058] = {.lex_state = 102, .external_lex_state = 4}, - [1059] = {.lex_state = 102, .external_lex_state = 4}, + [1048] = {.lex_state = 100, .external_lex_state = 4}, + [1049] = {.lex_state = 100, .external_lex_state = 4}, + [1050] = {.lex_state = 100, .external_lex_state = 4}, + [1051] = {.lex_state = 100, .external_lex_state = 4}, + [1052] = {.lex_state = 100, .external_lex_state = 4}, + [1053] = {.lex_state = 100, .external_lex_state = 4}, + [1054] = {.lex_state = 100, .external_lex_state = 4}, + [1055] = {.lex_state = 100, .external_lex_state = 4}, + [1056] = {.lex_state = 100, .external_lex_state = 4}, + [1057] = {.lex_state = 100, .external_lex_state = 4}, + [1058] = {.lex_state = 100, .external_lex_state = 4}, + [1059] = {.lex_state = 100, .external_lex_state = 4}, [1060] = {.lex_state = 102, .external_lex_state = 4}, [1061] = {.lex_state = 102, .external_lex_state = 4}, [1062] = {.lex_state = 102, .external_lex_state = 4}, @@ -16758,366 +16762,366 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1069] = {.lex_state = 102, .external_lex_state = 4}, [1070] = {.lex_state = 102, .external_lex_state = 4}, [1071] = {.lex_state = 102, .external_lex_state = 4}, - [1072] = {.lex_state = 102, .external_lex_state = 5}, - [1073] = {.lex_state = 102, .external_lex_state = 5}, - [1074] = {.lex_state = 102, .external_lex_state = 5}, - [1075] = {.lex_state = 102, .external_lex_state = 5}, - [1076] = {.lex_state = 102, .external_lex_state = 5}, - [1077] = {.lex_state = 102, .external_lex_state = 5}, - [1078] = {.lex_state = 102, .external_lex_state = 5}, + [1072] = {.lex_state = 102, .external_lex_state = 4}, + [1073] = {.lex_state = 102, .external_lex_state = 4}, + [1074] = {.lex_state = 102, .external_lex_state = 4}, + [1075] = {.lex_state = 102, .external_lex_state = 4}, + [1076] = {.lex_state = 102, .external_lex_state = 4}, + [1077] = {.lex_state = 102, .external_lex_state = 4}, + [1078] = {.lex_state = 102, .external_lex_state = 4}, [1079] = {.lex_state = 102, .external_lex_state = 4}, - [1080] = {.lex_state = 102, .external_lex_state = 5}, - [1081] = {.lex_state = 102, .external_lex_state = 5}, - [1082] = {.lex_state = 263, .external_lex_state = 5}, + [1080] = {.lex_state = 102, .external_lex_state = 4}, + [1081] = {.lex_state = 102, .external_lex_state = 4}, + [1082] = {.lex_state = 102, .external_lex_state = 4}, [1083] = {.lex_state = 102, .external_lex_state = 4}, - [1084] = {.lex_state = 102, .external_lex_state = 4}, + [1084] = {.lex_state = 102, .external_lex_state = 5}, [1085] = {.lex_state = 102, .external_lex_state = 5}, [1086] = {.lex_state = 102, .external_lex_state = 5}, [1087] = {.lex_state = 102, .external_lex_state = 5}, [1088] = {.lex_state = 102, .external_lex_state = 5}, - [1089] = {.lex_state = 263, .external_lex_state = 5}, - [1090] = {.lex_state = 102, .external_lex_state = 4}, - [1091] = {.lex_state = 102, .external_lex_state = 4}, - [1092] = {.lex_state = 102, .external_lex_state = 4}, + [1089] = {.lex_state = 102, .external_lex_state = 5}, + [1090] = {.lex_state = 102, .external_lex_state = 5}, + [1091] = {.lex_state = 102, .external_lex_state = 5}, + [1092] = {.lex_state = 102, .external_lex_state = 5}, [1093] = {.lex_state = 102, .external_lex_state = 5}, [1094] = {.lex_state = 102, .external_lex_state = 5}, [1095] = {.lex_state = 102, .external_lex_state = 5}, [1096] = {.lex_state = 102, .external_lex_state = 5}, [1097] = {.lex_state = 102, .external_lex_state = 5}, - [1098] = {.lex_state = 102, .external_lex_state = 4}, + [1098] = {.lex_state = 102, .external_lex_state = 5}, [1099] = {.lex_state = 102, .external_lex_state = 5}, [1100] = {.lex_state = 102, .external_lex_state = 5}, [1101] = {.lex_state = 102, .external_lex_state = 5}, - [1102] = {.lex_state = 102, .external_lex_state = 5}, + [1102] = {.lex_state = 263, .external_lex_state = 5}, [1103] = {.lex_state = 102, .external_lex_state = 5}, - [1104] = {.lex_state = 102, .external_lex_state = 5}, + [1104] = {.lex_state = 102, .external_lex_state = 4}, [1105] = {.lex_state = 102, .external_lex_state = 5}, - [1106] = {.lex_state = 102, .external_lex_state = 5}, + [1106] = {.lex_state = 263, .external_lex_state = 5}, [1107] = {.lex_state = 102, .external_lex_state = 5}, [1108] = {.lex_state = 102, .external_lex_state = 5}, [1109] = {.lex_state = 102, .external_lex_state = 5}, - [1110] = {.lex_state = 263, .external_lex_state = 5}, - [1111] = {.lex_state = 263, .external_lex_state = 5}, + [1110] = {.lex_state = 102, .external_lex_state = 5}, + [1111] = {.lex_state = 102, .external_lex_state = 5}, [1112] = {.lex_state = 102, .external_lex_state = 5}, [1113] = {.lex_state = 102, .external_lex_state = 5}, - [1114] = {.lex_state = 263, .external_lex_state = 5}, - [1115] = {.lex_state = 263, .external_lex_state = 5}, - [1116] = {.lex_state = 102, .external_lex_state = 5}, - [1117] = {.lex_state = 102, .external_lex_state = 5}, - [1118] = {.lex_state = 102, .external_lex_state = 5}, + [1114] = {.lex_state = 102, .external_lex_state = 5}, + [1115] = {.lex_state = 102, .external_lex_state = 5}, + [1116] = {.lex_state = 102, .external_lex_state = 4}, + [1117] = {.lex_state = 263, .external_lex_state = 5}, + [1118] = {.lex_state = 102, .external_lex_state = 4}, [1119] = {.lex_state = 102, .external_lex_state = 5}, [1120] = {.lex_state = 102, .external_lex_state = 5}, - [1121] = {.lex_state = 102, .external_lex_state = 5}, + [1121] = {.lex_state = 102, .external_lex_state = 4}, [1122] = {.lex_state = 102, .external_lex_state = 5}, - [1123] = {.lex_state = 102, .external_lex_state = 4}, - [1124] = {.lex_state = 263, .external_lex_state = 5}, - [1125] = {.lex_state = 102, .external_lex_state = 5}, - [1126] = {.lex_state = 102, .external_lex_state = 4}, + [1123] = {.lex_state = 263, .external_lex_state = 5}, + [1124] = {.lex_state = 102, .external_lex_state = 4}, + [1125] = {.lex_state = 102, .external_lex_state = 4}, + [1126] = {.lex_state = 102, .external_lex_state = 5}, [1127] = {.lex_state = 102, .external_lex_state = 5}, - [1128] = {.lex_state = 107, .external_lex_state = 5}, - [1129] = {.lex_state = 107, .external_lex_state = 5}, - [1130] = {.lex_state = 107, .external_lex_state = 5}, + [1128] = {.lex_state = 102, .external_lex_state = 5}, + [1129] = {.lex_state = 263, .external_lex_state = 5}, + [1130] = {.lex_state = 102, .external_lex_state = 4}, [1131] = {.lex_state = 263, .external_lex_state = 5}, [1132] = {.lex_state = 102, .external_lex_state = 5}, [1133] = {.lex_state = 102, .external_lex_state = 5}, - [1134] = {.lex_state = 102, .external_lex_state = 5}, + [1134] = {.lex_state = 263, .external_lex_state = 5}, [1135] = {.lex_state = 102, .external_lex_state = 5}, - [1136] = {.lex_state = 263, .external_lex_state = 5}, + [1136] = {.lex_state = 102, .external_lex_state = 4}, [1137] = {.lex_state = 102, .external_lex_state = 5}, - [1138] = {.lex_state = 107, .external_lex_state = 5}, - [1139] = {.lex_state = 107, .external_lex_state = 5}, - [1140] = {.lex_state = 107, .external_lex_state = 5}, + [1138] = {.lex_state = 102, .external_lex_state = 5}, + [1139] = {.lex_state = 102, .external_lex_state = 5}, + [1140] = {.lex_state = 263, .external_lex_state = 5}, [1141] = {.lex_state = 107, .external_lex_state = 5}, [1142] = {.lex_state = 107, .external_lex_state = 5}, [1143] = {.lex_state = 107, .external_lex_state = 5}, - [1144] = {.lex_state = 102, .external_lex_state = 5}, - [1145] = {.lex_state = 102, .external_lex_state = 5}, - [1146] = {.lex_state = 102, .external_lex_state = 5}, - [1147] = {.lex_state = 263, .external_lex_state = 5}, - [1148] = {.lex_state = 102, .external_lex_state = 5}, - [1149] = {.lex_state = 102, .external_lex_state = 5}, - [1150] = {.lex_state = 263, .external_lex_state = 5}, - [1151] = {.lex_state = 263, .external_lex_state = 5}, + [1144] = {.lex_state = 107, .external_lex_state = 5}, + [1145] = {.lex_state = 107, .external_lex_state = 5}, + [1146] = {.lex_state = 107, .external_lex_state = 5}, + [1147] = {.lex_state = 107, .external_lex_state = 5}, + [1148] = {.lex_state = 107, .external_lex_state = 5}, + [1149] = {.lex_state = 263, .external_lex_state = 5}, + [1150] = {.lex_state = 107, .external_lex_state = 5}, + [1151] = {.lex_state = 107, .external_lex_state = 5}, [1152] = {.lex_state = 107, .external_lex_state = 5}, - [1153] = {.lex_state = 263, .external_lex_state = 5}, + [1153] = {.lex_state = 107, .external_lex_state = 5}, [1154] = {.lex_state = 107, .external_lex_state = 5}, - [1155] = {.lex_state = 263, .external_lex_state = 5}, - [1156] = {.lex_state = 102, .external_lex_state = 5}, + [1155] = {.lex_state = 107, .external_lex_state = 5}, + [1156] = {.lex_state = 107, .external_lex_state = 5}, [1157] = {.lex_state = 107, .external_lex_state = 5}, [1158] = {.lex_state = 107, .external_lex_state = 5}, - [1159] = {.lex_state = 107, .external_lex_state = 5}, - [1160] = {.lex_state = 107, .external_lex_state = 5}, - [1161] = {.lex_state = 107, .external_lex_state = 5}, + [1159] = {.lex_state = 102, .external_lex_state = 5}, + [1160] = {.lex_state = 102, .external_lex_state = 5}, + [1161] = {.lex_state = 263, .external_lex_state = 5}, [1162] = {.lex_state = 102, .external_lex_state = 5}, [1163] = {.lex_state = 102, .external_lex_state = 5}, - [1164] = {.lex_state = 102, .external_lex_state = 5}, + [1164] = {.lex_state = 107, .external_lex_state = 5}, [1165] = {.lex_state = 102, .external_lex_state = 5}, - [1166] = {.lex_state = 107, .external_lex_state = 5}, + [1166] = {.lex_state = 102, .external_lex_state = 5}, [1167] = {.lex_state = 107, .external_lex_state = 5}, [1168] = {.lex_state = 107, .external_lex_state = 5}, - [1169] = {.lex_state = 107, .external_lex_state = 5}, - [1170] = {.lex_state = 102, .external_lex_state = 5}, - [1171] = {.lex_state = 102, .external_lex_state = 5}, + [1169] = {.lex_state = 263, .external_lex_state = 5}, + [1170] = {.lex_state = 263, .external_lex_state = 5}, + [1171] = {.lex_state = 107, .external_lex_state = 5}, [1172] = {.lex_state = 102, .external_lex_state = 5}, - [1173] = {.lex_state = 107, .external_lex_state = 5}, + [1173] = {.lex_state = 102, .external_lex_state = 5}, [1174] = {.lex_state = 102, .external_lex_state = 5}, - [1175] = {.lex_state = 102, .external_lex_state = 5}, + [1175] = {.lex_state = 263, .external_lex_state = 5}, [1176] = {.lex_state = 102, .external_lex_state = 5}, - [1177] = {.lex_state = 107, .external_lex_state = 5}, + [1177] = {.lex_state = 102, .external_lex_state = 5}, [1178] = {.lex_state = 102, .external_lex_state = 5}, - [1179] = {.lex_state = 102, .external_lex_state = 5}, - [1180] = {.lex_state = 102, .external_lex_state = 5}, - [1181] = {.lex_state = 102, .external_lex_state = 5}, - [1182] = {.lex_state = 102, .external_lex_state = 5}, - [1183] = {.lex_state = 102, .external_lex_state = 5}, + [1179] = {.lex_state = 263, .external_lex_state = 5}, + [1180] = {.lex_state = 263, .external_lex_state = 5}, + [1181] = {.lex_state = 263, .external_lex_state = 5}, + [1182] = {.lex_state = 107, .external_lex_state = 5}, + [1183] = {.lex_state = 107, .external_lex_state = 5}, [1184] = {.lex_state = 102, .external_lex_state = 5}, [1185] = {.lex_state = 107, .external_lex_state = 5}, - [1186] = {.lex_state = 102, .external_lex_state = 5}, - [1187] = {.lex_state = 102, .external_lex_state = 5}, - [1188] = {.lex_state = 102, .external_lex_state = 5}, - [1189] = {.lex_state = 102, .external_lex_state = 5}, - [1190] = {.lex_state = 102, .external_lex_state = 5}, + [1186] = {.lex_state = 107, .external_lex_state = 5}, + [1187] = {.lex_state = 107, .external_lex_state = 5}, + [1188] = {.lex_state = 107, .external_lex_state = 5}, + [1189] = {.lex_state = 263, .external_lex_state = 5}, + [1190] = {.lex_state = 263, .external_lex_state = 5}, [1191] = {.lex_state = 102, .external_lex_state = 5}, - [1192] = {.lex_state = 102, .external_lex_state = 5}, - [1193] = {.lex_state = 102, .external_lex_state = 5}, - [1194] = {.lex_state = 102, .external_lex_state = 5}, + [1192] = {.lex_state = 263, .external_lex_state = 5}, + [1193] = {.lex_state = 263, .external_lex_state = 5}, + [1194] = {.lex_state = 263, .external_lex_state = 5}, [1195] = {.lex_state = 107, .external_lex_state = 5}, [1196] = {.lex_state = 107, .external_lex_state = 5}, [1197] = {.lex_state = 107, .external_lex_state = 5}, [1198] = {.lex_state = 107, .external_lex_state = 5}, [1199] = {.lex_state = 107, .external_lex_state = 5}, - [1200] = {.lex_state = 107, .external_lex_state = 5}, - [1201] = {.lex_state = 263, .external_lex_state = 5}, - [1202] = {.lex_state = 263, .external_lex_state = 5}, - [1203] = {.lex_state = 102, .external_lex_state = 5}, + [1200] = {.lex_state = 102, .external_lex_state = 5}, + [1201] = {.lex_state = 102, .external_lex_state = 5}, + [1202] = {.lex_state = 102, .external_lex_state = 5}, + [1203] = {.lex_state = 263, .external_lex_state = 5}, [1204] = {.lex_state = 107, .external_lex_state = 5}, [1205] = {.lex_state = 107, .external_lex_state = 5}, - [1206] = {.lex_state = 263, .external_lex_state = 5}, - [1207] = {.lex_state = 263, .external_lex_state = 5}, - [1208] = {.lex_state = 263, .external_lex_state = 5}, + [1206] = {.lex_state = 107, .external_lex_state = 5}, + [1207] = {.lex_state = 107, .external_lex_state = 5}, + [1208] = {.lex_state = 107, .external_lex_state = 5}, [1209] = {.lex_state = 107, .external_lex_state = 5}, - [1210] = {.lex_state = 107, .external_lex_state = 5}, + [1210] = {.lex_state = 102, .external_lex_state = 5}, [1211] = {.lex_state = 107, .external_lex_state = 5}, - [1212] = {.lex_state = 263, .external_lex_state = 5}, - [1213] = {.lex_state = 107, .external_lex_state = 5}, + [1212] = {.lex_state = 102, .external_lex_state = 5}, + [1213] = {.lex_state = 263, .external_lex_state = 5}, [1214] = {.lex_state = 263, .external_lex_state = 5}, - [1215] = {.lex_state = 107, .external_lex_state = 5}, - [1216] = {.lex_state = 263, .external_lex_state = 5}, - [1217] = {.lex_state = 263, .external_lex_state = 5}, - [1218] = {.lex_state = 107, .external_lex_state = 5}, + [1215] = {.lex_state = 102, .external_lex_state = 5}, + [1216] = {.lex_state = 107, .external_lex_state = 5}, + [1217] = {.lex_state = 107, .external_lex_state = 5}, + [1218] = {.lex_state = 102, .external_lex_state = 5}, [1219] = {.lex_state = 102, .external_lex_state = 5}, [1220] = {.lex_state = 263, .external_lex_state = 5}, [1221] = {.lex_state = 102, .external_lex_state = 5}, - [1222] = {.lex_state = 102, .external_lex_state = 5}, - [1223] = {.lex_state = 263, .external_lex_state = 5}, - [1224] = {.lex_state = 107, .external_lex_state = 5}, - [1225] = {.lex_state = 263, .external_lex_state = 5}, - [1226] = {.lex_state = 263, .external_lex_state = 5}, - [1227] = {.lex_state = 107, .external_lex_state = 5}, - [1228] = {.lex_state = 263, .external_lex_state = 5}, - [1229] = {.lex_state = 263, .external_lex_state = 5}, - [1230] = {.lex_state = 263, .external_lex_state = 5}, - [1231] = {.lex_state = 107, .external_lex_state = 5}, + [1222] = {.lex_state = 107, .external_lex_state = 5}, + [1223] = {.lex_state = 107, .external_lex_state = 5}, + [1224] = {.lex_state = 102, .external_lex_state = 5}, + [1225] = {.lex_state = 102, .external_lex_state = 4}, + [1226] = {.lex_state = 102, .external_lex_state = 4}, + [1227] = {.lex_state = 102, .external_lex_state = 5}, + [1228] = {.lex_state = 102, .external_lex_state = 5}, + [1229] = {.lex_state = 102, .external_lex_state = 4}, + [1230] = {.lex_state = 102, .external_lex_state = 5}, + [1231] = {.lex_state = 102, .external_lex_state = 5}, [1232] = {.lex_state = 102, .external_lex_state = 5}, - [1233] = {.lex_state = 102, .external_lex_state = 5}, - [1234] = {.lex_state = 102, .external_lex_state = 5}, - [1235] = {.lex_state = 102, .external_lex_state = 5}, - [1236] = {.lex_state = 102, .external_lex_state = 5}, + [1233] = {.lex_state = 107, .external_lex_state = 5}, + [1234] = {.lex_state = 263, .external_lex_state = 5}, + [1235] = {.lex_state = 107, .external_lex_state = 5}, + [1236] = {.lex_state = 107, .external_lex_state = 5}, [1237] = {.lex_state = 102, .external_lex_state = 5}, - [1238] = {.lex_state = 263, .external_lex_state = 5}, - [1239] = {.lex_state = 102, .external_lex_state = 5}, + [1238] = {.lex_state = 107, .external_lex_state = 5}, + [1239] = {.lex_state = 107, .external_lex_state = 5}, [1240] = {.lex_state = 102, .external_lex_state = 5}, - [1241] = {.lex_state = 102, .external_lex_state = 5}, - [1242] = {.lex_state = 107, .external_lex_state = 5}, - [1243] = {.lex_state = 102, .external_lex_state = 5}, - [1244] = {.lex_state = 102, .external_lex_state = 5}, - [1245] = {.lex_state = 102, .external_lex_state = 5}, - [1246] = {.lex_state = 102, .external_lex_state = 5}, - [1247] = {.lex_state = 102, .external_lex_state = 5}, - [1248] = {.lex_state = 102, .external_lex_state = 5}, + [1241] = {.lex_state = 107, .external_lex_state = 5}, + [1242] = {.lex_state = 102, .external_lex_state = 5}, + [1243] = {.lex_state = 107, .external_lex_state = 5}, + [1244] = {.lex_state = 107, .external_lex_state = 5}, + [1245] = {.lex_state = 263, .external_lex_state = 5}, + [1246] = {.lex_state = 263, .external_lex_state = 5}, + [1247] = {.lex_state = 263, .external_lex_state = 5}, + [1248] = {.lex_state = 107, .external_lex_state = 5}, [1249] = {.lex_state = 107, .external_lex_state = 5}, - [1250] = {.lex_state = 102, .external_lex_state = 5}, - [1251] = {.lex_state = 102, .external_lex_state = 5}, + [1250] = {.lex_state = 107, .external_lex_state = 5}, + [1251] = {.lex_state = 107, .external_lex_state = 5}, [1252] = {.lex_state = 102, .external_lex_state = 5}, - [1253] = {.lex_state = 102, .external_lex_state = 5}, - [1254] = {.lex_state = 102, .external_lex_state = 5}, - [1255] = {.lex_state = 102, .external_lex_state = 5}, - [1256] = {.lex_state = 102, .external_lex_state = 4}, - [1257] = {.lex_state = 107, .external_lex_state = 5}, - [1258] = {.lex_state = 102, .external_lex_state = 5}, + [1253] = {.lex_state = 263, .external_lex_state = 5}, + [1254] = {.lex_state = 263, .external_lex_state = 5}, + [1255] = {.lex_state = 107, .external_lex_state = 5}, + [1256] = {.lex_state = 263, .external_lex_state = 5}, + [1257] = {.lex_state = 102, .external_lex_state = 5}, + [1258] = {.lex_state = 263, .external_lex_state = 5}, [1259] = {.lex_state = 107, .external_lex_state = 5}, - [1260] = {.lex_state = 102, .external_lex_state = 5}, + [1260] = {.lex_state = 107, .external_lex_state = 5}, [1261] = {.lex_state = 102, .external_lex_state = 5}, - [1262] = {.lex_state = 102, .external_lex_state = 5}, + [1262] = {.lex_state = 107, .external_lex_state = 5}, [1263] = {.lex_state = 102, .external_lex_state = 5}, - [1264] = {.lex_state = 102, .external_lex_state = 5}, - [1265] = {.lex_state = 102, .external_lex_state = 5}, - [1266] = {.lex_state = 107, .external_lex_state = 5}, + [1264] = {.lex_state = 107, .external_lex_state = 5}, + [1265] = {.lex_state = 107, .external_lex_state = 5}, + [1266] = {.lex_state = 263, .external_lex_state = 5}, [1267] = {.lex_state = 102, .external_lex_state = 5}, [1268] = {.lex_state = 102, .external_lex_state = 5}, - [1269] = {.lex_state = 102, .external_lex_state = 5}, + [1269] = {.lex_state = 107, .external_lex_state = 5}, [1270] = {.lex_state = 102, .external_lex_state = 5}, - [1271] = {.lex_state = 263, .external_lex_state = 5}, + [1271] = {.lex_state = 102, .external_lex_state = 5}, [1272] = {.lex_state = 102, .external_lex_state = 5}, - [1273] = {.lex_state = 107, .external_lex_state = 5}, - [1274] = {.lex_state = 107, .external_lex_state = 5}, - [1275] = {.lex_state = 263, .external_lex_state = 5}, + [1273] = {.lex_state = 102, .external_lex_state = 5}, + [1274] = {.lex_state = 102, .external_lex_state = 5}, + [1275] = {.lex_state = 102, .external_lex_state = 5}, [1276] = {.lex_state = 102, .external_lex_state = 5}, - [1277] = {.lex_state = 263, .external_lex_state = 5}, + [1277] = {.lex_state = 102, .external_lex_state = 5}, [1278] = {.lex_state = 102, .external_lex_state = 5}, - [1279] = {.lex_state = 263, .external_lex_state = 5}, - [1280] = {.lex_state = 107, .external_lex_state = 5}, - [1281] = {.lex_state = 263, .external_lex_state = 5}, - [1282] = {.lex_state = 102, .external_lex_state = 5}, - [1283] = {.lex_state = 102, .external_lex_state = 5}, + [1279] = {.lex_state = 102, .external_lex_state = 5}, + [1280] = {.lex_state = 102, .external_lex_state = 5}, + [1281] = {.lex_state = 107, .external_lex_state = 5}, + [1282] = {.lex_state = 107, .external_lex_state = 5}, + [1283] = {.lex_state = 263, .external_lex_state = 5}, [1284] = {.lex_state = 102, .external_lex_state = 5}, [1285] = {.lex_state = 102, .external_lex_state = 5}, - [1286] = {.lex_state = 102, .external_lex_state = 5}, - [1287] = {.lex_state = 107, .external_lex_state = 5}, - [1288] = {.lex_state = 107, .external_lex_state = 5}, - [1289] = {.lex_state = 107, .external_lex_state = 5}, - [1290] = {.lex_state = 107, .external_lex_state = 5}, - [1291] = {.lex_state = 107, .external_lex_state = 5}, - [1292] = {.lex_state = 107, .external_lex_state = 5}, - [1293] = {.lex_state = 263, .external_lex_state = 5}, - [1294] = {.lex_state = 107, .external_lex_state = 5}, + [1286] = {.lex_state = 107, .external_lex_state = 5}, + [1287] = {.lex_state = 263, .external_lex_state = 5}, + [1288] = {.lex_state = 102, .external_lex_state = 5}, + [1289] = {.lex_state = 102, .external_lex_state = 5}, + [1290] = {.lex_state = 102, .external_lex_state = 5}, + [1291] = {.lex_state = 263, .external_lex_state = 5}, + [1292] = {.lex_state = 102, .external_lex_state = 5}, + [1293] = {.lex_state = 107, .external_lex_state = 5}, + [1294] = {.lex_state = 263, .external_lex_state = 5}, [1295] = {.lex_state = 107, .external_lex_state = 5}, [1296] = {.lex_state = 107, .external_lex_state = 5}, - [1297] = {.lex_state = 107, .external_lex_state = 5}, - [1298] = {.lex_state = 107, .external_lex_state = 5}, - [1299] = {.lex_state = 107, .external_lex_state = 5}, - [1300] = {.lex_state = 263, .external_lex_state = 5}, - [1301] = {.lex_state = 102, .external_lex_state = 4}, + [1297] = {.lex_state = 102, .external_lex_state = 5}, + [1298] = {.lex_state = 263, .external_lex_state = 5}, + [1299] = {.lex_state = 102, .external_lex_state = 5}, + [1300] = {.lex_state = 102, .external_lex_state = 5}, + [1301] = {.lex_state = 102, .external_lex_state = 5}, [1302] = {.lex_state = 102, .external_lex_state = 5}, [1303] = {.lex_state = 102, .external_lex_state = 5}, - [1304] = {.lex_state = 102, .external_lex_state = 5}, - [1305] = {.lex_state = 102, .external_lex_state = 5}, - [1306] = {.lex_state = 102, .external_lex_state = 5}, - [1307] = {.lex_state = 102, .external_lex_state = 5}, - [1308] = {.lex_state = 102, .external_lex_state = 5}, - [1309] = {.lex_state = 102, .external_lex_state = 5}, - [1310] = {.lex_state = 102, .external_lex_state = 5}, - [1311] = {.lex_state = 102, .external_lex_state = 4}, - [1312] = {.lex_state = 110, .external_lex_state = 5}, - [1313] = {.lex_state = 110, .external_lex_state = 5}, - [1314] = {.lex_state = 110, .external_lex_state = 5}, - [1315] = {.lex_state = 263, .external_lex_state = 5}, - [1316] = {.lex_state = 263, .external_lex_state = 5}, - [1317] = {.lex_state = 102, .external_lex_state = 5}, - [1318] = {.lex_state = 263, .external_lex_state = 5}, - [1319] = {.lex_state = 263, .external_lex_state = 5}, - [1320] = {.lex_state = 263, .external_lex_state = 5}, - [1321] = {.lex_state = 110, .external_lex_state = 5}, - [1322] = {.lex_state = 110, .external_lex_state = 5}, - [1323] = {.lex_state = 102, .external_lex_state = 4}, + [1304] = {.lex_state = 263, .external_lex_state = 5}, + [1305] = {.lex_state = 107, .external_lex_state = 5}, + [1306] = {.lex_state = 107, .external_lex_state = 5}, + [1307] = {.lex_state = 107, .external_lex_state = 5}, + [1308] = {.lex_state = 107, .external_lex_state = 5}, + [1309] = {.lex_state = 107, .external_lex_state = 5}, + [1310] = {.lex_state = 107, .external_lex_state = 5}, + [1311] = {.lex_state = 107, .external_lex_state = 5}, + [1312] = {.lex_state = 107, .external_lex_state = 5}, + [1313] = {.lex_state = 102, .external_lex_state = 5}, + [1314] = {.lex_state = 102, .external_lex_state = 5}, + [1315] = {.lex_state = 102, .external_lex_state = 5}, + [1316] = {.lex_state = 102, .external_lex_state = 5}, + [1317] = {.lex_state = 107, .external_lex_state = 5}, + [1318] = {.lex_state = 107, .external_lex_state = 5}, + [1319] = {.lex_state = 102, .external_lex_state = 5}, + [1320] = {.lex_state = 102, .external_lex_state = 5}, + [1321] = {.lex_state = 102, .external_lex_state = 5}, + [1322] = {.lex_state = 102, .external_lex_state = 5}, + [1323] = {.lex_state = 102, .external_lex_state = 5}, [1324] = {.lex_state = 102, .external_lex_state = 5}, - [1325] = {.lex_state = 102, .external_lex_state = 4}, - [1326] = {.lex_state = 263, .external_lex_state = 5}, - [1327] = {.lex_state = 110, .external_lex_state = 5}, - [1328] = {.lex_state = 263, .external_lex_state = 5}, - [1329] = {.lex_state = 110, .external_lex_state = 5}, - [1330] = {.lex_state = 263, .external_lex_state = 5}, - [1331] = {.lex_state = 263, .external_lex_state = 5}, + [1325] = {.lex_state = 102, .external_lex_state = 5}, + [1326] = {.lex_state = 102, .external_lex_state = 5}, + [1327] = {.lex_state = 102, .external_lex_state = 5}, + [1328] = {.lex_state = 102, .external_lex_state = 5}, + [1329] = {.lex_state = 102, .external_lex_state = 5}, + [1330] = {.lex_state = 102, .external_lex_state = 5}, + [1331] = {.lex_state = 102, .external_lex_state = 5}, [1332] = {.lex_state = 102, .external_lex_state = 5}, - [1333] = {.lex_state = 263, .external_lex_state = 5}, - [1334] = {.lex_state = 110, .external_lex_state = 5}, - [1335] = {.lex_state = 263, .external_lex_state = 5}, - [1336] = {.lex_state = 263, .external_lex_state = 5}, - [1337] = {.lex_state = 110, .external_lex_state = 5}, - [1338] = {.lex_state = 110, .external_lex_state = 5}, - [1339] = {.lex_state = 263, .external_lex_state = 5}, - [1340] = {.lex_state = 110, .external_lex_state = 5}, + [1333] = {.lex_state = 102, .external_lex_state = 5}, + [1334] = {.lex_state = 102, .external_lex_state = 5}, + [1335] = {.lex_state = 102, .external_lex_state = 5}, + [1336] = {.lex_state = 102, .external_lex_state = 5}, + [1337] = {.lex_state = 102, .external_lex_state = 5}, + [1338] = {.lex_state = 102, .external_lex_state = 5}, + [1339] = {.lex_state = 102, .external_lex_state = 5}, + [1340] = {.lex_state = 102, .external_lex_state = 5}, [1341] = {.lex_state = 102, .external_lex_state = 5}, [1342] = {.lex_state = 102, .external_lex_state = 5}, - [1343] = {.lex_state = 102, .external_lex_state = 4}, - [1344] = {.lex_state = 102, .external_lex_state = 4}, - [1345] = {.lex_state = 263, .external_lex_state = 5}, - [1346] = {.lex_state = 110, .external_lex_state = 5}, - [1347] = {.lex_state = 263, .external_lex_state = 5}, - [1348] = {.lex_state = 263, .external_lex_state = 5}, - [1349] = {.lex_state = 102, .external_lex_state = 5}, - [1350] = {.lex_state = 263, .external_lex_state = 5}, - [1351] = {.lex_state = 110, .external_lex_state = 5}, + [1343] = {.lex_state = 102, .external_lex_state = 5}, + [1344] = {.lex_state = 102, .external_lex_state = 5}, + [1345] = {.lex_state = 102, .external_lex_state = 5}, + [1346] = {.lex_state = 107, .external_lex_state = 5}, + [1347] = {.lex_state = 107, .external_lex_state = 5}, + [1348] = {.lex_state = 102, .external_lex_state = 5}, + [1349] = {.lex_state = 263, .external_lex_state = 5}, + [1350] = {.lex_state = 102, .external_lex_state = 4}, + [1351] = {.lex_state = 263, .external_lex_state = 5}, [1352] = {.lex_state = 263, .external_lex_state = 5}, - [1353] = {.lex_state = 102, .external_lex_state = 4}, - [1354] = {.lex_state = 102, .external_lex_state = 4}, - [1355] = {.lex_state = 102, .external_lex_state = 4}, - [1356] = {.lex_state = 102, .external_lex_state = 5}, - [1357] = {.lex_state = 110, .external_lex_state = 5}, - [1358] = {.lex_state = 102, .external_lex_state = 5}, - [1359] = {.lex_state = 102, .external_lex_state = 5}, - [1360] = {.lex_state = 102, .external_lex_state = 5}, + [1353] = {.lex_state = 110, .external_lex_state = 5}, + [1354] = {.lex_state = 110, .external_lex_state = 5}, + [1355] = {.lex_state = 110, .external_lex_state = 5}, + [1356] = {.lex_state = 110, .external_lex_state = 5}, + [1357] = {.lex_state = 102, .external_lex_state = 5}, + [1358] = {.lex_state = 110, .external_lex_state = 5}, + [1359] = {.lex_state = 110, .external_lex_state = 5}, + [1360] = {.lex_state = 110, .external_lex_state = 5}, [1361] = {.lex_state = 110, .external_lex_state = 5}, [1362] = {.lex_state = 110, .external_lex_state = 5}, - [1363] = {.lex_state = 263, .external_lex_state = 5}, - [1364] = {.lex_state = 263, .external_lex_state = 5}, - [1365] = {.lex_state = 263, .external_lex_state = 5}, - [1366] = {.lex_state = 102, .external_lex_state = 5}, - [1367] = {.lex_state = 102, .external_lex_state = 4}, + [1363] = {.lex_state = 110, .external_lex_state = 5}, + [1364] = {.lex_state = 110, .external_lex_state = 5}, + [1365] = {.lex_state = 110, .external_lex_state = 5}, + [1366] = {.lex_state = 110, .external_lex_state = 5}, + [1367] = {.lex_state = 110, .external_lex_state = 5}, [1368] = {.lex_state = 110, .external_lex_state = 5}, - [1369] = {.lex_state = 263, .external_lex_state = 5}, - [1370] = {.lex_state = 263, .external_lex_state = 5}, + [1369] = {.lex_state = 110, .external_lex_state = 5}, + [1370] = {.lex_state = 110, .external_lex_state = 5}, [1371] = {.lex_state = 110, .external_lex_state = 5}, - [1372] = {.lex_state = 102, .external_lex_state = 5}, + [1372] = {.lex_state = 110, .external_lex_state = 5}, [1373] = {.lex_state = 110, .external_lex_state = 5}, - [1374] = {.lex_state = 263, .external_lex_state = 5}, - [1375] = {.lex_state = 102, .external_lex_state = 5}, - [1376] = {.lex_state = 102, .external_lex_state = 4}, - [1377] = {.lex_state = 263, .external_lex_state = 5}, - [1378] = {.lex_state = 110, .external_lex_state = 5}, + [1374] = {.lex_state = 110, .external_lex_state = 5}, + [1375] = {.lex_state = 110, .external_lex_state = 5}, + [1376] = {.lex_state = 110, .external_lex_state = 5}, + [1377] = {.lex_state = 110, .external_lex_state = 5}, + [1378] = {.lex_state = 263, .external_lex_state = 5}, [1379] = {.lex_state = 110, .external_lex_state = 5}, - [1380] = {.lex_state = 102, .external_lex_state = 4}, - [1381] = {.lex_state = 102, .external_lex_state = 4}, - [1382] = {.lex_state = 263, .external_lex_state = 5}, - [1383] = {.lex_state = 263, .external_lex_state = 5}, - [1384] = {.lex_state = 263, .external_lex_state = 5}, - [1385] = {.lex_state = 263, .external_lex_state = 5}, + [1380] = {.lex_state = 110, .external_lex_state = 5}, + [1381] = {.lex_state = 110, .external_lex_state = 5}, + [1382] = {.lex_state = 110, .external_lex_state = 5}, + [1383] = {.lex_state = 102, .external_lex_state = 4}, + [1384] = {.lex_state = 110, .external_lex_state = 5}, + [1385] = {.lex_state = 110, .external_lex_state = 5}, [1386] = {.lex_state = 110, .external_lex_state = 5}, - [1387] = {.lex_state = 263, .external_lex_state = 5}, + [1387] = {.lex_state = 110, .external_lex_state = 5}, [1388] = {.lex_state = 110, .external_lex_state = 5}, - [1389] = {.lex_state = 263, .external_lex_state = 5}, - [1390] = {.lex_state = 263, .external_lex_state = 5}, - [1391] = {.lex_state = 102, .external_lex_state = 5}, + [1389] = {.lex_state = 110, .external_lex_state = 5}, + [1390] = {.lex_state = 110, .external_lex_state = 5}, + [1391] = {.lex_state = 110, .external_lex_state = 5}, [1392] = {.lex_state = 110, .external_lex_state = 5}, - [1393] = {.lex_state = 263, .external_lex_state = 5}, + [1393] = {.lex_state = 110, .external_lex_state = 5}, [1394] = {.lex_state = 110, .external_lex_state = 5}, [1395] = {.lex_state = 110, .external_lex_state = 5}, [1396] = {.lex_state = 110, .external_lex_state = 5}, - [1397] = {.lex_state = 102, .external_lex_state = 5}, + [1397] = {.lex_state = 110, .external_lex_state = 5}, [1398] = {.lex_state = 110, .external_lex_state = 5}, [1399] = {.lex_state = 110, .external_lex_state = 5}, - [1400] = {.lex_state = 102, .external_lex_state = 5}, - [1401] = {.lex_state = 102, .external_lex_state = 4}, - [1402] = {.lex_state = 102, .external_lex_state = 5}, - [1403] = {.lex_state = 110, .external_lex_state = 5}, - [1404] = {.lex_state = 263, .external_lex_state = 5}, - [1405] = {.lex_state = 263, .external_lex_state = 5}, - [1406] = {.lex_state = 263, .external_lex_state = 5}, - [1407] = {.lex_state = 102, .external_lex_state = 5}, + [1400] = {.lex_state = 110, .external_lex_state = 5}, + [1401] = {.lex_state = 102, .external_lex_state = 5}, + [1402] = {.lex_state = 110, .external_lex_state = 5}, + [1403] = {.lex_state = 263, .external_lex_state = 5}, + [1404] = {.lex_state = 110, .external_lex_state = 5}, + [1405] = {.lex_state = 110, .external_lex_state = 5}, + [1406] = {.lex_state = 110, .external_lex_state = 5}, + [1407] = {.lex_state = 110, .external_lex_state = 5}, [1408] = {.lex_state = 110, .external_lex_state = 5}, - [1409] = {.lex_state = 102, .external_lex_state = 5}, + [1409] = {.lex_state = 110, .external_lex_state = 5}, [1410] = {.lex_state = 110, .external_lex_state = 5}, - [1411] = {.lex_state = 263, .external_lex_state = 5}, - [1412] = {.lex_state = 102, .external_lex_state = 5}, + [1411] = {.lex_state = 110, .external_lex_state = 5}, + [1412] = {.lex_state = 110, .external_lex_state = 5}, [1413] = {.lex_state = 110, .external_lex_state = 5}, [1414] = {.lex_state = 110, .external_lex_state = 5}, - [1415] = {.lex_state = 102, .external_lex_state = 5}, - [1416] = {.lex_state = 263, .external_lex_state = 5}, + [1415] = {.lex_state = 110, .external_lex_state = 5}, + [1416] = {.lex_state = 110, .external_lex_state = 5}, [1417] = {.lex_state = 110, .external_lex_state = 5}, [1418] = {.lex_state = 110, .external_lex_state = 5}, - [1419] = {.lex_state = 263, .external_lex_state = 5}, - [1420] = {.lex_state = 102, .external_lex_state = 5}, - [1421] = {.lex_state = 263, .external_lex_state = 5}, - [1422] = {.lex_state = 263, .external_lex_state = 5}, - [1423] = {.lex_state = 263, .external_lex_state = 5}, - [1424] = {.lex_state = 263, .external_lex_state = 5}, - [1425] = {.lex_state = 263, .external_lex_state = 5}, - [1426] = {.lex_state = 263, .external_lex_state = 5}, - [1427] = {.lex_state = 263, .external_lex_state = 5}, + [1419] = {.lex_state = 110, .external_lex_state = 5}, + [1420] = {.lex_state = 102, .external_lex_state = 4}, + [1421] = {.lex_state = 102, .external_lex_state = 4}, + [1422] = {.lex_state = 110, .external_lex_state = 5}, + [1423] = {.lex_state = 110, .external_lex_state = 5}, + [1424] = {.lex_state = 110, .external_lex_state = 5}, + [1425] = {.lex_state = 110, .external_lex_state = 5}, + [1426] = {.lex_state = 102, .external_lex_state = 4}, + [1427] = {.lex_state = 102, .external_lex_state = 4}, [1428] = {.lex_state = 102, .external_lex_state = 4}, - [1429] = {.lex_state = 263, .external_lex_state = 5}, - [1430] = {.lex_state = 110, .external_lex_state = 5}, - [1431] = {.lex_state = 102, .external_lex_state = 4}, + [1429] = {.lex_state = 102, .external_lex_state = 4}, + [1430] = {.lex_state = 263, .external_lex_state = 5}, + [1431] = {.lex_state = 263, .external_lex_state = 5}, [1432] = {.lex_state = 263, .external_lex_state = 5}, [1433] = {.lex_state = 263, .external_lex_state = 5}, [1434] = {.lex_state = 263, .external_lex_state = 5}, @@ -17129,31 +17133,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1440] = {.lex_state = 263, .external_lex_state = 5}, [1441] = {.lex_state = 263, .external_lex_state = 5}, [1442] = {.lex_state = 263, .external_lex_state = 5}, - [1443] = {.lex_state = 102, .external_lex_state = 4}, - [1444] = {.lex_state = 110, .external_lex_state = 5}, + [1443] = {.lex_state = 263, .external_lex_state = 5}, + [1444] = {.lex_state = 263, .external_lex_state = 5}, [1445] = {.lex_state = 263, .external_lex_state = 5}, [1446] = {.lex_state = 263, .external_lex_state = 5}, [1447] = {.lex_state = 263, .external_lex_state = 5}, [1448] = {.lex_state = 263, .external_lex_state = 5}, - [1449] = {.lex_state = 102, .external_lex_state = 4}, + [1449] = {.lex_state = 263, .external_lex_state = 5}, [1450] = {.lex_state = 263, .external_lex_state = 5}, [1451] = {.lex_state = 263, .external_lex_state = 5}, - [1452] = {.lex_state = 263, .external_lex_state = 4}, - [1453] = {.lex_state = 110, .external_lex_state = 5}, - [1454] = {.lex_state = 263, .external_lex_state = 4}, - [1455] = {.lex_state = 263, .external_lex_state = 4}, + [1452] = {.lex_state = 263, .external_lex_state = 5}, + [1453] = {.lex_state = 263, .external_lex_state = 5}, + [1454] = {.lex_state = 263, .external_lex_state = 5}, + [1455] = {.lex_state = 263, .external_lex_state = 5}, [1456] = {.lex_state = 263, .external_lex_state = 5}, - [1457] = {.lex_state = 102, .external_lex_state = 5}, + [1457] = {.lex_state = 263, .external_lex_state = 5}, [1458] = {.lex_state = 263, .external_lex_state = 5}, [1459] = {.lex_state = 263, .external_lex_state = 5}, - [1460] = {.lex_state = 110, .external_lex_state = 5}, + [1460] = {.lex_state = 263, .external_lex_state = 5}, [1461] = {.lex_state = 263, .external_lex_state = 5}, [1462] = {.lex_state = 263, .external_lex_state = 5}, [1463] = {.lex_state = 263, .external_lex_state = 5}, [1464] = {.lex_state = 263, .external_lex_state = 5}, [1465] = {.lex_state = 263, .external_lex_state = 5}, [1466] = {.lex_state = 263, .external_lex_state = 5}, - [1467] = {.lex_state = 110, .external_lex_state = 5}, + [1467] = {.lex_state = 263, .external_lex_state = 5}, [1468] = {.lex_state = 263, .external_lex_state = 5}, [1469] = {.lex_state = 263, .external_lex_state = 5}, [1470] = {.lex_state = 263, .external_lex_state = 5}, @@ -17163,43 +17167,43 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1474] = {.lex_state = 263, .external_lex_state = 5}, [1475] = {.lex_state = 263, .external_lex_state = 5}, [1476] = {.lex_state = 110, .external_lex_state = 5}, - [1477] = {.lex_state = 263, .external_lex_state = 5}, + [1477] = {.lex_state = 110, .external_lex_state = 5}, [1478] = {.lex_state = 110, .external_lex_state = 5}, - [1479] = {.lex_state = 102, .external_lex_state = 4}, - [1480] = {.lex_state = 263, .external_lex_state = 5}, - [1481] = {.lex_state = 263, .external_lex_state = 5}, + [1479] = {.lex_state = 110, .external_lex_state = 5}, + [1480] = {.lex_state = 110, .external_lex_state = 5}, + [1481] = {.lex_state = 110, .external_lex_state = 5}, [1482] = {.lex_state = 263, .external_lex_state = 5}, [1483] = {.lex_state = 263, .external_lex_state = 5}, [1484] = {.lex_state = 263, .external_lex_state = 5}, [1485] = {.lex_state = 263, .external_lex_state = 5}, [1486] = {.lex_state = 263, .external_lex_state = 5}, - [1487] = {.lex_state = 110, .external_lex_state = 5}, - [1488] = {.lex_state = 102, .external_lex_state = 4}, - [1489] = {.lex_state = 110, .external_lex_state = 5}, - [1490] = {.lex_state = 110, .external_lex_state = 5}, - [1491] = {.lex_state = 110, .external_lex_state = 5}, - [1492] = {.lex_state = 110, .external_lex_state = 5}, - [1493] = {.lex_state = 110, .external_lex_state = 5}, + [1487] = {.lex_state = 263, .external_lex_state = 5}, + [1488] = {.lex_state = 263, .external_lex_state = 5}, + [1489] = {.lex_state = 263, .external_lex_state = 5}, + [1490] = {.lex_state = 263, .external_lex_state = 5}, + [1491] = {.lex_state = 263, .external_lex_state = 5}, + [1492] = {.lex_state = 263, .external_lex_state = 5}, + [1493] = {.lex_state = 263, .external_lex_state = 5}, [1494] = {.lex_state = 110, .external_lex_state = 5}, [1495] = {.lex_state = 110, .external_lex_state = 5}, [1496] = {.lex_state = 110, .external_lex_state = 5}, [1497] = {.lex_state = 110, .external_lex_state = 5}, - [1498] = {.lex_state = 263, .external_lex_state = 5}, - [1499] = {.lex_state = 110, .external_lex_state = 5}, + [1498] = {.lex_state = 110, .external_lex_state = 5}, + [1499] = {.lex_state = 263, .external_lex_state = 5}, [1500] = {.lex_state = 110, .external_lex_state = 5}, - [1501] = {.lex_state = 110, .external_lex_state = 5}, - [1502] = {.lex_state = 110, .external_lex_state = 5}, - [1503] = {.lex_state = 110, .external_lex_state = 5}, + [1501] = {.lex_state = 263, .external_lex_state = 5}, + [1502] = {.lex_state = 263, .external_lex_state = 5}, + [1503] = {.lex_state = 263, .external_lex_state = 4}, [1504] = {.lex_state = 263, .external_lex_state = 5}, [1505] = {.lex_state = 263, .external_lex_state = 5}, - [1506] = {.lex_state = 110, .external_lex_state = 5}, - [1507] = {.lex_state = 110, .external_lex_state = 5}, + [1506] = {.lex_state = 263, .external_lex_state = 5}, + [1507] = {.lex_state = 263, .external_lex_state = 4}, [1508] = {.lex_state = 263, .external_lex_state = 4}, - [1509] = {.lex_state = 263, .external_lex_state = 4}, - [1510] = {.lex_state = 102, .external_lex_state = 4}, + [1509] = {.lex_state = 263, .external_lex_state = 5}, + [1510] = {.lex_state = 263, .external_lex_state = 5}, [1511] = {.lex_state = 102, .external_lex_state = 4}, - [1512] = {.lex_state = 263, .external_lex_state = 4}, - [1513] = {.lex_state = 263, .external_lex_state = 4}, + [1512] = {.lex_state = 263, .external_lex_state = 5}, + [1513] = {.lex_state = 263, .external_lex_state = 5}, [1514] = {.lex_state = 263, .external_lex_state = 5}, [1515] = {.lex_state = 263, .external_lex_state = 5}, [1516] = {.lex_state = 263, .external_lex_state = 5}, @@ -17208,48 +17212,48 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1519] = {.lex_state = 263, .external_lex_state = 5}, [1520] = {.lex_state = 263, .external_lex_state = 5}, [1521] = {.lex_state = 263, .external_lex_state = 5}, - [1522] = {.lex_state = 263, .external_lex_state = 5}, + [1522] = {.lex_state = 102, .external_lex_state = 4}, [1523] = {.lex_state = 263, .external_lex_state = 5}, [1524] = {.lex_state = 263, .external_lex_state = 5}, - [1525] = {.lex_state = 263, .external_lex_state = 4}, + [1525] = {.lex_state = 102, .external_lex_state = 4}, [1526] = {.lex_state = 102, .external_lex_state = 4}, - [1527] = {.lex_state = 263, .external_lex_state = 5}, + [1527] = {.lex_state = 110, .external_lex_state = 5}, [1528] = {.lex_state = 263, .external_lex_state = 5}, [1529] = {.lex_state = 263, .external_lex_state = 5}, [1530] = {.lex_state = 263, .external_lex_state = 5}, - [1531] = {.lex_state = 263, .external_lex_state = 5}, + [1531] = {.lex_state = 102, .external_lex_state = 5}, [1532] = {.lex_state = 102, .external_lex_state = 4}, [1533] = {.lex_state = 263, .external_lex_state = 5}, - [1534] = {.lex_state = 263, .external_lex_state = 5}, - [1535] = {.lex_state = 102, .external_lex_state = 4}, - [1536] = {.lex_state = 102, .external_lex_state = 4}, - [1537] = {.lex_state = 263, .external_lex_state = 5}, - [1538] = {.lex_state = 102, .external_lex_state = 4}, - [1539] = {.lex_state = 102, .external_lex_state = 4}, - [1540] = {.lex_state = 102, .external_lex_state = 4}, - [1541] = {.lex_state = 102, .external_lex_state = 4}, - [1542] = {.lex_state = 102, .external_lex_state = 4}, + [1534] = {.lex_state = 102, .external_lex_state = 5}, + [1535] = {.lex_state = 263, .external_lex_state = 5}, + [1536] = {.lex_state = 102, .external_lex_state = 5}, + [1537] = {.lex_state = 102, .external_lex_state = 5}, + [1538] = {.lex_state = 102, .external_lex_state = 5}, + [1539] = {.lex_state = 102, .external_lex_state = 5}, + [1540] = {.lex_state = 102, .external_lex_state = 5}, + [1541] = {.lex_state = 102, .external_lex_state = 5}, + [1542] = {.lex_state = 102, .external_lex_state = 5}, [1543] = {.lex_state = 102, .external_lex_state = 4}, - [1544] = {.lex_state = 102, .external_lex_state = 4}, + [1544] = {.lex_state = 102, .external_lex_state = 5}, [1545] = {.lex_state = 102, .external_lex_state = 4}, - [1546] = {.lex_state = 263, .external_lex_state = 5}, - [1547] = {.lex_state = 263, .external_lex_state = 5}, - [1548] = {.lex_state = 102, .external_lex_state = 4}, - [1549] = {.lex_state = 263, .external_lex_state = 4}, - [1550] = {.lex_state = 102, .external_lex_state = 4}, - [1551] = {.lex_state = 263, .external_lex_state = 5}, - [1552] = {.lex_state = 102, .external_lex_state = 4}, - [1553] = {.lex_state = 102, .external_lex_state = 4}, - [1554] = {.lex_state = 102, .external_lex_state = 4}, - [1555] = {.lex_state = 102, .external_lex_state = 4}, - [1556] = {.lex_state = 102, .external_lex_state = 4}, - [1557] = {.lex_state = 102, .external_lex_state = 4}, - [1558] = {.lex_state = 102, .external_lex_state = 4}, - [1559] = {.lex_state = 102, .external_lex_state = 4}, - [1560] = {.lex_state = 102, .external_lex_state = 4}, - [1561] = {.lex_state = 102, .external_lex_state = 4}, - [1562] = {.lex_state = 102, .external_lex_state = 4}, - [1563] = {.lex_state = 102, .external_lex_state = 4}, + [1546] = {.lex_state = 102, .external_lex_state = 5}, + [1547] = {.lex_state = 102, .external_lex_state = 5}, + [1548] = {.lex_state = 102, .external_lex_state = 5}, + [1549] = {.lex_state = 110, .external_lex_state = 5}, + [1550] = {.lex_state = 102, .external_lex_state = 5}, + [1551] = {.lex_state = 102, .external_lex_state = 5}, + [1552] = {.lex_state = 102, .external_lex_state = 5}, + [1553] = {.lex_state = 102, .external_lex_state = 5}, + [1554] = {.lex_state = 102, .external_lex_state = 5}, + [1555] = {.lex_state = 263, .external_lex_state = 5}, + [1556] = {.lex_state = 263, .external_lex_state = 5}, + [1557] = {.lex_state = 263, .external_lex_state = 5}, + [1558] = {.lex_state = 263, .external_lex_state = 5}, + [1559] = {.lex_state = 102, .external_lex_state = 5}, + [1560] = {.lex_state = 102, .external_lex_state = 5}, + [1561] = {.lex_state = 263, .external_lex_state = 5}, + [1562] = {.lex_state = 263, .external_lex_state = 5}, + [1563] = {.lex_state = 102, .external_lex_state = 5}, [1564] = {.lex_state = 102, .external_lex_state = 4}, [1565] = {.lex_state = 102, .external_lex_state = 4}, [1566] = {.lex_state = 102, .external_lex_state = 4}, @@ -17257,7 +17261,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1568] = {.lex_state = 102, .external_lex_state = 4}, [1569] = {.lex_state = 102, .external_lex_state = 4}, [1570] = {.lex_state = 113, .external_lex_state = 4}, - [1571] = {.lex_state = 113, .external_lex_state = 4}, + [1571] = {.lex_state = 102, .external_lex_state = 4}, [1572] = {.lex_state = 102, .external_lex_state = 4}, [1573] = {.lex_state = 102, .external_lex_state = 4}, [1574] = {.lex_state = 102, .external_lex_state = 4}, @@ -17265,8 +17269,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1576] = {.lex_state = 102, .external_lex_state = 4}, [1577] = {.lex_state = 102, .external_lex_state = 4}, [1578] = {.lex_state = 102, .external_lex_state = 4}, - [1579] = {.lex_state = 102, .external_lex_state = 4}, - [1580] = {.lex_state = 102, .external_lex_state = 4}, + [1579] = {.lex_state = 113, .external_lex_state = 4}, + [1580] = {.lex_state = 113, .external_lex_state = 4}, [1581] = {.lex_state = 113, .external_lex_state = 4}, [1582] = {.lex_state = 113, .external_lex_state = 4}, [1583] = {.lex_state = 113, .external_lex_state = 4}, @@ -17275,15 +17279,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1586] = {.lex_state = 113, .external_lex_state = 4}, [1587] = {.lex_state = 113, .external_lex_state = 4}, [1588] = {.lex_state = 113, .external_lex_state = 4}, - [1589] = {.lex_state = 113, .external_lex_state = 4}, - [1590] = {.lex_state = 113, .external_lex_state = 4}, + [1589] = {.lex_state = 102, .external_lex_state = 4}, + [1590] = {.lex_state = 263, .external_lex_state = 5}, [1591] = {.lex_state = 113, .external_lex_state = 4}, [1592] = {.lex_state = 113, .external_lex_state = 4}, [1593] = {.lex_state = 113, .external_lex_state = 4}, [1594] = {.lex_state = 113, .external_lex_state = 4}, [1595] = {.lex_state = 113, .external_lex_state = 4}, - [1596] = {.lex_state = 113, .external_lex_state = 4}, - [1597] = {.lex_state = 113, .external_lex_state = 4}, + [1596] = {.lex_state = 263, .external_lex_state = 5}, + [1597] = {.lex_state = 263, .external_lex_state = 5}, [1598] = {.lex_state = 113, .external_lex_state = 4}, [1599] = {.lex_state = 113, .external_lex_state = 4}, [1600] = {.lex_state = 113, .external_lex_state = 4}, @@ -17295,9 +17299,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1606] = {.lex_state = 113, .external_lex_state = 4}, [1607] = {.lex_state = 113, .external_lex_state = 4}, [1608] = {.lex_state = 113, .external_lex_state = 4}, - [1609] = {.lex_state = 113, .external_lex_state = 4}, - [1610] = {.lex_state = 113, .external_lex_state = 4}, - [1611] = {.lex_state = 113, .external_lex_state = 4}, + [1609] = {.lex_state = 102, .external_lex_state = 4}, + [1610] = {.lex_state = 102, .external_lex_state = 4}, + [1611] = {.lex_state = 102, .external_lex_state = 4}, [1612] = {.lex_state = 113, .external_lex_state = 4}, [1613] = {.lex_state = 113, .external_lex_state = 4}, [1614] = {.lex_state = 113, .external_lex_state = 4}, @@ -17305,68 +17309,68 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1616] = {.lex_state = 113, .external_lex_state = 4}, [1617] = {.lex_state = 113, .external_lex_state = 4}, [1618] = {.lex_state = 113, .external_lex_state = 4}, - [1619] = {.lex_state = 113, .external_lex_state = 4}, + [1619] = {.lex_state = 102, .external_lex_state = 4}, [1620] = {.lex_state = 113, .external_lex_state = 4}, - [1621] = {.lex_state = 113, .external_lex_state = 4}, + [1621] = {.lex_state = 263, .external_lex_state = 5}, [1622] = {.lex_state = 113, .external_lex_state = 4}, - [1623] = {.lex_state = 113, .external_lex_state = 4}, - [1624] = {.lex_state = 113, .external_lex_state = 4}, - [1625] = {.lex_state = 113, .external_lex_state = 4}, + [1623] = {.lex_state = 263, .external_lex_state = 5}, + [1624] = {.lex_state = 102, .external_lex_state = 4}, + [1625] = {.lex_state = 102, .external_lex_state = 4}, [1626] = {.lex_state = 113, .external_lex_state = 4}, - [1627] = {.lex_state = 102, .external_lex_state = 4}, - [1628] = {.lex_state = 113, .external_lex_state = 4}, - [1629] = {.lex_state = 102, .external_lex_state = 4}, - [1630] = {.lex_state = 113, .external_lex_state = 4}, - [1631] = {.lex_state = 263, .external_lex_state = 5}, + [1627] = {.lex_state = 263, .external_lex_state = 5}, + [1628] = {.lex_state = 263, .external_lex_state = 5}, + [1629] = {.lex_state = 113, .external_lex_state = 4}, + [1630] = {.lex_state = 263, .external_lex_state = 5}, + [1631] = {.lex_state = 263, .external_lex_state = 4}, [1632] = {.lex_state = 263, .external_lex_state = 5}, - [1633] = {.lex_state = 113, .external_lex_state = 4}, - [1634] = {.lex_state = 113, .external_lex_state = 4}, - [1635] = {.lex_state = 113, .external_lex_state = 4}, - [1636] = {.lex_state = 113, .external_lex_state = 4}, - [1637] = {.lex_state = 102, .external_lex_state = 4}, - [1638] = {.lex_state = 263, .external_lex_state = 5}, - [1639] = {.lex_state = 102, .external_lex_state = 4}, - [1640] = {.lex_state = 263, .external_lex_state = 5}, + [1633] = {.lex_state = 263, .external_lex_state = 4}, + [1634] = {.lex_state = 263, .external_lex_state = 5}, + [1635] = {.lex_state = 263, .external_lex_state = 5}, + [1636] = {.lex_state = 263, .external_lex_state = 4}, + [1637] = {.lex_state = 263, .external_lex_state = 4}, + [1638] = {.lex_state = 113, .external_lex_state = 4}, + [1639] = {.lex_state = 113, .external_lex_state = 4}, + [1640] = {.lex_state = 263, .external_lex_state = 4}, [1641] = {.lex_state = 263, .external_lex_state = 5}, - [1642] = {.lex_state = 102, .external_lex_state = 4}, - [1643] = {.lex_state = 102, .external_lex_state = 4}, - [1644] = {.lex_state = 102, .external_lex_state = 4}, - [1645] = {.lex_state = 102, .external_lex_state = 4}, - [1646] = {.lex_state = 102, .external_lex_state = 4}, - [1647] = {.lex_state = 113, .external_lex_state = 4}, + [1642] = {.lex_state = 263, .external_lex_state = 5}, + [1643] = {.lex_state = 263, .external_lex_state = 5}, + [1644] = {.lex_state = 263, .external_lex_state = 5}, + [1645] = {.lex_state = 113, .external_lex_state = 4}, + [1646] = {.lex_state = 263, .external_lex_state = 5}, + [1647] = {.lex_state = 263, .external_lex_state = 5}, [1648] = {.lex_state = 113, .external_lex_state = 4}, - [1649] = {.lex_state = 102, .external_lex_state = 4}, - [1650] = {.lex_state = 102, .external_lex_state = 4}, - [1651] = {.lex_state = 263, .external_lex_state = 5}, + [1649] = {.lex_state = 263, .external_lex_state = 5}, + [1650] = {.lex_state = 113, .external_lex_state = 4}, + [1651] = {.lex_state = 102, .external_lex_state = 4}, [1652] = {.lex_state = 263, .external_lex_state = 5}, - [1653] = {.lex_state = 263, .external_lex_state = 5}, - [1654] = {.lex_state = 263, .external_lex_state = 4}, + [1653] = {.lex_state = 113, .external_lex_state = 4}, + [1654] = {.lex_state = 263, .external_lex_state = 5}, [1655] = {.lex_state = 263, .external_lex_state = 4}, - [1656] = {.lex_state = 102, .external_lex_state = 4}, + [1656] = {.lex_state = 263, .external_lex_state = 4}, [1657] = {.lex_state = 102, .external_lex_state = 4}, [1658] = {.lex_state = 102, .external_lex_state = 4}, [1659] = {.lex_state = 102, .external_lex_state = 4}, - [1660] = {.lex_state = 102, .external_lex_state = 4}, + [1660] = {.lex_state = 263, .external_lex_state = 4}, [1661] = {.lex_state = 102, .external_lex_state = 4}, - [1662] = {.lex_state = 102, .external_lex_state = 4}, - [1663] = {.lex_state = 102, .external_lex_state = 4}, - [1664] = {.lex_state = 102, .external_lex_state = 4}, - [1665] = {.lex_state = 102, .external_lex_state = 4}, + [1662] = {.lex_state = 263, .external_lex_state = 5}, + [1663] = {.lex_state = 263, .external_lex_state = 5}, + [1664] = {.lex_state = 263, .external_lex_state = 5}, + [1665] = {.lex_state = 113, .external_lex_state = 4}, [1666] = {.lex_state = 102, .external_lex_state = 4}, - [1667] = {.lex_state = 102, .external_lex_state = 4}, - [1668] = {.lex_state = 113, .external_lex_state = 4}, - [1669] = {.lex_state = 113, .external_lex_state = 4}, - [1670] = {.lex_state = 113, .external_lex_state = 4}, - [1671] = {.lex_state = 113, .external_lex_state = 4}, - [1672] = {.lex_state = 263, .external_lex_state = 4}, - [1673] = {.lex_state = 263, .external_lex_state = 4}, - [1674] = {.lex_state = 263, .external_lex_state = 4}, + [1667] = {.lex_state = 263, .external_lex_state = 4}, + [1668] = {.lex_state = 102, .external_lex_state = 4}, + [1669] = {.lex_state = 102, .external_lex_state = 4}, + [1670] = {.lex_state = 102, .external_lex_state = 4}, + [1671] = {.lex_state = 263, .external_lex_state = 4}, + [1672] = {.lex_state = 102, .external_lex_state = 4}, + [1673] = {.lex_state = 102, .external_lex_state = 4}, + [1674] = {.lex_state = 102, .external_lex_state = 4}, [1675] = {.lex_state = 263, .external_lex_state = 4}, [1676] = {.lex_state = 263, .external_lex_state = 4}, [1677] = {.lex_state = 263, .external_lex_state = 4}, - [1678] = {.lex_state = 263, .external_lex_state = 4}, - [1679] = {.lex_state = 263, .external_lex_state = 4}, - [1680] = {.lex_state = 263, .external_lex_state = 4}, + [1678] = {.lex_state = 102, .external_lex_state = 4}, + [1679] = {.lex_state = 102, .external_lex_state = 4}, + [1680] = {.lex_state = 102, .external_lex_state = 4}, [1681] = {.lex_state = 263, .external_lex_state = 4}, [1682] = {.lex_state = 102, .external_lex_state = 4}, [1683] = {.lex_state = 102, .external_lex_state = 4}, @@ -17377,490 +17381,490 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1688] = {.lex_state = 102, .external_lex_state = 4}, [1689] = {.lex_state = 102, .external_lex_state = 4}, [1690] = {.lex_state = 102, .external_lex_state = 4}, - [1691] = {.lex_state = 102, .external_lex_state = 4}, - [1692] = {.lex_state = 102, .external_lex_state = 4}, - [1693] = {.lex_state = 102, .external_lex_state = 4}, + [1691] = {.lex_state = 263, .external_lex_state = 4}, + [1692] = {.lex_state = 263, .external_lex_state = 4}, + [1693] = {.lex_state = 263, .external_lex_state = 4}, [1694] = {.lex_state = 102, .external_lex_state = 4}, - [1695] = {.lex_state = 102, .external_lex_state = 4}, - [1696] = {.lex_state = 263, .external_lex_state = 4}, + [1695] = {.lex_state = 113, .external_lex_state = 4}, + [1696] = {.lex_state = 113, .external_lex_state = 4}, [1697] = {.lex_state = 102, .external_lex_state = 4}, [1698] = {.lex_state = 102, .external_lex_state = 4}, - [1699] = {.lex_state = 102, .external_lex_state = 4}, - [1700] = {.lex_state = 102, .external_lex_state = 4}, - [1701] = {.lex_state = 263, .external_lex_state = 4}, - [1702] = {.lex_state = 102, .external_lex_state = 4}, - [1703] = {.lex_state = 102, .external_lex_state = 4}, - [1704] = {.lex_state = 102, .external_lex_state = 4}, - [1705] = {.lex_state = 102, .external_lex_state = 4}, - [1706] = {.lex_state = 102, .external_lex_state = 4}, - [1707] = {.lex_state = 102, .external_lex_state = 4}, - [1708] = {.lex_state = 263, .external_lex_state = 4}, - [1709] = {.lex_state = 263, .external_lex_state = 5}, - [1710] = {.lex_state = 265, .external_lex_state = 5}, - [1711] = {.lex_state = 263, .external_lex_state = 5}, - [1712] = {.lex_state = 263, .external_lex_state = 5}, - [1713] = {.lex_state = 265, .external_lex_state = 5}, - [1714] = {.lex_state = 265, .external_lex_state = 5}, - [1715] = {.lex_state = 102, .external_lex_state = 4}, - [1716] = {.lex_state = 102, .external_lex_state = 4}, - [1717] = {.lex_state = 102, .external_lex_state = 4}, - [1718] = {.lex_state = 102, .external_lex_state = 4}, - [1719] = {.lex_state = 263, .external_lex_state = 4}, - [1720] = {.lex_state = 263, .external_lex_state = 4}, - [1721] = {.lex_state = 102, .external_lex_state = 4}, - [1722] = {.lex_state = 102, .external_lex_state = 4}, - [1723] = {.lex_state = 265, .external_lex_state = 5}, - [1724] = {.lex_state = 265, .external_lex_state = 5}, - [1725] = {.lex_state = 102, .external_lex_state = 4}, - [1726] = {.lex_state = 263, .external_lex_state = 5}, + [1699] = {.lex_state = 113, .external_lex_state = 4}, + [1700] = {.lex_state = 113, .external_lex_state = 4}, + [1701] = {.lex_state = 113, .external_lex_state = 4}, + [1702] = {.lex_state = 113, .external_lex_state = 4}, + [1703] = {.lex_state = 113, .external_lex_state = 4}, + [1704] = {.lex_state = 113, .external_lex_state = 4}, + [1705] = {.lex_state = 113, .external_lex_state = 4}, + [1706] = {.lex_state = 113, .external_lex_state = 4}, + [1707] = {.lex_state = 113, .external_lex_state = 4}, + [1708] = {.lex_state = 113, .external_lex_state = 4}, + [1709] = {.lex_state = 113, .external_lex_state = 4}, + [1710] = {.lex_state = 113, .external_lex_state = 4}, + [1711] = {.lex_state = 113, .external_lex_state = 4}, + [1712] = {.lex_state = 113, .external_lex_state = 4}, + [1713] = {.lex_state = 113, .external_lex_state = 4}, + [1714] = {.lex_state = 113, .external_lex_state = 4}, + [1715] = {.lex_state = 113, .external_lex_state = 4}, + [1716] = {.lex_state = 113, .external_lex_state = 4}, + [1717] = {.lex_state = 113, .external_lex_state = 4}, + [1718] = {.lex_state = 113, .external_lex_state = 4}, + [1719] = {.lex_state = 113, .external_lex_state = 4}, + [1720] = {.lex_state = 113, .external_lex_state = 4}, + [1721] = {.lex_state = 113, .external_lex_state = 4}, + [1722] = {.lex_state = 113, .external_lex_state = 4}, + [1723] = {.lex_state = 102, .external_lex_state = 4}, + [1724] = {.lex_state = 263, .external_lex_state = 4}, + [1725] = {.lex_state = 263, .external_lex_state = 4}, + [1726] = {.lex_state = 102, .external_lex_state = 4}, [1727] = {.lex_state = 102, .external_lex_state = 4}, [1728] = {.lex_state = 102, .external_lex_state = 4}, - [1729] = {.lex_state = 102, .external_lex_state = 4}, - [1730] = {.lex_state = 263, .external_lex_state = 5}, + [1729] = {.lex_state = 263, .external_lex_state = 4}, + [1730] = {.lex_state = 263, .external_lex_state = 4}, [1731] = {.lex_state = 263, .external_lex_state = 5}, - [1732] = {.lex_state = 263, .external_lex_state = 5}, - [1733] = {.lex_state = 263, .external_lex_state = 5}, - [1734] = {.lex_state = 263, .external_lex_state = 5}, - [1735] = {.lex_state = 102, .external_lex_state = 4}, - [1736] = {.lex_state = 102, .external_lex_state = 4}, - [1737] = {.lex_state = 102, .external_lex_state = 4}, - [1738] = {.lex_state = 102, .external_lex_state = 4}, - [1739] = {.lex_state = 102, .external_lex_state = 4}, - [1740] = {.lex_state = 102, .external_lex_state = 4}, - [1741] = {.lex_state = 102, .external_lex_state = 4}, - [1742] = {.lex_state = 102, .external_lex_state = 4}, - [1743] = {.lex_state = 102, .external_lex_state = 4}, - [1744] = {.lex_state = 102, .external_lex_state = 4}, - [1745] = {.lex_state = 263, .external_lex_state = 5}, - [1746] = {.lex_state = 263, .external_lex_state = 5}, - [1747] = {.lex_state = 263, .external_lex_state = 5}, - [1748] = {.lex_state = 102, .external_lex_state = 4}, + [1732] = {.lex_state = 102, .external_lex_state = 4}, + [1733] = {.lex_state = 102, .external_lex_state = 4}, + [1734] = {.lex_state = 102, .external_lex_state = 4}, + [1735] = {.lex_state = 113, .external_lex_state = 4}, + [1736] = {.lex_state = 113, .external_lex_state = 4}, + [1737] = {.lex_state = 113, .external_lex_state = 4}, + [1738] = {.lex_state = 113, .external_lex_state = 4}, + [1739] = {.lex_state = 113, .external_lex_state = 4}, + [1740] = {.lex_state = 113, .external_lex_state = 4}, + [1741] = {.lex_state = 113, .external_lex_state = 4}, + [1742] = {.lex_state = 263, .external_lex_state = 4}, + [1743] = {.lex_state = 263, .external_lex_state = 4}, + [1744] = {.lex_state = 263, .external_lex_state = 5}, + [1745] = {.lex_state = 102, .external_lex_state = 4}, + [1746] = {.lex_state = 102, .external_lex_state = 4}, + [1747] = {.lex_state = 102, .external_lex_state = 4}, + [1748] = {.lex_state = 113, .external_lex_state = 4}, [1749] = {.lex_state = 102, .external_lex_state = 4}, - [1750] = {.lex_state = 263, .external_lex_state = 4}, - [1751] = {.lex_state = 263, .external_lex_state = 4}, - [1752] = {.lex_state = 263, .external_lex_state = 4}, - [1753] = {.lex_state = 263, .external_lex_state = 5}, - [1754] = {.lex_state = 263, .external_lex_state = 4}, - [1755] = {.lex_state = 263, .external_lex_state = 4}, - [1756] = {.lex_state = 263, .external_lex_state = 5}, - [1757] = {.lex_state = 263, .external_lex_state = 5}, + [1750] = {.lex_state = 102, .external_lex_state = 4}, + [1751] = {.lex_state = 102, .external_lex_state = 4}, + [1752] = {.lex_state = 102, .external_lex_state = 4}, + [1753] = {.lex_state = 102, .external_lex_state = 4}, + [1754] = {.lex_state = 102, .external_lex_state = 4}, + [1755] = {.lex_state = 102, .external_lex_state = 4}, + [1756] = {.lex_state = 102, .external_lex_state = 4}, + [1757] = {.lex_state = 102, .external_lex_state = 4}, [1758] = {.lex_state = 102, .external_lex_state = 4}, - [1759] = {.lex_state = 263, .external_lex_state = 4}, - [1760] = {.lex_state = 263, .external_lex_state = 4}, - [1761] = {.lex_state = 263, .external_lex_state = 4}, - [1762] = {.lex_state = 263, .external_lex_state = 4}, - [1763] = {.lex_state = 263, .external_lex_state = 4}, - [1764] = {.lex_state = 263, .external_lex_state = 5}, - [1765] = {.lex_state = 263, .external_lex_state = 4}, - [1766] = {.lex_state = 263, .external_lex_state = 4}, - [1767] = {.lex_state = 263, .external_lex_state = 5}, - [1768] = {.lex_state = 118, .external_lex_state = 4}, - [1769] = {.lex_state = 118, .external_lex_state = 4}, - [1770] = {.lex_state = 263, .external_lex_state = 4}, - [1771] = {.lex_state = 118, .external_lex_state = 4}, - [1772] = {.lex_state = 118, .external_lex_state = 4}, - [1773] = {.lex_state = 118, .external_lex_state = 4}, - [1774] = {.lex_state = 263, .external_lex_state = 4}, - [1775] = {.lex_state = 263, .external_lex_state = 4}, - [1776] = {.lex_state = 118, .external_lex_state = 4}, - [1777] = {.lex_state = 263, .external_lex_state = 5}, - [1778] = {.lex_state = 263, .external_lex_state = 5}, - [1779] = {.lex_state = 118, .external_lex_state = 4}, - [1780] = {.lex_state = 263, .external_lex_state = 4}, - [1781] = {.lex_state = 118, .external_lex_state = 4}, - [1782] = {.lex_state = 263, .external_lex_state = 4}, - [1783] = {.lex_state = 263, .external_lex_state = 4}, - [1784] = {.lex_state = 263, .external_lex_state = 4}, - [1785] = {.lex_state = 263, .external_lex_state = 4}, - [1786] = {.lex_state = 263, .external_lex_state = 4}, - [1787] = {.lex_state = 263, .external_lex_state = 4}, - [1788] = {.lex_state = 118, .external_lex_state = 4}, - [1789] = {.lex_state = 263, .external_lex_state = 4}, - [1790] = {.lex_state = 118, .external_lex_state = 4}, - [1791] = {.lex_state = 263, .external_lex_state = 4}, - [1792] = {.lex_state = 118, .external_lex_state = 4}, - [1793] = {.lex_state = 118, .external_lex_state = 4}, - [1794] = {.lex_state = 118, .external_lex_state = 4}, - [1795] = {.lex_state = 263, .external_lex_state = 4}, + [1759] = {.lex_state = 102, .external_lex_state = 4}, + [1760] = {.lex_state = 102, .external_lex_state = 4}, + [1761] = {.lex_state = 102, .external_lex_state = 4}, + [1762] = {.lex_state = 102, .external_lex_state = 4}, + [1763] = {.lex_state = 102, .external_lex_state = 4}, + [1764] = {.lex_state = 102, .external_lex_state = 4}, + [1765] = {.lex_state = 102, .external_lex_state = 4}, + [1766] = {.lex_state = 102, .external_lex_state = 4}, + [1767] = {.lex_state = 102, .external_lex_state = 4}, + [1768] = {.lex_state = 102, .external_lex_state = 4}, + [1769] = {.lex_state = 102, .external_lex_state = 4}, + [1770] = {.lex_state = 102, .external_lex_state = 4}, + [1771] = {.lex_state = 102, .external_lex_state = 4}, + [1772] = {.lex_state = 102, .external_lex_state = 4}, + [1773] = {.lex_state = 102, .external_lex_state = 4}, + [1774] = {.lex_state = 102, .external_lex_state = 4}, + [1775] = {.lex_state = 102, .external_lex_state = 4}, + [1776] = {.lex_state = 102, .external_lex_state = 4}, + [1777] = {.lex_state = 102, .external_lex_state = 4}, + [1778] = {.lex_state = 102, .external_lex_state = 4}, + [1779] = {.lex_state = 102, .external_lex_state = 4}, + [1780] = {.lex_state = 102, .external_lex_state = 4}, + [1781] = {.lex_state = 102, .external_lex_state = 4}, + [1782] = {.lex_state = 102, .external_lex_state = 4}, + [1783] = {.lex_state = 102, .external_lex_state = 4}, + [1784] = {.lex_state = 102, .external_lex_state = 4}, + [1785] = {.lex_state = 102, .external_lex_state = 4}, + [1786] = {.lex_state = 102, .external_lex_state = 4}, + [1787] = {.lex_state = 102, .external_lex_state = 4}, + [1788] = {.lex_state = 263, .external_lex_state = 5}, + [1789] = {.lex_state = 263, .external_lex_state = 5}, + [1790] = {.lex_state = 263, .external_lex_state = 5}, + [1791] = {.lex_state = 263, .external_lex_state = 5}, + [1792] = {.lex_state = 263, .external_lex_state = 5}, + [1793] = {.lex_state = 113, .external_lex_state = 4}, + [1794] = {.lex_state = 102, .external_lex_state = 4}, + [1795] = {.lex_state = 265, .external_lex_state = 5}, [1796] = {.lex_state = 265, .external_lex_state = 5}, - [1797] = {.lex_state = 118, .external_lex_state = 4}, - [1798] = {.lex_state = 118, .external_lex_state = 4}, - [1799] = {.lex_state = 118, .external_lex_state = 4}, - [1800] = {.lex_state = 118, .external_lex_state = 4}, - [1801] = {.lex_state = 118, .external_lex_state = 4}, - [1802] = {.lex_state = 118, .external_lex_state = 4}, - [1803] = {.lex_state = 118, .external_lex_state = 4}, - [1804] = {.lex_state = 118, .external_lex_state = 4}, - [1805] = {.lex_state = 118, .external_lex_state = 4}, - [1806] = {.lex_state = 118, .external_lex_state = 4}, - [1807] = {.lex_state = 118, .external_lex_state = 4}, - [1808] = {.lex_state = 118, .external_lex_state = 4}, - [1809] = {.lex_state = 118, .external_lex_state = 4}, + [1797] = {.lex_state = 265, .external_lex_state = 5}, + [1798] = {.lex_state = 265, .external_lex_state = 5}, + [1799] = {.lex_state = 265, .external_lex_state = 5}, + [1800] = {.lex_state = 265, .external_lex_state = 5}, + [1801] = {.lex_state = 265, .external_lex_state = 5}, + [1802] = {.lex_state = 265, .external_lex_state = 5}, + [1803] = {.lex_state = 265, .external_lex_state = 5}, + [1804] = {.lex_state = 265, .external_lex_state = 5}, + [1805] = {.lex_state = 265, .external_lex_state = 5}, + [1806] = {.lex_state = 263, .external_lex_state = 5}, + [1807] = {.lex_state = 263, .external_lex_state = 5}, + [1808] = {.lex_state = 263, .external_lex_state = 5}, + [1809] = {.lex_state = 265, .external_lex_state = 5}, [1810] = {.lex_state = 265, .external_lex_state = 5}, - [1811] = {.lex_state = 118, .external_lex_state = 4}, - [1812] = {.lex_state = 263, .external_lex_state = 4}, - [1813] = {.lex_state = 118, .external_lex_state = 4}, - [1814] = {.lex_state = 118, .external_lex_state = 4}, - [1815] = {.lex_state = 118, .external_lex_state = 4}, - [1816] = {.lex_state = 118, .external_lex_state = 4}, - [1817] = {.lex_state = 263, .external_lex_state = 4}, - [1818] = {.lex_state = 263, .external_lex_state = 5}, - [1819] = {.lex_state = 118, .external_lex_state = 4}, - [1820] = {.lex_state = 118, .external_lex_state = 4}, - [1821] = {.lex_state = 263, .external_lex_state = 4}, - [1822] = {.lex_state = 263, .external_lex_state = 4}, - [1823] = {.lex_state = 118, .external_lex_state = 4}, - [1824] = {.lex_state = 263, .external_lex_state = 4}, - [1825] = {.lex_state = 263, .external_lex_state = 4}, + [1811] = {.lex_state = 265, .external_lex_state = 5}, + [1812] = {.lex_state = 265, .external_lex_state = 5}, + [1813] = {.lex_state = 265, .external_lex_state = 5}, + [1814] = {.lex_state = 265, .external_lex_state = 5}, + [1815] = {.lex_state = 265, .external_lex_state = 5}, + [1816] = {.lex_state = 265, .external_lex_state = 5}, + [1817] = {.lex_state = 265, .external_lex_state = 5}, + [1818] = {.lex_state = 265, .external_lex_state = 5}, + [1819] = {.lex_state = 265, .external_lex_state = 5}, + [1820] = {.lex_state = 265, .external_lex_state = 5}, + [1821] = {.lex_state = 265, .external_lex_state = 5}, + [1822] = {.lex_state = 265, .external_lex_state = 5}, + [1823] = {.lex_state = 265, .external_lex_state = 5}, + [1824] = {.lex_state = 265, .external_lex_state = 5}, + [1825] = {.lex_state = 263, .external_lex_state = 5}, [1826] = {.lex_state = 118, .external_lex_state = 4}, - [1827] = {.lex_state = 118, .external_lex_state = 4}, - [1828] = {.lex_state = 118, .external_lex_state = 4}, - [1829] = {.lex_state = 265, .external_lex_state = 5}, - [1830] = {.lex_state = 263, .external_lex_state = 4}, - [1831] = {.lex_state = 263, .external_lex_state = 4}, - [1832] = {.lex_state = 263, .external_lex_state = 4}, - [1833] = {.lex_state = 263, .external_lex_state = 4}, + [1827] = {.lex_state = 263, .external_lex_state = 5}, + [1828] = {.lex_state = 265, .external_lex_state = 5}, + [1829] = {.lex_state = 263, .external_lex_state = 5}, + [1830] = {.lex_state = 263, .external_lex_state = 5}, + [1831] = {.lex_state = 263, .external_lex_state = 5}, + [1832] = {.lex_state = 265, .external_lex_state = 5}, + [1833] = {.lex_state = 265, .external_lex_state = 5}, [1834] = {.lex_state = 265, .external_lex_state = 5}, [1835] = {.lex_state = 265, .external_lex_state = 5}, [1836] = {.lex_state = 265, .external_lex_state = 5}, - [1837] = {.lex_state = 102, .external_lex_state = 4}, - [1838] = {.lex_state = 263, .external_lex_state = 5}, + [1837] = {.lex_state = 265, .external_lex_state = 5}, + [1838] = {.lex_state = 265, .external_lex_state = 5}, [1839] = {.lex_state = 265, .external_lex_state = 5}, [1840] = {.lex_state = 265, .external_lex_state = 5}, [1841] = {.lex_state = 265, .external_lex_state = 5}, - [1842] = {.lex_state = 102, .external_lex_state = 4}, - [1843] = {.lex_state = 102, .external_lex_state = 4}, - [1844] = {.lex_state = 102, .external_lex_state = 4}, - [1845] = {.lex_state = 102, .external_lex_state = 4}, + [1842] = {.lex_state = 265, .external_lex_state = 5}, + [1843] = {.lex_state = 265, .external_lex_state = 5}, + [1844] = {.lex_state = 265, .external_lex_state = 5}, + [1845] = {.lex_state = 265, .external_lex_state = 5}, [1846] = {.lex_state = 265, .external_lex_state = 5}, - [1847] = {.lex_state = 102, .external_lex_state = 4}, - [1848] = {.lex_state = 118, .external_lex_state = 4}, - [1849] = {.lex_state = 118, .external_lex_state = 4}, - [1850] = {.lex_state = 118, .external_lex_state = 4}, - [1851] = {.lex_state = 118, .external_lex_state = 4}, - [1852] = {.lex_state = 102, .external_lex_state = 4}, - [1853] = {.lex_state = 102, .external_lex_state = 4}, - [1854] = {.lex_state = 263, .external_lex_state = 4}, - [1855] = {.lex_state = 263, .external_lex_state = 4}, - [1856] = {.lex_state = 263, .external_lex_state = 4}, - [1857] = {.lex_state = 102, .external_lex_state = 4}, - [1858] = {.lex_state = 102, .external_lex_state = 4}, - [1859] = {.lex_state = 102, .external_lex_state = 4}, - [1860] = {.lex_state = 263, .external_lex_state = 4}, - [1861] = {.lex_state = 102, .external_lex_state = 4}, - [1862] = {.lex_state = 102, .external_lex_state = 4}, - [1863] = {.lex_state = 102, .external_lex_state = 4}, - [1864] = {.lex_state = 102, .external_lex_state = 4}, - [1865] = {.lex_state = 102, .external_lex_state = 4}, - [1866] = {.lex_state = 263, .external_lex_state = 4}, - [1867] = {.lex_state = 102, .external_lex_state = 4}, - [1868] = {.lex_state = 102, .external_lex_state = 4}, - [1869] = {.lex_state = 102, .external_lex_state = 4}, - [1870] = {.lex_state = 102, .external_lex_state = 4}, - [1871] = {.lex_state = 102, .external_lex_state = 4}, - [1872] = {.lex_state = 102, .external_lex_state = 4}, - [1873] = {.lex_state = 265, .external_lex_state = 5}, - [1874] = {.lex_state = 265, .external_lex_state = 5}, - [1875] = {.lex_state = 102, .external_lex_state = 4}, - [1876] = {.lex_state = 102, .external_lex_state = 4}, - [1877] = {.lex_state = 263, .external_lex_state = 4}, + [1847] = {.lex_state = 265, .external_lex_state = 5}, + [1848] = {.lex_state = 265, .external_lex_state = 5}, + [1849] = {.lex_state = 265, .external_lex_state = 5}, + [1850] = {.lex_state = 265, .external_lex_state = 5}, + [1851] = {.lex_state = 265, .external_lex_state = 5}, + [1852] = {.lex_state = 265, .external_lex_state = 5}, + [1853] = {.lex_state = 263, .external_lex_state = 5}, + [1854] = {.lex_state = 263, .external_lex_state = 5}, + [1855] = {.lex_state = 118, .external_lex_state = 4}, + [1856] = {.lex_state = 263, .external_lex_state = 5}, + [1857] = {.lex_state = 263, .external_lex_state = 5}, + [1858] = {.lex_state = 263, .external_lex_state = 5}, + [1859] = {.lex_state = 265, .external_lex_state = 5}, + [1860] = {.lex_state = 263, .external_lex_state = 5}, + [1861] = {.lex_state = 263, .external_lex_state = 5}, + [1862] = {.lex_state = 263, .external_lex_state = 5}, + [1863] = {.lex_state = 265, .external_lex_state = 5}, + [1864] = {.lex_state = 118, .external_lex_state = 4}, + [1865] = {.lex_state = 118, .external_lex_state = 4}, + [1866] = {.lex_state = 118, .external_lex_state = 4}, + [1867] = {.lex_state = 118, .external_lex_state = 4}, + [1868] = {.lex_state = 263, .external_lex_state = 5}, + [1869] = {.lex_state = 263, .external_lex_state = 5}, + [1870] = {.lex_state = 265, .external_lex_state = 5}, + [1871] = {.lex_state = 263, .external_lex_state = 5}, + [1872] = {.lex_state = 265, .external_lex_state = 5}, + [1873] = {.lex_state = 118, .external_lex_state = 4}, + [1874] = {.lex_state = 118, .external_lex_state = 4}, + [1875] = {.lex_state = 118, .external_lex_state = 4}, + [1876] = {.lex_state = 118, .external_lex_state = 4}, + [1877] = {.lex_state = 118, .external_lex_state = 4}, [1878] = {.lex_state = 118, .external_lex_state = 4}, [1879] = {.lex_state = 118, .external_lex_state = 4}, - [1880] = {.lex_state = 263, .external_lex_state = 4}, - [1881] = {.lex_state = 263, .external_lex_state = 4}, - [1882] = {.lex_state = 263, .external_lex_state = 4}, - [1883] = {.lex_state = 263, .external_lex_state = 4}, - [1884] = {.lex_state = 263, .external_lex_state = 4}, - [1885] = {.lex_state = 263, .external_lex_state = 4}, + [1880] = {.lex_state = 118, .external_lex_state = 4}, + [1881] = {.lex_state = 118, .external_lex_state = 4}, + [1882] = {.lex_state = 118, .external_lex_state = 4}, + [1883] = {.lex_state = 118, .external_lex_state = 4}, + [1884] = {.lex_state = 118, .external_lex_state = 4}, + [1885] = {.lex_state = 118, .external_lex_state = 4}, [1886] = {.lex_state = 118, .external_lex_state = 4}, - [1887] = {.lex_state = 263, .external_lex_state = 4}, - [1888] = {.lex_state = 263, .external_lex_state = 4}, - [1889] = {.lex_state = 263, .external_lex_state = 4}, - [1890] = {.lex_state = 265, .external_lex_state = 5}, - [1891] = {.lex_state = 263, .external_lex_state = 5}, - [1892] = {.lex_state = 265, .external_lex_state = 5}, - [1893] = {.lex_state = 102, .external_lex_state = 4}, - [1894] = {.lex_state = 265, .external_lex_state = 5}, - [1895] = {.lex_state = 265, .external_lex_state = 5}, - [1896] = {.lex_state = 102, .external_lex_state = 4}, - [1897] = {.lex_state = 102, .external_lex_state = 4}, - [1898] = {.lex_state = 102, .external_lex_state = 4}, - [1899] = {.lex_state = 263, .external_lex_state = 5}, - [1900] = {.lex_state = 263, .external_lex_state = 5}, - [1901] = {.lex_state = 263, .external_lex_state = 4}, - [1902] = {.lex_state = 263, .external_lex_state = 4}, - [1903] = {.lex_state = 263, .external_lex_state = 4}, - [1904] = {.lex_state = 263, .external_lex_state = 4}, - [1905] = {.lex_state = 263, .external_lex_state = 4}, - [1906] = {.lex_state = 263, .external_lex_state = 4}, - [1907] = {.lex_state = 263, .external_lex_state = 4}, - [1908] = {.lex_state = 263, .external_lex_state = 4}, - [1909] = {.lex_state = 263, .external_lex_state = 4}, - [1910] = {.lex_state = 263, .external_lex_state = 4}, - [1911] = {.lex_state = 263, .external_lex_state = 5}, - [1912] = {.lex_state = 265, .external_lex_state = 5}, - [1913] = {.lex_state = 263, .external_lex_state = 5}, - [1914] = {.lex_state = 265, .external_lex_state = 5}, - [1915] = {.lex_state = 265, .external_lex_state = 5}, - [1916] = {.lex_state = 265, .external_lex_state = 5}, - [1917] = {.lex_state = 265, .external_lex_state = 5}, - [1918] = {.lex_state = 265, .external_lex_state = 5}, - [1919] = {.lex_state = 265, .external_lex_state = 5}, - [1920] = {.lex_state = 265, .external_lex_state = 5}, - [1921] = {.lex_state = 263, .external_lex_state = 4}, - [1922] = {.lex_state = 263, .external_lex_state = 4}, - [1923] = {.lex_state = 263, .external_lex_state = 4}, - [1924] = {.lex_state = 263, .external_lex_state = 4}, - [1925] = {.lex_state = 263, .external_lex_state = 4}, - [1926] = {.lex_state = 263, .external_lex_state = 4}, - [1927] = {.lex_state = 263, .external_lex_state = 4}, - [1928] = {.lex_state = 263, .external_lex_state = 4}, - [1929] = {.lex_state = 263, .external_lex_state = 4}, - [1930] = {.lex_state = 263, .external_lex_state = 4}, - [1931] = {.lex_state = 263, .external_lex_state = 4}, - [1932] = {.lex_state = 263, .external_lex_state = 4}, - [1933] = {.lex_state = 263, .external_lex_state = 4}, - [1934] = {.lex_state = 263, .external_lex_state = 4}, - [1935] = {.lex_state = 263, .external_lex_state = 4}, - [1936] = {.lex_state = 118, .external_lex_state = 4}, - [1937] = {.lex_state = 118, .external_lex_state = 4}, - [1938] = {.lex_state = 263, .external_lex_state = 4}, - [1939] = {.lex_state = 265, .external_lex_state = 5}, - [1940] = {.lex_state = 263, .external_lex_state = 4}, - [1941] = {.lex_state = 263, .external_lex_state = 4}, + [1887] = {.lex_state = 118, .external_lex_state = 4}, + [1888] = {.lex_state = 118, .external_lex_state = 4}, + [1889] = {.lex_state = 118, .external_lex_state = 4}, + [1890] = {.lex_state = 118, .external_lex_state = 4}, + [1891] = {.lex_state = 118, .external_lex_state = 4}, + [1892] = {.lex_state = 118, .external_lex_state = 4}, + [1893] = {.lex_state = 118, .external_lex_state = 4}, + [1894] = {.lex_state = 118, .external_lex_state = 4}, + [1895] = {.lex_state = 118, .external_lex_state = 4}, + [1896] = {.lex_state = 118, .external_lex_state = 4}, + [1897] = {.lex_state = 118, .external_lex_state = 4}, + [1898] = {.lex_state = 118, .external_lex_state = 4}, + [1899] = {.lex_state = 118, .external_lex_state = 4}, + [1900] = {.lex_state = 118, .external_lex_state = 4}, + [1901] = {.lex_state = 118, .external_lex_state = 4}, + [1902] = {.lex_state = 118, .external_lex_state = 4}, + [1903] = {.lex_state = 118, .external_lex_state = 4}, + [1904] = {.lex_state = 118, .external_lex_state = 4}, + [1905] = {.lex_state = 118, .external_lex_state = 4}, + [1906] = {.lex_state = 118, .external_lex_state = 4}, + [1907] = {.lex_state = 118, .external_lex_state = 4}, + [1908] = {.lex_state = 118, .external_lex_state = 4}, + [1909] = {.lex_state = 118, .external_lex_state = 4}, + [1910] = {.lex_state = 118, .external_lex_state = 4}, + [1911] = {.lex_state = 118, .external_lex_state = 4}, + [1912] = {.lex_state = 118, .external_lex_state = 4}, + [1913] = {.lex_state = 118, .external_lex_state = 4}, + [1914] = {.lex_state = 118, .external_lex_state = 4}, + [1915] = {.lex_state = 118, .external_lex_state = 4}, + [1916] = {.lex_state = 118, .external_lex_state = 4}, + [1917] = {.lex_state = 118, .external_lex_state = 4}, + [1918] = {.lex_state = 118, .external_lex_state = 4}, + [1919] = {.lex_state = 118, .external_lex_state = 4}, + [1920] = {.lex_state = 118, .external_lex_state = 4}, + [1921] = {.lex_state = 265, .external_lex_state = 5}, + [1922] = {.lex_state = 265, .external_lex_state = 5}, + [1923] = {.lex_state = 265, .external_lex_state = 5}, + [1924] = {.lex_state = 265, .external_lex_state = 5}, + [1925] = {.lex_state = 265, .external_lex_state = 5}, + [1926] = {.lex_state = 265, .external_lex_state = 5}, + [1927] = {.lex_state = 265, .external_lex_state = 5}, + [1928] = {.lex_state = 265, .external_lex_state = 5}, + [1929] = {.lex_state = 265, .external_lex_state = 5}, + [1930] = {.lex_state = 265, .external_lex_state = 5}, + [1931] = {.lex_state = 265, .external_lex_state = 5}, + [1932] = {.lex_state = 265, .external_lex_state = 5}, + [1933] = {.lex_state = 265, .external_lex_state = 5}, + [1934] = {.lex_state = 265, .external_lex_state = 5}, + [1935] = {.lex_state = 265, .external_lex_state = 5}, + [1936] = {.lex_state = 265, .external_lex_state = 5}, + [1937] = {.lex_state = 263, .external_lex_state = 5}, + [1938] = {.lex_state = 263, .external_lex_state = 5}, + [1939] = {.lex_state = 263, .external_lex_state = 5}, + [1940] = {.lex_state = 118, .external_lex_state = 4}, + [1941] = {.lex_state = 118, .external_lex_state = 4}, [1942] = {.lex_state = 118, .external_lex_state = 4}, - [1943] = {.lex_state = 263, .external_lex_state = 4}, - [1944] = {.lex_state = 263, .external_lex_state = 4}, - [1945] = {.lex_state = 263, .external_lex_state = 4}, - [1946] = {.lex_state = 265, .external_lex_state = 5}, + [1943] = {.lex_state = 118, .external_lex_state = 4}, + [1944] = {.lex_state = 118, .external_lex_state = 4}, + [1945] = {.lex_state = 118, .external_lex_state = 4}, + [1946] = {.lex_state = 118, .external_lex_state = 4}, [1947] = {.lex_state = 118, .external_lex_state = 4}, [1948] = {.lex_state = 265, .external_lex_state = 5}, - [1949] = {.lex_state = 265, .external_lex_state = 5}, - [1950] = {.lex_state = 265, .external_lex_state = 5}, - [1951] = {.lex_state = 265, .external_lex_state = 5}, - [1952] = {.lex_state = 265, .external_lex_state = 5}, - [1953] = {.lex_state = 265, .external_lex_state = 5}, - [1954] = {.lex_state = 265, .external_lex_state = 5}, - [1955] = {.lex_state = 265, .external_lex_state = 5}, + [1949] = {.lex_state = 118, .external_lex_state = 4}, + [1950] = {.lex_state = 263, .external_lex_state = 4}, + [1951] = {.lex_state = 263, .external_lex_state = 4}, + [1952] = {.lex_state = 263, .external_lex_state = 4}, + [1953] = {.lex_state = 118, .external_lex_state = 4}, + [1954] = {.lex_state = 118, .external_lex_state = 4}, + [1955] = {.lex_state = 118, .external_lex_state = 4}, [1956] = {.lex_state = 265, .external_lex_state = 5}, - [1957] = {.lex_state = 265, .external_lex_state = 5}, - [1958] = {.lex_state = 265, .external_lex_state = 5}, - [1959] = {.lex_state = 265, .external_lex_state = 5}, - [1960] = {.lex_state = 263, .external_lex_state = 5}, - [1961] = {.lex_state = 265, .external_lex_state = 5}, + [1957] = {.lex_state = 118, .external_lex_state = 4}, + [1958] = {.lex_state = 118, .external_lex_state = 4}, + [1959] = {.lex_state = 263, .external_lex_state = 4}, + [1960] = {.lex_state = 263, .external_lex_state = 4}, + [1961] = {.lex_state = 263, .external_lex_state = 4}, [1962] = {.lex_state = 263, .external_lex_state = 4}, [1963] = {.lex_state = 263, .external_lex_state = 4}, - [1964] = {.lex_state = 102, .external_lex_state = 4}, + [1964] = {.lex_state = 265, .external_lex_state = 5}, [1965] = {.lex_state = 263, .external_lex_state = 4}, - [1966] = {.lex_state = 102, .external_lex_state = 4}, - [1967] = {.lex_state = 263, .external_lex_state = 5}, - [1968] = {.lex_state = 102, .external_lex_state = 4}, - [1969] = {.lex_state = 102, .external_lex_state = 4}, - [1970] = {.lex_state = 263, .external_lex_state = 5}, - [1971] = {.lex_state = 263, .external_lex_state = 5}, - [1972] = {.lex_state = 118, .external_lex_state = 4}, - [1973] = {.lex_state = 263, .external_lex_state = 5}, - [1974] = {.lex_state = 102, .external_lex_state = 4}, - [1975] = {.lex_state = 102, .external_lex_state = 4}, + [1966] = {.lex_state = 263, .external_lex_state = 4}, + [1967] = {.lex_state = 118, .external_lex_state = 4}, + [1968] = {.lex_state = 118, .external_lex_state = 4}, + [1969] = {.lex_state = 265, .external_lex_state = 5}, + [1970] = {.lex_state = 263, .external_lex_state = 4}, + [1971] = {.lex_state = 118, .external_lex_state = 4}, + [1972] = {.lex_state = 265, .external_lex_state = 5}, + [1973] = {.lex_state = 118, .external_lex_state = 4}, + [1974] = {.lex_state = 263, .external_lex_state = 4}, + [1975] = {.lex_state = 263, .external_lex_state = 4}, [1976] = {.lex_state = 118, .external_lex_state = 4}, - [1977] = {.lex_state = 102, .external_lex_state = 4}, - [1978] = {.lex_state = 265, .external_lex_state = 5}, - [1979] = {.lex_state = 265, .external_lex_state = 5}, - [1980] = {.lex_state = 265, .external_lex_state = 5}, - [1981] = {.lex_state = 265, .external_lex_state = 5}, - [1982] = {.lex_state = 118, .external_lex_state = 4}, - [1983] = {.lex_state = 118, .external_lex_state = 4}, - [1984] = {.lex_state = 265, .external_lex_state = 5}, - [1985] = {.lex_state = 265, .external_lex_state = 5}, - [1986] = {.lex_state = 265, .external_lex_state = 5}, - [1987] = {.lex_state = 118, .external_lex_state = 4}, - [1988] = {.lex_state = 265, .external_lex_state = 5}, - [1989] = {.lex_state = 265, .external_lex_state = 5}, - [1990] = {.lex_state = 265, .external_lex_state = 5}, - [1991] = {.lex_state = 118, .external_lex_state = 4}, - [1992] = {.lex_state = 118, .external_lex_state = 4}, - [1993] = {.lex_state = 118, .external_lex_state = 4}, - [1994] = {.lex_state = 265, .external_lex_state = 5}, - [1995] = {.lex_state = 265, .external_lex_state = 5}, - [1996] = {.lex_state = 118, .external_lex_state = 4}, - [1997] = {.lex_state = 265, .external_lex_state = 5}, - [1998] = {.lex_state = 118, .external_lex_state = 4}, - [1999] = {.lex_state = 265, .external_lex_state = 5}, - [2000] = {.lex_state = 265, .external_lex_state = 5}, - [2001] = {.lex_state = 265, .external_lex_state = 5}, - [2002] = {.lex_state = 118, .external_lex_state = 4}, + [1977] = {.lex_state = 263, .external_lex_state = 5}, + [1978] = {.lex_state = 263, .external_lex_state = 5}, + [1979] = {.lex_state = 118, .external_lex_state = 4}, + [1980] = {.lex_state = 102, .external_lex_state = 4}, + [1981] = {.lex_state = 263, .external_lex_state = 5}, + [1982] = {.lex_state = 263, .external_lex_state = 4}, + [1983] = {.lex_state = 263, .external_lex_state = 4}, + [1984] = {.lex_state = 263, .external_lex_state = 4}, + [1985] = {.lex_state = 263, .external_lex_state = 4}, + [1986] = {.lex_state = 263, .external_lex_state = 4}, + [1987] = {.lex_state = 263, .external_lex_state = 4}, + [1988] = {.lex_state = 263, .external_lex_state = 4}, + [1989] = {.lex_state = 263, .external_lex_state = 4}, + [1990] = {.lex_state = 263, .external_lex_state = 4}, + [1991] = {.lex_state = 263, .external_lex_state = 4}, + [1992] = {.lex_state = 263, .external_lex_state = 4}, + [1993] = {.lex_state = 263, .external_lex_state = 5}, + [1994] = {.lex_state = 263, .external_lex_state = 5}, + [1995] = {.lex_state = 263, .external_lex_state = 5}, + [1996] = {.lex_state = 263, .external_lex_state = 5}, + [1997] = {.lex_state = 263, .external_lex_state = 5}, + [1998] = {.lex_state = 263, .external_lex_state = 5}, + [1999] = {.lex_state = 263, .external_lex_state = 4}, + [2000] = {.lex_state = 102, .external_lex_state = 4}, + [2001] = {.lex_state = 102, .external_lex_state = 4}, + [2002] = {.lex_state = 102, .external_lex_state = 4}, [2003] = {.lex_state = 118, .external_lex_state = 4}, - [2004] = {.lex_state = 263, .external_lex_state = 5}, - [2005] = {.lex_state = 263, .external_lex_state = 5}, - [2006] = {.lex_state = 263, .external_lex_state = 5}, - [2007] = {.lex_state = 263, .external_lex_state = 5}, - [2008] = {.lex_state = 263, .external_lex_state = 5}, - [2009] = {.lex_state = 263, .external_lex_state = 5}, - [2010] = {.lex_state = 263, .external_lex_state = 5}, - [2011] = {.lex_state = 263, .external_lex_state = 5}, - [2012] = {.lex_state = 263, .external_lex_state = 5}, - [2013] = {.lex_state = 263, .external_lex_state = 5}, - [2014] = {.lex_state = 263, .external_lex_state = 4}, - [2015] = {.lex_state = 263, .external_lex_state = 5}, - [2016] = {.lex_state = 263, .external_lex_state = 5}, - [2017] = {.lex_state = 263, .external_lex_state = 5}, - [2018] = {.lex_state = 263, .external_lex_state = 5}, - [2019] = {.lex_state = 263, .external_lex_state = 5}, - [2020] = {.lex_state = 263, .external_lex_state = 5}, - [2021] = {.lex_state = 102, .external_lex_state = 5}, - [2022] = {.lex_state = 263, .external_lex_state = 5}, - [2023] = {.lex_state = 121, .external_lex_state = 5}, - [2024] = {.lex_state = 263, .external_lex_state = 5}, - [2025] = {.lex_state = 102, .external_lex_state = 5}, - [2026] = {.lex_state = 263, .external_lex_state = 5}, - [2027] = {.lex_state = 263, .external_lex_state = 5}, - [2028] = {.lex_state = 263, .external_lex_state = 5}, - [2029] = {.lex_state = 263, .external_lex_state = 5}, - [2030] = {.lex_state = 263, .external_lex_state = 5}, - [2031] = {.lex_state = 263, .external_lex_state = 5}, - [2032] = {.lex_state = 263, .external_lex_state = 5}, - [2033] = {.lex_state = 263, .external_lex_state = 5}, - [2034] = {.lex_state = 263, .external_lex_state = 5}, - [2035] = {.lex_state = 263, .external_lex_state = 5}, - [2036] = {.lex_state = 263, .external_lex_state = 5}, - [2037] = {.lex_state = 263, .external_lex_state = 5}, - [2038] = {.lex_state = 263, .external_lex_state = 5}, - [2039] = {.lex_state = 263, .external_lex_state = 5}, - [2040] = {.lex_state = 263, .external_lex_state = 5}, - [2041] = {.lex_state = 263, .external_lex_state = 5}, - [2042] = {.lex_state = 263, .external_lex_state = 5}, - [2043] = {.lex_state = 263, .external_lex_state = 5}, - [2044] = {.lex_state = 263, .external_lex_state = 5}, - [2045] = {.lex_state = 263, .external_lex_state = 5}, - [2046] = {.lex_state = 263, .external_lex_state = 5}, - [2047] = {.lex_state = 263, .external_lex_state = 5}, - [2048] = {.lex_state = 263, .external_lex_state = 5}, - [2049] = {.lex_state = 263, .external_lex_state = 5}, - [2050] = {.lex_state = 263, .external_lex_state = 5}, - [2051] = {.lex_state = 263, .external_lex_state = 5}, - [2052] = {.lex_state = 263, .external_lex_state = 5}, - [2053] = {.lex_state = 263, .external_lex_state = 5}, - [2054] = {.lex_state = 121, .external_lex_state = 5}, - [2055] = {.lex_state = 121, .external_lex_state = 5}, - [2056] = {.lex_state = 121, .external_lex_state = 5}, - [2057] = {.lex_state = 121, .external_lex_state = 5}, - [2058] = {.lex_state = 121, .external_lex_state = 5}, - [2059] = {.lex_state = 121, .external_lex_state = 5}, - [2060] = {.lex_state = 121, .external_lex_state = 5}, - [2061] = {.lex_state = 121, .external_lex_state = 5}, - [2062] = {.lex_state = 121, .external_lex_state = 5}, - [2063] = {.lex_state = 121, .external_lex_state = 5}, - [2064] = {.lex_state = 121, .external_lex_state = 5}, - [2065] = {.lex_state = 121, .external_lex_state = 5}, - [2066] = {.lex_state = 121, .external_lex_state = 5}, - [2067] = {.lex_state = 121, .external_lex_state = 5}, - [2068] = {.lex_state = 121, .external_lex_state = 5}, - [2069] = {.lex_state = 121, .external_lex_state = 5}, - [2070] = {.lex_state = 121, .external_lex_state = 5}, - [2071] = {.lex_state = 121, .external_lex_state = 5}, - [2072] = {.lex_state = 121, .external_lex_state = 5}, - [2073] = {.lex_state = 121, .external_lex_state = 5}, - [2074] = {.lex_state = 263, .external_lex_state = 5}, + [2004] = {.lex_state = 118, .external_lex_state = 4}, + [2005] = {.lex_state = 118, .external_lex_state = 4}, + [2006] = {.lex_state = 102, .external_lex_state = 4}, + [2007] = {.lex_state = 102, .external_lex_state = 4}, + [2008] = {.lex_state = 102, .external_lex_state = 4}, + [2009] = {.lex_state = 118, .external_lex_state = 4}, + [2010] = {.lex_state = 118, .external_lex_state = 4}, + [2011] = {.lex_state = 118, .external_lex_state = 4}, + [2012] = {.lex_state = 263, .external_lex_state = 4}, + [2013] = {.lex_state = 102, .external_lex_state = 4}, + [2014] = {.lex_state = 102, .external_lex_state = 4}, + [2015] = {.lex_state = 102, .external_lex_state = 4}, + [2016] = {.lex_state = 102, .external_lex_state = 4}, + [2017] = {.lex_state = 263, .external_lex_state = 4}, + [2018] = {.lex_state = 102, .external_lex_state = 4}, + [2019] = {.lex_state = 102, .external_lex_state = 4}, + [2020] = {.lex_state = 102, .external_lex_state = 4}, + [2021] = {.lex_state = 263, .external_lex_state = 4}, + [2022] = {.lex_state = 263, .external_lex_state = 4}, + [2023] = {.lex_state = 102, .external_lex_state = 4}, + [2024] = {.lex_state = 263, .external_lex_state = 4}, + [2025] = {.lex_state = 263, .external_lex_state = 4}, + [2026] = {.lex_state = 102, .external_lex_state = 4}, + [2027] = {.lex_state = 263, .external_lex_state = 4}, + [2028] = {.lex_state = 102, .external_lex_state = 4}, + [2029] = {.lex_state = 102, .external_lex_state = 4}, + [2030] = {.lex_state = 263, .external_lex_state = 4}, + [2031] = {.lex_state = 263, .external_lex_state = 4}, + [2032] = {.lex_state = 263, .external_lex_state = 4}, + [2033] = {.lex_state = 263, .external_lex_state = 4}, + [2034] = {.lex_state = 102, .external_lex_state = 4}, + [2035] = {.lex_state = 263, .external_lex_state = 4}, + [2036] = {.lex_state = 263, .external_lex_state = 4}, + [2037] = {.lex_state = 102, .external_lex_state = 4}, + [2038] = {.lex_state = 102, .external_lex_state = 4}, + [2039] = {.lex_state = 102, .external_lex_state = 4}, + [2040] = {.lex_state = 102, .external_lex_state = 4}, + [2041] = {.lex_state = 102, .external_lex_state = 4}, + [2042] = {.lex_state = 265, .external_lex_state = 5}, + [2043] = {.lex_state = 265, .external_lex_state = 5}, + [2044] = {.lex_state = 265, .external_lex_state = 5}, + [2045] = {.lex_state = 265, .external_lex_state = 5}, + [2046] = {.lex_state = 265, .external_lex_state = 5}, + [2047] = {.lex_state = 265, .external_lex_state = 5}, + [2048] = {.lex_state = 102, .external_lex_state = 4}, + [2049] = {.lex_state = 263, .external_lex_state = 4}, + [2050] = {.lex_state = 102, .external_lex_state = 4}, + [2051] = {.lex_state = 263, .external_lex_state = 4}, + [2052] = {.lex_state = 263, .external_lex_state = 4}, + [2053] = {.lex_state = 263, .external_lex_state = 4}, + [2054] = {.lex_state = 263, .external_lex_state = 4}, + [2055] = {.lex_state = 263, .external_lex_state = 4}, + [2056] = {.lex_state = 263, .external_lex_state = 4}, + [2057] = {.lex_state = 102, .external_lex_state = 4}, + [2058] = {.lex_state = 102, .external_lex_state = 4}, + [2059] = {.lex_state = 102, .external_lex_state = 4}, + [2060] = {.lex_state = 263, .external_lex_state = 4}, + [2061] = {.lex_state = 102, .external_lex_state = 4}, + [2062] = {.lex_state = 263, .external_lex_state = 4}, + [2063] = {.lex_state = 263, .external_lex_state = 4}, + [2064] = {.lex_state = 263, .external_lex_state = 4}, + [2065] = {.lex_state = 102, .external_lex_state = 4}, + [2066] = {.lex_state = 263, .external_lex_state = 4}, + [2067] = {.lex_state = 102, .external_lex_state = 4}, + [2068] = {.lex_state = 102, .external_lex_state = 4}, + [2069] = {.lex_state = 102, .external_lex_state = 4}, + [2070] = {.lex_state = 102, .external_lex_state = 4}, + [2071] = {.lex_state = 102, .external_lex_state = 4}, + [2072] = {.lex_state = 102, .external_lex_state = 4}, + [2073] = {.lex_state = 102, .external_lex_state = 4}, + [2074] = {.lex_state = 102, .external_lex_state = 4}, [2075] = {.lex_state = 263, .external_lex_state = 5}, - [2076] = {.lex_state = 263, .external_lex_state = 5}, - [2077] = {.lex_state = 263, .external_lex_state = 5}, - [2078] = {.lex_state = 263, .external_lex_state = 5}, - [2079] = {.lex_state = 263, .external_lex_state = 5}, - [2080] = {.lex_state = 263, .external_lex_state = 5}, - [2081] = {.lex_state = 102, .external_lex_state = 5}, - [2082] = {.lex_state = 121, .external_lex_state = 5}, - [2083] = {.lex_state = 263, .external_lex_state = 5}, - [2084] = {.lex_state = 263, .external_lex_state = 5}, - [2085] = {.lex_state = 121, .external_lex_state = 5}, - [2086] = {.lex_state = 263, .external_lex_state = 5}, - [2087] = {.lex_state = 121, .external_lex_state = 5}, + [2076] = {.lex_state = 102, .external_lex_state = 4}, + [2077] = {.lex_state = 263, .external_lex_state = 4}, + [2078] = {.lex_state = 102, .external_lex_state = 4}, + [2079] = {.lex_state = 102, .external_lex_state = 4}, + [2080] = {.lex_state = 263, .external_lex_state = 4}, + [2081] = {.lex_state = 263, .external_lex_state = 4}, + [2082] = {.lex_state = 263, .external_lex_state = 4}, + [2083] = {.lex_state = 263, .external_lex_state = 4}, + [2084] = {.lex_state = 263, .external_lex_state = 4}, + [2085] = {.lex_state = 263, .external_lex_state = 4}, + [2086] = {.lex_state = 102, .external_lex_state = 4}, + [2087] = {.lex_state = 263, .external_lex_state = 4}, [2088] = {.lex_state = 263, .external_lex_state = 4}, [2089] = {.lex_state = 263, .external_lex_state = 4}, - [2090] = {.lex_state = 263, .external_lex_state = 4}, - [2091] = {.lex_state = 263, .external_lex_state = 5}, - [2092] = {.lex_state = 263, .external_lex_state = 5}, - [2093] = {.lex_state = 263, .external_lex_state = 5}, - [2094] = {.lex_state = 263, .external_lex_state = 5}, - [2095] = {.lex_state = 263, .external_lex_state = 5}, + [2090] = {.lex_state = 102, .external_lex_state = 4}, + [2091] = {.lex_state = 102, .external_lex_state = 4}, + [2092] = {.lex_state = 102, .external_lex_state = 4}, + [2093] = {.lex_state = 102, .external_lex_state = 4}, + [2094] = {.lex_state = 102, .external_lex_state = 4}, + [2095] = {.lex_state = 263, .external_lex_state = 4}, [2096] = {.lex_state = 263, .external_lex_state = 4}, - [2097] = {.lex_state = 263, .external_lex_state = 5}, - [2098] = {.lex_state = 263, .external_lex_state = 4}, - [2099] = {.lex_state = 121, .external_lex_state = 5}, - [2100] = {.lex_state = 263, .external_lex_state = 4}, - [2101] = {.lex_state = 263, .external_lex_state = 5}, - [2102] = {.lex_state = 263, .external_lex_state = 5}, - [2103] = {.lex_state = 263, .external_lex_state = 5}, - [2104] = {.lex_state = 263, .external_lex_state = 5}, - [2105] = {.lex_state = 263, .external_lex_state = 5}, + [2097] = {.lex_state = 102, .external_lex_state = 4}, + [2098] = {.lex_state = 102, .external_lex_state = 4}, + [2099] = {.lex_state = 102, .external_lex_state = 4}, + [2100] = {.lex_state = 102, .external_lex_state = 4}, + [2101] = {.lex_state = 102, .external_lex_state = 4}, + [2102] = {.lex_state = 263, .external_lex_state = 4}, + [2103] = {.lex_state = 263, .external_lex_state = 4}, + [2104] = {.lex_state = 263, .external_lex_state = 4}, + [2105] = {.lex_state = 263, .external_lex_state = 4}, [2106] = {.lex_state = 263, .external_lex_state = 4}, [2107] = {.lex_state = 263, .external_lex_state = 4}, - [2108] = {.lex_state = 263, .external_lex_state = 5}, + [2108] = {.lex_state = 263, .external_lex_state = 4}, [2109] = {.lex_state = 263, .external_lex_state = 4}, [2110] = {.lex_state = 263, .external_lex_state = 4}, - [2111] = {.lex_state = 263, .external_lex_state = 5}, - [2112] = {.lex_state = 121, .external_lex_state = 5}, - [2113] = {.lex_state = 263, .external_lex_state = 5}, - [2114] = {.lex_state = 121, .external_lex_state = 5}, - [2115] = {.lex_state = 121, .external_lex_state = 5}, - [2116] = {.lex_state = 121, .external_lex_state = 5}, - [2117] = {.lex_state = 121, .external_lex_state = 5}, - [2118] = {.lex_state = 121, .external_lex_state = 5}, - [2119] = {.lex_state = 121, .external_lex_state = 5}, + [2111] = {.lex_state = 263, .external_lex_state = 4}, + [2112] = {.lex_state = 102, .external_lex_state = 4}, + [2113] = {.lex_state = 102, .external_lex_state = 4}, + [2114] = {.lex_state = 102, .external_lex_state = 4}, + [2115] = {.lex_state = 102, .external_lex_state = 4}, + [2116] = {.lex_state = 263, .external_lex_state = 4}, + [2117] = {.lex_state = 263, .external_lex_state = 4}, + [2118] = {.lex_state = 263, .external_lex_state = 4}, + [2119] = {.lex_state = 102, .external_lex_state = 4}, [2120] = {.lex_state = 263, .external_lex_state = 5}, - [2121] = {.lex_state = 263, .external_lex_state = 5}, + [2121] = {.lex_state = 263, .external_lex_state = 4}, [2122] = {.lex_state = 263, .external_lex_state = 4}, [2123] = {.lex_state = 263, .external_lex_state = 4}, [2124] = {.lex_state = 263, .external_lex_state = 4}, [2125] = {.lex_state = 263, .external_lex_state = 4}, [2126] = {.lex_state = 263, .external_lex_state = 4}, [2127] = {.lex_state = 263, .external_lex_state = 4}, - [2128] = {.lex_state = 102, .external_lex_state = 5}, - [2129] = {.lex_state = 263, .external_lex_state = 5}, - [2130] = {.lex_state = 121, .external_lex_state = 5}, - [2131] = {.lex_state = 121, .external_lex_state = 5}, - [2132] = {.lex_state = 121, .external_lex_state = 5}, - [2133] = {.lex_state = 121, .external_lex_state = 5}, - [2134] = {.lex_state = 121, .external_lex_state = 5}, + [2128] = {.lex_state = 263, .external_lex_state = 4}, + [2129] = {.lex_state = 263, .external_lex_state = 4}, + [2130] = {.lex_state = 263, .external_lex_state = 4}, + [2131] = {.lex_state = 263, .external_lex_state = 4}, + [2132] = {.lex_state = 263, .external_lex_state = 4}, + [2133] = {.lex_state = 263, .external_lex_state = 4}, + [2134] = {.lex_state = 263, .external_lex_state = 5}, [2135] = {.lex_state = 121, .external_lex_state = 5}, - [2136] = {.lex_state = 121, .external_lex_state = 5}, - [2137] = {.lex_state = 121, .external_lex_state = 5}, - [2138] = {.lex_state = 121, .external_lex_state = 5}, - [2139] = {.lex_state = 121, .external_lex_state = 5}, + [2136] = {.lex_state = 263, .external_lex_state = 4}, + [2137] = {.lex_state = 263, .external_lex_state = 4}, + [2138] = {.lex_state = 263, .external_lex_state = 4}, + [2139] = {.lex_state = 263, .external_lex_state = 5}, [2140] = {.lex_state = 263, .external_lex_state = 5}, [2141] = {.lex_state = 263, .external_lex_state = 4}, [2142] = {.lex_state = 263, .external_lex_state = 5}, [2143] = {.lex_state = 263, .external_lex_state = 5}, - [2144] = {.lex_state = 102, .external_lex_state = 5}, - [2145] = {.lex_state = 263, .external_lex_state = 5}, - [2146] = {.lex_state = 102, .external_lex_state = 5}, + [2144] = {.lex_state = 263, .external_lex_state = 5}, + [2145] = {.lex_state = 102, .external_lex_state = 5}, + [2146] = {.lex_state = 263, .external_lex_state = 5}, [2147] = {.lex_state = 102, .external_lex_state = 5}, [2148] = {.lex_state = 121, .external_lex_state = 5}, - [2149] = {.lex_state = 102, .external_lex_state = 5}, - [2150] = {.lex_state = 263, .external_lex_state = 5}, + [2149] = {.lex_state = 121, .external_lex_state = 5}, + [2150] = {.lex_state = 102, .external_lex_state = 5}, [2151] = {.lex_state = 263, .external_lex_state = 5}, - [2152] = {.lex_state = 263, .external_lex_state = 4}, - [2153] = {.lex_state = 102, .external_lex_state = 5}, + [2152] = {.lex_state = 263, .external_lex_state = 5}, + [2153] = {.lex_state = 121, .external_lex_state = 5}, [2154] = {.lex_state = 121, .external_lex_state = 5}, [2155] = {.lex_state = 121, .external_lex_state = 5}, [2156] = {.lex_state = 121, .external_lex_state = 5}, - [2157] = {.lex_state = 121, .external_lex_state = 5}, - [2158] = {.lex_state = 121, .external_lex_state = 5}, - [2159] = {.lex_state = 121, .external_lex_state = 5}, - [2160] = {.lex_state = 121, .external_lex_state = 5}, - [2161] = {.lex_state = 121, .external_lex_state = 5}, - [2162] = {.lex_state = 121, .external_lex_state = 5}, - [2163] = {.lex_state = 121, .external_lex_state = 5}, - [2164] = {.lex_state = 121, .external_lex_state = 5}, - [2165] = {.lex_state = 121, .external_lex_state = 5}, - [2166] = {.lex_state = 121, .external_lex_state = 5}, - [2167] = {.lex_state = 121, .external_lex_state = 5}, - [2168] = {.lex_state = 121, .external_lex_state = 5}, - [2169] = {.lex_state = 121, .external_lex_state = 5}, - [2170] = {.lex_state = 121, .external_lex_state = 5}, - [2171] = {.lex_state = 263, .external_lex_state = 4}, - [2172] = {.lex_state = 263, .external_lex_state = 4}, - [2173] = {.lex_state = 102, .external_lex_state = 5}, - [2174] = {.lex_state = 263, .external_lex_state = 4}, + [2157] = {.lex_state = 263, .external_lex_state = 5}, + [2158] = {.lex_state = 263, .external_lex_state = 5}, + [2159] = {.lex_state = 102, .external_lex_state = 5}, + [2160] = {.lex_state = 102, .external_lex_state = 5}, + [2161] = {.lex_state = 263, .external_lex_state = 5}, + [2162] = {.lex_state = 102, .external_lex_state = 5}, + [2163] = {.lex_state = 263, .external_lex_state = 4}, + [2164] = {.lex_state = 263, .external_lex_state = 4}, + [2165] = {.lex_state = 102, .external_lex_state = 5}, + [2166] = {.lex_state = 263, .external_lex_state = 4}, + [2167] = {.lex_state = 102, .external_lex_state = 5}, + [2168] = {.lex_state = 102, .external_lex_state = 5}, + [2169] = {.lex_state = 102, .external_lex_state = 5}, + [2170] = {.lex_state = 263, .external_lex_state = 4}, + [2171] = {.lex_state = 263, .external_lex_state = 5}, + [2172] = {.lex_state = 263, .external_lex_state = 5}, + [2173] = {.lex_state = 263, .external_lex_state = 5}, + [2174] = {.lex_state = 263, .external_lex_state = 5}, [2175] = {.lex_state = 263, .external_lex_state = 5}, [2176] = {.lex_state = 263, .external_lex_state = 5}, [2177] = {.lex_state = 263, .external_lex_state = 5}, @@ -17872,115 +17876,115 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2183] = {.lex_state = 263, .external_lex_state = 5}, [2184] = {.lex_state = 263, .external_lex_state = 5}, [2185] = {.lex_state = 263, .external_lex_state = 5}, - [2186] = {.lex_state = 263, .external_lex_state = 4}, + [2186] = {.lex_state = 263, .external_lex_state = 5}, [2187] = {.lex_state = 263, .external_lex_state = 5}, [2188] = {.lex_state = 263, .external_lex_state = 5}, - [2189] = {.lex_state = 102, .external_lex_state = 5}, - [2190] = {.lex_state = 263, .external_lex_state = 4}, + [2189] = {.lex_state = 263, .external_lex_state = 5}, + [2190] = {.lex_state = 263, .external_lex_state = 5}, [2191] = {.lex_state = 263, .external_lex_state = 5}, - [2192] = {.lex_state = 102, .external_lex_state = 5}, + [2192] = {.lex_state = 263, .external_lex_state = 5}, [2193] = {.lex_state = 263, .external_lex_state = 5}, [2194] = {.lex_state = 263, .external_lex_state = 5}, [2195] = {.lex_state = 263, .external_lex_state = 5}, - [2196] = {.lex_state = 102, .external_lex_state = 5}, - [2197] = {.lex_state = 263, .external_lex_state = 4}, + [2196] = {.lex_state = 263, .external_lex_state = 5}, + [2197] = {.lex_state = 263, .external_lex_state = 5}, [2198] = {.lex_state = 263, .external_lex_state = 5}, [2199] = {.lex_state = 263, .external_lex_state = 5}, [2200] = {.lex_state = 263, .external_lex_state = 5}, [2201] = {.lex_state = 263, .external_lex_state = 5}, [2202] = {.lex_state = 263, .external_lex_state = 5}, [2203] = {.lex_state = 263, .external_lex_state = 5}, - [2204] = {.lex_state = 124, .external_lex_state = 5}, - [2205] = {.lex_state = 263, .external_lex_state = 4}, - [2206] = {.lex_state = 265, .external_lex_state = 5}, + [2204] = {.lex_state = 263, .external_lex_state = 5}, + [2205] = {.lex_state = 263, .external_lex_state = 5}, + [2206] = {.lex_state = 263, .external_lex_state = 5}, [2207] = {.lex_state = 263, .external_lex_state = 5}, [2208] = {.lex_state = 263, .external_lex_state = 5}, - [2209] = {.lex_state = 265, .external_lex_state = 5}, - [2210] = {.lex_state = 263, .external_lex_state = 4}, - [2211] = {.lex_state = 267, .external_lex_state = 4}, - [2212] = {.lex_state = 267, .external_lex_state = 4}, - [2213] = {.lex_state = 265, .external_lex_state = 5}, - [2214] = {.lex_state = 129, .external_lex_state = 5}, - [2215] = {.lex_state = 263, .external_lex_state = 4}, + [2209] = {.lex_state = 263, .external_lex_state = 5}, + [2210] = {.lex_state = 121, .external_lex_state = 5}, + [2211] = {.lex_state = 121, .external_lex_state = 5}, + [2212] = {.lex_state = 121, .external_lex_state = 5}, + [2213] = {.lex_state = 121, .external_lex_state = 5}, + [2214] = {.lex_state = 263, .external_lex_state = 5}, + [2215] = {.lex_state = 263, .external_lex_state = 5}, [2216] = {.lex_state = 102, .external_lex_state = 5}, - [2217] = {.lex_state = 102, .external_lex_state = 5}, + [2217] = {.lex_state = 263, .external_lex_state = 5}, [2218] = {.lex_state = 263, .external_lex_state = 5}, - [2219] = {.lex_state = 265, .external_lex_state = 5}, - [2220] = {.lex_state = 265, .external_lex_state = 5}, - [2221] = {.lex_state = 265, .external_lex_state = 5}, - [2222] = {.lex_state = 265, .external_lex_state = 5}, - [2223] = {.lex_state = 265, .external_lex_state = 5}, - [2224] = {.lex_state = 129, .external_lex_state = 5}, - [2225] = {.lex_state = 265, .external_lex_state = 5}, + [2219] = {.lex_state = 263, .external_lex_state = 5}, + [2220] = {.lex_state = 102, .external_lex_state = 5}, + [2221] = {.lex_state = 263, .external_lex_state = 5}, + [2222] = {.lex_state = 121, .external_lex_state = 5}, + [2223] = {.lex_state = 263, .external_lex_state = 5}, + [2224] = {.lex_state = 263, .external_lex_state = 5}, + [2225] = {.lex_state = 121, .external_lex_state = 5}, [2226] = {.lex_state = 102, .external_lex_state = 5}, [2227] = {.lex_state = 263, .external_lex_state = 5}, - [2228] = {.lex_state = 263, .external_lex_state = 4}, - [2229] = {.lex_state = 102, .external_lex_state = 5}, - [2230] = {.lex_state = 265, .external_lex_state = 5}, - [2231] = {.lex_state = 267, .external_lex_state = 4}, - [2232] = {.lex_state = 267, .external_lex_state = 4}, - [2233] = {.lex_state = 267, .external_lex_state = 4}, - [2234] = {.lex_state = 267, .external_lex_state = 4}, - [2235] = {.lex_state = 267, .external_lex_state = 4}, - [2236] = {.lex_state = 267, .external_lex_state = 4}, - [2237] = {.lex_state = 267, .external_lex_state = 4}, - [2238] = {.lex_state = 267, .external_lex_state = 4}, - [2239] = {.lex_state = 267, .external_lex_state = 4}, - [2240] = {.lex_state = 267, .external_lex_state = 4}, - [2241] = {.lex_state = 267, .external_lex_state = 4}, - [2242] = {.lex_state = 267, .external_lex_state = 4}, - [2243] = {.lex_state = 267, .external_lex_state = 4}, - [2244] = {.lex_state = 267, .external_lex_state = 4}, - [2245] = {.lex_state = 263, .external_lex_state = 5}, + [2228] = {.lex_state = 263, .external_lex_state = 5}, + [2229] = {.lex_state = 263, .external_lex_state = 5}, + [2230] = {.lex_state = 263, .external_lex_state = 5}, + [2231] = {.lex_state = 263, .external_lex_state = 5}, + [2232] = {.lex_state = 263, .external_lex_state = 5}, + [2233] = {.lex_state = 263, .external_lex_state = 5}, + [2234] = {.lex_state = 263, .external_lex_state = 5}, + [2235] = {.lex_state = 263, .external_lex_state = 5}, + [2236] = {.lex_state = 263, .external_lex_state = 5}, + [2237] = {.lex_state = 263, .external_lex_state = 5}, + [2238] = {.lex_state = 263, .external_lex_state = 5}, + [2239] = {.lex_state = 263, .external_lex_state = 5}, + [2240] = {.lex_state = 263, .external_lex_state = 5}, + [2241] = {.lex_state = 263, .external_lex_state = 5}, + [2242] = {.lex_state = 263, .external_lex_state = 5}, + [2243] = {.lex_state = 263, .external_lex_state = 5}, + [2244] = {.lex_state = 263, .external_lex_state = 4}, + [2245] = {.lex_state = 263, .external_lex_state = 4}, [2246] = {.lex_state = 263, .external_lex_state = 4}, - [2247] = {.lex_state = 263, .external_lex_state = 5}, + [2247] = {.lex_state = 263, .external_lex_state = 4}, [2248] = {.lex_state = 263, .external_lex_state = 4}, - [2249] = {.lex_state = 265, .external_lex_state = 5}, - [2250] = {.lex_state = 265, .external_lex_state = 5}, - [2251] = {.lex_state = 265, .external_lex_state = 5}, - [2252] = {.lex_state = 265, .external_lex_state = 5}, - [2253] = {.lex_state = 265, .external_lex_state = 5}, - [2254] = {.lex_state = 263, .external_lex_state = 5}, - [2255] = {.lex_state = 265, .external_lex_state = 5}, - [2256] = {.lex_state = 265, .external_lex_state = 5}, - [2257] = {.lex_state = 265, .external_lex_state = 5}, - [2258] = {.lex_state = 265, .external_lex_state = 5}, - [2259] = {.lex_state = 265, .external_lex_state = 5}, - [2260] = {.lex_state = 265, .external_lex_state = 5}, - [2261] = {.lex_state = 265, .external_lex_state = 5}, - [2262] = {.lex_state = 265, .external_lex_state = 5}, - [2263] = {.lex_state = 265, .external_lex_state = 5}, - [2264] = {.lex_state = 265, .external_lex_state = 5}, - [2265] = {.lex_state = 265, .external_lex_state = 5}, - [2266] = {.lex_state = 265, .external_lex_state = 5}, - [2267] = {.lex_state = 265, .external_lex_state = 5}, - [2268] = {.lex_state = 102, .external_lex_state = 5}, - [2269] = {.lex_state = 102, .external_lex_state = 5}, - [2270] = {.lex_state = 102, .external_lex_state = 5}, - [2271] = {.lex_state = 102, .external_lex_state = 5}, - [2272] = {.lex_state = 121, .external_lex_state = 5}, - [2273] = {.lex_state = 102, .external_lex_state = 5}, - [2274] = {.lex_state = 102, .external_lex_state = 5}, - [2275] = {.lex_state = 102, .external_lex_state = 5}, - [2276] = {.lex_state = 102, .external_lex_state = 5}, - [2277] = {.lex_state = 102, .external_lex_state = 5}, - [2278] = {.lex_state = 102, .external_lex_state = 5}, - [2279] = {.lex_state = 102, .external_lex_state = 5}, - [2280] = {.lex_state = 102, .external_lex_state = 5}, - [2281] = {.lex_state = 102, .external_lex_state = 5}, - [2282] = {.lex_state = 102, .external_lex_state = 5}, - [2283] = {.lex_state = 265, .external_lex_state = 5}, - [2284] = {.lex_state = 102, .external_lex_state = 5}, - [2285] = {.lex_state = 102, .external_lex_state = 5}, - [2286] = {.lex_state = 102, .external_lex_state = 5}, - [2287] = {.lex_state = 102, .external_lex_state = 5}, - [2288] = {.lex_state = 265, .external_lex_state = 5}, - [2289] = {.lex_state = 265, .external_lex_state = 5}, - [2290] = {.lex_state = 265, .external_lex_state = 5}, - [2291] = {.lex_state = 263, .external_lex_state = 5}, - [2292] = {.lex_state = 265, .external_lex_state = 5}, - [2293] = {.lex_state = 265, .external_lex_state = 5}, - [2294] = {.lex_state = 265, .external_lex_state = 5}, + [2249] = {.lex_state = 263, .external_lex_state = 4}, + [2250] = {.lex_state = 263, .external_lex_state = 4}, + [2251] = {.lex_state = 263, .external_lex_state = 4}, + [2252] = {.lex_state = 263, .external_lex_state = 4}, + [2253] = {.lex_state = 263, .external_lex_state = 4}, + [2254] = {.lex_state = 263, .external_lex_state = 4}, + [2255] = {.lex_state = 263, .external_lex_state = 4}, + [2256] = {.lex_state = 263, .external_lex_state = 4}, + [2257] = {.lex_state = 263, .external_lex_state = 4}, + [2258] = {.lex_state = 263, .external_lex_state = 5}, + [2259] = {.lex_state = 263, .external_lex_state = 5}, + [2260] = {.lex_state = 263, .external_lex_state = 5}, + [2261] = {.lex_state = 263, .external_lex_state = 5}, + [2262] = {.lex_state = 263, .external_lex_state = 5}, + [2263] = {.lex_state = 263, .external_lex_state = 5}, + [2264] = {.lex_state = 263, .external_lex_state = 5}, + [2265] = {.lex_state = 263, .external_lex_state = 5}, + [2266] = {.lex_state = 263, .external_lex_state = 5}, + [2267] = {.lex_state = 263, .external_lex_state = 5}, + [2268] = {.lex_state = 263, .external_lex_state = 5}, + [2269] = {.lex_state = 263, .external_lex_state = 5}, + [2270] = {.lex_state = 263, .external_lex_state = 4}, + [2271] = {.lex_state = 263, .external_lex_state = 4}, + [2272] = {.lex_state = 263, .external_lex_state = 4}, + [2273] = {.lex_state = 263, .external_lex_state = 5}, + [2274] = {.lex_state = 121, .external_lex_state = 5}, + [2275] = {.lex_state = 121, .external_lex_state = 5}, + [2276] = {.lex_state = 121, .external_lex_state = 5}, + [2277] = {.lex_state = 121, .external_lex_state = 5}, + [2278] = {.lex_state = 121, .external_lex_state = 5}, + [2279] = {.lex_state = 121, .external_lex_state = 5}, + [2280] = {.lex_state = 121, .external_lex_state = 5}, + [2281] = {.lex_state = 121, .external_lex_state = 5}, + [2282] = {.lex_state = 121, .external_lex_state = 5}, + [2283] = {.lex_state = 121, .external_lex_state = 5}, + [2284] = {.lex_state = 121, .external_lex_state = 5}, + [2285] = {.lex_state = 121, .external_lex_state = 5}, + [2286] = {.lex_state = 121, .external_lex_state = 5}, + [2287] = {.lex_state = 121, .external_lex_state = 5}, + [2288] = {.lex_state = 121, .external_lex_state = 5}, + [2289] = {.lex_state = 121, .external_lex_state = 5}, + [2290] = {.lex_state = 121, .external_lex_state = 5}, + [2291] = {.lex_state = 121, .external_lex_state = 5}, + [2292] = {.lex_state = 121, .external_lex_state = 5}, + [2293] = {.lex_state = 121, .external_lex_state = 5}, + [2294] = {.lex_state = 263, .external_lex_state = 5}, [2295] = {.lex_state = 263, .external_lex_state = 5}, [2296] = {.lex_state = 263, .external_lex_state = 5}, [2297] = {.lex_state = 263, .external_lex_state = 5}, @@ -17990,936 +17994,936 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2301] = {.lex_state = 263, .external_lex_state = 5}, [2302] = {.lex_state = 263, .external_lex_state = 5}, [2303] = {.lex_state = 263, .external_lex_state = 5}, - [2304] = {.lex_state = 265, .external_lex_state = 5}, + [2304] = {.lex_state = 263, .external_lex_state = 5}, [2305] = {.lex_state = 263, .external_lex_state = 5}, - [2306] = {.lex_state = 263, .external_lex_state = 5}, - [2307] = {.lex_state = 263, .external_lex_state = 5}, - [2308] = {.lex_state = 263, .external_lex_state = 5}, - [2309] = {.lex_state = 263, .external_lex_state = 5}, - [2310] = {.lex_state = 263, .external_lex_state = 5}, - [2311] = {.lex_state = 263, .external_lex_state = 5}, - [2312] = {.lex_state = 263, .external_lex_state = 5}, - [2313] = {.lex_state = 263, .external_lex_state = 5}, - [2314] = {.lex_state = 263, .external_lex_state = 4}, - [2315] = {.lex_state = 102, .external_lex_state = 5}, - [2316] = {.lex_state = 265, .external_lex_state = 5}, - [2317] = {.lex_state = 265, .external_lex_state = 5}, - [2318] = {.lex_state = 263, .external_lex_state = 4}, - [2319] = {.lex_state = 265, .external_lex_state = 5}, - [2320] = {.lex_state = 102, .external_lex_state = 5}, - [2321] = {.lex_state = 265, .external_lex_state = 5}, - [2322] = {.lex_state = 265, .external_lex_state = 5}, - [2323] = {.lex_state = 263, .external_lex_state = 5}, - [2324] = {.lex_state = 263, .external_lex_state = 5}, - [2325] = {.lex_state = 265, .external_lex_state = 5}, - [2326] = {.lex_state = 265, .external_lex_state = 5}, - [2327] = {.lex_state = 265, .external_lex_state = 5}, - [2328] = {.lex_state = 102, .external_lex_state = 5}, - [2329] = {.lex_state = 265, .external_lex_state = 5}, - [2330] = {.lex_state = 102, .external_lex_state = 5}, - [2331] = {.lex_state = 102, .external_lex_state = 5}, - [2332] = {.lex_state = 102, .external_lex_state = 5}, - [2333] = {.lex_state = 102, .external_lex_state = 5}, - [2334] = {.lex_state = 102, .external_lex_state = 5}, - [2335] = {.lex_state = 265, .external_lex_state = 5}, - [2336] = {.lex_state = 265, .external_lex_state = 5}, - [2337] = {.lex_state = 102, .external_lex_state = 5}, - [2338] = {.lex_state = 265, .external_lex_state = 5}, - [2339] = {.lex_state = 265, .external_lex_state = 5}, - [2340] = {.lex_state = 102, .external_lex_state = 5}, - [2341] = {.lex_state = 102, .external_lex_state = 5}, - [2342] = {.lex_state = 124, .external_lex_state = 5}, - [2343] = {.lex_state = 124, .external_lex_state = 5}, - [2344] = {.lex_state = 265, .external_lex_state = 5}, - [2345] = {.lex_state = 265, .external_lex_state = 5}, - [2346] = {.lex_state = 265, .external_lex_state = 5}, - [2347] = {.lex_state = 265, .external_lex_state = 5}, - [2348] = {.lex_state = 265, .external_lex_state = 5}, - [2349] = {.lex_state = 265, .external_lex_state = 5}, + [2306] = {.lex_state = 121, .external_lex_state = 5}, + [2307] = {.lex_state = 121, .external_lex_state = 5}, + [2308] = {.lex_state = 121, .external_lex_state = 5}, + [2309] = {.lex_state = 121, .external_lex_state = 5}, + [2310] = {.lex_state = 121, .external_lex_state = 5}, + [2311] = {.lex_state = 121, .external_lex_state = 5}, + [2312] = {.lex_state = 121, .external_lex_state = 5}, + [2313] = {.lex_state = 121, .external_lex_state = 5}, + [2314] = {.lex_state = 121, .external_lex_state = 5}, + [2315] = {.lex_state = 121, .external_lex_state = 5}, + [2316] = {.lex_state = 121, .external_lex_state = 5}, + [2317] = {.lex_state = 121, .external_lex_state = 5}, + [2318] = {.lex_state = 121, .external_lex_state = 5}, + [2319] = {.lex_state = 121, .external_lex_state = 5}, + [2320] = {.lex_state = 121, .external_lex_state = 5}, + [2321] = {.lex_state = 121, .external_lex_state = 5}, + [2322] = {.lex_state = 121, .external_lex_state = 5}, + [2323] = {.lex_state = 121, .external_lex_state = 5}, + [2324] = {.lex_state = 121, .external_lex_state = 5}, + [2325] = {.lex_state = 121, .external_lex_state = 5}, + [2326] = {.lex_state = 121, .external_lex_state = 5}, + [2327] = {.lex_state = 121, .external_lex_state = 5}, + [2328] = {.lex_state = 121, .external_lex_state = 5}, + [2329] = {.lex_state = 121, .external_lex_state = 5}, + [2330] = {.lex_state = 121, .external_lex_state = 5}, + [2331] = {.lex_state = 121, .external_lex_state = 5}, + [2332] = {.lex_state = 121, .external_lex_state = 5}, + [2333] = {.lex_state = 121, .external_lex_state = 5}, + [2334] = {.lex_state = 121, .external_lex_state = 5}, + [2335] = {.lex_state = 121, .external_lex_state = 5}, + [2336] = {.lex_state = 121, .external_lex_state = 5}, + [2337] = {.lex_state = 121, .external_lex_state = 5}, + [2338] = {.lex_state = 121, .external_lex_state = 5}, + [2339] = {.lex_state = 121, .external_lex_state = 5}, + [2340] = {.lex_state = 121, .external_lex_state = 5}, + [2341] = {.lex_state = 121, .external_lex_state = 5}, + [2342] = {.lex_state = 121, .external_lex_state = 5}, + [2343] = {.lex_state = 121, .external_lex_state = 5}, + [2344] = {.lex_state = 121, .external_lex_state = 5}, + [2345] = {.lex_state = 121, .external_lex_state = 5}, + [2346] = {.lex_state = 121, .external_lex_state = 5}, + [2347] = {.lex_state = 121, .external_lex_state = 5}, + [2348] = {.lex_state = 121, .external_lex_state = 5}, + [2349] = {.lex_state = 263, .external_lex_state = 5}, [2350] = {.lex_state = 263, .external_lex_state = 5}, - [2351] = {.lex_state = 263, .external_lex_state = 5}, - [2352] = {.lex_state = 267, .external_lex_state = 4}, - [2353] = {.lex_state = 267, .external_lex_state = 4}, - [2354] = {.lex_state = 102, .external_lex_state = 5}, - [2355] = {.lex_state = 263, .external_lex_state = 5}, + [2351] = {.lex_state = 121, .external_lex_state = 5}, + [2352] = {.lex_state = 121, .external_lex_state = 5}, + [2353] = {.lex_state = 263, .external_lex_state = 5}, + [2354] = {.lex_state = 121, .external_lex_state = 5}, + [2355] = {.lex_state = 121, .external_lex_state = 5}, [2356] = {.lex_state = 267, .external_lex_state = 4}, - [2357] = {.lex_state = 267, .external_lex_state = 4}, - [2358] = {.lex_state = 124, .external_lex_state = 5}, - [2359] = {.lex_state = 124, .external_lex_state = 5}, - [2360] = {.lex_state = 124, .external_lex_state = 5}, - [2361] = {.lex_state = 124, .external_lex_state = 5}, - [2362] = {.lex_state = 265, .external_lex_state = 5}, + [2357] = {.lex_state = 263, .external_lex_state = 4}, + [2358] = {.lex_state = 265, .external_lex_state = 5}, + [2359] = {.lex_state = 102, .external_lex_state = 5}, + [2360] = {.lex_state = 265, .external_lex_state = 5}, + [2361] = {.lex_state = 265, .external_lex_state = 5}, + [2362] = {.lex_state = 263, .external_lex_state = 5}, [2363] = {.lex_state = 265, .external_lex_state = 5}, [2364] = {.lex_state = 265, .external_lex_state = 5}, [2365] = {.lex_state = 265, .external_lex_state = 5}, - [2366] = {.lex_state = 102, .external_lex_state = 5}, - [2367] = {.lex_state = 265, .external_lex_state = 5}, - [2368] = {.lex_state = 265, .external_lex_state = 5}, - [2369] = {.lex_state = 121, .external_lex_state = 5}, - [2370] = {.lex_state = 121, .external_lex_state = 5}, - [2371] = {.lex_state = 121, .external_lex_state = 5}, - [2372] = {.lex_state = 124, .external_lex_state = 5}, - [2373] = {.lex_state = 267, .external_lex_state = 4}, - [2374] = {.lex_state = 265, .external_lex_state = 5}, - [2375] = {.lex_state = 102, .external_lex_state = 5}, + [2366] = {.lex_state = 263, .external_lex_state = 5}, + [2367] = {.lex_state = 263, .external_lex_state = 5}, + [2368] = {.lex_state = 267, .external_lex_state = 4}, + [2369] = {.lex_state = 102, .external_lex_state = 5}, + [2370] = {.lex_state = 263, .external_lex_state = 5}, + [2371] = {.lex_state = 263, .external_lex_state = 5}, + [2372] = {.lex_state = 102, .external_lex_state = 5}, + [2373] = {.lex_state = 263, .external_lex_state = 4}, + [2374] = {.lex_state = 263, .external_lex_state = 5}, + [2375] = {.lex_state = 263, .external_lex_state = 5}, [2376] = {.lex_state = 265, .external_lex_state = 5}, - [2377] = {.lex_state = 265, .external_lex_state = 5}, - [2378] = {.lex_state = 124, .external_lex_state = 5}, - [2379] = {.lex_state = 124, .external_lex_state = 5}, - [2380] = {.lex_state = 124, .external_lex_state = 5}, - [2381] = {.lex_state = 124, .external_lex_state = 5}, - [2382] = {.lex_state = 124, .external_lex_state = 5}, - [2383] = {.lex_state = 124, .external_lex_state = 5}, - [2384] = {.lex_state = 124, .external_lex_state = 5}, - [2385] = {.lex_state = 124, .external_lex_state = 5}, - [2386] = {.lex_state = 124, .external_lex_state = 5}, - [2387] = {.lex_state = 124, .external_lex_state = 5}, - [2388] = {.lex_state = 124, .external_lex_state = 5}, - [2389] = {.lex_state = 124, .external_lex_state = 5}, - [2390] = {.lex_state = 124, .external_lex_state = 5}, - [2391] = {.lex_state = 124, .external_lex_state = 5}, - [2392] = {.lex_state = 124, .external_lex_state = 5}, - [2393] = {.lex_state = 124, .external_lex_state = 5}, - [2394] = {.lex_state = 124, .external_lex_state = 5}, - [2395] = {.lex_state = 124, .external_lex_state = 5}, - [2396] = {.lex_state = 124, .external_lex_state = 5}, - [2397] = {.lex_state = 124, .external_lex_state = 5}, - [2398] = {.lex_state = 124, .external_lex_state = 5}, - [2399] = {.lex_state = 124, .external_lex_state = 5}, - [2400] = {.lex_state = 265, .external_lex_state = 5}, - [2401] = {.lex_state = 124, .external_lex_state = 5}, - [2402] = {.lex_state = 124, .external_lex_state = 5}, - [2403] = {.lex_state = 124, .external_lex_state = 5}, - [2404] = {.lex_state = 124, .external_lex_state = 5}, - [2405] = {.lex_state = 267, .external_lex_state = 4}, - [2406] = {.lex_state = 267, .external_lex_state = 4}, - [2407] = {.lex_state = 124, .external_lex_state = 5}, - [2408] = {.lex_state = 124, .external_lex_state = 5}, - [2409] = {.lex_state = 263, .external_lex_state = 5}, - [2410] = {.lex_state = 124, .external_lex_state = 5}, - [2411] = {.lex_state = 263, .external_lex_state = 4}, - [2412] = {.lex_state = 124, .external_lex_state = 5}, - [2413] = {.lex_state = 263, .external_lex_state = 5}, - [2414] = {.lex_state = 263, .external_lex_state = 5}, - [2415] = {.lex_state = 124, .external_lex_state = 5}, - [2416] = {.lex_state = 263, .external_lex_state = 5}, - [2417] = {.lex_state = 265, .external_lex_state = 5}, - [2418] = {.lex_state = 265, .external_lex_state = 5}, - [2419] = {.lex_state = 265, .external_lex_state = 5}, - [2420] = {.lex_state = 129, .external_lex_state = 5}, - [2421] = {.lex_state = 265, .external_lex_state = 5}, - [2422] = {.lex_state = 265, .external_lex_state = 5}, - [2423] = {.lex_state = 129, .external_lex_state = 5}, - [2424] = {.lex_state = 124, .external_lex_state = 5}, - [2425] = {.lex_state = 129, .external_lex_state = 5}, + [2377] = {.lex_state = 102, .external_lex_state = 5}, + [2378] = {.lex_state = 263, .external_lex_state = 5}, + [2379] = {.lex_state = 263, .external_lex_state = 5}, + [2380] = {.lex_state = 263, .external_lex_state = 5}, + [2381] = {.lex_state = 263, .external_lex_state = 5}, + [2382] = {.lex_state = 263, .external_lex_state = 5}, + [2383] = {.lex_state = 263, .external_lex_state = 5}, + [2384] = {.lex_state = 263, .external_lex_state = 5}, + [2385] = {.lex_state = 263, .external_lex_state = 5}, + [2386] = {.lex_state = 267, .external_lex_state = 4}, + [2387] = {.lex_state = 102, .external_lex_state = 5}, + [2388] = {.lex_state = 263, .external_lex_state = 5}, + [2389] = {.lex_state = 263, .external_lex_state = 5}, + [2390] = {.lex_state = 263, .external_lex_state = 5}, + [2391] = {.lex_state = 267, .external_lex_state = 4}, + [2392] = {.lex_state = 267, .external_lex_state = 4}, + [2393] = {.lex_state = 265, .external_lex_state = 5}, + [2394] = {.lex_state = 265, .external_lex_state = 5}, + [2395] = {.lex_state = 265, .external_lex_state = 5}, + [2396] = {.lex_state = 263, .external_lex_state = 5}, + [2397] = {.lex_state = 265, .external_lex_state = 5}, + [2398] = {.lex_state = 265, .external_lex_state = 5}, + [2399] = {.lex_state = 265, .external_lex_state = 5}, + [2400] = {.lex_state = 267, .external_lex_state = 4}, + [2401] = {.lex_state = 263, .external_lex_state = 4}, + [2402] = {.lex_state = 263, .external_lex_state = 5}, + [2403] = {.lex_state = 263, .external_lex_state = 5}, + [2404] = {.lex_state = 265, .external_lex_state = 5}, + [2405] = {.lex_state = 263, .external_lex_state = 5}, + [2406] = {.lex_state = 263, .external_lex_state = 4}, + [2407] = {.lex_state = 126, .external_lex_state = 5}, + [2408] = {.lex_state = 126, .external_lex_state = 5}, + [2409] = {.lex_state = 265, .external_lex_state = 5}, + [2410] = {.lex_state = 126, .external_lex_state = 5}, + [2411] = {.lex_state = 102, .external_lex_state = 5}, + [2412] = {.lex_state = 263, .external_lex_state = 5}, + [2413] = {.lex_state = 265, .external_lex_state = 5}, + [2414] = {.lex_state = 265, .external_lex_state = 5}, + [2415] = {.lex_state = 102, .external_lex_state = 5}, + [2416] = {.lex_state = 102, .external_lex_state = 5}, + [2417] = {.lex_state = 102, .external_lex_state = 5}, + [2418] = {.lex_state = 102, .external_lex_state = 5}, + [2419] = {.lex_state = 102, .external_lex_state = 5}, + [2420] = {.lex_state = 102, .external_lex_state = 5}, + [2421] = {.lex_state = 102, .external_lex_state = 5}, + [2422] = {.lex_state = 102, .external_lex_state = 5}, + [2423] = {.lex_state = 102, .external_lex_state = 5}, + [2424] = {.lex_state = 102, .external_lex_state = 5}, + [2425] = {.lex_state = 265, .external_lex_state = 5}, [2426] = {.lex_state = 265, .external_lex_state = 5}, - [2427] = {.lex_state = 263, .external_lex_state = 4}, + [2427] = {.lex_state = 265, .external_lex_state = 5}, [2428] = {.lex_state = 265, .external_lex_state = 5}, [2429] = {.lex_state = 265, .external_lex_state = 5}, - [2430] = {.lex_state = 265, .external_lex_state = 5}, - [2431] = {.lex_state = 265, .external_lex_state = 5}, + [2430] = {.lex_state = 102, .external_lex_state = 5}, + [2431] = {.lex_state = 102, .external_lex_state = 5}, [2432] = {.lex_state = 265, .external_lex_state = 5}, [2433] = {.lex_state = 265, .external_lex_state = 5}, [2434] = {.lex_state = 265, .external_lex_state = 5}, - [2435] = {.lex_state = 265, .external_lex_state = 5}, - [2436] = {.lex_state = 265, .external_lex_state = 5}, - [2437] = {.lex_state = 265, .external_lex_state = 5}, - [2438] = {.lex_state = 265, .external_lex_state = 5}, - [2439] = {.lex_state = 124, .external_lex_state = 5}, - [2440] = {.lex_state = 124, .external_lex_state = 5}, - [2441] = {.lex_state = 124, .external_lex_state = 5}, - [2442] = {.lex_state = 124, .external_lex_state = 5}, - [2443] = {.lex_state = 124, .external_lex_state = 5}, - [2444] = {.lex_state = 124, .external_lex_state = 5}, - [2445] = {.lex_state = 124, .external_lex_state = 5}, - [2446] = {.lex_state = 124, .external_lex_state = 5}, - [2447] = {.lex_state = 124, .external_lex_state = 5}, - [2448] = {.lex_state = 124, .external_lex_state = 5}, - [2449] = {.lex_state = 124, .external_lex_state = 5}, - [2450] = {.lex_state = 124, .external_lex_state = 5}, + [2435] = {.lex_state = 126, .external_lex_state = 5}, + [2436] = {.lex_state = 102, .external_lex_state = 5}, + [2437] = {.lex_state = 102, .external_lex_state = 5}, + [2438] = {.lex_state = 102, .external_lex_state = 5}, + [2439] = {.lex_state = 265, .external_lex_state = 5}, + [2440] = {.lex_state = 102, .external_lex_state = 5}, + [2441] = {.lex_state = 102, .external_lex_state = 5}, + [2442] = {.lex_state = 102, .external_lex_state = 5}, + [2443] = {.lex_state = 265, .external_lex_state = 5}, + [2444] = {.lex_state = 265, .external_lex_state = 5}, + [2445] = {.lex_state = 265, .external_lex_state = 5}, + [2446] = {.lex_state = 265, .external_lex_state = 5}, + [2447] = {.lex_state = 265, .external_lex_state = 5}, + [2448] = {.lex_state = 265, .external_lex_state = 5}, + [2449] = {.lex_state = 265, .external_lex_state = 5}, + [2450] = {.lex_state = 265, .external_lex_state = 5}, [2451] = {.lex_state = 265, .external_lex_state = 5}, [2452] = {.lex_state = 265, .external_lex_state = 5}, - [2453] = {.lex_state = 124, .external_lex_state = 5}, - [2454] = {.lex_state = 124, .external_lex_state = 5}, + [2453] = {.lex_state = 265, .external_lex_state = 5}, + [2454] = {.lex_state = 265, .external_lex_state = 5}, [2455] = {.lex_state = 265, .external_lex_state = 5}, - [2456] = {.lex_state = 265, .external_lex_state = 5}, - [2457] = {.lex_state = 265, .external_lex_state = 5}, - [2458] = {.lex_state = 265, .external_lex_state = 5}, - [2459] = {.lex_state = 265, .external_lex_state = 5}, - [2460] = {.lex_state = 124, .external_lex_state = 5}, - [2461] = {.lex_state = 267, .external_lex_state = 4}, - [2462] = {.lex_state = 267, .external_lex_state = 4}, - [2463] = {.lex_state = 267, .external_lex_state = 4}, - [2464] = {.lex_state = 267, .external_lex_state = 4}, - [2465] = {.lex_state = 267, .external_lex_state = 4}, - [2466] = {.lex_state = 129, .external_lex_state = 5}, - [2467] = {.lex_state = 124, .external_lex_state = 5}, + [2456] = {.lex_state = 102, .external_lex_state = 5}, + [2457] = {.lex_state = 102, .external_lex_state = 5}, + [2458] = {.lex_state = 126, .external_lex_state = 5}, + [2459] = {.lex_state = 126, .external_lex_state = 5}, + [2460] = {.lex_state = 265, .external_lex_state = 5}, + [2461] = {.lex_state = 265, .external_lex_state = 5}, + [2462] = {.lex_state = 263, .external_lex_state = 5}, + [2463] = {.lex_state = 265, .external_lex_state = 5}, + [2464] = {.lex_state = 265, .external_lex_state = 5}, + [2465] = {.lex_state = 102, .external_lex_state = 5}, + [2466] = {.lex_state = 265, .external_lex_state = 5}, + [2467] = {.lex_state = 263, .external_lex_state = 5}, [2468] = {.lex_state = 265, .external_lex_state = 5}, [2469] = {.lex_state = 265, .external_lex_state = 5}, - [2470] = {.lex_state = 263, .external_lex_state = 5}, - [2471] = {.lex_state = 129, .external_lex_state = 5}, - [2472] = {.lex_state = 263, .external_lex_state = 5}, + [2470] = {.lex_state = 102, .external_lex_state = 5}, + [2471] = {.lex_state = 267, .external_lex_state = 4}, + [2472] = {.lex_state = 267, .external_lex_state = 4}, [2473] = {.lex_state = 263, .external_lex_state = 5}, - [2474] = {.lex_state = 102, .external_lex_state = 5}, - [2475] = {.lex_state = 265, .external_lex_state = 5}, - [2476] = {.lex_state = 265, .external_lex_state = 5}, - [2477] = {.lex_state = 263, .external_lex_state = 5}, - [2478] = {.lex_state = 263, .external_lex_state = 5}, - [2479] = {.lex_state = 267, .external_lex_state = 4}, + [2474] = {.lex_state = 267, .external_lex_state = 4}, + [2475] = {.lex_state = 267, .external_lex_state = 4}, + [2476] = {.lex_state = 267, .external_lex_state = 4}, + [2477] = {.lex_state = 267, .external_lex_state = 4}, + [2478] = {.lex_state = 265, .external_lex_state = 5}, + [2479] = {.lex_state = 263, .external_lex_state = 5}, [2480] = {.lex_state = 263, .external_lex_state = 5}, - [2481] = {.lex_state = 265, .external_lex_state = 5}, - [2482] = {.lex_state = 263, .external_lex_state = 5}, - [2483] = {.lex_state = 263, .external_lex_state = 5}, - [2484] = {.lex_state = 265, .external_lex_state = 5}, + [2481] = {.lex_state = 263, .external_lex_state = 5}, + [2482] = {.lex_state = 265, .external_lex_state = 5}, + [2483] = {.lex_state = 102, .external_lex_state = 5}, + [2484] = {.lex_state = 267, .external_lex_state = 4}, [2485] = {.lex_state = 263, .external_lex_state = 5}, - [2486] = {.lex_state = 263, .external_lex_state = 5}, - [2487] = {.lex_state = 263, .external_lex_state = 5}, - [2488] = {.lex_state = 265, .external_lex_state = 5}, - [2489] = {.lex_state = 263, .external_lex_state = 5}, - [2490] = {.lex_state = 263, .external_lex_state = 5}, + [2486] = {.lex_state = 267, .external_lex_state = 4}, + [2487] = {.lex_state = 267, .external_lex_state = 4}, + [2488] = {.lex_state = 267, .external_lex_state = 4}, + [2489] = {.lex_state = 267, .external_lex_state = 4}, + [2490] = {.lex_state = 267, .external_lex_state = 4}, [2491] = {.lex_state = 265, .external_lex_state = 5}, - [2492] = {.lex_state = 263, .external_lex_state = 5}, - [2493] = {.lex_state = 263, .external_lex_state = 5}, + [2492] = {.lex_state = 267, .external_lex_state = 4}, + [2493] = {.lex_state = 267, .external_lex_state = 4}, [2494] = {.lex_state = 265, .external_lex_state = 5}, - [2495] = {.lex_state = 263, .external_lex_state = 5}, - [2496] = {.lex_state = 265, .external_lex_state = 5}, - [2497] = {.lex_state = 263, .external_lex_state = 5}, - [2498] = {.lex_state = 263, .external_lex_state = 4}, - [2499] = {.lex_state = 121, .external_lex_state = 5}, - [2500] = {.lex_state = 263, .external_lex_state = 4}, - [2501] = {.lex_state = 263, .external_lex_state = 5}, - [2502] = {.lex_state = 265, .external_lex_state = 5}, - [2503] = {.lex_state = 263, .external_lex_state = 5}, - [2504] = {.lex_state = 267, .external_lex_state = 4}, - [2505] = {.lex_state = 121, .external_lex_state = 5}, - [2506] = {.lex_state = 121, .external_lex_state = 5}, - [2507] = {.lex_state = 121, .external_lex_state = 5}, + [2495] = {.lex_state = 265, .external_lex_state = 5}, + [2496] = {.lex_state = 267, .external_lex_state = 4}, + [2497] = {.lex_state = 265, .external_lex_state = 5}, + [2498] = {.lex_state = 265, .external_lex_state = 5}, + [2499] = {.lex_state = 267, .external_lex_state = 4}, + [2500] = {.lex_state = 267, .external_lex_state = 4}, + [2501] = {.lex_state = 263, .external_lex_state = 4}, + [2502] = {.lex_state = 263, .external_lex_state = 4}, + [2503] = {.lex_state = 121, .external_lex_state = 5}, + [2504] = {.lex_state = 121, .external_lex_state = 5}, + [2505] = {.lex_state = 265, .external_lex_state = 5}, + [2506] = {.lex_state = 265, .external_lex_state = 5}, + [2507] = {.lex_state = 102, .external_lex_state = 5}, [2508] = {.lex_state = 121, .external_lex_state = 5}, [2509] = {.lex_state = 121, .external_lex_state = 5}, - [2510] = {.lex_state = 121, .external_lex_state = 5}, - [2511] = {.lex_state = 121, .external_lex_state = 5}, - [2512] = {.lex_state = 121, .external_lex_state = 5}, + [2510] = {.lex_state = 263, .external_lex_state = 5}, + [2511] = {.lex_state = 265, .external_lex_state = 5}, + [2512] = {.lex_state = 265, .external_lex_state = 5}, [2513] = {.lex_state = 121, .external_lex_state = 5}, [2514] = {.lex_state = 121, .external_lex_state = 5}, - [2515] = {.lex_state = 121, .external_lex_state = 5}, + [2515] = {.lex_state = 263, .external_lex_state = 5}, [2516] = {.lex_state = 121, .external_lex_state = 5}, - [2517] = {.lex_state = 121, .external_lex_state = 5}, - [2518] = {.lex_state = 121, .external_lex_state = 5}, + [2517] = {.lex_state = 263, .external_lex_state = 5}, + [2518] = {.lex_state = 102, .external_lex_state = 5}, [2519] = {.lex_state = 121, .external_lex_state = 5}, [2520] = {.lex_state = 121, .external_lex_state = 5}, - [2521] = {.lex_state = 267, .external_lex_state = 4}, - [2522] = {.lex_state = 265, .external_lex_state = 5}, - [2523] = {.lex_state = 265, .external_lex_state = 5}, - [2524] = {.lex_state = 102, .external_lex_state = 5}, - [2525] = {.lex_state = 263, .external_lex_state = 5}, - [2526] = {.lex_state = 263, .external_lex_state = 5}, - [2527] = {.lex_state = 263, .external_lex_state = 5}, - [2528] = {.lex_state = 263, .external_lex_state = 5}, - [2529] = {.lex_state = 263, .external_lex_state = 5}, - [2530] = {.lex_state = 124, .external_lex_state = 5}, - [2531] = {.lex_state = 124, .external_lex_state = 5}, - [2532] = {.lex_state = 263, .external_lex_state = 5}, - [2533] = {.lex_state = 263, .external_lex_state = 5}, - [2534] = {.lex_state = 102, .external_lex_state = 5}, - [2535] = {.lex_state = 121, .external_lex_state = 5}, - [2536] = {.lex_state = 121, .external_lex_state = 5}, - [2537] = {.lex_state = 121, .external_lex_state = 5}, + [2521] = {.lex_state = 121, .external_lex_state = 5}, + [2522] = {.lex_state = 121, .external_lex_state = 5}, + [2523] = {.lex_state = 263, .external_lex_state = 5}, + [2524] = {.lex_state = 121, .external_lex_state = 5}, + [2525] = {.lex_state = 121, .external_lex_state = 5}, + [2526] = {.lex_state = 121, .external_lex_state = 5}, + [2527] = {.lex_state = 263, .external_lex_state = 4}, + [2528] = {.lex_state = 121, .external_lex_state = 5}, + [2529] = {.lex_state = 121, .external_lex_state = 5}, + [2530] = {.lex_state = 263, .external_lex_state = 4}, + [2531] = {.lex_state = 263, .external_lex_state = 5}, + [2532] = {.lex_state = 265, .external_lex_state = 5}, + [2533] = {.lex_state = 121, .external_lex_state = 5}, + [2534] = {.lex_state = 263, .external_lex_state = 5}, + [2535] = {.lex_state = 263, .external_lex_state = 5}, + [2536] = {.lex_state = 263, .external_lex_state = 5}, + [2537] = {.lex_state = 263, .external_lex_state = 5}, [2538] = {.lex_state = 121, .external_lex_state = 5}, - [2539] = {.lex_state = 121, .external_lex_state = 5}, - [2540] = {.lex_state = 121, .external_lex_state = 5}, - [2541] = {.lex_state = 121, .external_lex_state = 5}, - [2542] = {.lex_state = 121, .external_lex_state = 5}, - [2543] = {.lex_state = 121, .external_lex_state = 5}, - [2544] = {.lex_state = 121, .external_lex_state = 5}, - [2545] = {.lex_state = 265, .external_lex_state = 5}, - [2546] = {.lex_state = 124, .external_lex_state = 5}, - [2547] = {.lex_state = 124, .external_lex_state = 5}, - [2548] = {.lex_state = 265, .external_lex_state = 5}, - [2549] = {.lex_state = 121, .external_lex_state = 5}, - [2550] = {.lex_state = 121, .external_lex_state = 5}, - [2551] = {.lex_state = 121, .external_lex_state = 5}, - [2552] = {.lex_state = 121, .external_lex_state = 5}, - [2553] = {.lex_state = 121, .external_lex_state = 5}, - [2554] = {.lex_state = 121, .external_lex_state = 5}, - [2555] = {.lex_state = 263, .external_lex_state = 5}, + [2539] = {.lex_state = 263, .external_lex_state = 5}, + [2540] = {.lex_state = 263, .external_lex_state = 5}, + [2541] = {.lex_state = 263, .external_lex_state = 5}, + [2542] = {.lex_state = 263, .external_lex_state = 5}, + [2543] = {.lex_state = 263, .external_lex_state = 5}, + [2544] = {.lex_state = 102, .external_lex_state = 5}, + [2545] = {.lex_state = 263, .external_lex_state = 5}, + [2546] = {.lex_state = 263, .external_lex_state = 5}, + [2547] = {.lex_state = 263, .external_lex_state = 5}, + [2548] = {.lex_state = 263, .external_lex_state = 5}, + [2549] = {.lex_state = 263, .external_lex_state = 5}, + [2550] = {.lex_state = 263, .external_lex_state = 5}, + [2551] = {.lex_state = 263, .external_lex_state = 5}, + [2552] = {.lex_state = 263, .external_lex_state = 5}, + [2553] = {.lex_state = 263, .external_lex_state = 5}, + [2554] = {.lex_state = 102, .external_lex_state = 5}, + [2555] = {.lex_state = 102, .external_lex_state = 5}, [2556] = {.lex_state = 263, .external_lex_state = 5}, - [2557] = {.lex_state = 121, .external_lex_state = 5}, - [2558] = {.lex_state = 263, .external_lex_state = 5}, - [2559] = {.lex_state = 102, .external_lex_state = 5}, - [2560] = {.lex_state = 263, .external_lex_state = 5}, - [2561] = {.lex_state = 265, .external_lex_state = 5}, - [2562] = {.lex_state = 121, .external_lex_state = 5}, - [2563] = {.lex_state = 121, .external_lex_state = 5}, - [2564] = {.lex_state = 121, .external_lex_state = 5}, + [2557] = {.lex_state = 126, .external_lex_state = 5}, + [2558] = {.lex_state = 102, .external_lex_state = 5}, + [2559] = {.lex_state = 121, .external_lex_state = 5}, + [2560] = {.lex_state = 102, .external_lex_state = 5}, + [2561] = {.lex_state = 102, .external_lex_state = 5}, + [2562] = {.lex_state = 265, .external_lex_state = 5}, + [2563] = {.lex_state = 263, .external_lex_state = 5}, + [2564] = {.lex_state = 126, .external_lex_state = 5}, [2565] = {.lex_state = 121, .external_lex_state = 5}, [2566] = {.lex_state = 121, .external_lex_state = 5}, [2567] = {.lex_state = 121, .external_lex_state = 5}, [2568] = {.lex_state = 121, .external_lex_state = 5}, [2569] = {.lex_state = 121, .external_lex_state = 5}, [2570] = {.lex_state = 121, .external_lex_state = 5}, - [2571] = {.lex_state = 121, .external_lex_state = 5}, - [2572] = {.lex_state = 121, .external_lex_state = 5}, - [2573] = {.lex_state = 121, .external_lex_state = 5}, + [2571] = {.lex_state = 126, .external_lex_state = 5}, + [2572] = {.lex_state = 126, .external_lex_state = 5}, + [2573] = {.lex_state = 102, .external_lex_state = 5}, [2574] = {.lex_state = 121, .external_lex_state = 5}, [2575] = {.lex_state = 121, .external_lex_state = 5}, [2576] = {.lex_state = 121, .external_lex_state = 5}, - [2577] = {.lex_state = 121, .external_lex_state = 5}, + [2577] = {.lex_state = 126, .external_lex_state = 5}, [2578] = {.lex_state = 121, .external_lex_state = 5}, [2579] = {.lex_state = 121, .external_lex_state = 5}, [2580] = {.lex_state = 121, .external_lex_state = 5}, [2581] = {.lex_state = 121, .external_lex_state = 5}, - [2582] = {.lex_state = 265, .external_lex_state = 5}, + [2582] = {.lex_state = 263, .external_lex_state = 4}, [2583] = {.lex_state = 263, .external_lex_state = 4}, - [2584] = {.lex_state = 102, .external_lex_state = 5}, - [2585] = {.lex_state = 102, .external_lex_state = 5}, + [2584] = {.lex_state = 263, .external_lex_state = 4}, + [2585] = {.lex_state = 263, .external_lex_state = 4}, [2586] = {.lex_state = 263, .external_lex_state = 4}, [2587] = {.lex_state = 265, .external_lex_state = 5}, - [2588] = {.lex_state = 265, .external_lex_state = 5}, - [2589] = {.lex_state = 121, .external_lex_state = 5}, - [2590] = {.lex_state = 265, .external_lex_state = 5}, - [2591] = {.lex_state = 265, .external_lex_state = 5}, - [2592] = {.lex_state = 265, .external_lex_state = 5}, - [2593] = {.lex_state = 263, .external_lex_state = 5}, - [2594] = {.lex_state = 265, .external_lex_state = 5}, - [2595] = {.lex_state = 265, .external_lex_state = 5}, - [2596] = {.lex_state = 263, .external_lex_state = 4}, - [2597] = {.lex_state = 265, .external_lex_state = 5}, - [2598] = {.lex_state = 263, .external_lex_state = 4}, - [2599] = {.lex_state = 263, .external_lex_state = 4}, - [2600] = {.lex_state = 267, .external_lex_state = 4}, - [2601] = {.lex_state = 267, .external_lex_state = 4}, - [2602] = {.lex_state = 267, .external_lex_state = 4}, + [2588] = {.lex_state = 267, .external_lex_state = 4}, + [2589] = {.lex_state = 267, .external_lex_state = 4}, + [2590] = {.lex_state = 267, .external_lex_state = 4}, + [2591] = {.lex_state = 267, .external_lex_state = 4}, + [2592] = {.lex_state = 267, .external_lex_state = 4}, + [2593] = {.lex_state = 121, .external_lex_state = 5}, + [2594] = {.lex_state = 121, .external_lex_state = 5}, + [2595] = {.lex_state = 121, .external_lex_state = 5}, + [2596] = {.lex_state = 121, .external_lex_state = 5}, + [2597] = {.lex_state = 121, .external_lex_state = 5}, + [2598] = {.lex_state = 121, .external_lex_state = 5}, + [2599] = {.lex_state = 121, .external_lex_state = 5}, + [2600] = {.lex_state = 121, .external_lex_state = 5}, + [2601] = {.lex_state = 121, .external_lex_state = 5}, + [2602] = {.lex_state = 121, .external_lex_state = 5}, [2603] = {.lex_state = 267, .external_lex_state = 4}, - [2604] = {.lex_state = 102, .external_lex_state = 5}, - [2605] = {.lex_state = 102, .external_lex_state = 5}, + [2604] = {.lex_state = 121, .external_lex_state = 5}, + [2605] = {.lex_state = 121, .external_lex_state = 5}, [2606] = {.lex_state = 121, .external_lex_state = 5}, - [2607] = {.lex_state = 263, .external_lex_state = 5}, - [2608] = {.lex_state = 267, .external_lex_state = 4}, - [2609] = {.lex_state = 267, .external_lex_state = 4}, - [2610] = {.lex_state = 267, .external_lex_state = 4}, - [2611] = {.lex_state = 267, .external_lex_state = 4}, - [2612] = {.lex_state = 267, .external_lex_state = 4}, - [2613] = {.lex_state = 267, .external_lex_state = 4}, - [2614] = {.lex_state = 267, .external_lex_state = 4}, - [2615] = {.lex_state = 267, .external_lex_state = 4}, - [2616] = {.lex_state = 267, .external_lex_state = 4}, + [2607] = {.lex_state = 121, .external_lex_state = 5}, + [2608] = {.lex_state = 121, .external_lex_state = 5}, + [2609] = {.lex_state = 121, .external_lex_state = 5}, + [2610] = {.lex_state = 102, .external_lex_state = 5}, + [2611] = {.lex_state = 121, .external_lex_state = 5}, + [2612] = {.lex_state = 121, .external_lex_state = 5}, + [2613] = {.lex_state = 121, .external_lex_state = 5}, + [2614] = {.lex_state = 102, .external_lex_state = 5}, + [2615] = {.lex_state = 121, .external_lex_state = 5}, + [2616] = {.lex_state = 121, .external_lex_state = 5}, [2617] = {.lex_state = 267, .external_lex_state = 4}, [2618] = {.lex_state = 267, .external_lex_state = 4}, - [2619] = {.lex_state = 267, .external_lex_state = 4}, - [2620] = {.lex_state = 267, .external_lex_state = 4}, + [2619] = {.lex_state = 102, .external_lex_state = 5}, + [2620] = {.lex_state = 263, .external_lex_state = 5}, [2621] = {.lex_state = 267, .external_lex_state = 4}, [2622] = {.lex_state = 267, .external_lex_state = 4}, [2623] = {.lex_state = 267, .external_lex_state = 4}, - [2624] = {.lex_state = 267, .external_lex_state = 4}, - [2625] = {.lex_state = 102, .external_lex_state = 5}, + [2624] = {.lex_state = 265, .external_lex_state = 5}, + [2625] = {.lex_state = 265, .external_lex_state = 5}, [2626] = {.lex_state = 267, .external_lex_state = 4}, [2627] = {.lex_state = 267, .external_lex_state = 4}, [2628] = {.lex_state = 267, .external_lex_state = 4}, - [2629] = {.lex_state = 102, .external_lex_state = 5}, - [2630] = {.lex_state = 102, .external_lex_state = 5}, - [2631] = {.lex_state = 102, .external_lex_state = 5}, - [2632] = {.lex_state = 102, .external_lex_state = 5}, - [2633] = {.lex_state = 102, .external_lex_state = 5}, - [2634] = {.lex_state = 102, .external_lex_state = 5}, - [2635] = {.lex_state = 102, .external_lex_state = 5}, - [2636] = {.lex_state = 102, .external_lex_state = 5}, + [2629] = {.lex_state = 263, .external_lex_state = 5}, + [2630] = {.lex_state = 267, .external_lex_state = 4}, + [2631] = {.lex_state = 267, .external_lex_state = 4}, + [2632] = {.lex_state = 267, .external_lex_state = 4}, + [2633] = {.lex_state = 267, .external_lex_state = 4}, + [2634] = {.lex_state = 265, .external_lex_state = 5}, + [2635] = {.lex_state = 265, .external_lex_state = 5}, + [2636] = {.lex_state = 265, .external_lex_state = 5}, [2637] = {.lex_state = 265, .external_lex_state = 5}, - [2638] = {.lex_state = 102, .external_lex_state = 5}, - [2639] = {.lex_state = 263, .external_lex_state = 4}, + [2638] = {.lex_state = 265, .external_lex_state = 5}, + [2639] = {.lex_state = 265, .external_lex_state = 5}, [2640] = {.lex_state = 265, .external_lex_state = 5}, [2641] = {.lex_state = 265, .external_lex_state = 5}, - [2642] = {.lex_state = 265, .external_lex_state = 5}, - [2643] = {.lex_state = 265, .external_lex_state = 5}, - [2644] = {.lex_state = 263, .external_lex_state = 4}, - [2645] = {.lex_state = 102, .external_lex_state = 5}, - [2646] = {.lex_state = 102, .external_lex_state = 5}, - [2647] = {.lex_state = 102, .external_lex_state = 5}, + [2642] = {.lex_state = 263, .external_lex_state = 5}, + [2643] = {.lex_state = 263, .external_lex_state = 5}, + [2644] = {.lex_state = 265, .external_lex_state = 5}, + [2645] = {.lex_state = 121, .external_lex_state = 5}, + [2646] = {.lex_state = 265, .external_lex_state = 5}, + [2647] = {.lex_state = 265, .external_lex_state = 5}, [2648] = {.lex_state = 265, .external_lex_state = 5}, - [2649] = {.lex_state = 102, .external_lex_state = 5}, - [2650] = {.lex_state = 102, .external_lex_state = 5}, - [2651] = {.lex_state = 102, .external_lex_state = 5}, - [2652] = {.lex_state = 263, .external_lex_state = 5}, - [2653] = {.lex_state = 263, .external_lex_state = 4}, - [2654] = {.lex_state = 263, .external_lex_state = 4}, - [2655] = {.lex_state = 263, .external_lex_state = 5}, - [2656] = {.lex_state = 267, .external_lex_state = 4}, - [2657] = {.lex_state = 267, .external_lex_state = 4}, - [2658] = {.lex_state = 267, .external_lex_state = 4}, - [2659] = {.lex_state = 267, .external_lex_state = 4}, - [2660] = {.lex_state = 267, .external_lex_state = 4}, - [2661] = {.lex_state = 102, .external_lex_state = 5}, - [2662] = {.lex_state = 102, .external_lex_state = 4}, - [2663] = {.lex_state = 102, .external_lex_state = 5}, + [2649] = {.lex_state = 265, .external_lex_state = 5}, + [2650] = {.lex_state = 265, .external_lex_state = 5}, + [2651] = {.lex_state = 265, .external_lex_state = 5}, + [2652] = {.lex_state = 265, .external_lex_state = 5}, + [2653] = {.lex_state = 265, .external_lex_state = 5}, + [2654] = {.lex_state = 265, .external_lex_state = 5}, + [2655] = {.lex_state = 265, .external_lex_state = 5}, + [2656] = {.lex_state = 265, .external_lex_state = 5}, + [2657] = {.lex_state = 263, .external_lex_state = 4}, + [2658] = {.lex_state = 121, .external_lex_state = 5}, + [2659] = {.lex_state = 121, .external_lex_state = 5}, + [2660] = {.lex_state = 121, .external_lex_state = 5}, + [2661] = {.lex_state = 263, .external_lex_state = 5}, + [2662] = {.lex_state = 263, .external_lex_state = 5}, + [2663] = {.lex_state = 263, .external_lex_state = 5}, [2664] = {.lex_state = 102, .external_lex_state = 5}, - [2665] = {.lex_state = 263, .external_lex_state = 4}, - [2666] = {.lex_state = 263, .external_lex_state = 4}, - [2667] = {.lex_state = 102, .external_lex_state = 5}, - [2668] = {.lex_state = 102, .external_lex_state = 5}, - [2669] = {.lex_state = 102, .external_lex_state = 5}, - [2670] = {.lex_state = 102, .external_lex_state = 5}, - [2671] = {.lex_state = 102, .external_lex_state = 5}, - [2672] = {.lex_state = 102, .external_lex_state = 5}, - [2673] = {.lex_state = 263, .external_lex_state = 5}, - [2674] = {.lex_state = 263, .external_lex_state = 4}, - [2675] = {.lex_state = 263, .external_lex_state = 4}, - [2676] = {.lex_state = 263, .external_lex_state = 4}, - [2677] = {.lex_state = 129, .external_lex_state = 5}, - [2678] = {.lex_state = 263, .external_lex_state = 4}, - [2679] = {.lex_state = 263, .external_lex_state = 4}, - [2680] = {.lex_state = 263, .external_lex_state = 4}, - [2681] = {.lex_state = 129, .external_lex_state = 5}, - [2682] = {.lex_state = 263, .external_lex_state = 4}, - [2683] = {.lex_state = 102, .external_lex_state = 5}, - [2684] = {.lex_state = 263, .external_lex_state = 4}, - [2685] = {.lex_state = 263, .external_lex_state = 4}, - [2686] = {.lex_state = 102, .external_lex_state = 5}, - [2687] = {.lex_state = 102, .external_lex_state = 5}, - [2688] = {.lex_state = 102, .external_lex_state = 5}, - [2689] = {.lex_state = 102, .external_lex_state = 5}, - [2690] = {.lex_state = 263, .external_lex_state = 4}, - [2691] = {.lex_state = 102, .external_lex_state = 5}, - [2692] = {.lex_state = 102, .external_lex_state = 5}, - [2693] = {.lex_state = 102, .external_lex_state = 5}, - [2694] = {.lex_state = 102, .external_lex_state = 5}, + [2665] = {.lex_state = 121, .external_lex_state = 5}, + [2666] = {.lex_state = 121, .external_lex_state = 5}, + [2667] = {.lex_state = 121, .external_lex_state = 5}, + [2668] = {.lex_state = 121, .external_lex_state = 5}, + [2669] = {.lex_state = 121, .external_lex_state = 5}, + [2670] = {.lex_state = 126, .external_lex_state = 5}, + [2671] = {.lex_state = 263, .external_lex_state = 5}, + [2672] = {.lex_state = 263, .external_lex_state = 5}, + [2673] = {.lex_state = 121, .external_lex_state = 5}, + [2674] = {.lex_state = 263, .external_lex_state = 5}, + [2675] = {.lex_state = 121, .external_lex_state = 5}, + [2676] = {.lex_state = 263, .external_lex_state = 5}, + [2677] = {.lex_state = 263, .external_lex_state = 5}, + [2678] = {.lex_state = 121, .external_lex_state = 5}, + [2679] = {.lex_state = 121, .external_lex_state = 5}, + [2680] = {.lex_state = 129, .external_lex_state = 5}, + [2681] = {.lex_state = 121, .external_lex_state = 5}, + [2682] = {.lex_state = 121, .external_lex_state = 5}, + [2683] = {.lex_state = 129, .external_lex_state = 5}, + [2684] = {.lex_state = 121, .external_lex_state = 5}, + [2685] = {.lex_state = 129, .external_lex_state = 5}, + [2686] = {.lex_state = 121, .external_lex_state = 5}, + [2687] = {.lex_state = 121, .external_lex_state = 5}, + [2688] = {.lex_state = 121, .external_lex_state = 5}, + [2689] = {.lex_state = 121, .external_lex_state = 5}, + [2690] = {.lex_state = 121, .external_lex_state = 5}, + [2691] = {.lex_state = 121, .external_lex_state = 5}, + [2692] = {.lex_state = 263, .external_lex_state = 5}, + [2693] = {.lex_state = 265, .external_lex_state = 5}, + [2694] = {.lex_state = 263, .external_lex_state = 5}, [2695] = {.lex_state = 102, .external_lex_state = 5}, - [2696] = {.lex_state = 129, .external_lex_state = 5}, - [2697] = {.lex_state = 129, .external_lex_state = 5}, + [2696] = {.lex_state = 102, .external_lex_state = 5}, + [2697] = {.lex_state = 263, .external_lex_state = 4}, [2698] = {.lex_state = 263, .external_lex_state = 5}, - [2699] = {.lex_state = 263, .external_lex_state = 5}, - [2700] = {.lex_state = 263, .external_lex_state = 5}, - [2701] = {.lex_state = 263, .external_lex_state = 4}, - [2702] = {.lex_state = 263, .external_lex_state = 4}, - [2703] = {.lex_state = 102, .external_lex_state = 5}, - [2704] = {.lex_state = 102, .external_lex_state = 5}, - [2705] = {.lex_state = 102, .external_lex_state = 5}, - [2706] = {.lex_state = 263, .external_lex_state = 5}, - [2707] = {.lex_state = 263, .external_lex_state = 5}, - [2708] = {.lex_state = 263, .external_lex_state = 5}, - [2709] = {.lex_state = 263, .external_lex_state = 5}, - [2710] = {.lex_state = 263, .external_lex_state = 5}, - [2711] = {.lex_state = 263, .external_lex_state = 5}, - [2712] = {.lex_state = 263, .external_lex_state = 5}, - [2713] = {.lex_state = 263, .external_lex_state = 5}, - [2714] = {.lex_state = 263, .external_lex_state = 5}, - [2715] = {.lex_state = 263, .external_lex_state = 5}, - [2716] = {.lex_state = 263, .external_lex_state = 5}, - [2717] = {.lex_state = 263, .external_lex_state = 5}, - [2718] = {.lex_state = 263, .external_lex_state = 4}, - [2719] = {.lex_state = 263, .external_lex_state = 4}, - [2720] = {.lex_state = 263, .external_lex_state = 5}, - [2721] = {.lex_state = 263, .external_lex_state = 5}, - [2722] = {.lex_state = 263, .external_lex_state = 5}, - [2723] = {.lex_state = 263, .external_lex_state = 5}, - [2724] = {.lex_state = 263, .external_lex_state = 5}, + [2699] = {.lex_state = 263, .external_lex_state = 4}, + [2700] = {.lex_state = 263, .external_lex_state = 4}, + [2701] = {.lex_state = 267, .external_lex_state = 4}, + [2702] = {.lex_state = 267, .external_lex_state = 4}, + [2703] = {.lex_state = 267, .external_lex_state = 4}, + [2704] = {.lex_state = 267, .external_lex_state = 4}, + [2705] = {.lex_state = 267, .external_lex_state = 4}, + [2706] = {.lex_state = 267, .external_lex_state = 4}, + [2707] = {.lex_state = 267, .external_lex_state = 4}, + [2708] = {.lex_state = 267, .external_lex_state = 4}, + [2709] = {.lex_state = 267, .external_lex_state = 4}, + [2710] = {.lex_state = 267, .external_lex_state = 4}, + [2711] = {.lex_state = 267, .external_lex_state = 4}, + [2712] = {.lex_state = 267, .external_lex_state = 4}, + [2713] = {.lex_state = 265, .external_lex_state = 5}, + [2714] = {.lex_state = 267, .external_lex_state = 4}, + [2715] = {.lex_state = 126, .external_lex_state = 5}, + [2716] = {.lex_state = 126, .external_lex_state = 5}, + [2717] = {.lex_state = 126, .external_lex_state = 5}, + [2718] = {.lex_state = 126, .external_lex_state = 5}, + [2719] = {.lex_state = 126, .external_lex_state = 5}, + [2720] = {.lex_state = 267, .external_lex_state = 4}, + [2721] = {.lex_state = 126, .external_lex_state = 5}, + [2722] = {.lex_state = 267, .external_lex_state = 4}, + [2723] = {.lex_state = 129, .external_lex_state = 5}, + [2724] = {.lex_state = 267, .external_lex_state = 4}, [2725] = {.lex_state = 263, .external_lex_state = 4}, - [2726] = {.lex_state = 102, .external_lex_state = 5}, - [2727] = {.lex_state = 102, .external_lex_state = 5}, - [2728] = {.lex_state = 102, .external_lex_state = 5}, - [2729] = {.lex_state = 263, .external_lex_state = 5}, - [2730] = {.lex_state = 263, .external_lex_state = 4}, - [2731] = {.lex_state = 263, .external_lex_state = 4}, - [2732] = {.lex_state = 102, .external_lex_state = 5}, - [2733] = {.lex_state = 263, .external_lex_state = 5}, - [2734] = {.lex_state = 263, .external_lex_state = 5}, - [2735] = {.lex_state = 263, .external_lex_state = 4}, - [2736] = {.lex_state = 263, .external_lex_state = 4}, - [2737] = {.lex_state = 102, .external_lex_state = 5}, - [2738] = {.lex_state = 102, .external_lex_state = 5}, - [2739] = {.lex_state = 263, .external_lex_state = 5}, - [2740] = {.lex_state = 263, .external_lex_state = 4}, - [2741] = {.lex_state = 263, .external_lex_state = 4}, - [2742] = {.lex_state = 263, .external_lex_state = 5}, - [2743] = {.lex_state = 263, .external_lex_state = 5}, - [2744] = {.lex_state = 263, .external_lex_state = 5}, - [2745] = {.lex_state = 102, .external_lex_state = 5}, - [2746] = {.lex_state = 263, .external_lex_state = 4}, - [2747] = {.lex_state = 263, .external_lex_state = 5}, - [2748] = {.lex_state = 102, .external_lex_state = 5}, - [2749] = {.lex_state = 102, .external_lex_state = 5}, - [2750] = {.lex_state = 102, .external_lex_state = 5}, - [2751] = {.lex_state = 102, .external_lex_state = 5}, - [2752] = {.lex_state = 102, .external_lex_state = 5}, - [2753] = {.lex_state = 102, .external_lex_state = 5}, - [2754] = {.lex_state = 263, .external_lex_state = 5}, - [2755] = {.lex_state = 102, .external_lex_state = 5}, - [2756] = {.lex_state = 102, .external_lex_state = 5}, - [2757] = {.lex_state = 102, .external_lex_state = 5}, - [2758] = {.lex_state = 102, .external_lex_state = 5}, - [2759] = {.lex_state = 102, .external_lex_state = 5}, - [2760] = {.lex_state = 102, .external_lex_state = 5}, - [2761] = {.lex_state = 102, .external_lex_state = 5}, - [2762] = {.lex_state = 263, .external_lex_state = 5}, - [2763] = {.lex_state = 263, .external_lex_state = 5}, - [2764] = {.lex_state = 263, .external_lex_state = 5}, - [2765] = {.lex_state = 263, .external_lex_state = 5}, - [2766] = {.lex_state = 263, .external_lex_state = 5}, - [2767] = {.lex_state = 263, .external_lex_state = 5}, - [2768] = {.lex_state = 263, .external_lex_state = 5}, - [2769] = {.lex_state = 263, .external_lex_state = 5}, - [2770] = {.lex_state = 102, .external_lex_state = 5}, - [2771] = {.lex_state = 102, .external_lex_state = 5}, - [2772] = {.lex_state = 102, .external_lex_state = 5}, - [2773] = {.lex_state = 102, .external_lex_state = 5}, - [2774] = {.lex_state = 102, .external_lex_state = 5}, - [2775] = {.lex_state = 102, .external_lex_state = 5}, - [2776] = {.lex_state = 102, .external_lex_state = 5}, - [2777] = {.lex_state = 102, .external_lex_state = 5}, - [2778] = {.lex_state = 102, .external_lex_state = 5}, - [2779] = {.lex_state = 102, .external_lex_state = 5}, - [2780] = {.lex_state = 263, .external_lex_state = 5}, - [2781] = {.lex_state = 263, .external_lex_state = 5}, - [2782] = {.lex_state = 263, .external_lex_state = 5}, - [2783] = {.lex_state = 263, .external_lex_state = 5}, - [2784] = {.lex_state = 263, .external_lex_state = 5}, - [2785] = {.lex_state = 263, .external_lex_state = 5}, - [2786] = {.lex_state = 263, .external_lex_state = 5}, - [2787] = {.lex_state = 263, .external_lex_state = 5}, - [2788] = {.lex_state = 263, .external_lex_state = 5}, - [2789] = {.lex_state = 263, .external_lex_state = 5}, - [2790] = {.lex_state = 102, .external_lex_state = 5}, - [2791] = {.lex_state = 102, .external_lex_state = 5}, - [2792] = {.lex_state = 102, .external_lex_state = 5}, + [2726] = {.lex_state = 129, .external_lex_state = 5}, + [2727] = {.lex_state = 265, .external_lex_state = 5}, + [2728] = {.lex_state = 126, .external_lex_state = 5}, + [2729] = {.lex_state = 102, .external_lex_state = 5}, + [2730] = {.lex_state = 102, .external_lex_state = 5}, + [2731] = {.lex_state = 129, .external_lex_state = 5}, + [2732] = {.lex_state = 267, .external_lex_state = 4}, + [2733] = {.lex_state = 126, .external_lex_state = 5}, + [2734] = {.lex_state = 267, .external_lex_state = 4}, + [2735] = {.lex_state = 267, .external_lex_state = 4}, + [2736] = {.lex_state = 126, .external_lex_state = 5}, + [2737] = {.lex_state = 126, .external_lex_state = 5}, + [2738] = {.lex_state = 126, .external_lex_state = 5}, + [2739] = {.lex_state = 126, .external_lex_state = 5}, + [2740] = {.lex_state = 126, .external_lex_state = 5}, + [2741] = {.lex_state = 267, .external_lex_state = 4}, + [2742] = {.lex_state = 267, .external_lex_state = 4}, + [2743] = {.lex_state = 126, .external_lex_state = 5}, + [2744] = {.lex_state = 126, .external_lex_state = 5}, + [2745] = {.lex_state = 126, .external_lex_state = 5}, + [2746] = {.lex_state = 126, .external_lex_state = 5}, + [2747] = {.lex_state = 126, .external_lex_state = 5}, + [2748] = {.lex_state = 126, .external_lex_state = 5}, + [2749] = {.lex_state = 267, .external_lex_state = 4}, + [2750] = {.lex_state = 267, .external_lex_state = 4}, + [2751] = {.lex_state = 267, .external_lex_state = 4}, + [2752] = {.lex_state = 263, .external_lex_state = 5}, + [2753] = {.lex_state = 267, .external_lex_state = 4}, + [2754] = {.lex_state = 267, .external_lex_state = 4}, + [2755] = {.lex_state = 267, .external_lex_state = 4}, + [2756] = {.lex_state = 267, .external_lex_state = 4}, + [2757] = {.lex_state = 267, .external_lex_state = 4}, + [2758] = {.lex_state = 267, .external_lex_state = 4}, + [2759] = {.lex_state = 263, .external_lex_state = 4}, + [2760] = {.lex_state = 263, .external_lex_state = 4}, + [2761] = {.lex_state = 263, .external_lex_state = 4}, + [2762] = {.lex_state = 265, .external_lex_state = 5}, + [2763] = {.lex_state = 265, .external_lex_state = 5}, + [2764] = {.lex_state = 121, .external_lex_state = 5}, + [2765] = {.lex_state = 121, .external_lex_state = 5}, + [2766] = {.lex_state = 267, .external_lex_state = 4}, + [2767] = {.lex_state = 102, .external_lex_state = 5}, + [2768] = {.lex_state = 102, .external_lex_state = 5}, + [2769] = {.lex_state = 126, .external_lex_state = 5}, + [2770] = {.lex_state = 126, .external_lex_state = 5}, + [2771] = {.lex_state = 126, .external_lex_state = 5}, + [2772] = {.lex_state = 126, .external_lex_state = 5}, + [2773] = {.lex_state = 126, .external_lex_state = 5}, + [2774] = {.lex_state = 126, .external_lex_state = 5}, + [2775] = {.lex_state = 126, .external_lex_state = 5}, + [2776] = {.lex_state = 126, .external_lex_state = 5}, + [2777] = {.lex_state = 126, .external_lex_state = 5}, + [2778] = {.lex_state = 126, .external_lex_state = 5}, + [2779] = {.lex_state = 126, .external_lex_state = 5}, + [2780] = {.lex_state = 126, .external_lex_state = 5}, + [2781] = {.lex_state = 126, .external_lex_state = 5}, + [2782] = {.lex_state = 126, .external_lex_state = 5}, + [2783] = {.lex_state = 126, .external_lex_state = 5}, + [2784] = {.lex_state = 126, .external_lex_state = 5}, + [2785] = {.lex_state = 126, .external_lex_state = 5}, + [2786] = {.lex_state = 126, .external_lex_state = 5}, + [2787] = {.lex_state = 126, .external_lex_state = 5}, + [2788] = {.lex_state = 126, .external_lex_state = 5}, + [2789] = {.lex_state = 126, .external_lex_state = 5}, + [2790] = {.lex_state = 126, .external_lex_state = 5}, + [2791] = {.lex_state = 126, .external_lex_state = 5}, + [2792] = {.lex_state = 126, .external_lex_state = 5}, [2793] = {.lex_state = 102, .external_lex_state = 5}, - [2794] = {.lex_state = 102, .external_lex_state = 5}, - [2795] = {.lex_state = 102, .external_lex_state = 5}, - [2796] = {.lex_state = 102, .external_lex_state = 5}, - [2797] = {.lex_state = 102, .external_lex_state = 5}, - [2798] = {.lex_state = 102, .external_lex_state = 5}, - [2799] = {.lex_state = 102, .external_lex_state = 5}, - [2800] = {.lex_state = 102, .external_lex_state = 5}, - [2801] = {.lex_state = 102, .external_lex_state = 5}, - [2802] = {.lex_state = 102, .external_lex_state = 5}, - [2803] = {.lex_state = 102, .external_lex_state = 5}, - [2804] = {.lex_state = 102, .external_lex_state = 5}, - [2805] = {.lex_state = 263, .external_lex_state = 5}, - [2806] = {.lex_state = 102, .external_lex_state = 5}, - [2807] = {.lex_state = 102, .external_lex_state = 5}, - [2808] = {.lex_state = 263, .external_lex_state = 4}, - [2809] = {.lex_state = 102, .external_lex_state = 5}, - [2810] = {.lex_state = 102, .external_lex_state = 5}, - [2811] = {.lex_state = 102, .external_lex_state = 5}, - [2812] = {.lex_state = 102, .external_lex_state = 5}, - [2813] = {.lex_state = 102, .external_lex_state = 5}, + [2794] = {.lex_state = 121, .external_lex_state = 5}, + [2795] = {.lex_state = 126, .external_lex_state = 5}, + [2796] = {.lex_state = 126, .external_lex_state = 5}, + [2797] = {.lex_state = 126, .external_lex_state = 5}, + [2798] = {.lex_state = 126, .external_lex_state = 5}, + [2799] = {.lex_state = 126, .external_lex_state = 5}, + [2800] = {.lex_state = 267, .external_lex_state = 4}, + [2801] = {.lex_state = 263, .external_lex_state = 4}, + [2802] = {.lex_state = 267, .external_lex_state = 4}, + [2803] = {.lex_state = 265, .external_lex_state = 5}, + [2804] = {.lex_state = 265, .external_lex_state = 5}, + [2805] = {.lex_state = 265, .external_lex_state = 5}, + [2806] = {.lex_state = 265, .external_lex_state = 5}, + [2807] = {.lex_state = 265, .external_lex_state = 5}, + [2808] = {.lex_state = 265, .external_lex_state = 5}, + [2809] = {.lex_state = 265, .external_lex_state = 5}, + [2810] = {.lex_state = 265, .external_lex_state = 5}, + [2811] = {.lex_state = 265, .external_lex_state = 5}, + [2812] = {.lex_state = 265, .external_lex_state = 5}, + [2813] = {.lex_state = 265, .external_lex_state = 5}, [2814] = {.lex_state = 102, .external_lex_state = 5}, - [2815] = {.lex_state = 263, .external_lex_state = 5}, - [2816] = {.lex_state = 263, .external_lex_state = 5}, - [2817] = {.lex_state = 263, .external_lex_state = 5}, - [2818] = {.lex_state = 263, .external_lex_state = 5}, - [2819] = {.lex_state = 263, .external_lex_state = 5}, - [2820] = {.lex_state = 263, .external_lex_state = 5}, - [2821] = {.lex_state = 263, .external_lex_state = 4}, - [2822] = {.lex_state = 263, .external_lex_state = 5}, - [2823] = {.lex_state = 263, .external_lex_state = 5}, - [2824] = {.lex_state = 263, .external_lex_state = 5}, - [2825] = {.lex_state = 263, .external_lex_state = 5}, - [2826] = {.lex_state = 263, .external_lex_state = 5}, - [2827] = {.lex_state = 263, .external_lex_state = 5}, - [2828] = {.lex_state = 263, .external_lex_state = 5}, - [2829] = {.lex_state = 263, .external_lex_state = 5}, - [2830] = {.lex_state = 263, .external_lex_state = 5}, - [2831] = {.lex_state = 102, .external_lex_state = 5}, - [2832] = {.lex_state = 102, .external_lex_state = 5}, - [2833] = {.lex_state = 102, .external_lex_state = 5}, - [2834] = {.lex_state = 102, .external_lex_state = 5}, + [2815] = {.lex_state = 265, .external_lex_state = 5}, + [2816] = {.lex_state = 265, .external_lex_state = 5}, + [2817] = {.lex_state = 265, .external_lex_state = 5}, + [2818] = {.lex_state = 265, .external_lex_state = 5}, + [2819] = {.lex_state = 265, .external_lex_state = 5}, + [2820] = {.lex_state = 265, .external_lex_state = 5}, + [2821] = {.lex_state = 265, .external_lex_state = 5}, + [2822] = {.lex_state = 265, .external_lex_state = 5}, + [2823] = {.lex_state = 265, .external_lex_state = 5}, + [2824] = {.lex_state = 102, .external_lex_state = 5}, + [2825] = {.lex_state = 102, .external_lex_state = 5}, + [2826] = {.lex_state = 102, .external_lex_state = 5}, + [2827] = {.lex_state = 265, .external_lex_state = 5}, + [2828] = {.lex_state = 265, .external_lex_state = 5}, + [2829] = {.lex_state = 265, .external_lex_state = 5}, + [2830] = {.lex_state = 265, .external_lex_state = 5}, + [2831] = {.lex_state = 265, .external_lex_state = 5}, + [2832] = {.lex_state = 265, .external_lex_state = 5}, + [2833] = {.lex_state = 265, .external_lex_state = 5}, + [2834] = {.lex_state = 265, .external_lex_state = 5}, [2835] = {.lex_state = 102, .external_lex_state = 5}, - [2836] = {.lex_state = 102, .external_lex_state = 5}, - [2837] = {.lex_state = 263, .external_lex_state = 4}, - [2838] = {.lex_state = 263, .external_lex_state = 5}, - [2839] = {.lex_state = 263, .external_lex_state = 5}, - [2840] = {.lex_state = 263, .external_lex_state = 5}, - [2841] = {.lex_state = 263, .external_lex_state = 5}, - [2842] = {.lex_state = 263, .external_lex_state = 5}, - [2843] = {.lex_state = 263, .external_lex_state = 4}, - [2844] = {.lex_state = 263, .external_lex_state = 4}, - [2845] = {.lex_state = 263, .external_lex_state = 5}, - [2846] = {.lex_state = 263, .external_lex_state = 5}, - [2847] = {.lex_state = 263, .external_lex_state = 4}, - [2848] = {.lex_state = 263, .external_lex_state = 4}, - [2849] = {.lex_state = 263, .external_lex_state = 4}, - [2850] = {.lex_state = 102, .external_lex_state = 5}, - [2851] = {.lex_state = 102, .external_lex_state = 5}, - [2852] = {.lex_state = 102, .external_lex_state = 5}, - [2853] = {.lex_state = 129, .external_lex_state = 5}, - [2854] = {.lex_state = 129, .external_lex_state = 5}, - [2855] = {.lex_state = 129, .external_lex_state = 5}, - [2856] = {.lex_state = 263, .external_lex_state = 5}, - [2857] = {.lex_state = 129, .external_lex_state = 5}, - [2858] = {.lex_state = 263, .external_lex_state = 5}, - [2859] = {.lex_state = 263, .external_lex_state = 5}, - [2860] = {.lex_state = 132, .external_lex_state = 5}, - [2861] = {.lex_state = 132, .external_lex_state = 5}, - [2862] = {.lex_state = 132, .external_lex_state = 5}, - [2863] = {.lex_state = 132, .external_lex_state = 5}, - [2864] = {.lex_state = 132, .external_lex_state = 5}, - [2865] = {.lex_state = 132, .external_lex_state = 5}, - [2866] = {.lex_state = 132, .external_lex_state = 5}, - [2867] = {.lex_state = 132, .external_lex_state = 5}, - [2868] = {.lex_state = 263, .external_lex_state = 5}, - [2869] = {.lex_state = 132, .external_lex_state = 5}, - [2870] = {.lex_state = 132, .external_lex_state = 5}, - [2871] = {.lex_state = 102, .external_lex_state = 5}, - [2872] = {.lex_state = 102, .external_lex_state = 5}, - [2873] = {.lex_state = 132, .external_lex_state = 5}, - [2874] = {.lex_state = 132, .external_lex_state = 5}, - [2875] = {.lex_state = 132, .external_lex_state = 5}, - [2876] = {.lex_state = 132, .external_lex_state = 5}, - [2877] = {.lex_state = 263, .external_lex_state = 5}, - [2878] = {.lex_state = 263, .external_lex_state = 4}, - [2879] = {.lex_state = 263, .external_lex_state = 5}, - [2880] = {.lex_state = 263, .external_lex_state = 4}, - [2881] = {.lex_state = 263, .external_lex_state = 4}, - [2882] = {.lex_state = 263, .external_lex_state = 4}, - [2883] = {.lex_state = 132, .external_lex_state = 5}, - [2884] = {.lex_state = 132, .external_lex_state = 5}, - [2885] = {.lex_state = 263, .external_lex_state = 5}, - [2886] = {.lex_state = 263, .external_lex_state = 4}, - [2887] = {.lex_state = 263, .external_lex_state = 4}, - [2888] = {.lex_state = 263, .external_lex_state = 4}, - [2889] = {.lex_state = 135, .external_lex_state = 4}, - [2890] = {.lex_state = 263, .external_lex_state = 4}, - [2891] = {.lex_state = 129, .external_lex_state = 5}, - [2892] = {.lex_state = 263, .external_lex_state = 5}, - [2893] = {.lex_state = 263, .external_lex_state = 4}, - [2894] = {.lex_state = 129, .external_lex_state = 5}, - [2895] = {.lex_state = 263, .external_lex_state = 5}, - [2896] = {.lex_state = 102, .external_lex_state = 5}, - [2897] = {.lex_state = 263, .external_lex_state = 5}, - [2898] = {.lex_state = 263, .external_lex_state = 4}, - [2899] = {.lex_state = 263, .external_lex_state = 5}, - [2900] = {.lex_state = 129, .external_lex_state = 5}, - [2901] = {.lex_state = 129, .external_lex_state = 5}, - [2902] = {.lex_state = 263, .external_lex_state = 5}, - [2903] = {.lex_state = 263, .external_lex_state = 4}, - [2904] = {.lex_state = 263, .external_lex_state = 4}, - [2905] = {.lex_state = 263, .external_lex_state = 4}, - [2906] = {.lex_state = 263, .external_lex_state = 5}, - [2907] = {.lex_state = 263, .external_lex_state = 4}, - [2908] = {.lex_state = 263, .external_lex_state = 4}, - [2909] = {.lex_state = 263, .external_lex_state = 4}, - [2910] = {.lex_state = 263, .external_lex_state = 4}, - [2911] = {.lex_state = 263, .external_lex_state = 5}, - [2912] = {.lex_state = 263, .external_lex_state = 4}, - [2913] = {.lex_state = 263, .external_lex_state = 4}, - [2914] = {.lex_state = 263, .external_lex_state = 5}, - [2915] = {.lex_state = 263, .external_lex_state = 5}, - [2916] = {.lex_state = 263, .external_lex_state = 5}, - [2917] = {.lex_state = 263, .external_lex_state = 5}, - [2918] = {.lex_state = 102, .external_lex_state = 5}, + [2836] = {.lex_state = 265, .external_lex_state = 5}, + [2837] = {.lex_state = 102, .external_lex_state = 5}, + [2838] = {.lex_state = 102, .external_lex_state = 5}, + [2839] = {.lex_state = 265, .external_lex_state = 5}, + [2840] = {.lex_state = 126, .external_lex_state = 5}, + [2841] = {.lex_state = 126, .external_lex_state = 5}, + [2842] = {.lex_state = 126, .external_lex_state = 5}, + [2843] = {.lex_state = 126, .external_lex_state = 5}, + [2844] = {.lex_state = 126, .external_lex_state = 5}, + [2845] = {.lex_state = 126, .external_lex_state = 5}, + [2846] = {.lex_state = 126, .external_lex_state = 5}, + [2847] = {.lex_state = 126, .external_lex_state = 5}, + [2848] = {.lex_state = 126, .external_lex_state = 5}, + [2849] = {.lex_state = 126, .external_lex_state = 5}, + [2850] = {.lex_state = 126, .external_lex_state = 5}, + [2851] = {.lex_state = 126, .external_lex_state = 5}, + [2852] = {.lex_state = 126, .external_lex_state = 5}, + [2853] = {.lex_state = 265, .external_lex_state = 5}, + [2854] = {.lex_state = 265, .external_lex_state = 5}, + [2855] = {.lex_state = 126, .external_lex_state = 5}, + [2856] = {.lex_state = 126, .external_lex_state = 5}, + [2857] = {.lex_state = 126, .external_lex_state = 5}, + [2858] = {.lex_state = 126, .external_lex_state = 5}, + [2859] = {.lex_state = 265, .external_lex_state = 5}, + [2860] = {.lex_state = 126, .external_lex_state = 5}, + [2861] = {.lex_state = 126, .external_lex_state = 5}, + [2862] = {.lex_state = 126, .external_lex_state = 5}, + [2863] = {.lex_state = 265, .external_lex_state = 5}, + [2864] = {.lex_state = 265, .external_lex_state = 5}, + [2865] = {.lex_state = 265, .external_lex_state = 5}, + [2866] = {.lex_state = 265, .external_lex_state = 5}, + [2867] = {.lex_state = 265, .external_lex_state = 5}, + [2868] = {.lex_state = 265, .external_lex_state = 5}, + [2869] = {.lex_state = 265, .external_lex_state = 5}, + [2870] = {.lex_state = 265, .external_lex_state = 5}, + [2871] = {.lex_state = 265, .external_lex_state = 5}, + [2872] = {.lex_state = 265, .external_lex_state = 5}, + [2873] = {.lex_state = 265, .external_lex_state = 5}, + [2874] = {.lex_state = 265, .external_lex_state = 5}, + [2875] = {.lex_state = 265, .external_lex_state = 5}, + [2876] = {.lex_state = 265, .external_lex_state = 5}, + [2877] = {.lex_state = 265, .external_lex_state = 5}, + [2878] = {.lex_state = 265, .external_lex_state = 5}, + [2879] = {.lex_state = 267, .external_lex_state = 4}, + [2880] = {.lex_state = 267, .external_lex_state = 4}, + [2881] = {.lex_state = 265, .external_lex_state = 5}, + [2882] = {.lex_state = 121, .external_lex_state = 5}, + [2883] = {.lex_state = 265, .external_lex_state = 5}, + [2884] = {.lex_state = 265, .external_lex_state = 5}, + [2885] = {.lex_state = 265, .external_lex_state = 5}, + [2886] = {.lex_state = 265, .external_lex_state = 5}, + [2887] = {.lex_state = 265, .external_lex_state = 5}, + [2888] = {.lex_state = 265, .external_lex_state = 5}, + [2889] = {.lex_state = 265, .external_lex_state = 5}, + [2890] = {.lex_state = 265, .external_lex_state = 5}, + [2891] = {.lex_state = 265, .external_lex_state = 5}, + [2892] = {.lex_state = 265, .external_lex_state = 5}, + [2893] = {.lex_state = 265, .external_lex_state = 5}, + [2894] = {.lex_state = 265, .external_lex_state = 5}, + [2895] = {.lex_state = 265, .external_lex_state = 5}, + [2896] = {.lex_state = 265, .external_lex_state = 5}, + [2897] = {.lex_state = 265, .external_lex_state = 5}, + [2898] = {.lex_state = 265, .external_lex_state = 5}, + [2899] = {.lex_state = 265, .external_lex_state = 5}, + [2900] = {.lex_state = 102, .external_lex_state = 5}, + [2901] = {.lex_state = 265, .external_lex_state = 5}, + [2902] = {.lex_state = 121, .external_lex_state = 5}, + [2903] = {.lex_state = 267, .external_lex_state = 4}, + [2904] = {.lex_state = 267, .external_lex_state = 4}, + [2905] = {.lex_state = 265, .external_lex_state = 5}, + [2906] = {.lex_state = 263, .external_lex_state = 4}, + [2907] = {.lex_state = 129, .external_lex_state = 5}, + [2908] = {.lex_state = 267, .external_lex_state = 4}, + [2909] = {.lex_state = 265, .external_lex_state = 5}, + [2910] = {.lex_state = 102, .external_lex_state = 5}, + [2911] = {.lex_state = 102, .external_lex_state = 5}, + [2912] = {.lex_state = 267, .external_lex_state = 4}, + [2913] = {.lex_state = 102, .external_lex_state = 5}, + [2914] = {.lex_state = 265, .external_lex_state = 5}, + [2915] = {.lex_state = 102, .external_lex_state = 5}, + [2916] = {.lex_state = 102, .external_lex_state = 5}, + [2917] = {.lex_state = 265, .external_lex_state = 5}, + [2918] = {.lex_state = 265, .external_lex_state = 5}, [2919] = {.lex_state = 102, .external_lex_state = 5}, - [2920] = {.lex_state = 263, .external_lex_state = 5}, - [2921] = {.lex_state = 263, .external_lex_state = 5}, - [2922] = {.lex_state = 263, .external_lex_state = 5}, - [2923] = {.lex_state = 263, .external_lex_state = 5}, - [2924] = {.lex_state = 263, .external_lex_state = 5}, - [2925] = {.lex_state = 263, .external_lex_state = 5}, - [2926] = {.lex_state = 263, .external_lex_state = 5}, - [2927] = {.lex_state = 263, .external_lex_state = 5}, - [2928] = {.lex_state = 263, .external_lex_state = 5}, - [2929] = {.lex_state = 263, .external_lex_state = 5}, - [2930] = {.lex_state = 263, .external_lex_state = 5}, - [2931] = {.lex_state = 132, .external_lex_state = 5}, - [2932] = {.lex_state = 132, .external_lex_state = 5}, - [2933] = {.lex_state = 132, .external_lex_state = 5}, - [2934] = {.lex_state = 132, .external_lex_state = 5}, - [2935] = {.lex_state = 132, .external_lex_state = 5}, - [2936] = {.lex_state = 132, .external_lex_state = 5}, - [2937] = {.lex_state = 132, .external_lex_state = 5}, - [2938] = {.lex_state = 132, .external_lex_state = 5}, - [2939] = {.lex_state = 132, .external_lex_state = 5}, - [2940] = {.lex_state = 132, .external_lex_state = 5}, - [2941] = {.lex_state = 263, .external_lex_state = 5}, - [2942] = {.lex_state = 263, .external_lex_state = 5}, - [2943] = {.lex_state = 263, .external_lex_state = 4}, + [2920] = {.lex_state = 263, .external_lex_state = 4}, + [2921] = {.lex_state = 129, .external_lex_state = 5}, + [2922] = {.lex_state = 129, .external_lex_state = 5}, + [2923] = {.lex_state = 102, .external_lex_state = 5}, + [2924] = {.lex_state = 102, .external_lex_state = 5}, + [2925] = {.lex_state = 102, .external_lex_state = 5}, + [2926] = {.lex_state = 129, .external_lex_state = 5}, + [2927] = {.lex_state = 129, .external_lex_state = 5}, + [2928] = {.lex_state = 102, .external_lex_state = 5}, + [2929] = {.lex_state = 102, .external_lex_state = 5}, + [2930] = {.lex_state = 102, .external_lex_state = 5}, + [2931] = {.lex_state = 102, .external_lex_state = 5}, + [2932] = {.lex_state = 102, .external_lex_state = 5}, + [2933] = {.lex_state = 102, .external_lex_state = 5}, + [2934] = {.lex_state = 102, .external_lex_state = 5}, + [2935] = {.lex_state = 102, .external_lex_state = 5}, + [2936] = {.lex_state = 102, .external_lex_state = 5}, + [2937] = {.lex_state = 263, .external_lex_state = 4}, + [2938] = {.lex_state = 102, .external_lex_state = 5}, + [2939] = {.lex_state = 263, .external_lex_state = 4}, + [2940] = {.lex_state = 263, .external_lex_state = 4}, + [2941] = {.lex_state = 263, .external_lex_state = 4}, + [2942] = {.lex_state = 102, .external_lex_state = 5}, + [2943] = {.lex_state = 102, .external_lex_state = 5}, [2944] = {.lex_state = 263, .external_lex_state = 4}, - [2945] = {.lex_state = 102, .external_lex_state = 5}, - [2946] = {.lex_state = 102, .external_lex_state = 5}, - [2947] = {.lex_state = 102, .external_lex_state = 5}, - [2948] = {.lex_state = 263, .external_lex_state = 4}, - [2949] = {.lex_state = 102, .external_lex_state = 5}, - [2950] = {.lex_state = 102, .external_lex_state = 5}, + [2945] = {.lex_state = 132, .external_lex_state = 5}, + [2946] = {.lex_state = 263, .external_lex_state = 4}, + [2947] = {.lex_state = 129, .external_lex_state = 5}, + [2948] = {.lex_state = 129, .external_lex_state = 5}, + [2949] = {.lex_state = 135, .external_lex_state = 4}, + [2950] = {.lex_state = 132, .external_lex_state = 5}, [2951] = {.lex_state = 102, .external_lex_state = 5}, [2952] = {.lex_state = 102, .external_lex_state = 5}, [2953] = {.lex_state = 102, .external_lex_state = 5}, - [2954] = {.lex_state = 263, .external_lex_state = 5}, + [2954] = {.lex_state = 102, .external_lex_state = 5}, [2955] = {.lex_state = 102, .external_lex_state = 5}, [2956] = {.lex_state = 102, .external_lex_state = 5}, [2957] = {.lex_state = 102, .external_lex_state = 5}, [2958] = {.lex_state = 102, .external_lex_state = 5}, - [2959] = {.lex_state = 102, .external_lex_state = 5}, - [2960] = {.lex_state = 102, .external_lex_state = 5}, - [2961] = {.lex_state = 102, .external_lex_state = 5}, - [2962] = {.lex_state = 102, .external_lex_state = 5}, - [2963] = {.lex_state = 102, .external_lex_state = 5}, - [2964] = {.lex_state = 263, .external_lex_state = 5}, + [2959] = {.lex_state = 132, .external_lex_state = 5}, + [2960] = {.lex_state = 263, .external_lex_state = 4}, + [2961] = {.lex_state = 263, .external_lex_state = 4}, + [2962] = {.lex_state = 263, .external_lex_state = 4}, + [2963] = {.lex_state = 132, .external_lex_state = 5}, + [2964] = {.lex_state = 132, .external_lex_state = 5}, [2965] = {.lex_state = 263, .external_lex_state = 5}, [2966] = {.lex_state = 263, .external_lex_state = 4}, [2967] = {.lex_state = 263, .external_lex_state = 4}, - [2968] = {.lex_state = 263, .external_lex_state = 5}, + [2968] = {.lex_state = 263, .external_lex_state = 4}, [2969] = {.lex_state = 263, .external_lex_state = 4}, - [2970] = {.lex_state = 263, .external_lex_state = 5}, + [2970] = {.lex_state = 263, .external_lex_state = 4}, [2971] = {.lex_state = 263, .external_lex_state = 4}, [2972] = {.lex_state = 263, .external_lex_state = 4}, - [2973] = {.lex_state = 263, .external_lex_state = 4}, - [2974] = {.lex_state = 263, .external_lex_state = 4}, - [2975] = {.lex_state = 263, .external_lex_state = 5}, - [2976] = {.lex_state = 263, .external_lex_state = 5}, - [2977] = {.lex_state = 263, .external_lex_state = 4}, - [2978] = {.lex_state = 263, .external_lex_state = 4}, - [2979] = {.lex_state = 263, .external_lex_state = 5}, - [2980] = {.lex_state = 263, .external_lex_state = 5}, - [2981] = {.lex_state = 263, .external_lex_state = 5}, - [2982] = {.lex_state = 132, .external_lex_state = 5}, - [2983] = {.lex_state = 132, .external_lex_state = 5}, - [2984] = {.lex_state = 132, .external_lex_state = 5}, - [2985] = {.lex_state = 132, .external_lex_state = 5}, - [2986] = {.lex_state = 263, .external_lex_state = 4}, + [2973] = {.lex_state = 132, .external_lex_state = 5}, + [2974] = {.lex_state = 102, .external_lex_state = 5}, + [2975] = {.lex_state = 102, .external_lex_state = 5}, + [2976] = {.lex_state = 102, .external_lex_state = 5}, + [2977] = {.lex_state = 102, .external_lex_state = 5}, + [2978] = {.lex_state = 102, .external_lex_state = 5}, + [2979] = {.lex_state = 102, .external_lex_state = 5}, + [2980] = {.lex_state = 102, .external_lex_state = 5}, + [2981] = {.lex_state = 263, .external_lex_state = 4}, + [2982] = {.lex_state = 129, .external_lex_state = 5}, + [2983] = {.lex_state = 129, .external_lex_state = 5}, + [2984] = {.lex_state = 102, .external_lex_state = 5}, + [2985] = {.lex_state = 102, .external_lex_state = 5}, + [2986] = {.lex_state = 132, .external_lex_state = 5}, [2987] = {.lex_state = 132, .external_lex_state = 5}, [2988] = {.lex_state = 132, .external_lex_state = 5}, - [2989] = {.lex_state = 263, .external_lex_state = 4}, - [2990] = {.lex_state = 263, .external_lex_state = 4}, - [2991] = {.lex_state = 135, .external_lex_state = 4}, - [2992] = {.lex_state = 135, .external_lex_state = 4}, - [2993] = {.lex_state = 135, .external_lex_state = 4}, - [2994] = {.lex_state = 135, .external_lex_state = 4}, - [2995] = {.lex_state = 135, .external_lex_state = 4}, - [2996] = {.lex_state = 263, .external_lex_state = 4}, - [2997] = {.lex_state = 263, .external_lex_state = 5}, - [2998] = {.lex_state = 263, .external_lex_state = 5}, - [2999] = {.lex_state = 263, .external_lex_state = 5}, - [3000] = {.lex_state = 129, .external_lex_state = 5}, - [3001] = {.lex_state = 263, .external_lex_state = 5}, + [2989] = {.lex_state = 132, .external_lex_state = 5}, + [2990] = {.lex_state = 132, .external_lex_state = 5}, + [2991] = {.lex_state = 132, .external_lex_state = 5}, + [2992] = {.lex_state = 132, .external_lex_state = 5}, + [2993] = {.lex_state = 132, .external_lex_state = 5}, + [2994] = {.lex_state = 132, .external_lex_state = 5}, + [2995] = {.lex_state = 132, .external_lex_state = 5}, + [2996] = {.lex_state = 132, .external_lex_state = 5}, + [2997] = {.lex_state = 132, .external_lex_state = 5}, + [2998] = {.lex_state = 132, .external_lex_state = 5}, + [2999] = {.lex_state = 132, .external_lex_state = 5}, + [3000] = {.lex_state = 132, .external_lex_state = 5}, + [3001] = {.lex_state = 132, .external_lex_state = 5}, [3002] = {.lex_state = 132, .external_lex_state = 5}, - [3003] = {.lex_state = 132, .external_lex_state = 5}, - [3004] = {.lex_state = 263, .external_lex_state = 5}, - [3005] = {.lex_state = 263, .external_lex_state = 5}, - [3006] = {.lex_state = 135, .external_lex_state = 4}, - [3007] = {.lex_state = 135, .external_lex_state = 4}, - [3008] = {.lex_state = 135, .external_lex_state = 4}, - [3009] = {.lex_state = 135, .external_lex_state = 4}, - [3010] = {.lex_state = 135, .external_lex_state = 4}, - [3011] = {.lex_state = 135, .external_lex_state = 4}, - [3012] = {.lex_state = 135, .external_lex_state = 4}, - [3013] = {.lex_state = 135, .external_lex_state = 4}, - [3014] = {.lex_state = 135, .external_lex_state = 4}, - [3015] = {.lex_state = 135, .external_lex_state = 4}, - [3016] = {.lex_state = 263, .external_lex_state = 5}, + [3003] = {.lex_state = 129, .external_lex_state = 5}, + [3004] = {.lex_state = 132, .external_lex_state = 5}, + [3005] = {.lex_state = 132, .external_lex_state = 5}, + [3006] = {.lex_state = 102, .external_lex_state = 5}, + [3007] = {.lex_state = 102, .external_lex_state = 5}, + [3008] = {.lex_state = 102, .external_lex_state = 5}, + [3009] = {.lex_state = 132, .external_lex_state = 5}, + [3010] = {.lex_state = 132, .external_lex_state = 5}, + [3011] = {.lex_state = 132, .external_lex_state = 5}, + [3012] = {.lex_state = 102, .external_lex_state = 5}, + [3013] = {.lex_state = 132, .external_lex_state = 5}, + [3014] = {.lex_state = 132, .external_lex_state = 5}, + [3015] = {.lex_state = 132, .external_lex_state = 5}, + [3016] = {.lex_state = 132, .external_lex_state = 5}, [3017] = {.lex_state = 132, .external_lex_state = 5}, - [3018] = {.lex_state = 129, .external_lex_state = 5}, + [3018] = {.lex_state = 102, .external_lex_state = 5}, [3019] = {.lex_state = 132, .external_lex_state = 5}, - [3020] = {.lex_state = 263, .external_lex_state = 4}, - [3021] = {.lex_state = 129, .external_lex_state = 5}, - [3022] = {.lex_state = 129, .external_lex_state = 5}, - [3023] = {.lex_state = 263, .external_lex_state = 4}, + [3020] = {.lex_state = 132, .external_lex_state = 5}, + [3021] = {.lex_state = 132, .external_lex_state = 5}, + [3022] = {.lex_state = 132, .external_lex_state = 5}, + [3023] = {.lex_state = 132, .external_lex_state = 5}, [3024] = {.lex_state = 132, .external_lex_state = 5}, - [3025] = {.lex_state = 132, .external_lex_state = 5}, - [3026] = {.lex_state = 132, .external_lex_state = 5}, - [3027] = {.lex_state = 132, .external_lex_state = 5}, - [3028] = {.lex_state = 129, .external_lex_state = 5}, + [3025] = {.lex_state = 129, .external_lex_state = 5}, + [3026] = {.lex_state = 129, .external_lex_state = 5}, + [3027] = {.lex_state = 129, .external_lex_state = 5}, + [3028] = {.lex_state = 102, .external_lex_state = 5}, [3029] = {.lex_state = 102, .external_lex_state = 5}, [3030] = {.lex_state = 263, .external_lex_state = 5}, [3031] = {.lex_state = 263, .external_lex_state = 5}, - [3032] = {.lex_state = 263, .external_lex_state = 5}, - [3033] = {.lex_state = 263, .external_lex_state = 5}, - [3034] = {.lex_state = 263, .external_lex_state = 5}, - [3035] = {.lex_state = 263, .external_lex_state = 5}, - [3036] = {.lex_state = 263, .external_lex_state = 5}, - [3037] = {.lex_state = 263, .external_lex_state = 5}, - [3038] = {.lex_state = 263, .external_lex_state = 5}, - [3039] = {.lex_state = 263, .external_lex_state = 5}, - [3040] = {.lex_state = 263, .external_lex_state = 5}, - [3041] = {.lex_state = 263, .external_lex_state = 5}, - [3042] = {.lex_state = 263, .external_lex_state = 5}, - [3043] = {.lex_state = 263, .external_lex_state = 5}, - [3044] = {.lex_state = 132, .external_lex_state = 5}, - [3045] = {.lex_state = 132, .external_lex_state = 5}, + [3032] = {.lex_state = 102, .external_lex_state = 5}, + [3033] = {.lex_state = 102, .external_lex_state = 5}, + [3034] = {.lex_state = 132, .external_lex_state = 5}, + [3035] = {.lex_state = 102, .external_lex_state = 5}, + [3036] = {.lex_state = 102, .external_lex_state = 5}, + [3037] = {.lex_state = 102, .external_lex_state = 5}, + [3038] = {.lex_state = 132, .external_lex_state = 5}, + [3039] = {.lex_state = 102, .external_lex_state = 5}, + [3040] = {.lex_state = 102, .external_lex_state = 5}, + [3041] = {.lex_state = 102, .external_lex_state = 5}, + [3042] = {.lex_state = 132, .external_lex_state = 5}, + [3043] = {.lex_state = 132, .external_lex_state = 5}, + [3044] = {.lex_state = 129, .external_lex_state = 5}, + [3045] = {.lex_state = 129, .external_lex_state = 5}, [3046] = {.lex_state = 132, .external_lex_state = 5}, [3047] = {.lex_state = 132, .external_lex_state = 5}, [3048] = {.lex_state = 132, .external_lex_state = 5}, [3049] = {.lex_state = 132, .external_lex_state = 5}, [3050] = {.lex_state = 132, .external_lex_state = 5}, - [3051] = {.lex_state = 132, .external_lex_state = 5}, + [3051] = {.lex_state = 263, .external_lex_state = 4}, [3052] = {.lex_state = 132, .external_lex_state = 5}, - [3053] = {.lex_state = 132, .external_lex_state = 5}, - [3054] = {.lex_state = 132, .external_lex_state = 5}, - [3055] = {.lex_state = 135, .external_lex_state = 4}, - [3056] = {.lex_state = 135, .external_lex_state = 4}, - [3057] = {.lex_state = 135, .external_lex_state = 4}, - [3058] = {.lex_state = 135, .external_lex_state = 4}, - [3059] = {.lex_state = 135, .external_lex_state = 4}, - [3060] = {.lex_state = 135, .external_lex_state = 4}, - [3061] = {.lex_state = 135, .external_lex_state = 4}, - [3062] = {.lex_state = 263, .external_lex_state = 5}, - [3063] = {.lex_state = 135, .external_lex_state = 4}, + [3053] = {.lex_state = 135, .external_lex_state = 4}, + [3054] = {.lex_state = 102, .external_lex_state = 5}, + [3055] = {.lex_state = 102, .external_lex_state = 5}, + [3056] = {.lex_state = 102, .external_lex_state = 5}, + [3057] = {.lex_state = 102, .external_lex_state = 5}, + [3058] = {.lex_state = 102, .external_lex_state = 5}, + [3059] = {.lex_state = 102, .external_lex_state = 5}, + [3060] = {.lex_state = 102, .external_lex_state = 5}, + [3061] = {.lex_state = 102, .external_lex_state = 5}, + [3062] = {.lex_state = 102, .external_lex_state = 5}, + [3063] = {.lex_state = 102, .external_lex_state = 5}, [3064] = {.lex_state = 135, .external_lex_state = 4}, - [3065] = {.lex_state = 135, .external_lex_state = 4}, - [3066] = {.lex_state = 135, .external_lex_state = 4}, - [3067] = {.lex_state = 135, .external_lex_state = 4}, - [3068] = {.lex_state = 132, .external_lex_state = 5}, - [3069] = {.lex_state = 132, .external_lex_state = 5}, - [3070] = {.lex_state = 132, .external_lex_state = 5}, - [3071] = {.lex_state = 132, .external_lex_state = 5}, - [3072] = {.lex_state = 132, .external_lex_state = 5}, - [3073] = {.lex_state = 132, .external_lex_state = 5}, - [3074] = {.lex_state = 132, .external_lex_state = 5}, - [3075] = {.lex_state = 132, .external_lex_state = 5}, - [3076] = {.lex_state = 132, .external_lex_state = 5}, - [3077] = {.lex_state = 263, .external_lex_state = 5}, - [3078] = {.lex_state = 135, .external_lex_state = 4}, - [3079] = {.lex_state = 135, .external_lex_state = 4}, - [3080] = {.lex_state = 135, .external_lex_state = 4}, - [3081] = {.lex_state = 135, .external_lex_state = 4}, - [3082] = {.lex_state = 135, .external_lex_state = 4}, - [3083] = {.lex_state = 135, .external_lex_state = 4}, - [3084] = {.lex_state = 263, .external_lex_state = 5}, - [3085] = {.lex_state = 129, .external_lex_state = 5}, - [3086] = {.lex_state = 102, .external_lex_state = 4}, - [3087] = {.lex_state = 263, .external_lex_state = 5}, - [3088] = {.lex_state = 135, .external_lex_state = 4}, - [3089] = {.lex_state = 135, .external_lex_state = 4}, - [3090] = {.lex_state = 135, .external_lex_state = 4}, - [3091] = {.lex_state = 135, .external_lex_state = 4}, - [3092] = {.lex_state = 135, .external_lex_state = 4}, - [3093] = {.lex_state = 263, .external_lex_state = 5}, - [3094] = {.lex_state = 263, .external_lex_state = 4}, - [3095] = {.lex_state = 135, .external_lex_state = 4}, - [3096] = {.lex_state = 135, .external_lex_state = 4}, - [3097] = {.lex_state = 135, .external_lex_state = 4}, - [3098] = {.lex_state = 135, .external_lex_state = 4}, - [3099] = {.lex_state = 135, .external_lex_state = 4}, - [3100] = {.lex_state = 129, .external_lex_state = 5}, - [3101] = {.lex_state = 129, .external_lex_state = 5}, - [3102] = {.lex_state = 135, .external_lex_state = 4}, - [3103] = {.lex_state = 129, .external_lex_state = 5}, - [3104] = {.lex_state = 129, .external_lex_state = 5}, - [3105] = {.lex_state = 129, .external_lex_state = 5}, - [3106] = {.lex_state = 135, .external_lex_state = 4}, - [3107] = {.lex_state = 129, .external_lex_state = 5}, - [3108] = {.lex_state = 263, .external_lex_state = 4}, - [3109] = {.lex_state = 263, .external_lex_state = 4}, - [3110] = {.lex_state = 263, .external_lex_state = 4}, - [3111] = {.lex_state = 263, .external_lex_state = 4}, - [3112] = {.lex_state = 263, .external_lex_state = 4}, - [3113] = {.lex_state = 263, .external_lex_state = 4}, - [3114] = {.lex_state = 263, .external_lex_state = 4}, - [3115] = {.lex_state = 263, .external_lex_state = 4}, - [3116] = {.lex_state = 263, .external_lex_state = 4}, - [3117] = {.lex_state = 263, .external_lex_state = 4}, - [3118] = {.lex_state = 263, .external_lex_state = 4}, - [3119] = {.lex_state = 263, .external_lex_state = 4}, - [3120] = {.lex_state = 263, .external_lex_state = 4}, - [3121] = {.lex_state = 135, .external_lex_state = 4}, - [3122] = {.lex_state = 135, .external_lex_state = 4}, - [3123] = {.lex_state = 135, .external_lex_state = 4}, - [3124] = {.lex_state = 135, .external_lex_state = 4}, - [3125] = {.lex_state = 135, .external_lex_state = 4}, - [3126] = {.lex_state = 263, .external_lex_state = 4}, - [3127] = {.lex_state = 135, .external_lex_state = 4}, - [3128] = {.lex_state = 135, .external_lex_state = 4}, - [3129] = {.lex_state = 135, .external_lex_state = 4}, - [3130] = {.lex_state = 135, .external_lex_state = 4}, - [3131] = {.lex_state = 129, .external_lex_state = 5}, - [3132] = {.lex_state = 129, .external_lex_state = 5}, - [3133] = {.lex_state = 129, .external_lex_state = 5}, - [3134] = {.lex_state = 263, .external_lex_state = 4}, + [3065] = {.lex_state = 263, .external_lex_state = 5}, + [3066] = {.lex_state = 263, .external_lex_state = 5}, + [3067] = {.lex_state = 263, .external_lex_state = 5}, + [3068] = {.lex_state = 263, .external_lex_state = 5}, + [3069] = {.lex_state = 263, .external_lex_state = 5}, + [3070] = {.lex_state = 263, .external_lex_state = 5}, + [3071] = {.lex_state = 263, .external_lex_state = 5}, + [3072] = {.lex_state = 263, .external_lex_state = 5}, + [3073] = {.lex_state = 263, .external_lex_state = 5}, + [3074] = {.lex_state = 102, .external_lex_state = 5}, + [3075] = {.lex_state = 102, .external_lex_state = 5}, + [3076] = {.lex_state = 102, .external_lex_state = 5}, + [3077] = {.lex_state = 102, .external_lex_state = 5}, + [3078] = {.lex_state = 102, .external_lex_state = 5}, + [3079] = {.lex_state = 102, .external_lex_state = 5}, + [3080] = {.lex_state = 102, .external_lex_state = 5}, + [3081] = {.lex_state = 102, .external_lex_state = 5}, + [3082] = {.lex_state = 102, .external_lex_state = 5}, + [3083] = {.lex_state = 102, .external_lex_state = 5}, + [3084] = {.lex_state = 102, .external_lex_state = 5}, + [3085] = {.lex_state = 102, .external_lex_state = 5}, + [3086] = {.lex_state = 102, .external_lex_state = 5}, + [3087] = {.lex_state = 102, .external_lex_state = 5}, + [3088] = {.lex_state = 102, .external_lex_state = 5}, + [3089] = {.lex_state = 263, .external_lex_state = 5}, + [3090] = {.lex_state = 263, .external_lex_state = 5}, + [3091] = {.lex_state = 102, .external_lex_state = 5}, + [3092] = {.lex_state = 263, .external_lex_state = 5}, + [3093] = {.lex_state = 102, .external_lex_state = 5}, + [3094] = {.lex_state = 102, .external_lex_state = 5}, + [3095] = {.lex_state = 263, .external_lex_state = 5}, + [3096] = {.lex_state = 102, .external_lex_state = 5}, + [3097] = {.lex_state = 102, .external_lex_state = 5}, + [3098] = {.lex_state = 102, .external_lex_state = 5}, + [3099] = {.lex_state = 263, .external_lex_state = 5}, + [3100] = {.lex_state = 263, .external_lex_state = 5}, + [3101] = {.lex_state = 263, .external_lex_state = 5}, + [3102] = {.lex_state = 263, .external_lex_state = 5}, + [3103] = {.lex_state = 263, .external_lex_state = 5}, + [3104] = {.lex_state = 263, .external_lex_state = 5}, + [3105] = {.lex_state = 263, .external_lex_state = 5}, + [3106] = {.lex_state = 263, .external_lex_state = 5}, + [3107] = {.lex_state = 263, .external_lex_state = 5}, + [3108] = {.lex_state = 263, .external_lex_state = 5}, + [3109] = {.lex_state = 263, .external_lex_state = 5}, + [3110] = {.lex_state = 263, .external_lex_state = 5}, + [3111] = {.lex_state = 263, .external_lex_state = 5}, + [3112] = {.lex_state = 263, .external_lex_state = 5}, + [3113] = {.lex_state = 132, .external_lex_state = 5}, + [3114] = {.lex_state = 132, .external_lex_state = 5}, + [3115] = {.lex_state = 102, .external_lex_state = 5}, + [3116] = {.lex_state = 102, .external_lex_state = 5}, + [3117] = {.lex_state = 132, .external_lex_state = 5}, + [3118] = {.lex_state = 102, .external_lex_state = 5}, + [3119] = {.lex_state = 132, .external_lex_state = 5}, + [3120] = {.lex_state = 132, .external_lex_state = 5}, + [3121] = {.lex_state = 132, .external_lex_state = 5}, + [3122] = {.lex_state = 263, .external_lex_state = 5}, + [3123] = {.lex_state = 263, .external_lex_state = 5}, + [3124] = {.lex_state = 263, .external_lex_state = 5}, + [3125] = {.lex_state = 263, .external_lex_state = 5}, + [3126] = {.lex_state = 263, .external_lex_state = 5}, + [3127] = {.lex_state = 263, .external_lex_state = 4}, + [3128] = {.lex_state = 263, .external_lex_state = 4}, + [3129] = {.lex_state = 263, .external_lex_state = 4}, + [3130] = {.lex_state = 263, .external_lex_state = 4}, + [3131] = {.lex_state = 263, .external_lex_state = 5}, + [3132] = {.lex_state = 135, .external_lex_state = 4}, + [3133] = {.lex_state = 135, .external_lex_state = 4}, + [3134] = {.lex_state = 129, .external_lex_state = 5}, [3135] = {.lex_state = 129, .external_lex_state = 5}, - [3136] = {.lex_state = 102, .external_lex_state = 4}, - [3137] = {.lex_state = 102, .external_lex_state = 4}, - [3138] = {.lex_state = 263, .external_lex_state = 4}, - [3139] = {.lex_state = 263, .external_lex_state = 4}, + [3136] = {.lex_state = 129, .external_lex_state = 5}, + [3137] = {.lex_state = 132, .external_lex_state = 5}, + [3138] = {.lex_state = 132, .external_lex_state = 5}, + [3139] = {.lex_state = 132, .external_lex_state = 5}, [3140] = {.lex_state = 263, .external_lex_state = 4}, - [3141] = {.lex_state = 263, .external_lex_state = 4}, - [3142] = {.lex_state = 129, .external_lex_state = 5}, - [3143] = {.lex_state = 263, .external_lex_state = 5}, + [3141] = {.lex_state = 132, .external_lex_state = 5}, + [3142] = {.lex_state = 132, .external_lex_state = 5}, + [3143] = {.lex_state = 132, .external_lex_state = 5}, [3144] = {.lex_state = 263, .external_lex_state = 5}, [3145] = {.lex_state = 263, .external_lex_state = 5}, - [3146] = {.lex_state = 263, .external_lex_state = 5}, - [3147] = {.lex_state = 263, .external_lex_state = 5}, - [3148] = {.lex_state = 263, .external_lex_state = 5}, - [3149] = {.lex_state = 263, .external_lex_state = 5}, - [3150] = {.lex_state = 263, .external_lex_state = 5}, - [3151] = {.lex_state = 263, .external_lex_state = 5}, - [3152] = {.lex_state = 263, .external_lex_state = 4}, - [3153] = {.lex_state = 263, .external_lex_state = 4}, - [3154] = {.lex_state = 263, .external_lex_state = 5}, - [3155] = {.lex_state = 263, .external_lex_state = 5}, - [3156] = {.lex_state = 102, .external_lex_state = 4}, - [3157] = {.lex_state = 129, .external_lex_state = 5}, - [3158] = {.lex_state = 102, .external_lex_state = 5}, - [3159] = {.lex_state = 263, .external_lex_state = 4}, - [3160] = {.lex_state = 263, .external_lex_state = 4}, + [3146] = {.lex_state = 132, .external_lex_state = 5}, + [3147] = {.lex_state = 132, .external_lex_state = 5}, + [3148] = {.lex_state = 132, .external_lex_state = 5}, + [3149] = {.lex_state = 132, .external_lex_state = 5}, + [3150] = {.lex_state = 132, .external_lex_state = 5}, + [3151] = {.lex_state = 132, .external_lex_state = 5}, + [3152] = {.lex_state = 132, .external_lex_state = 5}, + [3153] = {.lex_state = 132, .external_lex_state = 5}, + [3154] = {.lex_state = 132, .external_lex_state = 5}, + [3155] = {.lex_state = 132, .external_lex_state = 5}, + [3156] = {.lex_state = 132, .external_lex_state = 5}, + [3157] = {.lex_state = 132, .external_lex_state = 5}, + [3158] = {.lex_state = 132, .external_lex_state = 5}, + [3159] = {.lex_state = 263, .external_lex_state = 5}, + [3160] = {.lex_state = 263, .external_lex_state = 5}, [3161] = {.lex_state = 263, .external_lex_state = 4}, - [3162] = {.lex_state = 135, .external_lex_state = 4}, - [3163] = {.lex_state = 102, .external_lex_state = 4}, - [3164] = {.lex_state = 263, .external_lex_state = 4}, + [3162] = {.lex_state = 263, .external_lex_state = 4}, + [3163] = {.lex_state = 129, .external_lex_state = 5}, + [3164] = {.lex_state = 129, .external_lex_state = 5}, [3165] = {.lex_state = 263, .external_lex_state = 4}, - [3166] = {.lex_state = 263, .external_lex_state = 4}, + [3166] = {.lex_state = 263, .external_lex_state = 5}, [3167] = {.lex_state = 263, .external_lex_state = 5}, - [3168] = {.lex_state = 263, .external_lex_state = 4}, - [3169] = {.lex_state = 263, .external_lex_state = 5}, - [3170] = {.lex_state = 135, .external_lex_state = 4}, - [3171] = {.lex_state = 135, .external_lex_state = 4}, - [3172] = {.lex_state = 263, .external_lex_state = 5}, - [3173] = {.lex_state = 263, .external_lex_state = 5}, - [3174] = {.lex_state = 263, .external_lex_state = 5}, - [3175] = {.lex_state = 263, .external_lex_state = 5}, - [3176] = {.lex_state = 263, .external_lex_state = 5}, - [3177] = {.lex_state = 129, .external_lex_state = 5}, + [3168] = {.lex_state = 263, .external_lex_state = 5}, + [3169] = {.lex_state = 129, .external_lex_state = 5}, + [3170] = {.lex_state = 129, .external_lex_state = 5}, + [3171] = {.lex_state = 102, .external_lex_state = 5}, + [3172] = {.lex_state = 102, .external_lex_state = 5}, + [3173] = {.lex_state = 129, .external_lex_state = 5}, + [3174] = {.lex_state = 129, .external_lex_state = 5}, + [3175] = {.lex_state = 263, .external_lex_state = 4}, + [3176] = {.lex_state = 263, .external_lex_state = 4}, + [3177] = {.lex_state = 263, .external_lex_state = 5}, [3178] = {.lex_state = 129, .external_lex_state = 5}, [3179] = {.lex_state = 263, .external_lex_state = 5}, - [3180] = {.lex_state = 263, .external_lex_state = 5}, - [3181] = {.lex_state = 263, .external_lex_state = 5}, - [3182] = {.lex_state = 263, .external_lex_state = 5}, - [3183] = {.lex_state = 129, .external_lex_state = 5}, + [3180] = {.lex_state = 129, .external_lex_state = 5}, + [3181] = {.lex_state = 129, .external_lex_state = 5}, + [3182] = {.lex_state = 129, .external_lex_state = 5}, + [3183] = {.lex_state = 263, .external_lex_state = 4}, [3184] = {.lex_state = 263, .external_lex_state = 5}, - [3185] = {.lex_state = 102, .external_lex_state = 5}, - [3186] = {.lex_state = 129, .external_lex_state = 5}, - [3187] = {.lex_state = 129, .external_lex_state = 5}, - [3188] = {.lex_state = 129, .external_lex_state = 5}, - [3189] = {.lex_state = 129, .external_lex_state = 5}, + [3185] = {.lex_state = 135, .external_lex_state = 4}, + [3186] = {.lex_state = 135, .external_lex_state = 4}, + [3187] = {.lex_state = 135, .external_lex_state = 4}, + [3188] = {.lex_state = 135, .external_lex_state = 4}, + [3189] = {.lex_state = 135, .external_lex_state = 4}, [3190] = {.lex_state = 135, .external_lex_state = 4}, [3191] = {.lex_state = 135, .external_lex_state = 4}, - [3192] = {.lex_state = 102, .external_lex_state = 4}, - [3193] = {.lex_state = 102, .external_lex_state = 4}, - [3194] = {.lex_state = 102, .external_lex_state = 4}, - [3195] = {.lex_state = 102, .external_lex_state = 4}, - [3196] = {.lex_state = 102, .external_lex_state = 4}, - [3197] = {.lex_state = 102, .external_lex_state = 4}, - [3198] = {.lex_state = 129, .external_lex_state = 5}, - [3199] = {.lex_state = 102, .external_lex_state = 4}, - [3200] = {.lex_state = 102, .external_lex_state = 4}, - [3201] = {.lex_state = 102, .external_lex_state = 4}, - [3202] = {.lex_state = 102, .external_lex_state = 4}, - [3203] = {.lex_state = 102, .external_lex_state = 4}, - [3204] = {.lex_state = 102, .external_lex_state = 4}, - [3205] = {.lex_state = 102, .external_lex_state = 4}, - [3206] = {.lex_state = 263, .external_lex_state = 5}, - [3207] = {.lex_state = 102, .external_lex_state = 4}, - [3208] = {.lex_state = 263, .external_lex_state = 5}, - [3209] = {.lex_state = 102, .external_lex_state = 4}, - [3210] = {.lex_state = 263, .external_lex_state = 5}, - [3211] = {.lex_state = 102, .external_lex_state = 4}, - [3212] = {.lex_state = 102, .external_lex_state = 4}, - [3213] = {.lex_state = 263, .external_lex_state = 5}, - [3214] = {.lex_state = 263, .external_lex_state = 5}, + [3192] = {.lex_state = 135, .external_lex_state = 4}, + [3193] = {.lex_state = 135, .external_lex_state = 4}, + [3194] = {.lex_state = 135, .external_lex_state = 4}, + [3195] = {.lex_state = 263, .external_lex_state = 4}, + [3196] = {.lex_state = 263, .external_lex_state = 4}, + [3197] = {.lex_state = 263, .external_lex_state = 4}, + [3198] = {.lex_state = 135, .external_lex_state = 4}, + [3199] = {.lex_state = 263, .external_lex_state = 4}, + [3200] = {.lex_state = 263, .external_lex_state = 4}, + [3201] = {.lex_state = 263, .external_lex_state = 4}, + [3202] = {.lex_state = 135, .external_lex_state = 4}, + [3203] = {.lex_state = 135, .external_lex_state = 4}, + [3204] = {.lex_state = 263, .external_lex_state = 5}, + [3205] = {.lex_state = 135, .external_lex_state = 4}, + [3206] = {.lex_state = 263, .external_lex_state = 4}, + [3207] = {.lex_state = 263, .external_lex_state = 4}, + [3208] = {.lex_state = 129, .external_lex_state = 5}, + [3209] = {.lex_state = 263, .external_lex_state = 4}, + [3210] = {.lex_state = 263, .external_lex_state = 4}, + [3211] = {.lex_state = 263, .external_lex_state = 5}, + [3212] = {.lex_state = 263, .external_lex_state = 4}, + [3213] = {.lex_state = 263, .external_lex_state = 4}, + [3214] = {.lex_state = 263, .external_lex_state = 4}, [3215] = {.lex_state = 263, .external_lex_state = 5}, - [3216] = {.lex_state = 263, .external_lex_state = 5}, - [3217] = {.lex_state = 102, .external_lex_state = 4}, - [3218] = {.lex_state = 102, .external_lex_state = 4}, - [3219] = {.lex_state = 102, .external_lex_state = 4}, - [3220] = {.lex_state = 129, .external_lex_state = 4}, - [3221] = {.lex_state = 129, .external_lex_state = 4}, - [3222] = {.lex_state = 129, .external_lex_state = 4}, - [3223] = {.lex_state = 263, .external_lex_state = 4}, - [3224] = {.lex_state = 129, .external_lex_state = 5}, - [3225] = {.lex_state = 129, .external_lex_state = 5}, - [3226] = {.lex_state = 129, .external_lex_state = 5}, - [3227] = {.lex_state = 129, .external_lex_state = 5}, - [3228] = {.lex_state = 129, .external_lex_state = 5}, - [3229] = {.lex_state = 129, .external_lex_state = 5}, - [3230] = {.lex_state = 129, .external_lex_state = 5}, - [3231] = {.lex_state = 129, .external_lex_state = 5}, - [3232] = {.lex_state = 129, .external_lex_state = 5}, - [3233] = {.lex_state = 129, .external_lex_state = 5}, + [3216] = {.lex_state = 135, .external_lex_state = 4}, + [3217] = {.lex_state = 135, .external_lex_state = 4}, + [3218] = {.lex_state = 102, .external_lex_state = 5}, + [3219] = {.lex_state = 102, .external_lex_state = 5}, + [3220] = {.lex_state = 263, .external_lex_state = 4}, + [3221] = {.lex_state = 263, .external_lex_state = 4}, + [3222] = {.lex_state = 263, .external_lex_state = 4}, + [3223] = {.lex_state = 135, .external_lex_state = 4}, + [3224] = {.lex_state = 135, .external_lex_state = 4}, + [3225] = {.lex_state = 135, .external_lex_state = 4}, + [3226] = {.lex_state = 135, .external_lex_state = 4}, + [3227] = {.lex_state = 135, .external_lex_state = 4}, + [3228] = {.lex_state = 135, .external_lex_state = 4}, + [3229] = {.lex_state = 135, .external_lex_state = 4}, + [3230] = {.lex_state = 135, .external_lex_state = 4}, + [3231] = {.lex_state = 135, .external_lex_state = 4}, + [3232] = {.lex_state = 135, .external_lex_state = 4}, + [3233] = {.lex_state = 263, .external_lex_state = 5}, [3234] = {.lex_state = 263, .external_lex_state = 5}, [3235] = {.lex_state = 263, .external_lex_state = 5}, [3236] = {.lex_state = 263, .external_lex_state = 5}, @@ -18928,2434 +18932,3740 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3239] = {.lex_state = 263, .external_lex_state = 5}, [3240] = {.lex_state = 263, .external_lex_state = 5}, [3241] = {.lex_state = 263, .external_lex_state = 5}, - [3242] = {.lex_state = 263, .external_lex_state = 5}, - [3243] = {.lex_state = 129, .external_lex_state = 5}, - [3244] = {.lex_state = 129, .external_lex_state = 5}, - [3245] = {.lex_state = 129, .external_lex_state = 5}, - [3246] = {.lex_state = 135, .external_lex_state = 4}, - [3247] = {.lex_state = 129, .external_lex_state = 5}, - [3248] = {.lex_state = 129, .external_lex_state = 5}, - [3249] = {.lex_state = 129, .external_lex_state = 5}, - [3250] = {.lex_state = 129, .external_lex_state = 5}, - [3251] = {.lex_state = 263, .external_lex_state = 5}, - [3252] = {.lex_state = 263, .external_lex_state = 4}, - [3253] = {.lex_state = 263, .external_lex_state = 4}, - [3254] = {.lex_state = 102, .external_lex_state = 4}, - [3255] = {.lex_state = 102, .external_lex_state = 4}, - [3256] = {.lex_state = 135, .external_lex_state = 4}, - [3257] = {.lex_state = 102, .external_lex_state = 4}, - [3258] = {.lex_state = 267, .external_lex_state = 4}, - [3259] = {.lex_state = 102, .external_lex_state = 4}, - [3260] = {.lex_state = 102, .external_lex_state = 4}, - [3261] = {.lex_state = 135, .external_lex_state = 4}, - [3262] = {.lex_state = 135, .external_lex_state = 4}, - [3263] = {.lex_state = 135, .external_lex_state = 4}, - [3264] = {.lex_state = 135, .external_lex_state = 4}, - [3265] = {.lex_state = 135, .external_lex_state = 4}, - [3266] = {.lex_state = 135, .external_lex_state = 4}, - [3267] = {.lex_state = 267, .external_lex_state = 4}, - [3268] = {.lex_state = 267, .external_lex_state = 4}, - [3269] = {.lex_state = 267, .external_lex_state = 4}, - [3270] = {.lex_state = 263, .external_lex_state = 4}, - [3271] = {.lex_state = 129, .external_lex_state = 5}, - [3272] = {.lex_state = 129, .external_lex_state = 5}, - [3273] = {.lex_state = 129, .external_lex_state = 5}, - [3274] = {.lex_state = 129, .external_lex_state = 5}, - [3275] = {.lex_state = 129, .external_lex_state = 5}, - [3276] = {.lex_state = 267, .external_lex_state = 4}, - [3277] = {.lex_state = 135, .external_lex_state = 4}, - [3278] = {.lex_state = 129, .external_lex_state = 5}, - [3279] = {.lex_state = 129, .external_lex_state = 5}, - [3280] = {.lex_state = 129, .external_lex_state = 5}, - [3281] = {.lex_state = 129, .external_lex_state = 5}, - [3282] = {.lex_state = 129, .external_lex_state = 5}, - [3283] = {.lex_state = 129, .external_lex_state = 5}, - [3284] = {.lex_state = 129, .external_lex_state = 5}, - [3285] = {.lex_state = 129, .external_lex_state = 5}, - [3286] = {.lex_state = 129, .external_lex_state = 5}, - [3287] = {.lex_state = 129, .external_lex_state = 5}, - [3288] = {.lex_state = 267, .external_lex_state = 4}, - [3289] = {.lex_state = 267, .external_lex_state = 4}, - [3290] = {.lex_state = 267, .external_lex_state = 4}, - [3291] = {.lex_state = 135, .external_lex_state = 4}, - [3292] = {.lex_state = 267, .external_lex_state = 4}, - [3293] = {.lex_state = 135, .external_lex_state = 4}, - [3294] = {.lex_state = 135, .external_lex_state = 4}, + [3242] = {.lex_state = 263, .external_lex_state = 4}, + [3243] = {.lex_state = 263, .external_lex_state = 4}, + [3244] = {.lex_state = 263, .external_lex_state = 4}, + [3245] = {.lex_state = 102, .external_lex_state = 5}, + [3246] = {.lex_state = 102, .external_lex_state = 5}, + [3247] = {.lex_state = 102, .external_lex_state = 5}, + [3248] = {.lex_state = 263, .external_lex_state = 4}, + [3249] = {.lex_state = 102, .external_lex_state = 5}, + [3250] = {.lex_state = 102, .external_lex_state = 5}, + [3251] = {.lex_state = 102, .external_lex_state = 5}, + [3252] = {.lex_state = 102, .external_lex_state = 5}, + [3253] = {.lex_state = 102, .external_lex_state = 5}, + [3254] = {.lex_state = 263, .external_lex_state = 4}, + [3255] = {.lex_state = 102, .external_lex_state = 5}, + [3256] = {.lex_state = 102, .external_lex_state = 5}, + [3257] = {.lex_state = 102, .external_lex_state = 5}, + [3258] = {.lex_state = 102, .external_lex_state = 5}, + [3259] = {.lex_state = 102, .external_lex_state = 5}, + [3260] = {.lex_state = 102, .external_lex_state = 5}, + [3261] = {.lex_state = 102, .external_lex_state = 5}, + [3262] = {.lex_state = 102, .external_lex_state = 5}, + [3263] = {.lex_state = 102, .external_lex_state = 5}, + [3264] = {.lex_state = 263, .external_lex_state = 5}, + [3265] = {.lex_state = 263, .external_lex_state = 5}, + [3266] = {.lex_state = 263, .external_lex_state = 5}, + [3267] = {.lex_state = 263, .external_lex_state = 5}, + [3268] = {.lex_state = 263, .external_lex_state = 5}, + [3269] = {.lex_state = 263, .external_lex_state = 5}, + [3270] = {.lex_state = 263, .external_lex_state = 5}, + [3271] = {.lex_state = 263, .external_lex_state = 5}, + [3272] = {.lex_state = 263, .external_lex_state = 5}, + [3273] = {.lex_state = 263, .external_lex_state = 5}, + [3274] = {.lex_state = 263, .external_lex_state = 5}, + [3275] = {.lex_state = 263, .external_lex_state = 5}, + [3276] = {.lex_state = 129, .external_lex_state = 5}, + [3277] = {.lex_state = 263, .external_lex_state = 4}, + [3278] = {.lex_state = 263, .external_lex_state = 4}, + [3279] = {.lex_state = 263, .external_lex_state = 4}, + [3280] = {.lex_state = 102, .external_lex_state = 4}, + [3281] = {.lex_state = 135, .external_lex_state = 4}, + [3282] = {.lex_state = 102, .external_lex_state = 5}, + [3283] = {.lex_state = 102, .external_lex_state = 5}, + [3284] = {.lex_state = 135, .external_lex_state = 4}, + [3285] = {.lex_state = 102, .external_lex_state = 4}, + [3286] = {.lex_state = 135, .external_lex_state = 4}, + [3287] = {.lex_state = 135, .external_lex_state = 4}, + [3288] = {.lex_state = 102, .external_lex_state = 4}, + [3289] = {.lex_state = 135, .external_lex_state = 4}, + [3290] = {.lex_state = 263, .external_lex_state = 4}, + [3291] = {.lex_state = 263, .external_lex_state = 4}, + [3292] = {.lex_state = 263, .external_lex_state = 4}, + [3293] = {.lex_state = 263, .external_lex_state = 4}, + [3294] = {.lex_state = 263, .external_lex_state = 4}, [3295] = {.lex_state = 263, .external_lex_state = 4}, - [3296] = {.lex_state = 135, .external_lex_state = 4}, - [3297] = {.lex_state = 135, .external_lex_state = 4}, - [3298] = {.lex_state = 135, .external_lex_state = 4}, + [3296] = {.lex_state = 263, .external_lex_state = 4}, + [3297] = {.lex_state = 263, .external_lex_state = 4}, + [3298] = {.lex_state = 263, .external_lex_state = 4}, [3299] = {.lex_state = 135, .external_lex_state = 4}, [3300] = {.lex_state = 135, .external_lex_state = 4}, [3301] = {.lex_state = 135, .external_lex_state = 4}, [3302] = {.lex_state = 135, .external_lex_state = 4}, - [3303] = {.lex_state = 135, .external_lex_state = 4}, - [3304] = {.lex_state = 267, .external_lex_state = 4}, - [3305] = {.lex_state = 267, .external_lex_state = 4}, - [3306] = {.lex_state = 267, .external_lex_state = 4}, - [3307] = {.lex_state = 267, .external_lex_state = 4}, - [3308] = {.lex_state = 267, .external_lex_state = 4}, - [3309] = {.lex_state = 267, .external_lex_state = 4}, - [3310] = {.lex_state = 267, .external_lex_state = 4}, - [3311] = {.lex_state = 267, .external_lex_state = 4}, - [3312] = {.lex_state = 267, .external_lex_state = 4}, - [3313] = {.lex_state = 267, .external_lex_state = 4}, - [3314] = {.lex_state = 267, .external_lex_state = 4}, - [3315] = {.lex_state = 267, .external_lex_state = 4}, - [3316] = {.lex_state = 267, .external_lex_state = 4}, - [3317] = {.lex_state = 267, .external_lex_state = 4}, - [3318] = {.lex_state = 267, .external_lex_state = 4}, - [3319] = {.lex_state = 267, .external_lex_state = 4}, + [3303] = {.lex_state = 263, .external_lex_state = 5}, + [3304] = {.lex_state = 263, .external_lex_state = 5}, + [3305] = {.lex_state = 263, .external_lex_state = 5}, + [3306] = {.lex_state = 263, .external_lex_state = 5}, + [3307] = {.lex_state = 263, .external_lex_state = 5}, + [3308] = {.lex_state = 263, .external_lex_state = 5}, + [3309] = {.lex_state = 263, .external_lex_state = 5}, + [3310] = {.lex_state = 263, .external_lex_state = 5}, + [3311] = {.lex_state = 263, .external_lex_state = 5}, + [3312] = {.lex_state = 263, .external_lex_state = 5}, + [3313] = {.lex_state = 135, .external_lex_state = 4}, + [3314] = {.lex_state = 135, .external_lex_state = 4}, + [3315] = {.lex_state = 263, .external_lex_state = 4}, + [3316] = {.lex_state = 263, .external_lex_state = 5}, + [3317] = {.lex_state = 263, .external_lex_state = 4}, + [3318] = {.lex_state = 263, .external_lex_state = 4}, + [3319] = {.lex_state = 135, .external_lex_state = 4}, [3320] = {.lex_state = 263, .external_lex_state = 4}, - [3321] = {.lex_state = 129, .external_lex_state = 5}, - [3322] = {.lex_state = 129, .external_lex_state = 5}, + [3321] = {.lex_state = 135, .external_lex_state = 4}, + [3322] = {.lex_state = 135, .external_lex_state = 4}, [3323] = {.lex_state = 263, .external_lex_state = 4}, - [3324] = {.lex_state = 129, .external_lex_state = 5}, - [3325] = {.lex_state = 129, .external_lex_state = 5}, - [3326] = {.lex_state = 129, .external_lex_state = 5}, - [3327] = {.lex_state = 129, .external_lex_state = 5}, - [3328] = {.lex_state = 129, .external_lex_state = 5}, - [3329] = {.lex_state = 129, .external_lex_state = 5}, - [3330] = {.lex_state = 129, .external_lex_state = 5}, - [3331] = {.lex_state = 129, .external_lex_state = 5}, - [3332] = {.lex_state = 129, .external_lex_state = 5}, - [3333] = {.lex_state = 129, .external_lex_state = 5}, - [3334] = {.lex_state = 129, .external_lex_state = 5}, - [3335] = {.lex_state = 129, .external_lex_state = 5}, - [3336] = {.lex_state = 129, .external_lex_state = 5}, - [3337] = {.lex_state = 129, .external_lex_state = 5}, - [3338] = {.lex_state = 267, .external_lex_state = 4}, - [3339] = {.lex_state = 267, .external_lex_state = 4}, - [3340] = {.lex_state = 267, .external_lex_state = 4}, - [3341] = {.lex_state = 267, .external_lex_state = 4}, - [3342] = {.lex_state = 267, .external_lex_state = 4}, - [3343] = {.lex_state = 267, .external_lex_state = 4}, - [3344] = {.lex_state = 267, .external_lex_state = 4}, - [3345] = {.lex_state = 267, .external_lex_state = 4}, - [3346] = {.lex_state = 267, .external_lex_state = 4}, - [3347] = {.lex_state = 267, .external_lex_state = 4}, - [3348] = {.lex_state = 267, .external_lex_state = 4}, - [3349] = {.lex_state = 267, .external_lex_state = 4}, - [3350] = {.lex_state = 267, .external_lex_state = 4}, - [3351] = {.lex_state = 267, .external_lex_state = 4}, - [3352] = {.lex_state = 267, .external_lex_state = 4}, - [3353] = {.lex_state = 135, .external_lex_state = 4}, - [3354] = {.lex_state = 129, .external_lex_state = 5}, - [3355] = {.lex_state = 263, .external_lex_state = 4}, - [3356] = {.lex_state = 129, .external_lex_state = 5}, - [3357] = {.lex_state = 102, .external_lex_state = 4}, - [3358] = {.lex_state = 135, .external_lex_state = 4}, - [3359] = {.lex_state = 135, .external_lex_state = 4}, - [3360] = {.lex_state = 135, .external_lex_state = 4}, - [3361] = {.lex_state = 129, .external_lex_state = 5}, - [3362] = {.lex_state = 129, .external_lex_state = 5}, - [3363] = {.lex_state = 135, .external_lex_state = 4}, - [3364] = {.lex_state = 135, .external_lex_state = 4}, - [3365] = {.lex_state = 129, .external_lex_state = 5}, - [3366] = {.lex_state = 129, .external_lex_state = 5}, - [3367] = {.lex_state = 138, .external_lex_state = 4}, - [3368] = {.lex_state = 138, .external_lex_state = 4}, - [3369] = {.lex_state = 267, .external_lex_state = 4}, - [3370] = {.lex_state = 267, .external_lex_state = 4}, - [3371] = {.lex_state = 102, .external_lex_state = 4}, - [3372] = {.lex_state = 267, .external_lex_state = 4}, - [3373] = {.lex_state = 267, .external_lex_state = 4}, - [3374] = {.lex_state = 267, .external_lex_state = 4}, - [3375] = {.lex_state = 267, .external_lex_state = 4}, - [3376] = {.lex_state = 267, .external_lex_state = 4}, - [3377] = {.lex_state = 267, .external_lex_state = 4}, - [3378] = {.lex_state = 102, .external_lex_state = 4}, - [3379] = {.lex_state = 267, .external_lex_state = 4}, - [3380] = {.lex_state = 102, .external_lex_state = 4}, - [3381] = {.lex_state = 267, .external_lex_state = 4}, - [3382] = {.lex_state = 267, .external_lex_state = 4}, - [3383] = {.lex_state = 267, .external_lex_state = 4}, - [3384] = {.lex_state = 267, .external_lex_state = 4}, - [3385] = {.lex_state = 267, .external_lex_state = 4}, - [3386] = {.lex_state = 267, .external_lex_state = 4}, - [3387] = {.lex_state = 267, .external_lex_state = 4}, - [3388] = {.lex_state = 267, .external_lex_state = 4}, - [3389] = {.lex_state = 267, .external_lex_state = 4}, - [3390] = {.lex_state = 129, .external_lex_state = 5}, - [3391] = {.lex_state = 267, .external_lex_state = 4}, - [3392] = {.lex_state = 267, .external_lex_state = 4}, - [3393] = {.lex_state = 129, .external_lex_state = 5}, + [3324] = {.lex_state = 263, .external_lex_state = 4}, + [3325] = {.lex_state = 263, .external_lex_state = 4}, + [3326] = {.lex_state = 135, .external_lex_state = 4}, + [3327] = {.lex_state = 263, .external_lex_state = 4}, + [3328] = {.lex_state = 263, .external_lex_state = 5}, + [3329] = {.lex_state = 263, .external_lex_state = 4}, + [3330] = {.lex_state = 263, .external_lex_state = 4}, + [3331] = {.lex_state = 263, .external_lex_state = 4}, + [3332] = {.lex_state = 263, .external_lex_state = 4}, + [3333] = {.lex_state = 135, .external_lex_state = 4}, + [3334] = {.lex_state = 263, .external_lex_state = 5}, + [3335] = {.lex_state = 135, .external_lex_state = 4}, + [3336] = {.lex_state = 135, .external_lex_state = 4}, + [3337] = {.lex_state = 263, .external_lex_state = 5}, + [3338] = {.lex_state = 263, .external_lex_state = 5}, + [3339] = {.lex_state = 263, .external_lex_state = 5}, + [3340] = {.lex_state = 132, .external_lex_state = 5}, + [3341] = {.lex_state = 132, .external_lex_state = 5}, + [3342] = {.lex_state = 135, .external_lex_state = 4}, + [3343] = {.lex_state = 132, .external_lex_state = 5}, + [3344] = {.lex_state = 102, .external_lex_state = 4}, + [3345] = {.lex_state = 132, .external_lex_state = 5}, + [3346] = {.lex_state = 102, .external_lex_state = 5}, + [3347] = {.lex_state = 129, .external_lex_state = 5}, + [3348] = {.lex_state = 129, .external_lex_state = 5}, + [3349] = {.lex_state = 102, .external_lex_state = 4}, + [3350] = {.lex_state = 263, .external_lex_state = 5}, + [3351] = {.lex_state = 263, .external_lex_state = 5}, + [3352] = {.lex_state = 132, .external_lex_state = 5}, + [3353] = {.lex_state = 263, .external_lex_state = 4}, + [3354] = {.lex_state = 263, .external_lex_state = 4}, + [3355] = {.lex_state = 263, .external_lex_state = 5}, + [3356] = {.lex_state = 263, .external_lex_state = 5}, + [3357] = {.lex_state = 263, .external_lex_state = 5}, + [3358] = {.lex_state = 263, .external_lex_state = 5}, + [3359] = {.lex_state = 263, .external_lex_state = 5}, + [3360] = {.lex_state = 263, .external_lex_state = 5}, + [3361] = {.lex_state = 263, .external_lex_state = 5}, + [3362] = {.lex_state = 263, .external_lex_state = 5}, + [3363] = {.lex_state = 263, .external_lex_state = 5}, + [3364] = {.lex_state = 102, .external_lex_state = 5}, + [3365] = {.lex_state = 132, .external_lex_state = 5}, + [3366] = {.lex_state = 263, .external_lex_state = 5}, + [3367] = {.lex_state = 263, .external_lex_state = 5}, + [3368] = {.lex_state = 135, .external_lex_state = 4}, + [3369] = {.lex_state = 135, .external_lex_state = 4}, + [3370] = {.lex_state = 263, .external_lex_state = 5}, + [3371] = {.lex_state = 263, .external_lex_state = 4}, + [3372] = {.lex_state = 263, .external_lex_state = 4}, + [3373] = {.lex_state = 263, .external_lex_state = 4}, + [3374] = {.lex_state = 135, .external_lex_state = 4}, + [3375] = {.lex_state = 135, .external_lex_state = 4}, + [3376] = {.lex_state = 263, .external_lex_state = 4}, + [3377] = {.lex_state = 263, .external_lex_state = 4}, + [3378] = {.lex_state = 135, .external_lex_state = 4}, + [3379] = {.lex_state = 135, .external_lex_state = 4}, + [3380] = {.lex_state = 263, .external_lex_state = 4}, + [3381] = {.lex_state = 263, .external_lex_state = 4}, + [3382] = {.lex_state = 263, .external_lex_state = 4}, + [3383] = {.lex_state = 135, .external_lex_state = 4}, + [3384] = {.lex_state = 135, .external_lex_state = 4}, + [3385] = {.lex_state = 135, .external_lex_state = 4}, + [3386] = {.lex_state = 135, .external_lex_state = 4}, + [3387] = {.lex_state = 263, .external_lex_state = 5}, + [3388] = {.lex_state = 263, .external_lex_state = 5}, + [3389] = {.lex_state = 263, .external_lex_state = 4}, + [3390] = {.lex_state = 263, .external_lex_state = 5}, + [3391] = {.lex_state = 263, .external_lex_state = 5}, + [3392] = {.lex_state = 263, .external_lex_state = 4}, + [3393] = {.lex_state = 263, .external_lex_state = 4}, [3394] = {.lex_state = 263, .external_lex_state = 4}, - [3395] = {.lex_state = 138, .external_lex_state = 4}, - [3396] = {.lex_state = 102, .external_lex_state = 4}, - [3397] = {.lex_state = 102, .external_lex_state = 4}, - [3398] = {.lex_state = 129, .external_lex_state = 5}, - [3399] = {.lex_state = 129, .external_lex_state = 5}, - [3400] = {.lex_state = 263, .external_lex_state = 4}, - [3401] = {.lex_state = 263, .external_lex_state = 4}, - [3402] = {.lex_state = 129, .external_lex_state = 5}, + [3395] = {.lex_state = 263, .external_lex_state = 4}, + [3396] = {.lex_state = 263, .external_lex_state = 5}, + [3397] = {.lex_state = 263, .external_lex_state = 5}, + [3398] = {.lex_state = 263, .external_lex_state = 5}, + [3399] = {.lex_state = 263, .external_lex_state = 5}, + [3400] = {.lex_state = 263, .external_lex_state = 5}, + [3401] = {.lex_state = 129, .external_lex_state = 5}, + [3402] = {.lex_state = 135, .external_lex_state = 4}, [3403] = {.lex_state = 135, .external_lex_state = 4}, [3404] = {.lex_state = 135, .external_lex_state = 4}, - [3405] = {.lex_state = 135, .external_lex_state = 4}, + [3405] = {.lex_state = 263, .external_lex_state = 5}, [3406] = {.lex_state = 135, .external_lex_state = 4}, [3407] = {.lex_state = 135, .external_lex_state = 4}, [3408] = {.lex_state = 135, .external_lex_state = 4}, - [3409] = {.lex_state = 138, .external_lex_state = 4}, - [3410] = {.lex_state = 138, .external_lex_state = 4}, - [3411] = {.lex_state = 138, .external_lex_state = 4}, - [3412] = {.lex_state = 138, .external_lex_state = 4}, - [3413] = {.lex_state = 129, .external_lex_state = 5}, - [3414] = {.lex_state = 129, .external_lex_state = 5}, - [3415] = {.lex_state = 135, .external_lex_state = 4}, - [3416] = {.lex_state = 138, .external_lex_state = 4}, - [3417] = {.lex_state = 267, .external_lex_state = 4}, - [3418] = {.lex_state = 263, .external_lex_state = 4}, - [3419] = {.lex_state = 135, .external_lex_state = 4}, - [3420] = {.lex_state = 135, .external_lex_state = 4}, - [3421] = {.lex_state = 135, .external_lex_state = 4}, + [3409] = {.lex_state = 135, .external_lex_state = 4}, + [3410] = {.lex_state = 135, .external_lex_state = 4}, + [3411] = {.lex_state = 135, .external_lex_state = 4}, + [3412] = {.lex_state = 129, .external_lex_state = 5}, + [3413] = {.lex_state = 135, .external_lex_state = 4}, + [3414] = {.lex_state = 263, .external_lex_state = 5}, + [3415] = {.lex_state = 263, .external_lex_state = 5}, + [3416] = {.lex_state = 135, .external_lex_state = 4}, + [3417] = {.lex_state = 135, .external_lex_state = 4}, + [3418] = {.lex_state = 263, .external_lex_state = 5}, + [3419] = {.lex_state = 263, .external_lex_state = 5}, + [3420] = {.lex_state = 263, .external_lex_state = 5}, + [3421] = {.lex_state = 102, .external_lex_state = 4}, [3422] = {.lex_state = 135, .external_lex_state = 4}, [3423] = {.lex_state = 135, .external_lex_state = 4}, - [3424] = {.lex_state = 135, .external_lex_state = 4}, - [3425] = {.lex_state = 129, .external_lex_state = 5}, - [3426] = {.lex_state = 135, .external_lex_state = 4}, - [3427] = {.lex_state = 129, .external_lex_state = 5}, - [3428] = {.lex_state = 102, .external_lex_state = 4}, - [3429] = {.lex_state = 135, .external_lex_state = 4}, - [3430] = {.lex_state = 129, .external_lex_state = 5}, - [3431] = {.lex_state = 129, .external_lex_state = 5}, - [3432] = {.lex_state = 129, .external_lex_state = 5}, - [3433] = {.lex_state = 129, .external_lex_state = 5}, - [3434] = {.lex_state = 129, .external_lex_state = 5}, - [3435] = {.lex_state = 129, .external_lex_state = 5}, - [3436] = {.lex_state = 129, .external_lex_state = 5}, - [3437] = {.lex_state = 129, .external_lex_state = 5}, - [3438] = {.lex_state = 102, .external_lex_state = 4}, - [3439] = {.lex_state = 129, .external_lex_state = 5}, - [3440] = {.lex_state = 129, .external_lex_state = 5}, - [3441] = {.lex_state = 129, .external_lex_state = 5}, - [3442] = {.lex_state = 129, .external_lex_state = 5}, - [3443] = {.lex_state = 129, .external_lex_state = 5}, - [3444] = {.lex_state = 129, .external_lex_state = 5}, - [3445] = {.lex_state = 129, .external_lex_state = 5}, - [3446] = {.lex_state = 129, .external_lex_state = 5}, - [3447] = {.lex_state = 129, .external_lex_state = 5}, - [3448] = {.lex_state = 129, .external_lex_state = 5}, - [3449] = {.lex_state = 129, .external_lex_state = 5}, - [3450] = {.lex_state = 129, .external_lex_state = 5}, - [3451] = {.lex_state = 129, .external_lex_state = 5}, - [3452] = {.lex_state = 129, .external_lex_state = 5}, - [3453] = {.lex_state = 129, .external_lex_state = 5}, - [3454] = {.lex_state = 129, .external_lex_state = 5}, - [3455] = {.lex_state = 129, .external_lex_state = 5}, - [3456] = {.lex_state = 129, .external_lex_state = 5}, - [3457] = {.lex_state = 129, .external_lex_state = 5}, - [3458] = {.lex_state = 129, .external_lex_state = 5}, - [3459] = {.lex_state = 129, .external_lex_state = 5}, - [3460] = {.lex_state = 129, .external_lex_state = 5}, - [3461] = {.lex_state = 102, .external_lex_state = 4}, + [3424] = {.lex_state = 263, .external_lex_state = 5}, + [3425] = {.lex_state = 263, .external_lex_state = 5}, + [3426] = {.lex_state = 129, .external_lex_state = 5}, + [3427] = {.lex_state = 263, .external_lex_state = 5}, + [3428] = {.lex_state = 263, .external_lex_state = 5}, + [3429] = {.lex_state = 263, .external_lex_state = 5}, + [3430] = {.lex_state = 263, .external_lex_state = 5}, + [3431] = {.lex_state = 263, .external_lex_state = 5}, + [3432] = {.lex_state = 263, .external_lex_state = 5}, + [3433] = {.lex_state = 263, .external_lex_state = 5}, + [3434] = {.lex_state = 263, .external_lex_state = 5}, + [3435] = {.lex_state = 263, .external_lex_state = 5}, + [3436] = {.lex_state = 263, .external_lex_state = 5}, + [3437] = {.lex_state = 263, .external_lex_state = 5}, + [3438] = {.lex_state = 263, .external_lex_state = 4}, + [3439] = {.lex_state = 263, .external_lex_state = 4}, + [3440] = {.lex_state = 263, .external_lex_state = 5}, + [3441] = {.lex_state = 263, .external_lex_state = 5}, + [3442] = {.lex_state = 263, .external_lex_state = 5}, + [3443] = {.lex_state = 263, .external_lex_state = 5}, + [3444] = {.lex_state = 135, .external_lex_state = 4}, + [3445] = {.lex_state = 263, .external_lex_state = 5}, + [3446] = {.lex_state = 263, .external_lex_state = 5}, + [3447] = {.lex_state = 263, .external_lex_state = 5}, + [3448] = {.lex_state = 102, .external_lex_state = 5}, + [3449] = {.lex_state = 135, .external_lex_state = 4}, + [3450] = {.lex_state = 135, .external_lex_state = 4}, + [3451] = {.lex_state = 135, .external_lex_state = 4}, + [3452] = {.lex_state = 135, .external_lex_state = 4}, + [3453] = {.lex_state = 135, .external_lex_state = 4}, + [3454] = {.lex_state = 102, .external_lex_state = 5}, + [3455] = {.lex_state = 263, .external_lex_state = 4}, + [3456] = {.lex_state = 263, .external_lex_state = 5}, + [3457] = {.lex_state = 263, .external_lex_state = 5}, + [3458] = {.lex_state = 263, .external_lex_state = 5}, + [3459] = {.lex_state = 102, .external_lex_state = 5}, + [3460] = {.lex_state = 263, .external_lex_state = 5}, + [3461] = {.lex_state = 129, .external_lex_state = 5}, [3462] = {.lex_state = 263, .external_lex_state = 4}, [3463] = {.lex_state = 129, .external_lex_state = 5}, - [3464] = {.lex_state = 129, .external_lex_state = 5}, - [3465] = {.lex_state = 102, .external_lex_state = 4}, - [3466] = {.lex_state = 129, .external_lex_state = 5}, - [3467] = {.lex_state = 267, .external_lex_state = 4}, + [3464] = {.lex_state = 263, .external_lex_state = 5}, + [3465] = {.lex_state = 263, .external_lex_state = 5}, + [3466] = {.lex_state = 263, .external_lex_state = 5}, + [3467] = {.lex_state = 263, .external_lex_state = 5}, [3468] = {.lex_state = 129, .external_lex_state = 5}, - [3469] = {.lex_state = 129, .external_lex_state = 5}, - [3470] = {.lex_state = 129, .external_lex_state = 5}, - [3471] = {.lex_state = 129, .external_lex_state = 5}, - [3472] = {.lex_state = 102, .external_lex_state = 4}, - [3473] = {.lex_state = 129, .external_lex_state = 5}, - [3474] = {.lex_state = 129, .external_lex_state = 5}, - [3475] = {.lex_state = 263, .external_lex_state = 4}, - [3476] = {.lex_state = 129, .external_lex_state = 5}, - [3477] = {.lex_state = 263, .external_lex_state = 4}, - [3478] = {.lex_state = 263, .external_lex_state = 4}, - [3479] = {.lex_state = 102, .external_lex_state = 4}, - [3480] = {.lex_state = 263, .external_lex_state = 4}, + [3469] = {.lex_state = 263, .external_lex_state = 5}, + [3470] = {.lex_state = 263, .external_lex_state = 5}, + [3471] = {.lex_state = 263, .external_lex_state = 4}, + [3472] = {.lex_state = 263, .external_lex_state = 5}, + [3473] = {.lex_state = 263, .external_lex_state = 5}, + [3474] = {.lex_state = 263, .external_lex_state = 5}, + [3475] = {.lex_state = 263, .external_lex_state = 5}, + [3476] = {.lex_state = 263, .external_lex_state = 5}, + [3477] = {.lex_state = 263, .external_lex_state = 5}, + [3478] = {.lex_state = 263, .external_lex_state = 5}, + [3479] = {.lex_state = 263, .external_lex_state = 5}, + [3480] = {.lex_state = 263, .external_lex_state = 5}, [3481] = {.lex_state = 263, .external_lex_state = 4}, - [3482] = {.lex_state = 263, .external_lex_state = 4}, - [3483] = {.lex_state = 135, .external_lex_state = 4}, - [3484] = {.lex_state = 135, .external_lex_state = 4}, - [3485] = {.lex_state = 267, .external_lex_state = 4}, - [3486] = {.lex_state = 267, .external_lex_state = 4}, - [3487] = {.lex_state = 263, .external_lex_state = 4}, - [3488] = {.lex_state = 267, .external_lex_state = 4}, - [3489] = {.lex_state = 267, .external_lex_state = 4}, - [3490] = {.lex_state = 267, .external_lex_state = 4}, - [3491] = {.lex_state = 267, .external_lex_state = 4}, - [3492] = {.lex_state = 267, .external_lex_state = 4}, - [3493] = {.lex_state = 267, .external_lex_state = 4}, - [3494] = {.lex_state = 263, .external_lex_state = 4}, - [3495] = {.lex_state = 267, .external_lex_state = 4}, - [3496] = {.lex_state = 267, .external_lex_state = 4}, - [3497] = {.lex_state = 267, .external_lex_state = 4}, - [3498] = {.lex_state = 263, .external_lex_state = 4}, - [3499] = {.lex_state = 267, .external_lex_state = 4}, - [3500] = {.lex_state = 267, .external_lex_state = 4}, - [3501] = {.lex_state = 267, .external_lex_state = 4}, - [3502] = {.lex_state = 267, .external_lex_state = 4}, - [3503] = {.lex_state = 267, .external_lex_state = 4}, + [3482] = {.lex_state = 102, .external_lex_state = 5}, + [3483] = {.lex_state = 129, .external_lex_state = 5}, + [3484] = {.lex_state = 129, .external_lex_state = 5}, + [3485] = {.lex_state = 263, .external_lex_state = 4}, + [3486] = {.lex_state = 263, .external_lex_state = 4}, + [3487] = {.lex_state = 263, .external_lex_state = 5}, + [3488] = {.lex_state = 263, .external_lex_state = 5}, + [3489] = {.lex_state = 263, .external_lex_state = 4}, + [3490] = {.lex_state = 263, .external_lex_state = 4}, + [3491] = {.lex_state = 263, .external_lex_state = 5}, + [3492] = {.lex_state = 263, .external_lex_state = 5}, + [3493] = {.lex_state = 263, .external_lex_state = 5}, + [3494] = {.lex_state = 263, .external_lex_state = 5}, + [3495] = {.lex_state = 263, .external_lex_state = 5}, + [3496] = {.lex_state = 263, .external_lex_state = 5}, + [3497] = {.lex_state = 263, .external_lex_state = 5}, + [3498] = {.lex_state = 267, .external_lex_state = 4}, + [3499] = {.lex_state = 263, .external_lex_state = 5}, + [3500] = {.lex_state = 263, .external_lex_state = 4}, + [3501] = {.lex_state = 135, .external_lex_state = 4}, + [3502] = {.lex_state = 263, .external_lex_state = 4}, + [3503] = {.lex_state = 263, .external_lex_state = 4}, [3504] = {.lex_state = 263, .external_lex_state = 4}, - [3505] = {.lex_state = 135, .external_lex_state = 4}, - [3506] = {.lex_state = 135, .external_lex_state = 4}, + [3505] = {.lex_state = 263, .external_lex_state = 4}, + [3506] = {.lex_state = 263, .external_lex_state = 4}, [3507] = {.lex_state = 263, .external_lex_state = 4}, [3508] = {.lex_state = 263, .external_lex_state = 4}, - [3509] = {.lex_state = 138, .external_lex_state = 4}, - [3510] = {.lex_state = 138, .external_lex_state = 4}, - [3511] = {.lex_state = 138, .external_lex_state = 4}, + [3509] = {.lex_state = 263, .external_lex_state = 4}, + [3510] = {.lex_state = 263, .external_lex_state = 4}, + [3511] = {.lex_state = 263, .external_lex_state = 4}, [3512] = {.lex_state = 263, .external_lex_state = 4}, - [3513] = {.lex_state = 138, .external_lex_state = 4}, - [3514] = {.lex_state = 267, .external_lex_state = 4}, - [3515] = {.lex_state = 138, .external_lex_state = 4}, + [3513] = {.lex_state = 263, .external_lex_state = 4}, + [3514] = {.lex_state = 263, .external_lex_state = 4}, + [3515] = {.lex_state = 263, .external_lex_state = 4}, [3516] = {.lex_state = 267, .external_lex_state = 4}, - [3517] = {.lex_state = 267, .external_lex_state = 4}, - [3518] = {.lex_state = 267, .external_lex_state = 4}, - [3519] = {.lex_state = 267, .external_lex_state = 4}, - [3520] = {.lex_state = 138, .external_lex_state = 4}, - [3521] = {.lex_state = 267, .external_lex_state = 4}, - [3522] = {.lex_state = 267, .external_lex_state = 4}, - [3523] = {.lex_state = 267, .external_lex_state = 4}, + [3517] = {.lex_state = 263, .external_lex_state = 4}, + [3518] = {.lex_state = 263, .external_lex_state = 4}, + [3519] = {.lex_state = 263, .external_lex_state = 4}, + [3520] = {.lex_state = 263, .external_lex_state = 4}, + [3521] = {.lex_state = 135, .external_lex_state = 4}, + [3522] = {.lex_state = 102, .external_lex_state = 4}, + [3523] = {.lex_state = 135, .external_lex_state = 4}, [3524] = {.lex_state = 138, .external_lex_state = 4}, - [3525] = {.lex_state = 267, .external_lex_state = 4}, - [3526] = {.lex_state = 267, .external_lex_state = 4}, - [3527] = {.lex_state = 267, .external_lex_state = 4}, + [3525] = {.lex_state = 135, .external_lex_state = 4}, + [3526] = {.lex_state = 102, .external_lex_state = 4}, + [3527] = {.lex_state = 102, .external_lex_state = 4}, [3528] = {.lex_state = 267, .external_lex_state = 4}, - [3529] = {.lex_state = 263, .external_lex_state = 4}, - [3530] = {.lex_state = 267, .external_lex_state = 4}, + [3529] = {.lex_state = 267, .external_lex_state = 4}, + [3530] = {.lex_state = 135, .external_lex_state = 4}, [3531] = {.lex_state = 267, .external_lex_state = 4}, [3532] = {.lex_state = 267, .external_lex_state = 4}, - [3533] = {.lex_state = 135, .external_lex_state = 4}, - [3534] = {.lex_state = 267, .external_lex_state = 4}, - [3535] = {.lex_state = 263, .external_lex_state = 4}, + [3533] = {.lex_state = 138, .external_lex_state = 4}, + [3534] = {.lex_state = 138, .external_lex_state = 4}, + [3535] = {.lex_state = 138, .external_lex_state = 4}, [3536] = {.lex_state = 138, .external_lex_state = 4}, [3537] = {.lex_state = 138, .external_lex_state = 4}, [3538] = {.lex_state = 138, .external_lex_state = 4}, [3539] = {.lex_state = 138, .external_lex_state = 4}, [3540] = {.lex_state = 138, .external_lex_state = 4}, - [3541] = {.lex_state = 263, .external_lex_state = 4}, + [3541] = {.lex_state = 138, .external_lex_state = 4}, [3542] = {.lex_state = 138, .external_lex_state = 4}, [3543] = {.lex_state = 138, .external_lex_state = 4}, [3544] = {.lex_state = 138, .external_lex_state = 4}, - [3545] = {.lex_state = 263, .external_lex_state = 4}, + [3545] = {.lex_state = 138, .external_lex_state = 4}, [3546] = {.lex_state = 138, .external_lex_state = 4}, - [3547] = {.lex_state = 129, .external_lex_state = 5}, + [3547] = {.lex_state = 138, .external_lex_state = 4}, [3548] = {.lex_state = 138, .external_lex_state = 4}, [3549] = {.lex_state = 138, .external_lex_state = 4}, [3550] = {.lex_state = 138, .external_lex_state = 4}, [3551] = {.lex_state = 138, .external_lex_state = 4}, [3552] = {.lex_state = 138, .external_lex_state = 4}, - [3553] = {.lex_state = 267, .external_lex_state = 4}, - [3554] = {.lex_state = 267, .external_lex_state = 4}, - [3555] = {.lex_state = 267, .external_lex_state = 4}, - [3556] = {.lex_state = 267, .external_lex_state = 4}, - [3557] = {.lex_state = 267, .external_lex_state = 4}, - [3558] = {.lex_state = 267, .external_lex_state = 4}, - [3559] = {.lex_state = 267, .external_lex_state = 4}, - [3560] = {.lex_state = 267, .external_lex_state = 4}, - [3561] = {.lex_state = 267, .external_lex_state = 4}, - [3562] = {.lex_state = 267, .external_lex_state = 4}, - [3563] = {.lex_state = 267, .external_lex_state = 4}, - [3564] = {.lex_state = 267, .external_lex_state = 4}, + [3553] = {.lex_state = 138, .external_lex_state = 4}, + [3554] = {.lex_state = 138, .external_lex_state = 4}, + [3555] = {.lex_state = 129, .external_lex_state = 5}, + [3556] = {.lex_state = 138, .external_lex_state = 4}, + [3557] = {.lex_state = 138, .external_lex_state = 4}, + [3558] = {.lex_state = 138, .external_lex_state = 4}, + [3559] = {.lex_state = 138, .external_lex_state = 4}, + [3560] = {.lex_state = 138, .external_lex_state = 4}, + [3561] = {.lex_state = 138, .external_lex_state = 4}, + [3562] = {.lex_state = 138, .external_lex_state = 4}, + [3563] = {.lex_state = 138, .external_lex_state = 4}, + [3564] = {.lex_state = 138, .external_lex_state = 4}, [3565] = {.lex_state = 267, .external_lex_state = 4}, - [3566] = {.lex_state = 267, .external_lex_state = 4}, - [3567] = {.lex_state = 267, .external_lex_state = 4}, - [3568] = {.lex_state = 267, .external_lex_state = 4}, - [3569] = {.lex_state = 267, .external_lex_state = 4}, - [3570] = {.lex_state = 267, .external_lex_state = 4}, - [3571] = {.lex_state = 267, .external_lex_state = 4}, - [3572] = {.lex_state = 267, .external_lex_state = 4}, + [3566] = {.lex_state = 138, .external_lex_state = 4}, + [3567] = {.lex_state = 138, .external_lex_state = 4}, + [3568] = {.lex_state = 138, .external_lex_state = 4}, + [3569] = {.lex_state = 138, .external_lex_state = 4}, + [3570] = {.lex_state = 138, .external_lex_state = 4}, + [3571] = {.lex_state = 138, .external_lex_state = 4}, + [3572] = {.lex_state = 138, .external_lex_state = 4}, [3573] = {.lex_state = 138, .external_lex_state = 4}, [3574] = {.lex_state = 138, .external_lex_state = 4}, [3575] = {.lex_state = 138, .external_lex_state = 4}, [3576] = {.lex_state = 138, .external_lex_state = 4}, [3577] = {.lex_state = 138, .external_lex_state = 4}, [3578] = {.lex_state = 138, .external_lex_state = 4}, - [3579] = {.lex_state = 263, .external_lex_state = 5}, - [3580] = {.lex_state = 263, .external_lex_state = 5}, + [3579] = {.lex_state = 138, .external_lex_state = 4}, + [3580] = {.lex_state = 138, .external_lex_state = 4}, [3581] = {.lex_state = 138, .external_lex_state = 4}, - [3582] = {.lex_state = 138, .external_lex_state = 4}, - [3583] = {.lex_state = 263, .external_lex_state = 4}, - [3584] = {.lex_state = 138, .external_lex_state = 4}, - [3585] = {.lex_state = 138, .external_lex_state = 4}, - [3586] = {.lex_state = 102, .external_lex_state = 4}, - [3587] = {.lex_state = 138, .external_lex_state = 4}, - [3588] = {.lex_state = 263, .external_lex_state = 4}, - [3589] = {.lex_state = 263, .external_lex_state = 5}, - [3590] = {.lex_state = 263, .external_lex_state = 4}, - [3591] = {.lex_state = 263, .external_lex_state = 4}, - [3592] = {.lex_state = 263, .external_lex_state = 4}, - [3593] = {.lex_state = 263, .external_lex_state = 4}, - [3594] = {.lex_state = 263, .external_lex_state = 4}, - [3595] = {.lex_state = 263, .external_lex_state = 4}, + [3582] = {.lex_state = 129, .external_lex_state = 5}, + [3583] = {.lex_state = 129, .external_lex_state = 5}, + [3584] = {.lex_state = 135, .external_lex_state = 4}, + [3585] = {.lex_state = 135, .external_lex_state = 4}, + [3586] = {.lex_state = 135, .external_lex_state = 4}, + [3587] = {.lex_state = 135, .external_lex_state = 4}, + [3588] = {.lex_state = 267, .external_lex_state = 4}, + [3589] = {.lex_state = 135, .external_lex_state = 4}, + [3590] = {.lex_state = 135, .external_lex_state = 4}, + [3591] = {.lex_state = 135, .external_lex_state = 4}, + [3592] = {.lex_state = 135, .external_lex_state = 4}, + [3593] = {.lex_state = 267, .external_lex_state = 4}, + [3594] = {.lex_state = 267, .external_lex_state = 4}, + [3595] = {.lex_state = 135, .external_lex_state = 4}, [3596] = {.lex_state = 263, .external_lex_state = 4}, - [3597] = {.lex_state = 263, .external_lex_state = 4}, - [3598] = {.lex_state = 102, .external_lex_state = 4}, + [3597] = {.lex_state = 135, .external_lex_state = 4}, + [3598] = {.lex_state = 263, .external_lex_state = 4}, [3599] = {.lex_state = 135, .external_lex_state = 4}, - [3600] = {.lex_state = 135, .external_lex_state = 4}, - [3601] = {.lex_state = 263, .external_lex_state = 4}, - [3602] = {.lex_state = 135, .external_lex_state = 4}, + [3600] = {.lex_state = 267, .external_lex_state = 4}, + [3601] = {.lex_state = 135, .external_lex_state = 4}, + [3602] = {.lex_state = 263, .external_lex_state = 4}, [3603] = {.lex_state = 135, .external_lex_state = 4}, - [3604] = {.lex_state = 135, .external_lex_state = 4}, - [3605] = {.lex_state = 135, .external_lex_state = 4}, - [3606] = {.lex_state = 135, .external_lex_state = 4}, - [3607] = {.lex_state = 135, .external_lex_state = 4}, - [3608] = {.lex_state = 135, .external_lex_state = 4}, - [3609] = {.lex_state = 135, .external_lex_state = 4}, - [3610] = {.lex_state = 135, .external_lex_state = 4}, - [3611] = {.lex_state = 263, .external_lex_state = 4}, - [3612] = {.lex_state = 263, .external_lex_state = 4}, - [3613] = {.lex_state = 263, .external_lex_state = 4}, - [3614] = {.lex_state = 263, .external_lex_state = 4}, - [3615] = {.lex_state = 263, .external_lex_state = 4}, - [3616] = {.lex_state = 267, .external_lex_state = 4}, - [3617] = {.lex_state = 267, .external_lex_state = 4}, - [3618] = {.lex_state = 267, .external_lex_state = 4}, + [3604] = {.lex_state = 138, .external_lex_state = 4}, + [3605] = {.lex_state = 138, .external_lex_state = 4}, + [3606] = {.lex_state = 138, .external_lex_state = 4}, + [3607] = {.lex_state = 138, .external_lex_state = 4}, + [3608] = {.lex_state = 138, .external_lex_state = 4}, + [3609] = {.lex_state = 138, .external_lex_state = 4}, + [3610] = {.lex_state = 138, .external_lex_state = 4}, + [3611] = {.lex_state = 138, .external_lex_state = 4}, + [3612] = {.lex_state = 138, .external_lex_state = 4}, + [3613] = {.lex_state = 138, .external_lex_state = 4}, + [3614] = {.lex_state = 138, .external_lex_state = 4}, + [3615] = {.lex_state = 138, .external_lex_state = 4}, + [3616] = {.lex_state = 138, .external_lex_state = 4}, + [3617] = {.lex_state = 138, .external_lex_state = 4}, + [3618] = {.lex_state = 138, .external_lex_state = 4}, [3619] = {.lex_state = 138, .external_lex_state = 4}, [3620] = {.lex_state = 138, .external_lex_state = 4}, [3621] = {.lex_state = 138, .external_lex_state = 4}, [3622] = {.lex_state = 138, .external_lex_state = 4}, [3623] = {.lex_state = 138, .external_lex_state = 4}, - [3624] = {.lex_state = 263, .external_lex_state = 4}, - [3625] = {.lex_state = 263, .external_lex_state = 4}, - [3626] = {.lex_state = 263, .external_lex_state = 4}, - [3627] = {.lex_state = 138, .external_lex_state = 4}, - [3628] = {.lex_state = 138, .external_lex_state = 4}, - [3629] = {.lex_state = 138, .external_lex_state = 4}, - [3630] = {.lex_state = 138, .external_lex_state = 4}, - [3631] = {.lex_state = 138, .external_lex_state = 4}, - [3632] = {.lex_state = 138, .external_lex_state = 4}, - [3633] = {.lex_state = 138, .external_lex_state = 4}, - [3634] = {.lex_state = 138, .external_lex_state = 4}, - [3635] = {.lex_state = 138, .external_lex_state = 4}, - [3636] = {.lex_state = 138, .external_lex_state = 4}, - [3637] = {.lex_state = 138, .external_lex_state = 4}, - [3638] = {.lex_state = 138, .external_lex_state = 4}, - [3639] = {.lex_state = 138, .external_lex_state = 4}, - [3640] = {.lex_state = 138, .external_lex_state = 4}, - [3641] = {.lex_state = 138, .external_lex_state = 4}, - [3642] = {.lex_state = 102, .external_lex_state = 4}, + [3624] = {.lex_state = 129, .external_lex_state = 5}, + [3625] = {.lex_state = 135, .external_lex_state = 4}, + [3626] = {.lex_state = 102, .external_lex_state = 4}, + [3627] = {.lex_state = 263, .external_lex_state = 4}, + [3628] = {.lex_state = 263, .external_lex_state = 4}, + [3629] = {.lex_state = 129, .external_lex_state = 4}, + [3630] = {.lex_state = 263, .external_lex_state = 4}, + [3631] = {.lex_state = 135, .external_lex_state = 4}, + [3632] = {.lex_state = 129, .external_lex_state = 4}, + [3633] = {.lex_state = 129, .external_lex_state = 4}, + [3634] = {.lex_state = 135, .external_lex_state = 4}, + [3635] = {.lex_state = 263, .external_lex_state = 4}, + [3636] = {.lex_state = 263, .external_lex_state = 4}, + [3637] = {.lex_state = 102, .external_lex_state = 4}, + [3638] = {.lex_state = 102, .external_lex_state = 4}, + [3639] = {.lex_state = 263, .external_lex_state = 4}, + [3640] = {.lex_state = 135, .external_lex_state = 4}, + [3641] = {.lex_state = 135, .external_lex_state = 4}, + [3642] = {.lex_state = 135, .external_lex_state = 4}, [3643] = {.lex_state = 102, .external_lex_state = 4}, - [3644] = {.lex_state = 102, .external_lex_state = 4}, - [3645] = {.lex_state = 267, .external_lex_state = 4}, - [3646] = {.lex_state = 129, .external_lex_state = 5}, - [3647] = {.lex_state = 129, .external_lex_state = 5}, - [3648] = {.lex_state = 102, .external_lex_state = 4}, - [3649] = {.lex_state = 267, .external_lex_state = 4}, - [3650] = {.lex_state = 129, .external_lex_state = 5}, - [3651] = {.lex_state = 129, .external_lex_state = 5}, - [3652] = {.lex_state = 102, .external_lex_state = 4}, - [3653] = {.lex_state = 267, .external_lex_state = 4}, - [3654] = {.lex_state = 135, .external_lex_state = 4}, - [3655] = {.lex_state = 135, .external_lex_state = 4}, + [3644] = {.lex_state = 135, .external_lex_state = 4}, + [3645] = {.lex_state = 129, .external_lex_state = 5}, + [3646] = {.lex_state = 135, .external_lex_state = 4}, + [3647] = {.lex_state = 102, .external_lex_state = 4}, + [3648] = {.lex_state = 129, .external_lex_state = 5}, + [3649] = {.lex_state = 129, .external_lex_state = 5}, + [3650] = {.lex_state = 267, .external_lex_state = 4}, + [3651] = {.lex_state = 267, .external_lex_state = 4}, + [3652] = {.lex_state = 263, .external_lex_state = 5}, + [3653] = {.lex_state = 263, .external_lex_state = 5}, + [3654] = {.lex_state = 267, .external_lex_state = 4}, + [3655] = {.lex_state = 102, .external_lex_state = 4}, [3656] = {.lex_state = 135, .external_lex_state = 4}, - [3657] = {.lex_state = 102, .external_lex_state = 4}, - [3658] = {.lex_state = 141, .external_lex_state = 4}, - [3659] = {.lex_state = 263, .external_lex_state = 4}, - [3660] = {.lex_state = 263, .external_lex_state = 4}, - [3661] = {.lex_state = 263, .external_lex_state = 4}, - [3662] = {.lex_state = 141, .external_lex_state = 4}, - [3663] = {.lex_state = 141, .external_lex_state = 4}, - [3664] = {.lex_state = 141, .external_lex_state = 4}, - [3665] = {.lex_state = 141, .external_lex_state = 4}, - [3666] = {.lex_state = 263, .external_lex_state = 4}, + [3657] = {.lex_state = 129, .external_lex_state = 5}, + [3658] = {.lex_state = 135, .external_lex_state = 4}, + [3659] = {.lex_state = 129, .external_lex_state = 5}, + [3660] = {.lex_state = 129, .external_lex_state = 5}, + [3661] = {.lex_state = 129, .external_lex_state = 5}, + [3662] = {.lex_state = 129, .external_lex_state = 5}, + [3663] = {.lex_state = 129, .external_lex_state = 5}, + [3664] = {.lex_state = 129, .external_lex_state = 5}, + [3665] = {.lex_state = 129, .external_lex_state = 5}, + [3666] = {.lex_state = 129, .external_lex_state = 5}, [3667] = {.lex_state = 102, .external_lex_state = 4}, - [3668] = {.lex_state = 263, .external_lex_state = 4}, - [3669] = {.lex_state = 129, .external_lex_state = 4}, - [3670] = {.lex_state = 129, .external_lex_state = 4}, - [3671] = {.lex_state = 263, .external_lex_state = 4}, - [3672] = {.lex_state = 263, .external_lex_state = 4}, - [3673] = {.lex_state = 263, .external_lex_state = 4}, - [3674] = {.lex_state = 263, .external_lex_state = 4}, - [3675] = {.lex_state = 263, .external_lex_state = 4}, - [3676] = {.lex_state = 263, .external_lex_state = 4}, - [3677] = {.lex_state = 263, .external_lex_state = 4}, - [3678] = {.lex_state = 263, .external_lex_state = 4}, - [3679] = {.lex_state = 263, .external_lex_state = 4}, - [3680] = {.lex_state = 263, .external_lex_state = 4}, - [3681] = {.lex_state = 263, .external_lex_state = 4}, - [3682] = {.lex_state = 263, .external_lex_state = 4}, - [3683] = {.lex_state = 263, .external_lex_state = 4}, - [3684] = {.lex_state = 263, .external_lex_state = 4}, - [3685] = {.lex_state = 263, .external_lex_state = 4}, - [3686] = {.lex_state = 263, .external_lex_state = 4}, - [3687] = {.lex_state = 263, .external_lex_state = 4}, - [3688] = {.lex_state = 263, .external_lex_state = 4}, - [3689] = {.lex_state = 129, .external_lex_state = 4}, - [3690] = {.lex_state = 263, .external_lex_state = 4}, - [3691] = {.lex_state = 141, .external_lex_state = 4}, - [3692] = {.lex_state = 141, .external_lex_state = 4}, - [3693] = {.lex_state = 263, .external_lex_state = 4}, - [3694] = {.lex_state = 263, .external_lex_state = 4}, - [3695] = {.lex_state = 141, .external_lex_state = 4}, - [3696] = {.lex_state = 141, .external_lex_state = 4}, - [3697] = {.lex_state = 129, .external_lex_state = 4}, - [3698] = {.lex_state = 129, .external_lex_state = 4}, - [3699] = {.lex_state = 263, .external_lex_state = 4}, - [3700] = {.lex_state = 102, .external_lex_state = 4}, - [3701] = {.lex_state = 263, .external_lex_state = 4}, - [3702] = {.lex_state = 263, .external_lex_state = 4}, - [3703] = {.lex_state = 263, .external_lex_state = 4}, - [3704] = {.lex_state = 263, .external_lex_state = 4}, - [3705] = {.lex_state = 263, .external_lex_state = 4}, - [3706] = {.lex_state = 263, .external_lex_state = 4}, - [3707] = {.lex_state = 263, .external_lex_state = 4}, - [3708] = {.lex_state = 263, .external_lex_state = 4}, - [3709] = {.lex_state = 263, .external_lex_state = 4}, - [3710] = {.lex_state = 263, .external_lex_state = 4}, - [3711] = {.lex_state = 263, .external_lex_state = 4}, - [3712] = {.lex_state = 263, .external_lex_state = 4}, - [3713] = {.lex_state = 263, .external_lex_state = 4}, - [3714] = {.lex_state = 263, .external_lex_state = 4}, - [3715] = {.lex_state = 263, .external_lex_state = 4}, - [3716] = {.lex_state = 263, .external_lex_state = 4}, - [3717] = {.lex_state = 263, .external_lex_state = 4}, - [3718] = {.lex_state = 263, .external_lex_state = 4}, - [3719] = {.lex_state = 263, .external_lex_state = 4}, - [3720] = {.lex_state = 263, .external_lex_state = 4}, - [3721] = {.lex_state = 263, .external_lex_state = 4}, - [3722] = {.lex_state = 263, .external_lex_state = 4}, - [3723] = {.lex_state = 263, .external_lex_state = 4}, - [3724] = {.lex_state = 263, .external_lex_state = 4}, - [3725] = {.lex_state = 102, .external_lex_state = 4}, - [3726] = {.lex_state = 129, .external_lex_state = 4}, - [3727] = {.lex_state = 263, .external_lex_state = 4}, - [3728] = {.lex_state = 102, .external_lex_state = 4}, - [3729] = {.lex_state = 102, .external_lex_state = 4}, - [3730] = {.lex_state = 102, .external_lex_state = 4}, - [3731] = {.lex_state = 102, .external_lex_state = 4}, - [3732] = {.lex_state = 102, .external_lex_state = 4}, - [3733] = {.lex_state = 102, .external_lex_state = 4}, - [3734] = {.lex_state = 102, .external_lex_state = 4}, - [3735] = {.lex_state = 102, .external_lex_state = 4}, - [3736] = {.lex_state = 102, .external_lex_state = 4}, - [3737] = {.lex_state = 102, .external_lex_state = 4}, - [3738] = {.lex_state = 102, .external_lex_state = 4}, - [3739] = {.lex_state = 102, .external_lex_state = 4}, - [3740] = {.lex_state = 102, .external_lex_state = 4}, - [3741] = {.lex_state = 102, .external_lex_state = 4}, - [3742] = {.lex_state = 102, .external_lex_state = 4}, - [3743] = {.lex_state = 102, .external_lex_state = 4}, - [3744] = {.lex_state = 102, .external_lex_state = 4}, - [3745] = {.lex_state = 102, .external_lex_state = 4}, - [3746] = {.lex_state = 102, .external_lex_state = 4}, - [3747] = {.lex_state = 102, .external_lex_state = 4}, - [3748] = {.lex_state = 102, .external_lex_state = 4}, - [3749] = {.lex_state = 102, .external_lex_state = 4}, - [3750] = {.lex_state = 102, .external_lex_state = 4}, - [3751] = {.lex_state = 102, .external_lex_state = 4}, - [3752] = {.lex_state = 102, .external_lex_state = 4}, - [3753] = {.lex_state = 102, .external_lex_state = 4}, - [3754] = {.lex_state = 102, .external_lex_state = 4}, - [3755] = {.lex_state = 102, .external_lex_state = 4}, - [3756] = {.lex_state = 102, .external_lex_state = 4}, - [3757] = {.lex_state = 102, .external_lex_state = 4}, - [3758] = {.lex_state = 102, .external_lex_state = 4}, - [3759] = {.lex_state = 102, .external_lex_state = 4}, - [3760] = {.lex_state = 102, .external_lex_state = 4}, - [3761] = {.lex_state = 102, .external_lex_state = 4}, - [3762] = {.lex_state = 263, .external_lex_state = 4}, - [3763] = {.lex_state = 102, .external_lex_state = 4}, - [3764] = {.lex_state = 102, .external_lex_state = 4}, - [3765] = {.lex_state = 102, .external_lex_state = 4}, - [3766] = {.lex_state = 102, .external_lex_state = 4}, - [3767] = {.lex_state = 102, .external_lex_state = 4}, - [3768] = {.lex_state = 102, .external_lex_state = 4}, - [3769] = {.lex_state = 102, .external_lex_state = 4}, - [3770] = {.lex_state = 102, .external_lex_state = 4}, - [3771] = {.lex_state = 102, .external_lex_state = 4}, - [3772] = {.lex_state = 102, .external_lex_state = 4}, - [3773] = {.lex_state = 102, .external_lex_state = 4}, - [3774] = {.lex_state = 102, .external_lex_state = 4}, - [3775] = {.lex_state = 102, .external_lex_state = 4}, - [3776] = {.lex_state = 102, .external_lex_state = 4}, - [3777] = {.lex_state = 102, .external_lex_state = 4}, - [3778] = {.lex_state = 102, .external_lex_state = 4}, - [3779] = {.lex_state = 102, .external_lex_state = 4}, - [3780] = {.lex_state = 102, .external_lex_state = 4}, - [3781] = {.lex_state = 102, .external_lex_state = 4}, - [3782] = {.lex_state = 102, .external_lex_state = 4}, - [3783] = {.lex_state = 102, .external_lex_state = 4}, - [3784] = {.lex_state = 102, .external_lex_state = 4}, - [3785] = {.lex_state = 102, .external_lex_state = 4}, - [3786] = {.lex_state = 102, .external_lex_state = 4}, - [3787] = {.lex_state = 102, .external_lex_state = 4}, - [3788] = {.lex_state = 102, .external_lex_state = 4}, - [3789] = {.lex_state = 102, .external_lex_state = 4}, - [3790] = {.lex_state = 102, .external_lex_state = 4}, - [3791] = {.lex_state = 102, .external_lex_state = 4}, - [3792] = {.lex_state = 102, .external_lex_state = 4}, - [3793] = {.lex_state = 102, .external_lex_state = 4}, - [3794] = {.lex_state = 102, .external_lex_state = 4}, - [3795] = {.lex_state = 102, .external_lex_state = 4}, - [3796] = {.lex_state = 102, .external_lex_state = 4}, - [3797] = {.lex_state = 102, .external_lex_state = 4}, - [3798] = {.lex_state = 102, .external_lex_state = 4}, + [3668] = {.lex_state = 129, .external_lex_state = 5}, + [3669] = {.lex_state = 129, .external_lex_state = 5}, + [3670] = {.lex_state = 129, .external_lex_state = 5}, + [3671] = {.lex_state = 129, .external_lex_state = 5}, + [3672] = {.lex_state = 129, .external_lex_state = 5}, + [3673] = {.lex_state = 129, .external_lex_state = 5}, + [3674] = {.lex_state = 129, .external_lex_state = 5}, + [3675] = {.lex_state = 129, .external_lex_state = 5}, + [3676] = {.lex_state = 129, .external_lex_state = 5}, + [3677] = {.lex_state = 129, .external_lex_state = 5}, + [3678] = {.lex_state = 129, .external_lex_state = 5}, + [3679] = {.lex_state = 129, .external_lex_state = 5}, + [3680] = {.lex_state = 129, .external_lex_state = 5}, + [3681] = {.lex_state = 129, .external_lex_state = 5}, + [3682] = {.lex_state = 129, .external_lex_state = 5}, + [3683] = {.lex_state = 129, .external_lex_state = 5}, + [3684] = {.lex_state = 129, .external_lex_state = 5}, + [3685] = {.lex_state = 129, .external_lex_state = 5}, + [3686] = {.lex_state = 129, .external_lex_state = 5}, + [3687] = {.lex_state = 129, .external_lex_state = 5}, + [3688] = {.lex_state = 129, .external_lex_state = 5}, + [3689] = {.lex_state = 129, .external_lex_state = 5}, + [3690] = {.lex_state = 129, .external_lex_state = 5}, + [3691] = {.lex_state = 129, .external_lex_state = 5}, + [3692] = {.lex_state = 129, .external_lex_state = 5}, + [3693] = {.lex_state = 129, .external_lex_state = 5}, + [3694] = {.lex_state = 267, .external_lex_state = 4}, + [3695] = {.lex_state = 267, .external_lex_state = 4}, + [3696] = {.lex_state = 267, .external_lex_state = 4}, + [3697] = {.lex_state = 102, .external_lex_state = 4}, + [3698] = {.lex_state = 267, .external_lex_state = 4}, + [3699] = {.lex_state = 129, .external_lex_state = 5}, + [3700] = {.lex_state = 129, .external_lex_state = 5}, + [3701] = {.lex_state = 129, .external_lex_state = 5}, + [3702] = {.lex_state = 129, .external_lex_state = 5}, + [3703] = {.lex_state = 129, .external_lex_state = 5}, + [3704] = {.lex_state = 129, .external_lex_state = 5}, + [3705] = {.lex_state = 102, .external_lex_state = 4}, + [3706] = {.lex_state = 129, .external_lex_state = 5}, + [3707] = {.lex_state = 129, .external_lex_state = 5}, + [3708] = {.lex_state = 129, .external_lex_state = 5}, + [3709] = {.lex_state = 129, .external_lex_state = 5}, + [3710] = {.lex_state = 129, .external_lex_state = 5}, + [3711] = {.lex_state = 129, .external_lex_state = 5}, + [3712] = {.lex_state = 129, .external_lex_state = 5}, + [3713] = {.lex_state = 129, .external_lex_state = 5}, + [3714] = {.lex_state = 129, .external_lex_state = 5}, + [3715] = {.lex_state = 129, .external_lex_state = 5}, + [3716] = {.lex_state = 129, .external_lex_state = 5}, + [3717] = {.lex_state = 129, .external_lex_state = 5}, + [3718] = {.lex_state = 129, .external_lex_state = 5}, + [3719] = {.lex_state = 129, .external_lex_state = 5}, + [3720] = {.lex_state = 129, .external_lex_state = 5}, + [3721] = {.lex_state = 129, .external_lex_state = 5}, + [3722] = {.lex_state = 129, .external_lex_state = 5}, + [3723] = {.lex_state = 129, .external_lex_state = 5}, + [3724] = {.lex_state = 129, .external_lex_state = 5}, + [3725] = {.lex_state = 129, .external_lex_state = 5}, + [3726] = {.lex_state = 129, .external_lex_state = 5}, + [3727] = {.lex_state = 129, .external_lex_state = 5}, + [3728] = {.lex_state = 129, .external_lex_state = 5}, + [3729] = {.lex_state = 129, .external_lex_state = 5}, + [3730] = {.lex_state = 129, .external_lex_state = 5}, + [3731] = {.lex_state = 129, .external_lex_state = 5}, + [3732] = {.lex_state = 129, .external_lex_state = 5}, + [3733] = {.lex_state = 129, .external_lex_state = 5}, + [3734] = {.lex_state = 267, .external_lex_state = 4}, + [3735] = {.lex_state = 267, .external_lex_state = 4}, + [3736] = {.lex_state = 267, .external_lex_state = 4}, + [3737] = {.lex_state = 267, .external_lex_state = 4}, + [3738] = {.lex_state = 129, .external_lex_state = 5}, + [3739] = {.lex_state = 129, .external_lex_state = 5}, + [3740] = {.lex_state = 129, .external_lex_state = 5}, + [3741] = {.lex_state = 129, .external_lex_state = 5}, + [3742] = {.lex_state = 129, .external_lex_state = 5}, + [3743] = {.lex_state = 129, .external_lex_state = 5}, + [3744] = {.lex_state = 129, .external_lex_state = 5}, + [3745] = {.lex_state = 135, .external_lex_state = 4}, + [3746] = {.lex_state = 267, .external_lex_state = 4}, + [3747] = {.lex_state = 135, .external_lex_state = 4}, + [3748] = {.lex_state = 263, .external_lex_state = 4}, + [3749] = {.lex_state = 135, .external_lex_state = 4}, + [3750] = {.lex_state = 263, .external_lex_state = 5}, + [3751] = {.lex_state = 263, .external_lex_state = 4}, + [3752] = {.lex_state = 263, .external_lex_state = 4}, + [3753] = {.lex_state = 263, .external_lex_state = 4}, + [3754] = {.lex_state = 267, .external_lex_state = 4}, + [3755] = {.lex_state = 267, .external_lex_state = 4}, + [3756] = {.lex_state = 129, .external_lex_state = 5}, + [3757] = {.lex_state = 129, .external_lex_state = 5}, + [3758] = {.lex_state = 129, .external_lex_state = 5}, + [3759] = {.lex_state = 129, .external_lex_state = 5}, + [3760] = {.lex_state = 267, .external_lex_state = 4}, + [3761] = {.lex_state = 267, .external_lex_state = 4}, + [3762] = {.lex_state = 129, .external_lex_state = 5}, + [3763] = {.lex_state = 129, .external_lex_state = 5}, + [3764] = {.lex_state = 129, .external_lex_state = 5}, + [3765] = {.lex_state = 129, .external_lex_state = 5}, + [3766] = {.lex_state = 267, .external_lex_state = 4}, + [3767] = {.lex_state = 267, .external_lex_state = 4}, + [3768] = {.lex_state = 267, .external_lex_state = 4}, + [3769] = {.lex_state = 267, .external_lex_state = 4}, + [3770] = {.lex_state = 263, .external_lex_state = 4}, + [3771] = {.lex_state = 263, .external_lex_state = 4}, + [3772] = {.lex_state = 129, .external_lex_state = 5}, + [3773] = {.lex_state = 267, .external_lex_state = 4}, + [3774] = {.lex_state = 129, .external_lex_state = 5}, + [3775] = {.lex_state = 267, .external_lex_state = 4}, + [3776] = {.lex_state = 263, .external_lex_state = 4}, + [3777] = {.lex_state = 263, .external_lex_state = 5}, + [3778] = {.lex_state = 129, .external_lex_state = 5}, + [3779] = {.lex_state = 263, .external_lex_state = 5}, + [3780] = {.lex_state = 129, .external_lex_state = 5}, + [3781] = {.lex_state = 129, .external_lex_state = 5}, + [3782] = {.lex_state = 135, .external_lex_state = 4}, + [3783] = {.lex_state = 135, .external_lex_state = 4}, + [3784] = {.lex_state = 129, .external_lex_state = 5}, + [3785] = {.lex_state = 129, .external_lex_state = 5}, + [3786] = {.lex_state = 129, .external_lex_state = 5}, + [3787] = {.lex_state = 129, .external_lex_state = 5}, + [3788] = {.lex_state = 129, .external_lex_state = 5}, + [3789] = {.lex_state = 129, .external_lex_state = 5}, + [3790] = {.lex_state = 129, .external_lex_state = 5}, + [3791] = {.lex_state = 267, .external_lex_state = 4}, + [3792] = {.lex_state = 135, .external_lex_state = 4}, + [3793] = {.lex_state = 135, .external_lex_state = 4}, + [3794] = {.lex_state = 135, .external_lex_state = 4}, + [3795] = {.lex_state = 129, .external_lex_state = 5}, + [3796] = {.lex_state = 129, .external_lex_state = 5}, + [3797] = {.lex_state = 129, .external_lex_state = 5}, + [3798] = {.lex_state = 135, .external_lex_state = 4}, [3799] = {.lex_state = 102, .external_lex_state = 4}, - [3800] = {.lex_state = 102, .external_lex_state = 4}, - [3801] = {.lex_state = 102, .external_lex_state = 4}, - [3802] = {.lex_state = 102, .external_lex_state = 4}, - [3803] = {.lex_state = 102, .external_lex_state = 4}, - [3804] = {.lex_state = 102, .external_lex_state = 4}, - [3805] = {.lex_state = 102, .external_lex_state = 4}, - [3806] = {.lex_state = 102, .external_lex_state = 4}, - [3807] = {.lex_state = 263, .external_lex_state = 4}, - [3808] = {.lex_state = 263, .external_lex_state = 4}, - [3809] = {.lex_state = 102, .external_lex_state = 4}, - [3810] = {.lex_state = 263, .external_lex_state = 4}, + [3800] = {.lex_state = 135, .external_lex_state = 4}, + [3801] = {.lex_state = 135, .external_lex_state = 4}, + [3802] = {.lex_state = 135, .external_lex_state = 4}, + [3803] = {.lex_state = 135, .external_lex_state = 4}, + [3804] = {.lex_state = 267, .external_lex_state = 4}, + [3805] = {.lex_state = 135, .external_lex_state = 4}, + [3806] = {.lex_state = 135, .external_lex_state = 4}, + [3807] = {.lex_state = 135, .external_lex_state = 4}, + [3808] = {.lex_state = 102, .external_lex_state = 4}, + [3809] = {.lex_state = 267, .external_lex_state = 4}, + [3810] = {.lex_state = 263, .external_lex_state = 5}, [3811] = {.lex_state = 263, .external_lex_state = 4}, - [3812] = {.lex_state = 263, .external_lex_state = 4}, + [3812] = {.lex_state = 267, .external_lex_state = 4}, [3813] = {.lex_state = 263, .external_lex_state = 4}, - [3814] = {.lex_state = 102, .external_lex_state = 4}, - [3815] = {.lex_state = 102, .external_lex_state = 4}, - [3816] = {.lex_state = 102, .external_lex_state = 4}, - [3817] = {.lex_state = 263, .external_lex_state = 4}, - [3818] = {.lex_state = 102, .external_lex_state = 4}, - [3819] = {.lex_state = 102, .external_lex_state = 4}, - [3820] = {.lex_state = 102, .external_lex_state = 4}, - [3821] = {.lex_state = 102, .external_lex_state = 4}, - [3822] = {.lex_state = 263, .external_lex_state = 4}, - [3823] = {.lex_state = 263, .external_lex_state = 4}, - [3824] = {.lex_state = 263, .external_lex_state = 4}, - [3825] = {.lex_state = 263, .external_lex_state = 4}, - [3826] = {.lex_state = 263, .external_lex_state = 4}, - [3827] = {.lex_state = 263, .external_lex_state = 4}, - [3828] = {.lex_state = 129, .external_lex_state = 4}, - [3829] = {.lex_state = 263, .external_lex_state = 4}, - [3830] = {.lex_state = 129, .external_lex_state = 4}, - [3831] = {.lex_state = 102, .external_lex_state = 4}, + [3814] = {.lex_state = 135, .external_lex_state = 4}, + [3815] = {.lex_state = 267, .external_lex_state = 4}, + [3816] = {.lex_state = 135, .external_lex_state = 4}, + [3817] = {.lex_state = 135, .external_lex_state = 4}, + [3818] = {.lex_state = 267, .external_lex_state = 4}, + [3819] = {.lex_state = 135, .external_lex_state = 4}, + [3820] = {.lex_state = 138, .external_lex_state = 4}, + [3821] = {.lex_state = 138, .external_lex_state = 4}, + [3822] = {.lex_state = 102, .external_lex_state = 4}, + [3823] = {.lex_state = 135, .external_lex_state = 4}, + [3824] = {.lex_state = 135, .external_lex_state = 4}, + [3825] = {.lex_state = 138, .external_lex_state = 4}, + [3826] = {.lex_state = 135, .external_lex_state = 4}, + [3827] = {.lex_state = 138, .external_lex_state = 4}, + [3828] = {.lex_state = 263, .external_lex_state = 4}, + [3829] = {.lex_state = 135, .external_lex_state = 4}, + [3830] = {.lex_state = 135, .external_lex_state = 4}, + [3831] = {.lex_state = 267, .external_lex_state = 4}, [3832] = {.lex_state = 263, .external_lex_state = 4}, - [3833] = {.lex_state = 102, .external_lex_state = 4}, - [3834] = {.lex_state = 263, .external_lex_state = 4}, - [3835] = {.lex_state = 102, .external_lex_state = 4}, - [3836] = {.lex_state = 102, .external_lex_state = 4}, - [3837] = {.lex_state = 102, .external_lex_state = 4}, - [3838] = {.lex_state = 263, .external_lex_state = 4}, - [3839] = {.lex_state = 102, .external_lex_state = 4}, - [3840] = {.lex_state = 263, .external_lex_state = 4}, - [3841] = {.lex_state = 102, .external_lex_state = 4}, - [3842] = {.lex_state = 102, .external_lex_state = 4}, - [3843] = {.lex_state = 102, .external_lex_state = 4}, - [3844] = {.lex_state = 102, .external_lex_state = 4}, - [3845] = {.lex_state = 263, .external_lex_state = 4}, - [3846] = {.lex_state = 102, .external_lex_state = 4}, - [3847] = {.lex_state = 263, .external_lex_state = 4}, - [3848] = {.lex_state = 263, .external_lex_state = 4}, - [3849] = {.lex_state = 263, .external_lex_state = 4}, - [3850] = {.lex_state = 263, .external_lex_state = 4}, + [3833] = {.lex_state = 135, .external_lex_state = 4}, + [3834] = {.lex_state = 138, .external_lex_state = 4}, + [3835] = {.lex_state = 138, .external_lex_state = 4}, + [3836] = {.lex_state = 263, .external_lex_state = 4}, + [3837] = {.lex_state = 135, .external_lex_state = 4}, + [3838] = {.lex_state = 135, .external_lex_state = 4}, + [3839] = {.lex_state = 135, .external_lex_state = 4}, + [3840] = {.lex_state = 135, .external_lex_state = 4}, + [3841] = {.lex_state = 135, .external_lex_state = 4}, + [3842] = {.lex_state = 135, .external_lex_state = 4}, + [3843] = {.lex_state = 135, .external_lex_state = 4}, + [3844] = {.lex_state = 135, .external_lex_state = 4}, + [3845] = {.lex_state = 102, .external_lex_state = 4}, + [3846] = {.lex_state = 129, .external_lex_state = 5}, + [3847] = {.lex_state = 102, .external_lex_state = 4}, + [3848] = {.lex_state = 102, .external_lex_state = 4}, + [3849] = {.lex_state = 135, .external_lex_state = 4}, + [3850] = {.lex_state = 102, .external_lex_state = 4}, [3851] = {.lex_state = 263, .external_lex_state = 4}, - [3852] = {.lex_state = 263, .external_lex_state = 4}, - [3853] = {.lex_state = 102, .external_lex_state = 4}, - [3854] = {.lex_state = 263, .external_lex_state = 4}, - [3855] = {.lex_state = 263, .external_lex_state = 4}, - [3856] = {.lex_state = 263, .external_lex_state = 4}, - [3857] = {.lex_state = 263, .external_lex_state = 4}, - [3858] = {.lex_state = 263, .external_lex_state = 4}, - [3859] = {.lex_state = 263, .external_lex_state = 4}, - [3860] = {.lex_state = 263, .external_lex_state = 4}, - [3861] = {.lex_state = 263, .external_lex_state = 4}, + [3852] = {.lex_state = 102, .external_lex_state = 4}, + [3853] = {.lex_state = 267, .external_lex_state = 4}, + [3854] = {.lex_state = 267, .external_lex_state = 4}, + [3855] = {.lex_state = 102, .external_lex_state = 4}, + [3856] = {.lex_state = 267, .external_lex_state = 4}, + [3857] = {.lex_state = 267, .external_lex_state = 4}, + [3858] = {.lex_state = 267, .external_lex_state = 4}, + [3859] = {.lex_state = 267, .external_lex_state = 4}, + [3860] = {.lex_state = 138, .external_lex_state = 4}, + [3861] = {.lex_state = 138, .external_lex_state = 4}, [3862] = {.lex_state = 263, .external_lex_state = 4}, - [3863] = {.lex_state = 263, .external_lex_state = 4}, - [3864] = {.lex_state = 263, .external_lex_state = 4}, - [3865] = {.lex_state = 263, .external_lex_state = 4}, - [3866] = {.lex_state = 129, .external_lex_state = 4}, - [3867] = {.lex_state = 129, .external_lex_state = 4}, - [3868] = {.lex_state = 102, .external_lex_state = 4}, - [3869] = {.lex_state = 263, .external_lex_state = 4}, - [3870] = {.lex_state = 102, .external_lex_state = 4}, - [3871] = {.lex_state = 102, .external_lex_state = 4}, - [3872] = {.lex_state = 263, .external_lex_state = 4}, - [3873] = {.lex_state = 263, .external_lex_state = 4}, - [3874] = {.lex_state = 263, .external_lex_state = 4}, - [3875] = {.lex_state = 102, .external_lex_state = 4}, - [3876] = {.lex_state = 102, .external_lex_state = 4}, - [3877] = {.lex_state = 263, .external_lex_state = 4}, - [3878] = {.lex_state = 263, .external_lex_state = 4}, - [3879] = {.lex_state = 263, .external_lex_state = 4}, - [3880] = {.lex_state = 263, .external_lex_state = 4}, - [3881] = {.lex_state = 263, .external_lex_state = 4}, - [3882] = {.lex_state = 263, .external_lex_state = 4}, - [3883] = {.lex_state = 263, .external_lex_state = 4}, - [3884] = {.lex_state = 263, .external_lex_state = 4}, - [3885] = {.lex_state = 263, .external_lex_state = 4}, + [3863] = {.lex_state = 138, .external_lex_state = 4}, + [3864] = {.lex_state = 138, .external_lex_state = 4}, + [3865] = {.lex_state = 129, .external_lex_state = 5}, + [3866] = {.lex_state = 267, .external_lex_state = 4}, + [3867] = {.lex_state = 138, .external_lex_state = 4}, + [3868] = {.lex_state = 138, .external_lex_state = 4}, + [3869] = {.lex_state = 267, .external_lex_state = 4}, + [3870] = {.lex_state = 267, .external_lex_state = 4}, + [3871] = {.lex_state = 267, .external_lex_state = 4}, + [3872] = {.lex_state = 267, .external_lex_state = 4}, + [3873] = {.lex_state = 135, .external_lex_state = 4}, + [3874] = {.lex_state = 135, .external_lex_state = 4}, + [3875] = {.lex_state = 267, .external_lex_state = 4}, + [3876] = {.lex_state = 267, .external_lex_state = 4}, + [3877] = {.lex_state = 135, .external_lex_state = 4}, + [3878] = {.lex_state = 135, .external_lex_state = 4}, + [3879] = {.lex_state = 267, .external_lex_state = 4}, + [3880] = {.lex_state = 267, .external_lex_state = 4}, + [3881] = {.lex_state = 135, .external_lex_state = 4}, + [3882] = {.lex_state = 135, .external_lex_state = 4}, + [3883] = {.lex_state = 135, .external_lex_state = 4}, + [3884] = {.lex_state = 135, .external_lex_state = 4}, + [3885] = {.lex_state = 267, .external_lex_state = 4}, [3886] = {.lex_state = 263, .external_lex_state = 4}, - [3887] = {.lex_state = 263, .external_lex_state = 4}, - [3888] = {.lex_state = 263, .external_lex_state = 4}, - [3889] = {.lex_state = 129, .external_lex_state = 4}, - [3890] = {.lex_state = 263, .external_lex_state = 4}, - [3891] = {.lex_state = 129, .external_lex_state = 4}, - [3892] = {.lex_state = 263, .external_lex_state = 4}, - [3893] = {.lex_state = 263, .external_lex_state = 4}, - [3894] = {.lex_state = 129, .external_lex_state = 4}, - [3895] = {.lex_state = 263, .external_lex_state = 4}, - [3896] = {.lex_state = 263, .external_lex_state = 4}, - [3897] = {.lex_state = 263, .external_lex_state = 4}, - [3898] = {.lex_state = 263, .external_lex_state = 4}, - [3899] = {.lex_state = 263, .external_lex_state = 4}, - [3900] = {.lex_state = 263, .external_lex_state = 4}, - [3901] = {.lex_state = 263, .external_lex_state = 4}, - [3902] = {.lex_state = 129, .external_lex_state = 4}, - [3903] = {.lex_state = 263, .external_lex_state = 4}, - [3904] = {.lex_state = 263, .external_lex_state = 4}, - [3905] = {.lex_state = 263, .external_lex_state = 4}, - [3906] = {.lex_state = 129, .external_lex_state = 4}, - [3907] = {.lex_state = 129, .external_lex_state = 4}, - [3908] = {.lex_state = 141, .external_lex_state = 4}, - [3909] = {.lex_state = 141, .external_lex_state = 4}, - [3910] = {.lex_state = 263, .external_lex_state = 4}, - [3911] = {.lex_state = 263, .external_lex_state = 4}, - [3912] = {.lex_state = 263, .external_lex_state = 4}, - [3913] = {.lex_state = 263, .external_lex_state = 4}, - [3914] = {.lex_state = 141, .external_lex_state = 4}, - [3915] = {.lex_state = 141, .external_lex_state = 4}, - [3916] = {.lex_state = 141, .external_lex_state = 4}, - [3917] = {.lex_state = 141, .external_lex_state = 4}, - [3918] = {.lex_state = 129, .external_lex_state = 4}, - [3919] = {.lex_state = 141, .external_lex_state = 4}, - [3920] = {.lex_state = 141, .external_lex_state = 4}, - [3921] = {.lex_state = 141, .external_lex_state = 4}, - [3922] = {.lex_state = 141, .external_lex_state = 4}, - [3923] = {.lex_state = 141, .external_lex_state = 4}, - [3924] = {.lex_state = 141, .external_lex_state = 4}, - [3925] = {.lex_state = 141, .external_lex_state = 4}, - [3926] = {.lex_state = 141, .external_lex_state = 4}, - [3927] = {.lex_state = 141, .external_lex_state = 4}, - [3928] = {.lex_state = 141, .external_lex_state = 4}, - [3929] = {.lex_state = 141, .external_lex_state = 4}, - [3930] = {.lex_state = 141, .external_lex_state = 4}, - [3931] = {.lex_state = 141, .external_lex_state = 4}, - [3932] = {.lex_state = 141, .external_lex_state = 4}, - [3933] = {.lex_state = 141, .external_lex_state = 4}, - [3934] = {.lex_state = 141, .external_lex_state = 4}, - [3935] = {.lex_state = 141, .external_lex_state = 4}, - [3936] = {.lex_state = 263, .external_lex_state = 4}, + [3887] = {.lex_state = 129, .external_lex_state = 5}, + [3888] = {.lex_state = 267, .external_lex_state = 4}, + [3889] = {.lex_state = 267, .external_lex_state = 4}, + [3890] = {.lex_state = 267, .external_lex_state = 4}, + [3891] = {.lex_state = 267, .external_lex_state = 4}, + [3892] = {.lex_state = 135, .external_lex_state = 4}, + [3893] = {.lex_state = 267, .external_lex_state = 4}, + [3894] = {.lex_state = 267, .external_lex_state = 4}, + [3895] = {.lex_state = 267, .external_lex_state = 4}, + [3896] = {.lex_state = 267, .external_lex_state = 4}, + [3897] = {.lex_state = 267, .external_lex_state = 4}, + [3898] = {.lex_state = 267, .external_lex_state = 4}, + [3899] = {.lex_state = 267, .external_lex_state = 4}, + [3900] = {.lex_state = 267, .external_lex_state = 4}, + [3901] = {.lex_state = 267, .external_lex_state = 4}, + [3902] = {.lex_state = 267, .external_lex_state = 4}, + [3903] = {.lex_state = 267, .external_lex_state = 4}, + [3904] = {.lex_state = 267, .external_lex_state = 4}, + [3905] = {.lex_state = 135, .external_lex_state = 4}, + [3906] = {.lex_state = 135, .external_lex_state = 4}, + [3907] = {.lex_state = 102, .external_lex_state = 4}, + [3908] = {.lex_state = 102, .external_lex_state = 4}, + [3909] = {.lex_state = 267, .external_lex_state = 4}, + [3910] = {.lex_state = 263, .external_lex_state = 5}, + [3911] = {.lex_state = 129, .external_lex_state = 5}, + [3912] = {.lex_state = 267, .external_lex_state = 4}, + [3913] = {.lex_state = 267, .external_lex_state = 4}, + [3914] = {.lex_state = 267, .external_lex_state = 4}, + [3915] = {.lex_state = 267, .external_lex_state = 4}, + [3916] = {.lex_state = 267, .external_lex_state = 4}, + [3917] = {.lex_state = 267, .external_lex_state = 4}, + [3918] = {.lex_state = 135, .external_lex_state = 4}, + [3919] = {.lex_state = 135, .external_lex_state = 4}, + [3920] = {.lex_state = 263, .external_lex_state = 5}, + [3921] = {.lex_state = 263, .external_lex_state = 5}, + [3922] = {.lex_state = 267, .external_lex_state = 4}, + [3923] = {.lex_state = 267, .external_lex_state = 4}, + [3924] = {.lex_state = 263, .external_lex_state = 5}, + [3925] = {.lex_state = 263, .external_lex_state = 5}, + [3926] = {.lex_state = 267, .external_lex_state = 4}, + [3927] = {.lex_state = 267, .external_lex_state = 4}, + [3928] = {.lex_state = 263, .external_lex_state = 5}, + [3929] = {.lex_state = 102, .external_lex_state = 4}, + [3930] = {.lex_state = 263, .external_lex_state = 5}, + [3931] = {.lex_state = 263, .external_lex_state = 5}, + [3932] = {.lex_state = 263, .external_lex_state = 5}, + [3933] = {.lex_state = 263, .external_lex_state = 5}, + [3934] = {.lex_state = 102, .external_lex_state = 4}, + [3935] = {.lex_state = 263, .external_lex_state = 5}, + [3936] = {.lex_state = 263, .external_lex_state = 5}, [3937] = {.lex_state = 263, .external_lex_state = 4}, - [3938] = {.lex_state = 141, .external_lex_state = 4}, - [3939] = {.lex_state = 141, .external_lex_state = 4}, - [3940] = {.lex_state = 141, .external_lex_state = 4}, - [3941] = {.lex_state = 141, .external_lex_state = 4}, - [3942] = {.lex_state = 141, .external_lex_state = 4}, - [3943] = {.lex_state = 141, .external_lex_state = 4}, - [3944] = {.lex_state = 141, .external_lex_state = 4}, - [3945] = {.lex_state = 141, .external_lex_state = 4}, - [3946] = {.lex_state = 141, .external_lex_state = 4}, - [3947] = {.lex_state = 263, .external_lex_state = 4}, - [3948] = {.lex_state = 263, .external_lex_state = 4}, - [3949] = {.lex_state = 263, .external_lex_state = 4}, - [3950] = {.lex_state = 129, .external_lex_state = 4}, + [3938] = {.lex_state = 267, .external_lex_state = 4}, + [3939] = {.lex_state = 263, .external_lex_state = 5}, + [3940] = {.lex_state = 102, .external_lex_state = 4}, + [3941] = {.lex_state = 267, .external_lex_state = 4}, + [3942] = {.lex_state = 129, .external_lex_state = 5}, + [3943] = {.lex_state = 135, .external_lex_state = 4}, + [3944] = {.lex_state = 267, .external_lex_state = 4}, + [3945] = {.lex_state = 267, .external_lex_state = 4}, + [3946] = {.lex_state = 135, .external_lex_state = 4}, + [3947] = {.lex_state = 135, .external_lex_state = 4}, + [3948] = {.lex_state = 267, .external_lex_state = 4}, + [3949] = {.lex_state = 267, .external_lex_state = 4}, + [3950] = {.lex_state = 267, .external_lex_state = 4}, [3951] = {.lex_state = 263, .external_lex_state = 4}, - [3952] = {.lex_state = 263, .external_lex_state = 4}, - [3953] = {.lex_state = 141, .external_lex_state = 4}, - [3954] = {.lex_state = 129, .external_lex_state = 4}, - [3955] = {.lex_state = 129, .external_lex_state = 4}, - [3956] = {.lex_state = 141, .external_lex_state = 4}, + [3952] = {.lex_state = 267, .external_lex_state = 4}, + [3953] = {.lex_state = 267, .external_lex_state = 4}, + [3954] = {.lex_state = 267, .external_lex_state = 4}, + [3955] = {.lex_state = 267, .external_lex_state = 4}, + [3956] = {.lex_state = 267, .external_lex_state = 4}, [3957] = {.lex_state = 263, .external_lex_state = 4}, - [3958] = {.lex_state = 263, .external_lex_state = 4}, - [3959] = {.lex_state = 263, .external_lex_state = 4}, - [3960] = {.lex_state = 263, .external_lex_state = 4}, - [3961] = {.lex_state = 141, .external_lex_state = 4}, - [3962] = {.lex_state = 263, .external_lex_state = 4}, - [3963] = {.lex_state = 263, .external_lex_state = 4}, - [3964] = {.lex_state = 263, .external_lex_state = 4}, - [3965] = {.lex_state = 263, .external_lex_state = 4}, - [3966] = {.lex_state = 263, .external_lex_state = 4}, - [3967] = {.lex_state = 263, .external_lex_state = 4}, - [3968] = {.lex_state = 263, .external_lex_state = 4}, - [3969] = {.lex_state = 263, .external_lex_state = 4}, - [3970] = {.lex_state = 263, .external_lex_state = 4}, - [3971] = {.lex_state = 263, .external_lex_state = 4}, - [3972] = {.lex_state = 263, .external_lex_state = 4}, - [3973] = {.lex_state = 263, .external_lex_state = 4}, - [3974] = {.lex_state = 263, .external_lex_state = 4}, - [3975] = {.lex_state = 263, .external_lex_state = 4}, - [3976] = {.lex_state = 263, .external_lex_state = 4}, - [3977] = {.lex_state = 263, .external_lex_state = 4}, - [3978] = {.lex_state = 263, .external_lex_state = 4}, - [3979] = {.lex_state = 141, .external_lex_state = 4}, - [3980] = {.lex_state = 263, .external_lex_state = 4}, - [3981] = {.lex_state = 141, .external_lex_state = 4}, - [3982] = {.lex_state = 141, .external_lex_state = 4}, - [3983] = {.lex_state = 141, .external_lex_state = 4}, - [3984] = {.lex_state = 141, .external_lex_state = 4}, - [3985] = {.lex_state = 263, .external_lex_state = 4}, - [3986] = {.lex_state = 141, .external_lex_state = 4}, - [3987] = {.lex_state = 129, .external_lex_state = 4}, - [3988] = {.lex_state = 129, .external_lex_state = 4}, - [3989] = {.lex_state = 141, .external_lex_state = 4}, - [3990] = {.lex_state = 141, .external_lex_state = 4}, - [3991] = {.lex_state = 141, .external_lex_state = 4}, - [3992] = {.lex_state = 141, .external_lex_state = 4}, - [3993] = {.lex_state = 141, .external_lex_state = 4}, - [3994] = {.lex_state = 141, .external_lex_state = 4}, - [3995] = {.lex_state = 141, .external_lex_state = 4}, - [3996] = {.lex_state = 141, .external_lex_state = 4}, - [3997] = {.lex_state = 141, .external_lex_state = 4}, - [3998] = {.lex_state = 141, .external_lex_state = 4}, - [3999] = {.lex_state = 129, .external_lex_state = 4}, - [4000] = {.lex_state = 129, .external_lex_state = 4}, - [4001] = {.lex_state = 263, .external_lex_state = 4}, - [4002] = {.lex_state = 129, .external_lex_state = 4}, - [4003] = {.lex_state = 129, .external_lex_state = 4}, - [4004] = {.lex_state = 129, .external_lex_state = 4}, - [4005] = {.lex_state = 129, .external_lex_state = 4}, - [4006] = {.lex_state = 129, .external_lex_state = 4}, - [4007] = {.lex_state = 129, .external_lex_state = 4}, - [4008] = {.lex_state = 129, .external_lex_state = 4}, - [4009] = {.lex_state = 129, .external_lex_state = 4}, - [4010] = {.lex_state = 129, .external_lex_state = 4}, - [4011] = {.lex_state = 129, .external_lex_state = 4}, - [4012] = {.lex_state = 129, .external_lex_state = 4}, - [4013] = {.lex_state = 129, .external_lex_state = 4}, - [4014] = {.lex_state = 129, .external_lex_state = 4}, - [4015] = {.lex_state = 129, .external_lex_state = 4}, - [4016] = {.lex_state = 129, .external_lex_state = 4}, - [4017] = {.lex_state = 129, .external_lex_state = 4}, - [4018] = {.lex_state = 263, .external_lex_state = 4}, - [4019] = {.lex_state = 129, .external_lex_state = 4}, - [4020] = {.lex_state = 129, .external_lex_state = 4}, - [4021] = {.lex_state = 129, .external_lex_state = 4}, - [4022] = {.lex_state = 129, .external_lex_state = 4}, - [4023] = {.lex_state = 129, .external_lex_state = 4}, - [4024] = {.lex_state = 129, .external_lex_state = 4}, - [4025] = {.lex_state = 129, .external_lex_state = 4}, - [4026] = {.lex_state = 129, .external_lex_state = 4}, - [4027] = {.lex_state = 129, .external_lex_state = 4}, - [4028] = {.lex_state = 129, .external_lex_state = 4}, - [4029] = {.lex_state = 129, .external_lex_state = 4}, - [4030] = {.lex_state = 129, .external_lex_state = 4}, - [4031] = {.lex_state = 129, .external_lex_state = 4}, - [4032] = {.lex_state = 129, .external_lex_state = 4}, - [4033] = {.lex_state = 129, .external_lex_state = 4}, - [4034] = {.lex_state = 102, .external_lex_state = 4}, - [4035] = {.lex_state = 102, .external_lex_state = 4}, - [4036] = {.lex_state = 129, .external_lex_state = 4}, - [4037] = {.lex_state = 129, .external_lex_state = 4}, - [4038] = {.lex_state = 129, .external_lex_state = 4}, - [4039] = {.lex_state = 129, .external_lex_state = 4}, - [4040] = {.lex_state = 129, .external_lex_state = 4}, - [4041] = {.lex_state = 129, .external_lex_state = 4}, - [4042] = {.lex_state = 129, .external_lex_state = 4}, - [4043] = {.lex_state = 129, .external_lex_state = 4}, - [4044] = {.lex_state = 263, .external_lex_state = 4}, - [4045] = {.lex_state = 102, .external_lex_state = 4}, - [4046] = {.lex_state = 129, .external_lex_state = 4}, - [4047] = {.lex_state = 129, .external_lex_state = 4}, - [4048] = {.lex_state = 129, .external_lex_state = 4}, - [4049] = {.lex_state = 129, .external_lex_state = 4}, + [3958] = {.lex_state = 267, .external_lex_state = 4}, + [3959] = {.lex_state = 102, .external_lex_state = 4}, + [3960] = {.lex_state = 102, .external_lex_state = 4}, + [3961] = {.lex_state = 102, .external_lex_state = 4}, + [3962] = {.lex_state = 102, .external_lex_state = 4}, + [3963] = {.lex_state = 102, .external_lex_state = 4}, + [3964] = {.lex_state = 102, .external_lex_state = 4}, + [3965] = {.lex_state = 102, .external_lex_state = 4}, + [3966] = {.lex_state = 102, .external_lex_state = 4}, + [3967] = {.lex_state = 102, .external_lex_state = 4}, + [3968] = {.lex_state = 267, .external_lex_state = 4}, + [3969] = {.lex_state = 102, .external_lex_state = 4}, + [3970] = {.lex_state = 102, .external_lex_state = 4}, + [3971] = {.lex_state = 102, .external_lex_state = 4}, + [3972] = {.lex_state = 102, .external_lex_state = 4}, + [3973] = {.lex_state = 102, .external_lex_state = 4}, + [3974] = {.lex_state = 267, .external_lex_state = 4}, + [3975] = {.lex_state = 102, .external_lex_state = 4}, + [3976] = {.lex_state = 102, .external_lex_state = 4}, + [3977] = {.lex_state = 102, .external_lex_state = 4}, + [3978] = {.lex_state = 267, .external_lex_state = 4}, + [3979] = {.lex_state = 267, .external_lex_state = 4}, + [3980] = {.lex_state = 267, .external_lex_state = 4}, + [3981] = {.lex_state = 267, .external_lex_state = 4}, + [3982] = {.lex_state = 267, .external_lex_state = 4}, + [3983] = {.lex_state = 267, .external_lex_state = 4}, + [3984] = {.lex_state = 267, .external_lex_state = 4}, + [3985] = {.lex_state = 267, .external_lex_state = 4}, + [3986] = {.lex_state = 267, .external_lex_state = 4}, + [3987] = {.lex_state = 267, .external_lex_state = 4}, + [3988] = {.lex_state = 267, .external_lex_state = 4}, + [3989] = {.lex_state = 267, .external_lex_state = 4}, + [3990] = {.lex_state = 263, .external_lex_state = 4}, + [3991] = {.lex_state = 135, .external_lex_state = 4}, + [3992] = {.lex_state = 263, .external_lex_state = 4}, + [3993] = {.lex_state = 267, .external_lex_state = 4}, + [3994] = {.lex_state = 263, .external_lex_state = 4}, + [3995] = {.lex_state = 267, .external_lex_state = 4}, + [3996] = {.lex_state = 263, .external_lex_state = 4}, + [3997] = {.lex_state = 267, .external_lex_state = 4}, + [3998] = {.lex_state = 267, .external_lex_state = 4}, + [3999] = {.lex_state = 267, .external_lex_state = 4}, + [4000] = {.lex_state = 267, .external_lex_state = 4}, + [4001] = {.lex_state = 267, .external_lex_state = 4}, + [4002] = {.lex_state = 267, .external_lex_state = 4}, + [4003] = {.lex_state = 267, .external_lex_state = 4}, + [4004] = {.lex_state = 267, .external_lex_state = 4}, + [4005] = {.lex_state = 267, .external_lex_state = 4}, + [4006] = {.lex_state = 267, .external_lex_state = 4}, + [4007] = {.lex_state = 267, .external_lex_state = 4}, + [4008] = {.lex_state = 267, .external_lex_state = 4}, + [4009] = {.lex_state = 263, .external_lex_state = 4}, + [4010] = {.lex_state = 267, .external_lex_state = 4}, + [4011] = {.lex_state = 267, .external_lex_state = 4}, + [4012] = {.lex_state = 267, .external_lex_state = 4}, + [4013] = {.lex_state = 267, .external_lex_state = 4}, + [4014] = {.lex_state = 102, .external_lex_state = 4}, + [4015] = {.lex_state = 267, .external_lex_state = 4}, + [4016] = {.lex_state = 267, .external_lex_state = 4}, + [4017] = {.lex_state = 267, .external_lex_state = 4}, + [4018] = {.lex_state = 267, .external_lex_state = 4}, + [4019] = {.lex_state = 267, .external_lex_state = 4}, + [4020] = {.lex_state = 267, .external_lex_state = 4}, + [4021] = {.lex_state = 102, .external_lex_state = 4}, + [4022] = {.lex_state = 267, .external_lex_state = 4}, + [4023] = {.lex_state = 102, .external_lex_state = 4}, + [4024] = {.lex_state = 267, .external_lex_state = 4}, + [4025] = {.lex_state = 267, .external_lex_state = 4}, + [4026] = {.lex_state = 267, .external_lex_state = 4}, + [4027] = {.lex_state = 267, .external_lex_state = 4}, + [4028] = {.lex_state = 267, .external_lex_state = 4}, + [4029] = {.lex_state = 267, .external_lex_state = 4}, + [4030] = {.lex_state = 267, .external_lex_state = 4}, + [4031] = {.lex_state = 267, .external_lex_state = 4}, + [4032] = {.lex_state = 267, .external_lex_state = 4}, + [4033] = {.lex_state = 267, .external_lex_state = 4}, + [4034] = {.lex_state = 267, .external_lex_state = 4}, + [4035] = {.lex_state = 267, .external_lex_state = 4}, + [4036] = {.lex_state = 267, .external_lex_state = 4}, + [4037] = {.lex_state = 267, .external_lex_state = 4}, + [4038] = {.lex_state = 267, .external_lex_state = 4}, + [4039] = {.lex_state = 267, .external_lex_state = 4}, + [4040] = {.lex_state = 267, .external_lex_state = 4}, + [4041] = {.lex_state = 267, .external_lex_state = 4}, + [4042] = {.lex_state = 267, .external_lex_state = 4}, + [4043] = {.lex_state = 267, .external_lex_state = 4}, + [4044] = {.lex_state = 267, .external_lex_state = 4}, + [4045] = {.lex_state = 267, .external_lex_state = 4}, + [4046] = {.lex_state = 267, .external_lex_state = 4}, + [4047] = {.lex_state = 267, .external_lex_state = 4}, + [4048] = {.lex_state = 267, .external_lex_state = 4}, + [4049] = {.lex_state = 141, .external_lex_state = 4}, [4050] = {.lex_state = 129, .external_lex_state = 4}, - [4051] = {.lex_state = 129, .external_lex_state = 4}, - [4052] = {.lex_state = 129, .external_lex_state = 4}, - [4053] = {.lex_state = 129, .external_lex_state = 4}, - [4054] = {.lex_state = 129, .external_lex_state = 4}, - [4055] = {.lex_state = 263, .external_lex_state = 4}, - [4056] = {.lex_state = 129, .external_lex_state = 4}, - [4057] = {.lex_state = 263, .external_lex_state = 4}, - [4058] = {.lex_state = 129, .external_lex_state = 4}, - [4059] = {.lex_state = 129, .external_lex_state = 4}, - [4060] = {.lex_state = 129, .external_lex_state = 4}, + [4051] = {.lex_state = 263, .external_lex_state = 4}, + [4052] = {.lex_state = 263, .external_lex_state = 4}, + [4053] = {.lex_state = 141, .external_lex_state = 4}, + [4054] = {.lex_state = 102, .external_lex_state = 4}, + [4055] = {.lex_state = 102, .external_lex_state = 4}, + [4056] = {.lex_state = 263, .external_lex_state = 4}, + [4057] = {.lex_state = 102, .external_lex_state = 4}, + [4058] = {.lex_state = 102, .external_lex_state = 4}, + [4059] = {.lex_state = 263, .external_lex_state = 4}, + [4060] = {.lex_state = 263, .external_lex_state = 4}, [4061] = {.lex_state = 263, .external_lex_state = 4}, - [4062] = {.lex_state = 129, .external_lex_state = 4}, - [4063] = {.lex_state = 129, .external_lex_state = 4}, - [4064] = {.lex_state = 129, .external_lex_state = 4}, - [4065] = {.lex_state = 129, .external_lex_state = 4}, - [4066] = {.lex_state = 129, .external_lex_state = 4}, - [4067] = {.lex_state = 129, .external_lex_state = 4}, - [4068] = {.lex_state = 129, .external_lex_state = 4}, + [4062] = {.lex_state = 263, .external_lex_state = 4}, + [4063] = {.lex_state = 263, .external_lex_state = 4}, + [4064] = {.lex_state = 263, .external_lex_state = 4}, + [4065] = {.lex_state = 263, .external_lex_state = 4}, + [4066] = {.lex_state = 263, .external_lex_state = 4}, + [4067] = {.lex_state = 263, .external_lex_state = 4}, + [4068] = {.lex_state = 263, .external_lex_state = 4}, [4069] = {.lex_state = 263, .external_lex_state = 4}, - [4070] = {.lex_state = 129, .external_lex_state = 4}, - [4071] = {.lex_state = 129, .external_lex_state = 4}, - [4072] = {.lex_state = 129, .external_lex_state = 4}, - [4073] = {.lex_state = 129, .external_lex_state = 4}, + [4070] = {.lex_state = 263, .external_lex_state = 4}, + [4071] = {.lex_state = 263, .external_lex_state = 4}, + [4072] = {.lex_state = 263, .external_lex_state = 4}, + [4073] = {.lex_state = 263, .external_lex_state = 4}, [4074] = {.lex_state = 263, .external_lex_state = 4}, - [4075] = {.lex_state = 263, .external_lex_state = 4}, - [4076] = {.lex_state = 129, .external_lex_state = 4}, - [4077] = {.lex_state = 129, .external_lex_state = 4}, + [4075] = {.lex_state = 102, .external_lex_state = 4}, + [4076] = {.lex_state = 102, .external_lex_state = 4}, + [4077] = {.lex_state = 102, .external_lex_state = 4}, [4078] = {.lex_state = 263, .external_lex_state = 4}, [4079] = {.lex_state = 263, .external_lex_state = 4}, - [4080] = {.lex_state = 129, .external_lex_state = 4}, - [4081] = {.lex_state = 263, .external_lex_state = 4}, - [4082] = {.lex_state = 263, .external_lex_state = 4}, - [4083] = {.lex_state = 129, .external_lex_state = 4}, - [4084] = {.lex_state = 263, .external_lex_state = 4}, - [4085] = {.lex_state = 263, .external_lex_state = 4}, - [4086] = {.lex_state = 263, .external_lex_state = 4}, - [4087] = {.lex_state = 263, .external_lex_state = 4}, - [4088] = {.lex_state = 263, .external_lex_state = 4}, - [4089] = {.lex_state = 129, .external_lex_state = 4}, - [4090] = {.lex_state = 129, .external_lex_state = 4}, - [4091] = {.lex_state = 129, .external_lex_state = 4}, - [4092] = {.lex_state = 129, .external_lex_state = 4}, - [4093] = {.lex_state = 263, .external_lex_state = 4}, - [4094] = {.lex_state = 129, .external_lex_state = 4}, - [4095] = {.lex_state = 129, .external_lex_state = 4}, - [4096] = {.lex_state = 129, .external_lex_state = 4}, - [4097] = {.lex_state = 129, .external_lex_state = 4}, - [4098] = {.lex_state = 129, .external_lex_state = 4}, - [4099] = {.lex_state = 263, .external_lex_state = 4}, - [4100] = {.lex_state = 129, .external_lex_state = 4}, - [4101] = {.lex_state = 129, .external_lex_state = 4}, - [4102] = {.lex_state = 129, .external_lex_state = 4}, - [4103] = {.lex_state = 129, .external_lex_state = 4}, - [4104] = {.lex_state = 129, .external_lex_state = 4}, + [4080] = {.lex_state = 102, .external_lex_state = 4}, + [4081] = {.lex_state = 102, .external_lex_state = 4}, + [4082] = {.lex_state = 102, .external_lex_state = 4}, + [4083] = {.lex_state = 102, .external_lex_state = 4}, + [4084] = {.lex_state = 102, .external_lex_state = 4}, + [4085] = {.lex_state = 129, .external_lex_state = 4}, + [4086] = {.lex_state = 129, .external_lex_state = 4}, + [4087] = {.lex_state = 129, .external_lex_state = 4}, + [4088] = {.lex_state = 102, .external_lex_state = 4}, + [4089] = {.lex_state = 141, .external_lex_state = 4}, + [4090] = {.lex_state = 141, .external_lex_state = 4}, + [4091] = {.lex_state = 141, .external_lex_state = 4}, + [4092] = {.lex_state = 141, .external_lex_state = 4}, + [4093] = {.lex_state = 141, .external_lex_state = 4}, + [4094] = {.lex_state = 141, .external_lex_state = 4}, + [4095] = {.lex_state = 141, .external_lex_state = 4}, + [4096] = {.lex_state = 141, .external_lex_state = 4}, + [4097] = {.lex_state = 102, .external_lex_state = 4}, + [4098] = {.lex_state = 102, .external_lex_state = 4}, + [4099] = {.lex_state = 141, .external_lex_state = 4}, + [4100] = {.lex_state = 141, .external_lex_state = 4}, + [4101] = {.lex_state = 141, .external_lex_state = 4}, + [4102] = {.lex_state = 141, .external_lex_state = 4}, + [4103] = {.lex_state = 141, .external_lex_state = 4}, + [4104] = {.lex_state = 141, .external_lex_state = 4}, [4105] = {.lex_state = 263, .external_lex_state = 4}, - [4106] = {.lex_state = 129, .external_lex_state = 4}, - [4107] = {.lex_state = 129, .external_lex_state = 4}, - [4108] = {.lex_state = 129, .external_lex_state = 4}, - [4109] = {.lex_state = 129, .external_lex_state = 4}, - [4110] = {.lex_state = 129, .external_lex_state = 4}, - [4111] = {.lex_state = 129, .external_lex_state = 4}, - [4112] = {.lex_state = 129, .external_lex_state = 4}, - [4113] = {.lex_state = 129, .external_lex_state = 4}, + [4106] = {.lex_state = 263, .external_lex_state = 4}, + [4107] = {.lex_state = 263, .external_lex_state = 4}, + [4108] = {.lex_state = 102, .external_lex_state = 4}, + [4109] = {.lex_state = 263, .external_lex_state = 4}, + [4110] = {.lex_state = 263, .external_lex_state = 4}, + [4111] = {.lex_state = 263, .external_lex_state = 4}, + [4112] = {.lex_state = 263, .external_lex_state = 4}, + [4113] = {.lex_state = 141, .external_lex_state = 4}, [4114] = {.lex_state = 129, .external_lex_state = 4}, - [4115] = {.lex_state = 129, .external_lex_state = 4}, - [4116] = {.lex_state = 129, .external_lex_state = 4}, - [4117] = {.lex_state = 129, .external_lex_state = 4}, - [4118] = {.lex_state = 129, .external_lex_state = 4}, - [4119] = {.lex_state = 129, .external_lex_state = 4}, - [4120] = {.lex_state = 129, .external_lex_state = 4}, - [4121] = {.lex_state = 129, .external_lex_state = 4}, - [4122] = {.lex_state = 263, .external_lex_state = 4}, - [4123] = {.lex_state = 263, .external_lex_state = 4}, - [4124] = {.lex_state = 129, .external_lex_state = 4}, - [4125] = {.lex_state = 129, .external_lex_state = 4}, - [4126] = {.lex_state = 129, .external_lex_state = 4}, - [4127] = {.lex_state = 129, .external_lex_state = 4}, - [4128] = {.lex_state = 129, .external_lex_state = 4}, - [4129] = {.lex_state = 129, .external_lex_state = 4}, - [4130] = {.lex_state = 129, .external_lex_state = 4}, - [4131] = {.lex_state = 129, .external_lex_state = 4}, - [4132] = {.lex_state = 263, .external_lex_state = 4}, - [4133] = {.lex_state = 263, .external_lex_state = 4}, + [4115] = {.lex_state = 102, .external_lex_state = 4}, + [4116] = {.lex_state = 102, .external_lex_state = 4}, + [4117] = {.lex_state = 141, .external_lex_state = 4}, + [4118] = {.lex_state = 141, .external_lex_state = 4}, + [4119] = {.lex_state = 141, .external_lex_state = 4}, + [4120] = {.lex_state = 141, .external_lex_state = 4}, + [4121] = {.lex_state = 141, .external_lex_state = 4}, + [4122] = {.lex_state = 141, .external_lex_state = 4}, + [4123] = {.lex_state = 141, .external_lex_state = 4}, + [4124] = {.lex_state = 141, .external_lex_state = 4}, + [4125] = {.lex_state = 141, .external_lex_state = 4}, + [4126] = {.lex_state = 141, .external_lex_state = 4}, + [4127] = {.lex_state = 141, .external_lex_state = 4}, + [4128] = {.lex_state = 141, .external_lex_state = 4}, + [4129] = {.lex_state = 141, .external_lex_state = 4}, + [4130] = {.lex_state = 141, .external_lex_state = 4}, + [4131] = {.lex_state = 141, .external_lex_state = 4}, + [4132] = {.lex_state = 129, .external_lex_state = 4}, + [4133] = {.lex_state = 129, .external_lex_state = 4}, [4134] = {.lex_state = 263, .external_lex_state = 4}, - [4135] = {.lex_state = 263, .external_lex_state = 4}, - [4136] = {.lex_state = 263, .external_lex_state = 4}, + [4135] = {.lex_state = 141, .external_lex_state = 4}, + [4136] = {.lex_state = 141, .external_lex_state = 4}, [4137] = {.lex_state = 263, .external_lex_state = 4}, - [4138] = {.lex_state = 263, .external_lex_state = 4}, - [4139] = {.lex_state = 263, .external_lex_state = 4}, - [4140] = {.lex_state = 263, .external_lex_state = 4}, + [4138] = {.lex_state = 129, .external_lex_state = 4}, + [4139] = {.lex_state = 141, .external_lex_state = 4}, + [4140] = {.lex_state = 141, .external_lex_state = 4}, [4141] = {.lex_state = 102, .external_lex_state = 4}, [4142] = {.lex_state = 102, .external_lex_state = 4}, - [4143] = {.lex_state = 263, .external_lex_state = 4}, - [4144] = {.lex_state = 263, .external_lex_state = 4}, - [4145] = {.lex_state = 263, .external_lex_state = 4}, + [4143] = {.lex_state = 141, .external_lex_state = 4}, + [4144] = {.lex_state = 141, .external_lex_state = 4}, + [4145] = {.lex_state = 141, .external_lex_state = 4}, [4146] = {.lex_state = 263, .external_lex_state = 4}, [4147] = {.lex_state = 263, .external_lex_state = 4}, - [4148] = {.lex_state = 263, .external_lex_state = 4}, + [4148] = {.lex_state = 102, .external_lex_state = 4}, [4149] = {.lex_state = 263, .external_lex_state = 4}, - [4150] = {.lex_state = 263, .external_lex_state = 4}, + [4150] = {.lex_state = 102, .external_lex_state = 4}, [4151] = {.lex_state = 263, .external_lex_state = 4}, [4152] = {.lex_state = 263, .external_lex_state = 4}, [4153] = {.lex_state = 263, .external_lex_state = 4}, [4154] = {.lex_state = 263, .external_lex_state = 4}, - [4155] = {.lex_state = 263, .external_lex_state = 4}, - [4156] = {.lex_state = 263, .external_lex_state = 4}, - [4157] = {.lex_state = 263, .external_lex_state = 4}, - [4158] = {.lex_state = 263, .external_lex_state = 4}, - [4159] = {.lex_state = 263, .external_lex_state = 4}, - [4160] = {.lex_state = 50, .external_lex_state = 6}, - [4161] = {.lex_state = 50, .external_lex_state = 6}, - [4162] = {.lex_state = 50, .external_lex_state = 6}, - [4163] = {.lex_state = 50, .external_lex_state = 6}, - [4164] = {.lex_state = 50, .external_lex_state = 6}, - [4165] = {.lex_state = 50, .external_lex_state = 6}, - [4166] = {.lex_state = 50, .external_lex_state = 6}, - [4167] = {.lex_state = 50, .external_lex_state = 6}, - [4168] = {.lex_state = 50, .external_lex_state = 6}, - [4169] = {.lex_state = 50, .external_lex_state = 6}, - [4170] = {.lex_state = 50, .external_lex_state = 6}, - [4171] = {.lex_state = 50, .external_lex_state = 6}, - [4172] = {.lex_state = 50, .external_lex_state = 6}, - [4173] = {.lex_state = 50, .external_lex_state = 6}, - [4174] = {.lex_state = 50, .external_lex_state = 6}, - [4175] = {.lex_state = 50, .external_lex_state = 6}, - [4176] = {.lex_state = 50, .external_lex_state = 6}, - [4177] = {.lex_state = 50, .external_lex_state = 6}, - [4178] = {.lex_state = 50, .external_lex_state = 6}, - [4179] = {.lex_state = 50, .external_lex_state = 6}, - [4180] = {.lex_state = 50, .external_lex_state = 6}, - [4181] = {.lex_state = 50, .external_lex_state = 6}, - [4182] = {.lex_state = 50, .external_lex_state = 6}, - [4183] = {.lex_state = 50, .external_lex_state = 6}, - [4184] = {.lex_state = 50, .external_lex_state = 6}, - [4185] = {.lex_state = 50, .external_lex_state = 6}, - [4186] = {.lex_state = 50, .external_lex_state = 6}, - [4187] = {.lex_state = 50, .external_lex_state = 6}, - [4188] = {.lex_state = 50, .external_lex_state = 6}, - [4189] = {.lex_state = 50, .external_lex_state = 6}, - [4190] = {.lex_state = 50, .external_lex_state = 6}, - [4191] = {.lex_state = 50, .external_lex_state = 6}, - [4192] = {.lex_state = 50, .external_lex_state = 6}, - [4193] = {.lex_state = 50, .external_lex_state = 6}, - [4194] = {.lex_state = 50, .external_lex_state = 6}, - [4195] = {.lex_state = 50, .external_lex_state = 6}, - [4196] = {.lex_state = 102, .external_lex_state = 6}, - [4197] = {.lex_state = 102, .external_lex_state = 6}, - [4198] = {.lex_state = 102, .external_lex_state = 6}, - [4199] = {.lex_state = 102, .external_lex_state = 6}, - [4200] = {.lex_state = 102, .external_lex_state = 6}, - [4201] = {.lex_state = 102, .external_lex_state = 6}, - [4202] = {.lex_state = 102, .external_lex_state = 6}, - [4203] = {.lex_state = 102, .external_lex_state = 6}, - [4204] = {.lex_state = 102, .external_lex_state = 6}, - [4205] = {.lex_state = 102, .external_lex_state = 6}, - [4206] = {.lex_state = 102, .external_lex_state = 6}, - [4207] = {.lex_state = 102, .external_lex_state = 6}, - [4208] = {.lex_state = 102, .external_lex_state = 6}, - [4209] = {.lex_state = 102, .external_lex_state = 6}, - [4210] = {.lex_state = 102, .external_lex_state = 6}, - [4211] = {.lex_state = 102, .external_lex_state = 6}, - [4212] = {.lex_state = 102, .external_lex_state = 6}, - [4213] = {.lex_state = 102, .external_lex_state = 6}, - [4214] = {.lex_state = 102, .external_lex_state = 6}, - [4215] = {.lex_state = 102, .external_lex_state = 6}, - [4216] = {.lex_state = 102, .external_lex_state = 6}, - [4217] = {.lex_state = 102, .external_lex_state = 6}, - [4218] = {.lex_state = 102, .external_lex_state = 6}, - [4219] = {.lex_state = 102, .external_lex_state = 6}, - [4220] = {.lex_state = 102, .external_lex_state = 6}, - [4221] = {.lex_state = 102, .external_lex_state = 6}, - [4222] = {.lex_state = 102, .external_lex_state = 6}, - [4223] = {.lex_state = 102, .external_lex_state = 6}, - [4224] = {.lex_state = 102, .external_lex_state = 6}, - [4225] = {.lex_state = 102, .external_lex_state = 6}, - [4226] = {.lex_state = 102, .external_lex_state = 6}, - [4227] = {.lex_state = 102, .external_lex_state = 6}, - [4228] = {.lex_state = 102, .external_lex_state = 6}, - [4229] = {.lex_state = 102, .external_lex_state = 6}, - [4230] = {.lex_state = 102, .external_lex_state = 6}, - [4231] = {.lex_state = 102, .external_lex_state = 6}, - [4232] = {.lex_state = 102, .external_lex_state = 6}, - [4233] = {.lex_state = 102, .external_lex_state = 6}, - [4234] = {.lex_state = 102, .external_lex_state = 6}, - [4235] = {.lex_state = 102, .external_lex_state = 6}, - [4236] = {.lex_state = 102, .external_lex_state = 6}, - [4237] = {.lex_state = 102, .external_lex_state = 6}, - [4238] = {.lex_state = 102, .external_lex_state = 6}, - [4239] = {.lex_state = 102, .external_lex_state = 6}, - [4240] = {.lex_state = 102, .external_lex_state = 6}, - [4241] = {.lex_state = 102, .external_lex_state = 6}, - [4242] = {.lex_state = 102, .external_lex_state = 6}, - [4243] = {.lex_state = 102, .external_lex_state = 6}, - [4244] = {.lex_state = 102, .external_lex_state = 6}, - [4245] = {.lex_state = 102, .external_lex_state = 6}, - [4246] = {.lex_state = 102, .external_lex_state = 6}, - [4247] = {.lex_state = 102, .external_lex_state = 6}, - [4248] = {.lex_state = 102, .external_lex_state = 6}, - [4249] = {.lex_state = 102, .external_lex_state = 6}, - [4250] = {.lex_state = 102, .external_lex_state = 6}, - [4251] = {.lex_state = 102, .external_lex_state = 6}, - [4252] = {.lex_state = 102, .external_lex_state = 6}, - [4253] = {.lex_state = 102, .external_lex_state = 6}, - [4254] = {.lex_state = 102, .external_lex_state = 6}, - [4255] = {.lex_state = 102, .external_lex_state = 6}, - [4256] = {.lex_state = 102, .external_lex_state = 6}, - [4257] = {.lex_state = 102, .external_lex_state = 6}, - [4258] = {.lex_state = 102, .external_lex_state = 6}, - [4259] = {.lex_state = 102, .external_lex_state = 6}, - [4260] = {.lex_state = 102, .external_lex_state = 6}, - [4261] = {.lex_state = 102, .external_lex_state = 6}, - [4262] = {.lex_state = 102, .external_lex_state = 6}, - [4263] = {.lex_state = 102, .external_lex_state = 6}, - [4264] = {.lex_state = 102, .external_lex_state = 6}, - [4265] = {.lex_state = 102, .external_lex_state = 6}, - [4266] = {.lex_state = 102, .external_lex_state = 6}, - [4267] = {.lex_state = 102, .external_lex_state = 6}, - [4268] = {.lex_state = 144, .external_lex_state = 6}, - [4269] = {.lex_state = 144, .external_lex_state = 6}, - [4270] = {.lex_state = 102, .external_lex_state = 6}, - [4271] = {.lex_state = 102, .external_lex_state = 6}, - [4272] = {.lex_state = 102, .external_lex_state = 6}, - [4273] = {.lex_state = 102, .external_lex_state = 6}, - [4274] = {.lex_state = 102, .external_lex_state = 6}, - [4275] = {.lex_state = 102, .external_lex_state = 6}, - [4276] = {.lex_state = 102, .external_lex_state = 6}, - [4277] = {.lex_state = 102, .external_lex_state = 6}, - [4278] = {.lex_state = 102, .external_lex_state = 6}, - [4279] = {.lex_state = 102, .external_lex_state = 6}, - [4280] = {.lex_state = 102, .external_lex_state = 6}, - [4281] = {.lex_state = 102, .external_lex_state = 6}, - [4282] = {.lex_state = 102, .external_lex_state = 6}, - [4283] = {.lex_state = 102, .external_lex_state = 6}, - [4284] = {.lex_state = 102, .external_lex_state = 6}, - [4285] = {.lex_state = 102, .external_lex_state = 6}, - [4286] = {.lex_state = 102, .external_lex_state = 6}, - [4287] = {.lex_state = 102, .external_lex_state = 6}, - [4288] = {.lex_state = 102, .external_lex_state = 6}, - [4289] = {.lex_state = 102, .external_lex_state = 6}, - [4290] = {.lex_state = 102, .external_lex_state = 6}, - [4291] = {.lex_state = 102, .external_lex_state = 6}, - [4292] = {.lex_state = 102, .external_lex_state = 6}, - [4293] = {.lex_state = 102, .external_lex_state = 6}, - [4294] = {.lex_state = 102, .external_lex_state = 6}, - [4295] = {.lex_state = 102, .external_lex_state = 6}, - [4296] = {.lex_state = 102, .external_lex_state = 6}, - [4297] = {.lex_state = 102, .external_lex_state = 6}, - [4298] = {.lex_state = 102, .external_lex_state = 6}, - [4299] = {.lex_state = 102, .external_lex_state = 6}, - [4300] = {.lex_state = 102, .external_lex_state = 6}, - [4301] = {.lex_state = 102, .external_lex_state = 6}, - [4302] = {.lex_state = 102, .external_lex_state = 6}, - [4303] = {.lex_state = 102, .external_lex_state = 6}, - [4304] = {.lex_state = 102, .external_lex_state = 6}, - [4305] = {.lex_state = 102, .external_lex_state = 6}, - [4306] = {.lex_state = 102, .external_lex_state = 6}, - [4307] = {.lex_state = 102, .external_lex_state = 6}, - [4308] = {.lex_state = 102, .external_lex_state = 6}, - [4309] = {.lex_state = 102, .external_lex_state = 6}, - [4310] = {.lex_state = 102, .external_lex_state = 6}, - [4311] = {.lex_state = 102, .external_lex_state = 6}, - [4312] = {.lex_state = 102, .external_lex_state = 6}, - [4313] = {.lex_state = 102, .external_lex_state = 6}, - [4314] = {.lex_state = 102, .external_lex_state = 6}, - [4315] = {.lex_state = 102, .external_lex_state = 6}, - [4316] = {.lex_state = 102, .external_lex_state = 6}, - [4317] = {.lex_state = 102, .external_lex_state = 6}, - [4318] = {.lex_state = 102, .external_lex_state = 6}, - [4319] = {.lex_state = 102, .external_lex_state = 6}, - [4320] = {.lex_state = 102, .external_lex_state = 6}, - [4321] = {.lex_state = 102, .external_lex_state = 6}, - [4322] = {.lex_state = 102, .external_lex_state = 6}, - [4323] = {.lex_state = 102, .external_lex_state = 6}, - [4324] = {.lex_state = 102, .external_lex_state = 6}, - [4325] = {.lex_state = 102, .external_lex_state = 6}, - [4326] = {.lex_state = 102, .external_lex_state = 6}, - [4327] = {.lex_state = 102, .external_lex_state = 6}, - [4328] = {.lex_state = 102, .external_lex_state = 6}, - [4329] = {.lex_state = 102, .external_lex_state = 6}, - [4330] = {.lex_state = 102, .external_lex_state = 6}, - [4331] = {.lex_state = 102, .external_lex_state = 6}, - [4332] = {.lex_state = 102, .external_lex_state = 6}, - [4333] = {.lex_state = 144, .external_lex_state = 6}, - [4334] = {.lex_state = 102, .external_lex_state = 6}, - [4335] = {.lex_state = 102, .external_lex_state = 6}, - [4336] = {.lex_state = 102, .external_lex_state = 6}, - [4337] = {.lex_state = 102, .external_lex_state = 6}, - [4338] = {.lex_state = 102, .external_lex_state = 6}, - [4339] = {.lex_state = 102, .external_lex_state = 6}, - [4340] = {.lex_state = 144, .external_lex_state = 6}, - [4341] = {.lex_state = 102, .external_lex_state = 6}, - [4342] = {.lex_state = 102, .external_lex_state = 6}, - [4343] = {.lex_state = 102, .external_lex_state = 6}, - [4344] = {.lex_state = 102, .external_lex_state = 6}, - [4345] = {.lex_state = 102, .external_lex_state = 6}, - [4346] = {.lex_state = 102, .external_lex_state = 6}, - [4347] = {.lex_state = 102, .external_lex_state = 6}, - [4348] = {.lex_state = 102, .external_lex_state = 6}, - [4349] = {.lex_state = 102, .external_lex_state = 6}, - [4350] = {.lex_state = 102, .external_lex_state = 6}, - [4351] = {.lex_state = 102, .external_lex_state = 6}, - [4352] = {.lex_state = 102, .external_lex_state = 6}, - [4353] = {.lex_state = 102, .external_lex_state = 6}, - [4354] = {.lex_state = 102, .external_lex_state = 6}, - [4355] = {.lex_state = 102, .external_lex_state = 6}, - [4356] = {.lex_state = 102, .external_lex_state = 6}, - [4357] = {.lex_state = 102, .external_lex_state = 6}, - [4358] = {.lex_state = 102, .external_lex_state = 6}, - [4359] = {.lex_state = 102, .external_lex_state = 6}, - [4360] = {.lex_state = 102, .external_lex_state = 6}, - [4361] = {.lex_state = 102, .external_lex_state = 6}, - [4362] = {.lex_state = 50, .external_lex_state = 6}, - [4363] = {.lex_state = 50, .external_lex_state = 6}, - [4364] = {.lex_state = 144, .external_lex_state = 6}, - [4365] = {.lex_state = 144, .external_lex_state = 6}, - [4366] = {.lex_state = 144, .external_lex_state = 6}, - [4367] = {.lex_state = 50, .external_lex_state = 6}, - [4368] = {.lex_state = 50, .external_lex_state = 6}, - [4369] = {.lex_state = 144, .external_lex_state = 6}, - [4370] = {.lex_state = 50, .external_lex_state = 6}, - [4371] = {.lex_state = 50, .external_lex_state = 6}, - [4372] = {.lex_state = 144, .external_lex_state = 6}, - [4373] = {.lex_state = 50, .external_lex_state = 6}, - [4374] = {.lex_state = 144, .external_lex_state = 6}, - [4375] = {.lex_state = 50, .external_lex_state = 6}, - [4376] = {.lex_state = 144, .external_lex_state = 6}, - [4377] = {.lex_state = 50, .external_lex_state = 6}, - [4378] = {.lex_state = 50, .external_lex_state = 6}, - [4379] = {.lex_state = 144, .external_lex_state = 6}, - [4380] = {.lex_state = 144, .external_lex_state = 6}, - [4381] = {.lex_state = 144, .external_lex_state = 6}, - [4382] = {.lex_state = 144, .external_lex_state = 6}, - [4383] = {.lex_state = 50, .external_lex_state = 6}, - [4384] = {.lex_state = 50, .external_lex_state = 6}, - [4385] = {.lex_state = 50, .external_lex_state = 6}, - [4386] = {.lex_state = 50, .external_lex_state = 6}, - [4387] = {.lex_state = 144, .external_lex_state = 6}, - [4388] = {.lex_state = 144, .external_lex_state = 6}, - [4389] = {.lex_state = 50, .external_lex_state = 6}, - [4390] = {.lex_state = 50, .external_lex_state = 6}, - [4391] = {.lex_state = 144, .external_lex_state = 6}, - [4392] = {.lex_state = 144, .external_lex_state = 6}, - [4393] = {.lex_state = 50, .external_lex_state = 6}, - [4394] = {.lex_state = 144, .external_lex_state = 6}, - [4395] = {.lex_state = 144, .external_lex_state = 6}, - [4396] = {.lex_state = 144, .external_lex_state = 6}, - [4397] = {.lex_state = 144, .external_lex_state = 6}, - [4398] = {.lex_state = 50, .external_lex_state = 6}, - [4399] = {.lex_state = 50, .external_lex_state = 6}, - [4400] = {.lex_state = 144, .external_lex_state = 6}, - [4401] = {.lex_state = 144, .external_lex_state = 6}, - [4402] = {.lex_state = 50, .external_lex_state = 6}, - [4403] = {.lex_state = 144, .external_lex_state = 6}, - [4404] = {.lex_state = 144, .external_lex_state = 6}, - [4405] = {.lex_state = 102, .external_lex_state = 6}, - [4406] = {.lex_state = 102, .external_lex_state = 6}, - [4407] = {.lex_state = 102, .external_lex_state = 6}, - [4408] = {.lex_state = 51, .external_lex_state = 6}, - [4409] = {.lex_state = 62, .external_lex_state = 7}, - [4410] = {.lex_state = 62, .external_lex_state = 8}, - [4411] = {.lex_state = 62, .external_lex_state = 9}, - [4412] = {.lex_state = 62, .external_lex_state = 10}, - [4413] = {.lex_state = 64, .external_lex_state = 11}, - [4414] = {.lex_state = 62, .external_lex_state = 8}, - [4415] = {.lex_state = 64, .external_lex_state = 12}, - [4416] = {.lex_state = 62, .external_lex_state = 9}, - [4417] = {.lex_state = 62, .external_lex_state = 13}, - [4418] = {.lex_state = 62, .external_lex_state = 10}, - [4419] = {.lex_state = 62, .external_lex_state = 14}, - [4420] = {.lex_state = 62, .external_lex_state = 15}, - [4421] = {.lex_state = 62, .external_lex_state = 16}, - [4422] = {.lex_state = 62, .external_lex_state = 7}, - [4423] = {.lex_state = 62, .external_lex_state = 15}, - [4424] = {.lex_state = 62, .external_lex_state = 14}, - [4425] = {.lex_state = 62, .external_lex_state = 13}, - [4426] = {.lex_state = 62, .external_lex_state = 8}, - [4427] = {.lex_state = 64, .external_lex_state = 11}, - [4428] = {.lex_state = 64, .external_lex_state = 12}, - [4429] = {.lex_state = 62, .external_lex_state = 7}, - [4430] = {.lex_state = 62, .external_lex_state = 16}, - [4431] = {.lex_state = 62, .external_lex_state = 8}, - [4432] = {.lex_state = 62, .external_lex_state = 9}, - [4433] = {.lex_state = 62, .external_lex_state = 10}, - [4434] = {.lex_state = 62, .external_lex_state = 9}, - [4435] = {.lex_state = 64, .external_lex_state = 11}, - [4436] = {.lex_state = 62, .external_lex_state = 10}, - [4437] = {.lex_state = 64, .external_lex_state = 12}, - [4438] = {.lex_state = 64, .external_lex_state = 11}, - [4439] = {.lex_state = 62, .external_lex_state = 7}, - [4440] = {.lex_state = 62, .external_lex_state = 13}, - [4441] = {.lex_state = 62, .external_lex_state = 14}, - [4442] = {.lex_state = 64, .external_lex_state = 11}, - [4443] = {.lex_state = 62, .external_lex_state = 10}, - [4444] = {.lex_state = 62, .external_lex_state = 9}, - [4445] = {.lex_state = 64, .external_lex_state = 12}, - [4446] = {.lex_state = 64, .external_lex_state = 11}, - [4447] = {.lex_state = 64, .external_lex_state = 12}, - [4448] = {.lex_state = 62, .external_lex_state = 10}, - [4449] = {.lex_state = 62, .external_lex_state = 9}, - [4450] = {.lex_state = 64, .external_lex_state = 12}, - [4451] = {.lex_state = 62, .external_lex_state = 16}, - [4452] = {.lex_state = 62, .external_lex_state = 7}, - [4453] = {.lex_state = 62, .external_lex_state = 16}, - [4454] = {.lex_state = 62, .external_lex_state = 7}, - [4455] = {.lex_state = 62, .external_lex_state = 15}, - [4456] = {.lex_state = 62, .external_lex_state = 14}, - [4457] = {.lex_state = 62, .external_lex_state = 13}, - [4458] = {.lex_state = 62, .external_lex_state = 8}, - [4459] = {.lex_state = 62, .external_lex_state = 15}, - [4460] = {.lex_state = 62, .external_lex_state = 14}, - [4461] = {.lex_state = 62, .external_lex_state = 16}, - [4462] = {.lex_state = 62, .external_lex_state = 7}, - [4463] = {.lex_state = 62, .external_lex_state = 13}, - [4464] = {.lex_state = 64, .external_lex_state = 12}, - [4465] = {.lex_state = 62, .external_lex_state = 15}, - [4466] = {.lex_state = 62, .external_lex_state = 14}, - [4467] = {.lex_state = 62, .external_lex_state = 13}, - [4468] = {.lex_state = 62, .external_lex_state = 8}, - [4469] = {.lex_state = 64, .external_lex_state = 11}, - [4470] = {.lex_state = 62, .external_lex_state = 10}, - [4471] = {.lex_state = 64, .external_lex_state = 11}, - [4472] = {.lex_state = 62, .external_lex_state = 10}, - [4473] = {.lex_state = 62, .external_lex_state = 9}, - [4474] = {.lex_state = 62, .external_lex_state = 9}, - [4475] = {.lex_state = 62, .external_lex_state = 8}, - [4476] = {.lex_state = 62, .external_lex_state = 15}, - [4477] = {.lex_state = 62, .external_lex_state = 7}, - [4478] = {.lex_state = 62, .external_lex_state = 16}, - [4479] = {.lex_state = 62, .external_lex_state = 7}, - [4480] = {.lex_state = 62, .external_lex_state = 15}, - [4481] = {.lex_state = 62, .external_lex_state = 9}, - [4482] = {.lex_state = 62, .external_lex_state = 10}, - [4483] = {.lex_state = 64, .external_lex_state = 11}, - [4484] = {.lex_state = 64, .external_lex_state = 12}, - [4485] = {.lex_state = 62, .external_lex_state = 14}, - [4486] = {.lex_state = 62, .external_lex_state = 13}, - [4487] = {.lex_state = 62, .external_lex_state = 16}, - [4488] = {.lex_state = 62, .external_lex_state = 7}, - [4489] = {.lex_state = 62, .external_lex_state = 8}, - [4490] = {.lex_state = 62, .external_lex_state = 15}, - [4491] = {.lex_state = 62, .external_lex_state = 9}, - [4492] = {.lex_state = 62, .external_lex_state = 10}, - [4493] = {.lex_state = 64, .external_lex_state = 11}, - [4494] = {.lex_state = 64, .external_lex_state = 12}, - [4495] = {.lex_state = 62, .external_lex_state = 14}, - [4496] = {.lex_state = 62, .external_lex_state = 8}, - [4497] = {.lex_state = 62, .external_lex_state = 13}, - [4498] = {.lex_state = 62, .external_lex_state = 16}, - [4499] = {.lex_state = 64, .external_lex_state = 12}, - [4500] = {.lex_state = 62, .external_lex_state = 16}, - [4501] = {.lex_state = 62, .external_lex_state = 13}, - [4502] = {.lex_state = 64, .external_lex_state = 11}, - [4503] = {.lex_state = 62, .external_lex_state = 9}, - [4504] = {.lex_state = 62, .external_lex_state = 10}, - [4505] = {.lex_state = 64, .external_lex_state = 11}, - [4506] = {.lex_state = 64, .external_lex_state = 12}, - [4507] = {.lex_state = 62, .external_lex_state = 8}, - [4508] = {.lex_state = 62, .external_lex_state = 10}, - [4509] = {.lex_state = 62, .external_lex_state = 14}, - [4510] = {.lex_state = 62, .external_lex_state = 15}, - [4511] = {.lex_state = 62, .external_lex_state = 9}, - [4512] = {.lex_state = 62, .external_lex_state = 10}, - [4513] = {.lex_state = 62, .external_lex_state = 10}, - [4514] = {.lex_state = 62, .external_lex_state = 9}, - [4515] = {.lex_state = 62, .external_lex_state = 10}, - [4516] = {.lex_state = 62, .external_lex_state = 9}, - [4517] = {.lex_state = 62, .external_lex_state = 10}, - [4518] = {.lex_state = 62, .external_lex_state = 9}, - [4519] = {.lex_state = 62, .external_lex_state = 9}, - [4520] = {.lex_state = 62, .external_lex_state = 10}, - [4521] = {.lex_state = 62, .external_lex_state = 10}, - [4522] = {.lex_state = 64, .external_lex_state = 11}, - [4523] = {.lex_state = 62, .external_lex_state = 16}, - [4524] = {.lex_state = 64, .external_lex_state = 12}, - [4525] = {.lex_state = 62, .external_lex_state = 9}, - [4526] = {.lex_state = 62, .external_lex_state = 16}, - [4527] = {.lex_state = 62, .external_lex_state = 7}, - [4528] = {.lex_state = 62, .external_lex_state = 15}, - [4529] = {.lex_state = 62, .external_lex_state = 14}, - [4530] = {.lex_state = 62, .external_lex_state = 13}, - [4531] = {.lex_state = 62, .external_lex_state = 8}, - [4532] = {.lex_state = 62, .external_lex_state = 9}, - [4533] = {.lex_state = 62, .external_lex_state = 10}, - [4534] = {.lex_state = 62, .external_lex_state = 9}, - [4535] = {.lex_state = 62, .external_lex_state = 10}, - [4536] = {.lex_state = 62, .external_lex_state = 9}, - [4537] = {.lex_state = 62, .external_lex_state = 10}, - [4538] = {.lex_state = 62, .external_lex_state = 9}, - [4539] = {.lex_state = 62, .external_lex_state = 10}, - [4540] = {.lex_state = 62, .external_lex_state = 9}, - [4541] = {.lex_state = 62, .external_lex_state = 10}, - [4542] = {.lex_state = 62, .external_lex_state = 9}, - [4543] = {.lex_state = 62, .external_lex_state = 10}, - [4544] = {.lex_state = 62, .external_lex_state = 8}, - [4545] = {.lex_state = 62, .external_lex_state = 10}, - [4546] = {.lex_state = 62, .external_lex_state = 8}, - [4547] = {.lex_state = 62, .external_lex_state = 13}, - [4548] = {.lex_state = 62, .external_lex_state = 13}, - [4549] = {.lex_state = 62, .external_lex_state = 14}, - [4550] = {.lex_state = 62, .external_lex_state = 9}, - [4551] = {.lex_state = 62, .external_lex_state = 10}, - [4552] = {.lex_state = 62, .external_lex_state = 15}, - [4553] = {.lex_state = 62, .external_lex_state = 9}, - [4554] = {.lex_state = 62, .external_lex_state = 10}, - [4555] = {.lex_state = 62, .external_lex_state = 9}, - [4556] = {.lex_state = 62, .external_lex_state = 10}, - [4557] = {.lex_state = 62, .external_lex_state = 9}, - [4558] = {.lex_state = 64, .external_lex_state = 12}, - [4559] = {.lex_state = 64, .external_lex_state = 11}, - [4560] = {.lex_state = 62, .external_lex_state = 10}, - [4561] = {.lex_state = 62, .external_lex_state = 7}, - [4562] = {.lex_state = 62, .external_lex_state = 14}, - [4563] = {.lex_state = 62, .external_lex_state = 15}, - [4564] = {.lex_state = 62, .external_lex_state = 16}, - [4565] = {.lex_state = 62, .external_lex_state = 7}, - [4566] = {.lex_state = 62, .external_lex_state = 15}, - [4567] = {.lex_state = 62, .external_lex_state = 14}, - [4568] = {.lex_state = 62, .external_lex_state = 13}, - [4569] = {.lex_state = 62, .external_lex_state = 8}, - [4570] = {.lex_state = 62, .external_lex_state = 9}, - [4571] = {.lex_state = 64, .external_lex_state = 12}, - [4572] = {.lex_state = 64, .external_lex_state = 11}, - [4573] = {.lex_state = 62, .external_lex_state = 10}, - [4574] = {.lex_state = 62, .external_lex_state = 9}, - [4575] = {.lex_state = 64, .external_lex_state = 12}, - [4576] = {.lex_state = 64, .external_lex_state = 11}, - [4577] = {.lex_state = 62, .external_lex_state = 10}, - [4578] = {.lex_state = 62, .external_lex_state = 9}, - [4579] = {.lex_state = 64, .external_lex_state = 12}, - [4580] = {.lex_state = 64, .external_lex_state = 11}, - [4581] = {.lex_state = 62, .external_lex_state = 7}, - [4582] = {.lex_state = 62, .external_lex_state = 16}, - [4583] = {.lex_state = 62, .external_lex_state = 10}, - [4584] = {.lex_state = 62, .external_lex_state = 9}, - [4585] = {.lex_state = 64, .external_lex_state = 12}, - [4586] = {.lex_state = 64, .external_lex_state = 11}, - [4587] = {.lex_state = 62, .external_lex_state = 10}, - [4588] = {.lex_state = 62, .external_lex_state = 9}, - [4589] = {.lex_state = 64, .external_lex_state = 12}, - [4590] = {.lex_state = 62, .external_lex_state = 16}, - [4591] = {.lex_state = 64, .external_lex_state = 11}, - [4592] = {.lex_state = 62, .external_lex_state = 10}, - [4593] = {.lex_state = 62, .external_lex_state = 9}, - [4594] = {.lex_state = 64, .external_lex_state = 11}, - [4595] = {.lex_state = 64, .external_lex_state = 12}, - [4596] = {.lex_state = 64, .external_lex_state = 12}, - [4597] = {.lex_state = 64, .external_lex_state = 11}, - [4598] = {.lex_state = 62, .external_lex_state = 10}, - [4599] = {.lex_state = 62, .external_lex_state = 9}, - [4600] = {.lex_state = 64, .external_lex_state = 12}, - [4601] = {.lex_state = 64, .external_lex_state = 11}, - [4602] = {.lex_state = 62, .external_lex_state = 9}, - [4603] = {.lex_state = 62, .external_lex_state = 10}, - [4604] = {.lex_state = 64, .external_lex_state = 11}, - [4605] = {.lex_state = 64, .external_lex_state = 12}, - [4606] = {.lex_state = 62, .external_lex_state = 10}, - [4607] = {.lex_state = 62, .external_lex_state = 9}, - [4608] = {.lex_state = 64, .external_lex_state = 12}, - [4609] = {.lex_state = 64, .external_lex_state = 11}, - [4610] = {.lex_state = 62, .external_lex_state = 10}, - [4611] = {.lex_state = 62, .external_lex_state = 9}, - [4612] = {.lex_state = 64, .external_lex_state = 12}, - [4613] = {.lex_state = 62, .external_lex_state = 9}, - [4614] = {.lex_state = 62, .external_lex_state = 9}, - [4615] = {.lex_state = 62, .external_lex_state = 10}, - [4616] = {.lex_state = 64, .external_lex_state = 11}, - [4617] = {.lex_state = 64, .external_lex_state = 12}, - [4618] = {.lex_state = 64, .external_lex_state = 11}, - [4619] = {.lex_state = 62, .external_lex_state = 10}, - [4620] = {.lex_state = 62, .external_lex_state = 9}, - [4621] = {.lex_state = 64, .external_lex_state = 12}, - [4622] = {.lex_state = 64, .external_lex_state = 11}, - [4623] = {.lex_state = 62, .external_lex_state = 10}, - [4624] = {.lex_state = 64, .external_lex_state = 11}, - [4625] = {.lex_state = 62, .external_lex_state = 8}, - [4626] = {.lex_state = 62, .external_lex_state = 13}, - [4627] = {.lex_state = 62, .external_lex_state = 9}, - [4628] = {.lex_state = 62, .external_lex_state = 14}, - [4629] = {.lex_state = 62, .external_lex_state = 15}, - [4630] = {.lex_state = 62, .external_lex_state = 16}, - [4631] = {.lex_state = 62, .external_lex_state = 7}, - [4632] = {.lex_state = 62, .external_lex_state = 7}, - [4633] = {.lex_state = 62, .external_lex_state = 16}, - [4634] = {.lex_state = 62, .external_lex_state = 15}, - [4635] = {.lex_state = 62, .external_lex_state = 14}, - [4636] = {.lex_state = 62, .external_lex_state = 16}, - [4637] = {.lex_state = 62, .external_lex_state = 7}, - [4638] = {.lex_state = 62, .external_lex_state = 15}, - [4639] = {.lex_state = 62, .external_lex_state = 14}, - [4640] = {.lex_state = 62, .external_lex_state = 13}, - [4641] = {.lex_state = 62, .external_lex_state = 8}, - [4642] = {.lex_state = 64, .external_lex_state = 12}, - [4643] = {.lex_state = 64, .external_lex_state = 11}, - [4644] = {.lex_state = 62, .external_lex_state = 10}, - [4645] = {.lex_state = 62, .external_lex_state = 9}, - [4646] = {.lex_state = 64, .external_lex_state = 12}, - [4647] = {.lex_state = 64, .external_lex_state = 11}, - [4648] = {.lex_state = 62, .external_lex_state = 10}, - [4649] = {.lex_state = 62, .external_lex_state = 9}, - [4650] = {.lex_state = 64, .external_lex_state = 12}, - [4651] = {.lex_state = 64, .external_lex_state = 11}, - [4652] = {.lex_state = 62, .external_lex_state = 10}, - [4653] = {.lex_state = 62, .external_lex_state = 9}, - [4654] = {.lex_state = 64, .external_lex_state = 12}, - [4655] = {.lex_state = 62, .external_lex_state = 13}, - [4656] = {.lex_state = 62, .external_lex_state = 8}, - [4657] = {.lex_state = 64, .external_lex_state = 11}, - [4658] = {.lex_state = 62, .external_lex_state = 16}, - [4659] = {.lex_state = 62, .external_lex_state = 10}, - [4660] = {.lex_state = 62, .external_lex_state = 7}, - [4661] = {.lex_state = 62, .external_lex_state = 15}, - [4662] = {.lex_state = 62, .external_lex_state = 14}, - [4663] = {.lex_state = 62, .external_lex_state = 9}, - [4664] = {.lex_state = 64, .external_lex_state = 12}, - [4665] = {.lex_state = 62, .external_lex_state = 13}, - [4666] = {.lex_state = 62, .external_lex_state = 8}, - [4667] = {.lex_state = 62, .external_lex_state = 16}, - [4668] = {.lex_state = 62, .external_lex_state = 7}, - [4669] = {.lex_state = 62, .external_lex_state = 15}, - [4670] = {.lex_state = 62, .external_lex_state = 14}, - [4671] = {.lex_state = 62, .external_lex_state = 13}, - [4672] = {.lex_state = 62, .external_lex_state = 8}, - [4673] = {.lex_state = 64, .external_lex_state = 11}, - [4674] = {.lex_state = 62, .external_lex_state = 10}, - [4675] = {.lex_state = 62, .external_lex_state = 9}, - [4676] = {.lex_state = 64, .external_lex_state = 12}, - [4677] = {.lex_state = 64, .external_lex_state = 11}, - [4678] = {.lex_state = 62, .external_lex_state = 10}, - [4679] = {.lex_state = 62, .external_lex_state = 9}, - [4680] = {.lex_state = 64, .external_lex_state = 12}, - [4681] = {.lex_state = 64, .external_lex_state = 11}, - [4682] = {.lex_state = 62, .external_lex_state = 10}, - [4683] = {.lex_state = 62, .external_lex_state = 9}, - [4684] = {.lex_state = 64, .external_lex_state = 12}, - [4685] = {.lex_state = 62, .external_lex_state = 9}, - [4686] = {.lex_state = 64, .external_lex_state = 12}, - [4687] = {.lex_state = 64, .external_lex_state = 11}, - [4688] = {.lex_state = 64, .external_lex_state = 12}, - [4689] = {.lex_state = 64, .external_lex_state = 11}, - [4690] = {.lex_state = 62, .external_lex_state = 10}, - [4691] = {.lex_state = 62, .external_lex_state = 9}, - [4692] = {.lex_state = 62, .external_lex_state = 10}, - [4693] = {.lex_state = 62, .external_lex_state = 10}, - [4694] = {.lex_state = 62, .external_lex_state = 9}, - [4695] = {.lex_state = 64, .external_lex_state = 12}, - [4696] = {.lex_state = 64, .external_lex_state = 11}, - [4697] = {.lex_state = 62, .external_lex_state = 10}, - [4698] = {.lex_state = 62, .external_lex_state = 9}, - [4699] = {.lex_state = 64, .external_lex_state = 12}, - [4700] = {.lex_state = 64, .external_lex_state = 11}, - [4701] = {.lex_state = 64, .external_lex_state = 11}, - [4702] = {.lex_state = 62, .external_lex_state = 10}, - [4703] = {.lex_state = 62, .external_lex_state = 9}, - [4704] = {.lex_state = 64, .external_lex_state = 12}, - [4705] = {.lex_state = 62, .external_lex_state = 9}, - [4706] = {.lex_state = 62, .external_lex_state = 10}, - [4707] = {.lex_state = 64, .external_lex_state = 11}, - [4708] = {.lex_state = 64, .external_lex_state = 12}, - [4709] = {.lex_state = 64, .external_lex_state = 11}, - [4710] = {.lex_state = 62, .external_lex_state = 10}, - [4711] = {.lex_state = 62, .external_lex_state = 9}, - [4712] = {.lex_state = 64, .external_lex_state = 12}, - [4713] = {.lex_state = 64, .external_lex_state = 11}, - [4714] = {.lex_state = 62, .external_lex_state = 10}, - [4715] = {.lex_state = 62, .external_lex_state = 9}, - [4716] = {.lex_state = 62, .external_lex_state = 8}, - [4717] = {.lex_state = 62, .external_lex_state = 9}, - [4718] = {.lex_state = 62, .external_lex_state = 10}, - [4719] = {.lex_state = 64, .external_lex_state = 11}, - [4720] = {.lex_state = 64, .external_lex_state = 12}, - [4721] = {.lex_state = 62, .external_lex_state = 15}, - [4722] = {.lex_state = 64, .external_lex_state = 12}, - [4723] = {.lex_state = 64, .external_lex_state = 11}, - [4724] = {.lex_state = 64, .external_lex_state = 12}, - [4725] = {.lex_state = 62, .external_lex_state = 10}, - [4726] = {.lex_state = 62, .external_lex_state = 13}, - [4727] = {.lex_state = 62, .external_lex_state = 14}, - [4728] = {.lex_state = 62, .external_lex_state = 9}, - [4729] = {.lex_state = 64, .external_lex_state = 12}, - [4730] = {.lex_state = 64, .external_lex_state = 11}, - [4731] = {.lex_state = 62, .external_lex_state = 10}, - [4732] = {.lex_state = 62, .external_lex_state = 9}, - [4733] = {.lex_state = 62, .external_lex_state = 15}, - [4734] = {.lex_state = 62, .external_lex_state = 14}, - [4735] = {.lex_state = 62, .external_lex_state = 7}, - [4736] = {.lex_state = 62, .external_lex_state = 13}, - [4737] = {.lex_state = 62, .external_lex_state = 16}, - [4738] = {.lex_state = 62, .external_lex_state = 14}, - [4739] = {.lex_state = 62, .external_lex_state = 16}, - [4740] = {.lex_state = 62, .external_lex_state = 7}, - [4741] = {.lex_state = 62, .external_lex_state = 15}, - [4742] = {.lex_state = 62, .external_lex_state = 14}, - [4743] = {.lex_state = 62, .external_lex_state = 13}, - [4744] = {.lex_state = 62, .external_lex_state = 8}, - [4745] = {.lex_state = 62, .external_lex_state = 8}, - [4746] = {.lex_state = 62, .external_lex_state = 13}, - [4747] = {.lex_state = 62, .external_lex_state = 14}, - [4748] = {.lex_state = 62, .external_lex_state = 15}, - [4749] = {.lex_state = 62, .external_lex_state = 7}, - [4750] = {.lex_state = 62, .external_lex_state = 16}, - [4751] = {.lex_state = 62, .external_lex_state = 8}, - [4752] = {.lex_state = 62, .external_lex_state = 13}, - [4753] = {.lex_state = 62, .external_lex_state = 14}, - [4754] = {.lex_state = 62, .external_lex_state = 15}, - [4755] = {.lex_state = 62, .external_lex_state = 7}, - [4756] = {.lex_state = 62, .external_lex_state = 16}, - [4757] = {.lex_state = 62, .external_lex_state = 13}, - [4758] = {.lex_state = 64, .external_lex_state = 12}, - [4759] = {.lex_state = 62, .external_lex_state = 9}, - [4760] = {.lex_state = 62, .external_lex_state = 15}, - [4761] = {.lex_state = 62, .external_lex_state = 8}, - [4762] = {.lex_state = 64, .external_lex_state = 12}, - [4763] = {.lex_state = 62, .external_lex_state = 7}, - [4764] = {.lex_state = 62, .external_lex_state = 16}, - [4765] = {.lex_state = 64, .external_lex_state = 11}, - [4766] = {.lex_state = 62, .external_lex_state = 10}, - [4767] = {.lex_state = 62, .external_lex_state = 10}, - [4768] = {.lex_state = 64, .external_lex_state = 11}, - [4769] = {.lex_state = 64, .external_lex_state = 12}, - [4770] = {.lex_state = 62, .external_lex_state = 16}, - [4771] = {.lex_state = 62, .external_lex_state = 7}, - [4772] = {.lex_state = 62, .external_lex_state = 15}, - [4773] = {.lex_state = 62, .external_lex_state = 14}, - [4774] = {.lex_state = 62, .external_lex_state = 13}, - [4775] = {.lex_state = 62, .external_lex_state = 8}, - [4776] = {.lex_state = 62, .external_lex_state = 9}, - [4777] = {.lex_state = 64, .external_lex_state = 12}, - [4778] = {.lex_state = 64, .external_lex_state = 11}, - [4779] = {.lex_state = 62, .external_lex_state = 10}, - [4780] = {.lex_state = 62, .external_lex_state = 9}, - [4781] = {.lex_state = 62, .external_lex_state = 8}, - [4782] = {.lex_state = 62, .external_lex_state = 13}, - [4783] = {.lex_state = 62, .external_lex_state = 14}, - [4784] = {.lex_state = 62, .external_lex_state = 15}, - [4785] = {.lex_state = 62, .external_lex_state = 7}, - [4786] = {.lex_state = 62, .external_lex_state = 16}, - [4787] = {.lex_state = 62, .external_lex_state = 10}, - [4788] = {.lex_state = 62, .external_lex_state = 9}, - [4789] = {.lex_state = 62, .external_lex_state = 8}, - [4790] = {.lex_state = 62, .external_lex_state = 13}, - [4791] = {.lex_state = 62, .external_lex_state = 14}, - [4792] = {.lex_state = 62, .external_lex_state = 15}, - [4793] = {.lex_state = 62, .external_lex_state = 7}, - [4794] = {.lex_state = 62, .external_lex_state = 16}, - [4795] = {.lex_state = 64, .external_lex_state = 12}, - [4796] = {.lex_state = 64, .external_lex_state = 11}, - [4797] = {.lex_state = 62, .external_lex_state = 10}, - [4798] = {.lex_state = 62, .external_lex_state = 9}, - [4799] = {.lex_state = 62, .external_lex_state = 9}, - [4800] = {.lex_state = 62, .external_lex_state = 16}, - [4801] = {.lex_state = 64, .external_lex_state = 12}, - [4802] = {.lex_state = 64, .external_lex_state = 11}, - [4803] = {.lex_state = 62, .external_lex_state = 10}, - [4804] = {.lex_state = 62, .external_lex_state = 9}, - [4805] = {.lex_state = 62, .external_lex_state = 7}, - [4806] = {.lex_state = 62, .external_lex_state = 8}, - [4807] = {.lex_state = 62, .external_lex_state = 13}, - [4808] = {.lex_state = 62, .external_lex_state = 9}, - [4809] = {.lex_state = 62, .external_lex_state = 10}, - [4810] = {.lex_state = 64, .external_lex_state = 11}, - [4811] = {.lex_state = 64, .external_lex_state = 12}, - [4812] = {.lex_state = 62, .external_lex_state = 8}, - [4813] = {.lex_state = 62, .external_lex_state = 13}, - [4814] = {.lex_state = 62, .external_lex_state = 14}, - [4815] = {.lex_state = 62, .external_lex_state = 14}, - [4816] = {.lex_state = 62, .external_lex_state = 15}, - [4817] = {.lex_state = 62, .external_lex_state = 7}, - [4818] = {.lex_state = 62, .external_lex_state = 16}, - [4819] = {.lex_state = 62, .external_lex_state = 15}, - [4820] = {.lex_state = 62, .external_lex_state = 9}, - [4821] = {.lex_state = 62, .external_lex_state = 10}, - [4822] = {.lex_state = 64, .external_lex_state = 11}, - [4823] = {.lex_state = 64, .external_lex_state = 12}, - [4824] = {.lex_state = 62, .external_lex_state = 15}, - [4825] = {.lex_state = 62, .external_lex_state = 7}, - [4826] = {.lex_state = 62, .external_lex_state = 16}, - [4827] = {.lex_state = 62, .external_lex_state = 8}, - [4828] = {.lex_state = 62, .external_lex_state = 13}, - [4829] = {.lex_state = 62, .external_lex_state = 14}, - [4830] = {.lex_state = 64, .external_lex_state = 12}, - [4831] = {.lex_state = 64, .external_lex_state = 11}, - [4832] = {.lex_state = 62, .external_lex_state = 15}, - [4833] = {.lex_state = 62, .external_lex_state = 7}, - [4834] = {.lex_state = 62, .external_lex_state = 16}, - [4835] = {.lex_state = 64, .external_lex_state = 12}, + [4155] = {.lex_state = 141, .external_lex_state = 4}, + [4156] = {.lex_state = 141, .external_lex_state = 4}, + [4157] = {.lex_state = 102, .external_lex_state = 4}, + [4158] = {.lex_state = 141, .external_lex_state = 4}, + [4159] = {.lex_state = 141, .external_lex_state = 4}, + [4160] = {.lex_state = 102, .external_lex_state = 4}, + [4161] = {.lex_state = 102, .external_lex_state = 4}, + [4162] = {.lex_state = 141, .external_lex_state = 4}, + [4163] = {.lex_state = 129, .external_lex_state = 4}, + [4164] = {.lex_state = 141, .external_lex_state = 4}, + [4165] = {.lex_state = 141, .external_lex_state = 4}, + [4166] = {.lex_state = 141, .external_lex_state = 4}, + [4167] = {.lex_state = 141, .external_lex_state = 4}, + [4168] = {.lex_state = 141, .external_lex_state = 4}, + [4169] = {.lex_state = 263, .external_lex_state = 4}, + [4170] = {.lex_state = 263, .external_lex_state = 4}, + [4171] = {.lex_state = 263, .external_lex_state = 4}, + [4172] = {.lex_state = 102, .external_lex_state = 4}, + [4173] = {.lex_state = 102, .external_lex_state = 4}, + [4174] = {.lex_state = 263, .external_lex_state = 4}, + [4175] = {.lex_state = 263, .external_lex_state = 4}, + [4176] = {.lex_state = 102, .external_lex_state = 4}, + [4177] = {.lex_state = 102, .external_lex_state = 4}, + [4178] = {.lex_state = 263, .external_lex_state = 4}, + [4179] = {.lex_state = 263, .external_lex_state = 4}, + [4180] = {.lex_state = 263, .external_lex_state = 4}, + [4181] = {.lex_state = 141, .external_lex_state = 4}, + [4182] = {.lex_state = 141, .external_lex_state = 4}, + [4183] = {.lex_state = 141, .external_lex_state = 4}, + [4184] = {.lex_state = 141, .external_lex_state = 4}, + [4185] = {.lex_state = 102, .external_lex_state = 4}, + [4186] = {.lex_state = 102, .external_lex_state = 4}, + [4187] = {.lex_state = 141, .external_lex_state = 4}, + [4188] = {.lex_state = 141, .external_lex_state = 4}, + [4189] = {.lex_state = 102, .external_lex_state = 4}, + [4190] = {.lex_state = 263, .external_lex_state = 4}, + [4191] = {.lex_state = 263, .external_lex_state = 4}, + [4192] = {.lex_state = 129, .external_lex_state = 4}, + [4193] = {.lex_state = 263, .external_lex_state = 4}, + [4194] = {.lex_state = 102, .external_lex_state = 4}, + [4195] = {.lex_state = 102, .external_lex_state = 4}, + [4196] = {.lex_state = 102, .external_lex_state = 4}, + [4197] = {.lex_state = 102, .external_lex_state = 4}, + [4198] = {.lex_state = 102, .external_lex_state = 4}, + [4199] = {.lex_state = 102, .external_lex_state = 4}, + [4200] = {.lex_state = 102, .external_lex_state = 4}, + [4201] = {.lex_state = 102, .external_lex_state = 4}, + [4202] = {.lex_state = 102, .external_lex_state = 4}, + [4203] = {.lex_state = 102, .external_lex_state = 4}, + [4204] = {.lex_state = 102, .external_lex_state = 4}, + [4205] = {.lex_state = 263, .external_lex_state = 4}, + [4206] = {.lex_state = 263, .external_lex_state = 4}, + [4207] = {.lex_state = 129, .external_lex_state = 4}, + [4208] = {.lex_state = 102, .external_lex_state = 4}, + [4209] = {.lex_state = 102, .external_lex_state = 4}, + [4210] = {.lex_state = 102, .external_lex_state = 4}, + [4211] = {.lex_state = 102, .external_lex_state = 4}, + [4212] = {.lex_state = 102, .external_lex_state = 4}, + [4213] = {.lex_state = 263, .external_lex_state = 4}, + [4214] = {.lex_state = 102, .external_lex_state = 4}, + [4215] = {.lex_state = 263, .external_lex_state = 4}, + [4216] = {.lex_state = 129, .external_lex_state = 4}, + [4217] = {.lex_state = 102, .external_lex_state = 4}, + [4218] = {.lex_state = 102, .external_lex_state = 4}, + [4219] = {.lex_state = 263, .external_lex_state = 4}, + [4220] = {.lex_state = 263, .external_lex_state = 4}, + [4221] = {.lex_state = 102, .external_lex_state = 4}, + [4222] = {.lex_state = 263, .external_lex_state = 4}, + [4223] = {.lex_state = 263, .external_lex_state = 4}, + [4224] = {.lex_state = 263, .external_lex_state = 4}, + [4225] = {.lex_state = 102, .external_lex_state = 4}, + [4226] = {.lex_state = 129, .external_lex_state = 4}, + [4227] = {.lex_state = 129, .external_lex_state = 4}, + [4228] = {.lex_state = 129, .external_lex_state = 4}, + [4229] = {.lex_state = 263, .external_lex_state = 4}, + [4230] = {.lex_state = 263, .external_lex_state = 4}, + [4231] = {.lex_state = 263, .external_lex_state = 4}, + [4232] = {.lex_state = 102, .external_lex_state = 4}, + [4233] = {.lex_state = 102, .external_lex_state = 4}, + [4234] = {.lex_state = 263, .external_lex_state = 4}, + [4235] = {.lex_state = 102, .external_lex_state = 4}, + [4236] = {.lex_state = 263, .external_lex_state = 4}, + [4237] = {.lex_state = 263, .external_lex_state = 4}, + [4238] = {.lex_state = 141, .external_lex_state = 4}, + [4239] = {.lex_state = 141, .external_lex_state = 4}, + [4240] = {.lex_state = 263, .external_lex_state = 4}, + [4241] = {.lex_state = 263, .external_lex_state = 4}, + [4242] = {.lex_state = 102, .external_lex_state = 4}, + [4243] = {.lex_state = 263, .external_lex_state = 4}, + [4244] = {.lex_state = 263, .external_lex_state = 4}, + [4245] = {.lex_state = 102, .external_lex_state = 4}, + [4246] = {.lex_state = 263, .external_lex_state = 4}, + [4247] = {.lex_state = 263, .external_lex_state = 4}, + [4248] = {.lex_state = 141, .external_lex_state = 4}, + [4249] = {.lex_state = 141, .external_lex_state = 4}, + [4250] = {.lex_state = 141, .external_lex_state = 4}, + [4251] = {.lex_state = 263, .external_lex_state = 4}, + [4252] = {.lex_state = 141, .external_lex_state = 4}, + [4253] = {.lex_state = 141, .external_lex_state = 4}, + [4254] = {.lex_state = 141, .external_lex_state = 4}, + [4255] = {.lex_state = 141, .external_lex_state = 4}, + [4256] = {.lex_state = 141, .external_lex_state = 4}, + [4257] = {.lex_state = 102, .external_lex_state = 4}, + [4258] = {.lex_state = 102, .external_lex_state = 4}, + [4259] = {.lex_state = 141, .external_lex_state = 4}, + [4260] = {.lex_state = 102, .external_lex_state = 4}, + [4261] = {.lex_state = 141, .external_lex_state = 4}, + [4262] = {.lex_state = 141, .external_lex_state = 4}, + [4263] = {.lex_state = 141, .external_lex_state = 4}, + [4264] = {.lex_state = 102, .external_lex_state = 4}, + [4265] = {.lex_state = 141, .external_lex_state = 4}, + [4266] = {.lex_state = 141, .external_lex_state = 4}, + [4267] = {.lex_state = 102, .external_lex_state = 4}, + [4268] = {.lex_state = 102, .external_lex_state = 4}, + [4269] = {.lex_state = 102, .external_lex_state = 4}, + [4270] = {.lex_state = 102, .external_lex_state = 4}, + [4271] = {.lex_state = 102, .external_lex_state = 4}, + [4272] = {.lex_state = 102, .external_lex_state = 4}, + [4273] = {.lex_state = 102, .external_lex_state = 4}, + [4274] = {.lex_state = 263, .external_lex_state = 4}, + [4275] = {.lex_state = 141, .external_lex_state = 4}, + [4276] = {.lex_state = 141, .external_lex_state = 4}, + [4277] = {.lex_state = 141, .external_lex_state = 4}, + [4278] = {.lex_state = 263, .external_lex_state = 4}, + [4279] = {.lex_state = 102, .external_lex_state = 4}, + [4280] = {.lex_state = 102, .external_lex_state = 4}, + [4281] = {.lex_state = 141, .external_lex_state = 4}, + [4282] = {.lex_state = 102, .external_lex_state = 4}, + [4283] = {.lex_state = 102, .external_lex_state = 4}, + [4284] = {.lex_state = 102, .external_lex_state = 4}, + [4285] = {.lex_state = 102, .external_lex_state = 4}, + [4286] = {.lex_state = 102, .external_lex_state = 4}, + [4287] = {.lex_state = 102, .external_lex_state = 4}, + [4288] = {.lex_state = 141, .external_lex_state = 4}, + [4289] = {.lex_state = 141, .external_lex_state = 4}, + [4290] = {.lex_state = 141, .external_lex_state = 4}, + [4291] = {.lex_state = 102, .external_lex_state = 4}, + [4292] = {.lex_state = 102, .external_lex_state = 4}, + [4293] = {.lex_state = 102, .external_lex_state = 4}, + [4294] = {.lex_state = 102, .external_lex_state = 4}, + [4295] = {.lex_state = 102, .external_lex_state = 4}, + [4296] = {.lex_state = 102, .external_lex_state = 4}, + [4297] = {.lex_state = 141, .external_lex_state = 4}, + [4298] = {.lex_state = 263, .external_lex_state = 4}, + [4299] = {.lex_state = 263, .external_lex_state = 4}, + [4300] = {.lex_state = 141, .external_lex_state = 4}, + [4301] = {.lex_state = 102, .external_lex_state = 4}, + [4302] = {.lex_state = 263, .external_lex_state = 4}, + [4303] = {.lex_state = 263, .external_lex_state = 4}, + [4304] = {.lex_state = 263, .external_lex_state = 4}, + [4305] = {.lex_state = 263, .external_lex_state = 4}, + [4306] = {.lex_state = 129, .external_lex_state = 4}, + [4307] = {.lex_state = 129, .external_lex_state = 4}, + [4308] = {.lex_state = 102, .external_lex_state = 4}, + [4309] = {.lex_state = 263, .external_lex_state = 4}, + [4310] = {.lex_state = 102, .external_lex_state = 4}, + [4311] = {.lex_state = 102, .external_lex_state = 4}, + [4312] = {.lex_state = 263, .external_lex_state = 4}, + [4313] = {.lex_state = 263, .external_lex_state = 4}, + [4314] = {.lex_state = 263, .external_lex_state = 4}, + [4315] = {.lex_state = 263, .external_lex_state = 4}, + [4316] = {.lex_state = 263, .external_lex_state = 4}, + [4317] = {.lex_state = 263, .external_lex_state = 4}, + [4318] = {.lex_state = 102, .external_lex_state = 4}, + [4319] = {.lex_state = 263, .external_lex_state = 4}, + [4320] = {.lex_state = 263, .external_lex_state = 4}, + [4321] = {.lex_state = 263, .external_lex_state = 4}, + [4322] = {.lex_state = 129, .external_lex_state = 4}, + [4323] = {.lex_state = 263, .external_lex_state = 4}, + [4324] = {.lex_state = 102, .external_lex_state = 4}, + [4325] = {.lex_state = 263, .external_lex_state = 4}, + [4326] = {.lex_state = 263, .external_lex_state = 4}, + [4327] = {.lex_state = 102, .external_lex_state = 4}, + [4328] = {.lex_state = 102, .external_lex_state = 4}, + [4329] = {.lex_state = 102, .external_lex_state = 4}, + [4330] = {.lex_state = 263, .external_lex_state = 4}, + [4331] = {.lex_state = 263, .external_lex_state = 4}, + [4332] = {.lex_state = 102, .external_lex_state = 4}, + [4333] = {.lex_state = 102, .external_lex_state = 4}, + [4334] = {.lex_state = 102, .external_lex_state = 4}, + [4335] = {.lex_state = 102, .external_lex_state = 4}, + [4336] = {.lex_state = 263, .external_lex_state = 4}, + [4337] = {.lex_state = 263, .external_lex_state = 4}, + [4338] = {.lex_state = 263, .external_lex_state = 4}, + [4339] = {.lex_state = 263, .external_lex_state = 4}, + [4340] = {.lex_state = 263, .external_lex_state = 4}, + [4341] = {.lex_state = 263, .external_lex_state = 4}, + [4342] = {.lex_state = 263, .external_lex_state = 4}, + [4343] = {.lex_state = 263, .external_lex_state = 4}, + [4344] = {.lex_state = 263, .external_lex_state = 4}, + [4345] = {.lex_state = 263, .external_lex_state = 4}, + [4346] = {.lex_state = 263, .external_lex_state = 4}, + [4347] = {.lex_state = 129, .external_lex_state = 4}, + [4348] = {.lex_state = 263, .external_lex_state = 4}, + [4349] = {.lex_state = 263, .external_lex_state = 4}, + [4350] = {.lex_state = 129, .external_lex_state = 4}, + [4351] = {.lex_state = 263, .external_lex_state = 4}, + [4352] = {.lex_state = 263, .external_lex_state = 4}, + [4353] = {.lex_state = 263, .external_lex_state = 4}, + [4354] = {.lex_state = 263, .external_lex_state = 4}, + [4355] = {.lex_state = 263, .external_lex_state = 4}, + [4356] = {.lex_state = 129, .external_lex_state = 4}, + [4357] = {.lex_state = 263, .external_lex_state = 4}, + [4358] = {.lex_state = 263, .external_lex_state = 4}, + [4359] = {.lex_state = 263, .external_lex_state = 4}, + [4360] = {.lex_state = 129, .external_lex_state = 4}, + [4361] = {.lex_state = 129, .external_lex_state = 4}, + [4362] = {.lex_state = 263, .external_lex_state = 4}, + [4363] = {.lex_state = 263, .external_lex_state = 4}, + [4364] = {.lex_state = 263, .external_lex_state = 4}, + [4365] = {.lex_state = 263, .external_lex_state = 4}, + [4366] = {.lex_state = 129, .external_lex_state = 4}, + [4367] = {.lex_state = 263, .external_lex_state = 4}, + [4368] = {.lex_state = 263, .external_lex_state = 4}, + [4369] = {.lex_state = 263, .external_lex_state = 4}, + [4370] = {.lex_state = 263, .external_lex_state = 4}, + [4371] = {.lex_state = 263, .external_lex_state = 4}, + [4372] = {.lex_state = 263, .external_lex_state = 4}, + [4373] = {.lex_state = 263, .external_lex_state = 4}, + [4374] = {.lex_state = 263, .external_lex_state = 4}, + [4375] = {.lex_state = 102, .external_lex_state = 4}, + [4376] = {.lex_state = 263, .external_lex_state = 4}, + [4377] = {.lex_state = 102, .external_lex_state = 4}, + [4378] = {.lex_state = 263, .external_lex_state = 4}, + [4379] = {.lex_state = 263, .external_lex_state = 4}, + [4380] = {.lex_state = 263, .external_lex_state = 4}, + [4381] = {.lex_state = 263, .external_lex_state = 4}, + [4382] = {.lex_state = 263, .external_lex_state = 4}, + [4383] = {.lex_state = 263, .external_lex_state = 4}, + [4384] = {.lex_state = 263, .external_lex_state = 4}, + [4385] = {.lex_state = 102, .external_lex_state = 4}, + [4386] = {.lex_state = 263, .external_lex_state = 4}, + [4387] = {.lex_state = 263, .external_lex_state = 4}, + [4388] = {.lex_state = 102, .external_lex_state = 4}, + [4389] = {.lex_state = 263, .external_lex_state = 4}, + [4390] = {.lex_state = 102, .external_lex_state = 4}, + [4391] = {.lex_state = 263, .external_lex_state = 4}, + [4392] = {.lex_state = 263, .external_lex_state = 4}, + [4393] = {.lex_state = 263, .external_lex_state = 4}, + [4394] = {.lex_state = 102, .external_lex_state = 4}, + [4395] = {.lex_state = 263, .external_lex_state = 4}, + [4396] = {.lex_state = 102, .external_lex_state = 4}, + [4397] = {.lex_state = 102, .external_lex_state = 4}, + [4398] = {.lex_state = 263, .external_lex_state = 4}, + [4399] = {.lex_state = 263, .external_lex_state = 4}, + [4400] = {.lex_state = 263, .external_lex_state = 4}, + [4401] = {.lex_state = 263, .external_lex_state = 4}, + [4402] = {.lex_state = 263, .external_lex_state = 4}, + [4403] = {.lex_state = 102, .external_lex_state = 4}, + [4404] = {.lex_state = 263, .external_lex_state = 4}, + [4405] = {.lex_state = 263, .external_lex_state = 4}, + [4406] = {.lex_state = 263, .external_lex_state = 4}, + [4407] = {.lex_state = 263, .external_lex_state = 4}, + [4408] = {.lex_state = 102, .external_lex_state = 4}, + [4409] = {.lex_state = 263, .external_lex_state = 4}, + [4410] = {.lex_state = 129, .external_lex_state = 4}, + [4411] = {.lex_state = 263, .external_lex_state = 4}, + [4412] = {.lex_state = 263, .external_lex_state = 4}, + [4413] = {.lex_state = 102, .external_lex_state = 4}, + [4414] = {.lex_state = 263, .external_lex_state = 4}, + [4415] = {.lex_state = 102, .external_lex_state = 4}, + [4416] = {.lex_state = 263, .external_lex_state = 4}, + [4417] = {.lex_state = 102, .external_lex_state = 4}, + [4418] = {.lex_state = 129, .external_lex_state = 4}, + [4419] = {.lex_state = 129, .external_lex_state = 4}, + [4420] = {.lex_state = 129, .external_lex_state = 4}, + [4421] = {.lex_state = 129, .external_lex_state = 4}, + [4422] = {.lex_state = 129, .external_lex_state = 4}, + [4423] = {.lex_state = 129, .external_lex_state = 4}, + [4424] = {.lex_state = 129, .external_lex_state = 4}, + [4425] = {.lex_state = 129, .external_lex_state = 4}, + [4426] = {.lex_state = 129, .external_lex_state = 4}, + [4427] = {.lex_state = 129, .external_lex_state = 4}, + [4428] = {.lex_state = 129, .external_lex_state = 4}, + [4429] = {.lex_state = 129, .external_lex_state = 4}, + [4430] = {.lex_state = 129, .external_lex_state = 4}, + [4431] = {.lex_state = 129, .external_lex_state = 4}, + [4432] = {.lex_state = 129, .external_lex_state = 4}, + [4433] = {.lex_state = 129, .external_lex_state = 4}, + [4434] = {.lex_state = 129, .external_lex_state = 4}, + [4435] = {.lex_state = 129, .external_lex_state = 4}, + [4436] = {.lex_state = 129, .external_lex_state = 4}, + [4437] = {.lex_state = 129, .external_lex_state = 4}, + [4438] = {.lex_state = 129, .external_lex_state = 4}, + [4439] = {.lex_state = 263, .external_lex_state = 4}, + [4440] = {.lex_state = 129, .external_lex_state = 4}, + [4441] = {.lex_state = 129, .external_lex_state = 4}, + [4442] = {.lex_state = 129, .external_lex_state = 4}, + [4443] = {.lex_state = 129, .external_lex_state = 4}, + [4444] = {.lex_state = 102, .external_lex_state = 4}, + [4445] = {.lex_state = 129, .external_lex_state = 4}, + [4446] = {.lex_state = 129, .external_lex_state = 4}, + [4447] = {.lex_state = 129, .external_lex_state = 4}, + [4448] = {.lex_state = 129, .external_lex_state = 4}, + [4449] = {.lex_state = 129, .external_lex_state = 4}, + [4450] = {.lex_state = 129, .external_lex_state = 4}, + [4451] = {.lex_state = 129, .external_lex_state = 4}, + [4452] = {.lex_state = 129, .external_lex_state = 4}, + [4453] = {.lex_state = 129, .external_lex_state = 4}, + [4454] = {.lex_state = 129, .external_lex_state = 4}, + [4455] = {.lex_state = 129, .external_lex_state = 4}, + [4456] = {.lex_state = 129, .external_lex_state = 4}, + [4457] = {.lex_state = 129, .external_lex_state = 4}, + [4458] = {.lex_state = 129, .external_lex_state = 4}, + [4459] = {.lex_state = 129, .external_lex_state = 4}, + [4460] = {.lex_state = 129, .external_lex_state = 4}, + [4461] = {.lex_state = 129, .external_lex_state = 4}, + [4462] = {.lex_state = 129, .external_lex_state = 4}, + [4463] = {.lex_state = 129, .external_lex_state = 4}, + [4464] = {.lex_state = 129, .external_lex_state = 4}, + [4465] = {.lex_state = 129, .external_lex_state = 4}, + [4466] = {.lex_state = 129, .external_lex_state = 4}, + [4467] = {.lex_state = 129, .external_lex_state = 4}, + [4468] = {.lex_state = 129, .external_lex_state = 4}, + [4469] = {.lex_state = 129, .external_lex_state = 4}, + [4470] = {.lex_state = 129, .external_lex_state = 4}, + [4471] = {.lex_state = 129, .external_lex_state = 4}, + [4472] = {.lex_state = 129, .external_lex_state = 4}, + [4473] = {.lex_state = 129, .external_lex_state = 4}, + [4474] = {.lex_state = 129, .external_lex_state = 4}, + [4475] = {.lex_state = 129, .external_lex_state = 4}, + [4476] = {.lex_state = 129, .external_lex_state = 4}, + [4477] = {.lex_state = 129, .external_lex_state = 4}, + [4478] = {.lex_state = 263, .external_lex_state = 4}, + [4479] = {.lex_state = 129, .external_lex_state = 4}, + [4480] = {.lex_state = 129, .external_lex_state = 4}, + [4481] = {.lex_state = 263, .external_lex_state = 4}, + [4482] = {.lex_state = 129, .external_lex_state = 4}, + [4483] = {.lex_state = 129, .external_lex_state = 4}, + [4484] = {.lex_state = 129, .external_lex_state = 4}, + [4485] = {.lex_state = 129, .external_lex_state = 4}, + [4486] = {.lex_state = 129, .external_lex_state = 4}, + [4487] = {.lex_state = 129, .external_lex_state = 4}, + [4488] = {.lex_state = 129, .external_lex_state = 4}, + [4489] = {.lex_state = 129, .external_lex_state = 4}, + [4490] = {.lex_state = 129, .external_lex_state = 4}, + [4491] = {.lex_state = 129, .external_lex_state = 4}, + [4492] = {.lex_state = 129, .external_lex_state = 4}, + [4493] = {.lex_state = 129, .external_lex_state = 4}, + [4494] = {.lex_state = 129, .external_lex_state = 4}, + [4495] = {.lex_state = 129, .external_lex_state = 4}, + [4496] = {.lex_state = 129, .external_lex_state = 4}, + [4497] = {.lex_state = 129, .external_lex_state = 4}, + [4498] = {.lex_state = 129, .external_lex_state = 4}, + [4499] = {.lex_state = 129, .external_lex_state = 4}, + [4500] = {.lex_state = 129, .external_lex_state = 4}, + [4501] = {.lex_state = 129, .external_lex_state = 4}, + [4502] = {.lex_state = 129, .external_lex_state = 4}, + [4503] = {.lex_state = 129, .external_lex_state = 4}, + [4504] = {.lex_state = 129, .external_lex_state = 4}, + [4505] = {.lex_state = 263, .external_lex_state = 4}, + [4506] = {.lex_state = 263, .external_lex_state = 4}, + [4507] = {.lex_state = 263, .external_lex_state = 4}, + [4508] = {.lex_state = 263, .external_lex_state = 4}, + [4509] = {.lex_state = 263, .external_lex_state = 4}, + [4510] = {.lex_state = 263, .external_lex_state = 4}, + [4511] = {.lex_state = 263, .external_lex_state = 4}, + [4512] = {.lex_state = 263, .external_lex_state = 4}, + [4513] = {.lex_state = 263, .external_lex_state = 4}, + [4514] = {.lex_state = 263, .external_lex_state = 4}, + [4515] = {.lex_state = 263, .external_lex_state = 4}, + [4516] = {.lex_state = 263, .external_lex_state = 4}, + [4517] = {.lex_state = 263, .external_lex_state = 4}, + [4518] = {.lex_state = 263, .external_lex_state = 4}, + [4519] = {.lex_state = 263, .external_lex_state = 4}, + [4520] = {.lex_state = 263, .external_lex_state = 4}, + [4521] = {.lex_state = 263, .external_lex_state = 4}, + [4522] = {.lex_state = 129, .external_lex_state = 4}, + [4523] = {.lex_state = 129, .external_lex_state = 4}, + [4524] = {.lex_state = 129, .external_lex_state = 4}, + [4525] = {.lex_state = 129, .external_lex_state = 4}, + [4526] = {.lex_state = 129, .external_lex_state = 4}, + [4527] = {.lex_state = 129, .external_lex_state = 4}, + [4528] = {.lex_state = 129, .external_lex_state = 4}, + [4529] = {.lex_state = 129, .external_lex_state = 4}, + [4530] = {.lex_state = 129, .external_lex_state = 4}, + [4531] = {.lex_state = 129, .external_lex_state = 4}, + [4532] = {.lex_state = 129, .external_lex_state = 4}, + [4533] = {.lex_state = 129, .external_lex_state = 4}, + [4534] = {.lex_state = 129, .external_lex_state = 4}, + [4535] = {.lex_state = 129, .external_lex_state = 4}, + [4536] = {.lex_state = 129, .external_lex_state = 4}, + [4537] = {.lex_state = 129, .external_lex_state = 4}, + [4538] = {.lex_state = 129, .external_lex_state = 4}, + [4539] = {.lex_state = 129, .external_lex_state = 4}, + [4540] = {.lex_state = 129, .external_lex_state = 4}, + [4541] = {.lex_state = 129, .external_lex_state = 4}, + [4542] = {.lex_state = 129, .external_lex_state = 4}, + [4543] = {.lex_state = 129, .external_lex_state = 4}, + [4544] = {.lex_state = 263, .external_lex_state = 4}, + [4545] = {.lex_state = 102, .external_lex_state = 4}, + [4546] = {.lex_state = 263, .external_lex_state = 4}, + [4547] = {.lex_state = 263, .external_lex_state = 4}, + [4548] = {.lex_state = 129, .external_lex_state = 4}, + [4549] = {.lex_state = 102, .external_lex_state = 4}, + [4550] = {.lex_state = 129, .external_lex_state = 4}, + [4551] = {.lex_state = 263, .external_lex_state = 4}, + [4552] = {.lex_state = 129, .external_lex_state = 4}, + [4553] = {.lex_state = 263, .external_lex_state = 4}, + [4554] = {.lex_state = 263, .external_lex_state = 4}, + [4555] = {.lex_state = 263, .external_lex_state = 4}, + [4556] = {.lex_state = 263, .external_lex_state = 4}, + [4557] = {.lex_state = 263, .external_lex_state = 4}, + [4558] = {.lex_state = 263, .external_lex_state = 4}, + [4559] = {.lex_state = 263, .external_lex_state = 4}, + [4560] = {.lex_state = 263, .external_lex_state = 4}, + [4561] = {.lex_state = 263, .external_lex_state = 4}, + [4562] = {.lex_state = 102, .external_lex_state = 4}, + [4563] = {.lex_state = 102, .external_lex_state = 4}, + [4564] = {.lex_state = 263, .external_lex_state = 4}, + [4565] = {.lex_state = 263, .external_lex_state = 4}, + [4566] = {.lex_state = 263, .external_lex_state = 4}, + [4567] = {.lex_state = 263, .external_lex_state = 4}, + [4568] = {.lex_state = 263, .external_lex_state = 4}, + [4569] = {.lex_state = 263, .external_lex_state = 4}, + [4570] = {.lex_state = 263, .external_lex_state = 4}, + [4571] = {.lex_state = 263, .external_lex_state = 4}, + [4572] = {.lex_state = 263, .external_lex_state = 4}, + [4573] = {.lex_state = 263, .external_lex_state = 4}, + [4574] = {.lex_state = 263, .external_lex_state = 4}, + [4575] = {.lex_state = 263, .external_lex_state = 4}, + [4576] = {.lex_state = 263, .external_lex_state = 4}, + [4577] = {.lex_state = 263, .external_lex_state = 4}, + [4578] = {.lex_state = 263, .external_lex_state = 4}, + [4579] = {.lex_state = 263, .external_lex_state = 4}, + [4580] = {.lex_state = 50, .external_lex_state = 6}, + [4581] = {.lex_state = 50, .external_lex_state = 6}, + [4582] = {.lex_state = 50, .external_lex_state = 6}, + [4583] = {.lex_state = 50, .external_lex_state = 6}, + [4584] = {.lex_state = 50, .external_lex_state = 6}, + [4585] = {.lex_state = 50, .external_lex_state = 6}, + [4586] = {.lex_state = 50, .external_lex_state = 6}, + [4587] = {.lex_state = 50, .external_lex_state = 6}, + [4588] = {.lex_state = 50, .external_lex_state = 6}, + [4589] = {.lex_state = 50, .external_lex_state = 6}, + [4590] = {.lex_state = 50, .external_lex_state = 6}, + [4591] = {.lex_state = 50, .external_lex_state = 6}, + [4592] = {.lex_state = 50, .external_lex_state = 6}, + [4593] = {.lex_state = 50, .external_lex_state = 6}, + [4594] = {.lex_state = 50, .external_lex_state = 6}, + [4595] = {.lex_state = 50, .external_lex_state = 6}, + [4596] = {.lex_state = 50, .external_lex_state = 6}, + [4597] = {.lex_state = 50, .external_lex_state = 6}, + [4598] = {.lex_state = 50, .external_lex_state = 6}, + [4599] = {.lex_state = 50, .external_lex_state = 6}, + [4600] = {.lex_state = 50, .external_lex_state = 6}, + [4601] = {.lex_state = 50, .external_lex_state = 6}, + [4602] = {.lex_state = 50, .external_lex_state = 6}, + [4603] = {.lex_state = 50, .external_lex_state = 6}, + [4604] = {.lex_state = 50, .external_lex_state = 6}, + [4605] = {.lex_state = 50, .external_lex_state = 6}, + [4606] = {.lex_state = 50, .external_lex_state = 6}, + [4607] = {.lex_state = 50, .external_lex_state = 6}, + [4608] = {.lex_state = 50, .external_lex_state = 6}, + [4609] = {.lex_state = 50, .external_lex_state = 6}, + [4610] = {.lex_state = 50, .external_lex_state = 6}, + [4611] = {.lex_state = 50, .external_lex_state = 6}, + [4612] = {.lex_state = 50, .external_lex_state = 6}, + [4613] = {.lex_state = 50, .external_lex_state = 6}, + [4614] = {.lex_state = 50, .external_lex_state = 6}, + [4615] = {.lex_state = 50, .external_lex_state = 6}, + [4616] = {.lex_state = 102, .external_lex_state = 6}, + [4617] = {.lex_state = 102, .external_lex_state = 6}, + [4618] = {.lex_state = 102, .external_lex_state = 6}, + [4619] = {.lex_state = 102, .external_lex_state = 6}, + [4620] = {.lex_state = 102, .external_lex_state = 6}, + [4621] = {.lex_state = 102, .external_lex_state = 6}, + [4622] = {.lex_state = 102, .external_lex_state = 6}, + [4623] = {.lex_state = 102, .external_lex_state = 6}, + [4624] = {.lex_state = 102, .external_lex_state = 6}, + [4625] = {.lex_state = 102, .external_lex_state = 6}, + [4626] = {.lex_state = 102, .external_lex_state = 6}, + [4627] = {.lex_state = 102, .external_lex_state = 6}, + [4628] = {.lex_state = 102, .external_lex_state = 6}, + [4629] = {.lex_state = 102, .external_lex_state = 6}, + [4630] = {.lex_state = 102, .external_lex_state = 6}, + [4631] = {.lex_state = 102, .external_lex_state = 6}, + [4632] = {.lex_state = 102, .external_lex_state = 6}, + [4633] = {.lex_state = 102, .external_lex_state = 6}, + [4634] = {.lex_state = 102, .external_lex_state = 6}, + [4635] = {.lex_state = 102, .external_lex_state = 6}, + [4636] = {.lex_state = 102, .external_lex_state = 6}, + [4637] = {.lex_state = 102, .external_lex_state = 6}, + [4638] = {.lex_state = 102, .external_lex_state = 6}, + [4639] = {.lex_state = 102, .external_lex_state = 6}, + [4640] = {.lex_state = 102, .external_lex_state = 6}, + [4641] = {.lex_state = 102, .external_lex_state = 6}, + [4642] = {.lex_state = 102, .external_lex_state = 6}, + [4643] = {.lex_state = 102, .external_lex_state = 6}, + [4644] = {.lex_state = 102, .external_lex_state = 6}, + [4645] = {.lex_state = 102, .external_lex_state = 6}, + [4646] = {.lex_state = 102, .external_lex_state = 6}, + [4647] = {.lex_state = 102, .external_lex_state = 6}, + [4648] = {.lex_state = 102, .external_lex_state = 6}, + [4649] = {.lex_state = 102, .external_lex_state = 6}, + [4650] = {.lex_state = 102, .external_lex_state = 6}, + [4651] = {.lex_state = 102, .external_lex_state = 6}, + [4652] = {.lex_state = 102, .external_lex_state = 6}, + [4653] = {.lex_state = 102, .external_lex_state = 6}, + [4654] = {.lex_state = 102, .external_lex_state = 6}, + [4655] = {.lex_state = 102, .external_lex_state = 6}, + [4656] = {.lex_state = 102, .external_lex_state = 6}, + [4657] = {.lex_state = 102, .external_lex_state = 6}, + [4658] = {.lex_state = 102, .external_lex_state = 6}, + [4659] = {.lex_state = 102, .external_lex_state = 6}, + [4660] = {.lex_state = 102, .external_lex_state = 6}, + [4661] = {.lex_state = 102, .external_lex_state = 6}, + [4662] = {.lex_state = 102, .external_lex_state = 6}, + [4663] = {.lex_state = 102, .external_lex_state = 6}, + [4664] = {.lex_state = 102, .external_lex_state = 6}, + [4665] = {.lex_state = 102, .external_lex_state = 6}, + [4666] = {.lex_state = 102, .external_lex_state = 6}, + [4667] = {.lex_state = 102, .external_lex_state = 6}, + [4668] = {.lex_state = 102, .external_lex_state = 6}, + [4669] = {.lex_state = 102, .external_lex_state = 6}, + [4670] = {.lex_state = 102, .external_lex_state = 6}, + [4671] = {.lex_state = 102, .external_lex_state = 6}, + [4672] = {.lex_state = 102, .external_lex_state = 6}, + [4673] = {.lex_state = 102, .external_lex_state = 6}, + [4674] = {.lex_state = 102, .external_lex_state = 6}, + [4675] = {.lex_state = 102, .external_lex_state = 6}, + [4676] = {.lex_state = 102, .external_lex_state = 6}, + [4677] = {.lex_state = 102, .external_lex_state = 6}, + [4678] = {.lex_state = 102, .external_lex_state = 6}, + [4679] = {.lex_state = 102, .external_lex_state = 6}, + [4680] = {.lex_state = 102, .external_lex_state = 6}, + [4681] = {.lex_state = 102, .external_lex_state = 6}, + [4682] = {.lex_state = 102, .external_lex_state = 6}, + [4683] = {.lex_state = 102, .external_lex_state = 6}, + [4684] = {.lex_state = 102, .external_lex_state = 6}, + [4685] = {.lex_state = 102, .external_lex_state = 6}, + [4686] = {.lex_state = 102, .external_lex_state = 6}, + [4687] = {.lex_state = 102, .external_lex_state = 6}, + [4688] = {.lex_state = 144, .external_lex_state = 6}, + [4689] = {.lex_state = 144, .external_lex_state = 6}, + [4690] = {.lex_state = 102, .external_lex_state = 6}, + [4691] = {.lex_state = 102, .external_lex_state = 6}, + [4692] = {.lex_state = 102, .external_lex_state = 6}, + [4693] = {.lex_state = 102, .external_lex_state = 6}, + [4694] = {.lex_state = 102, .external_lex_state = 6}, + [4695] = {.lex_state = 102, .external_lex_state = 6}, + [4696] = {.lex_state = 102, .external_lex_state = 6}, + [4697] = {.lex_state = 102, .external_lex_state = 6}, + [4698] = {.lex_state = 102, .external_lex_state = 6}, + [4699] = {.lex_state = 102, .external_lex_state = 6}, + [4700] = {.lex_state = 102, .external_lex_state = 6}, + [4701] = {.lex_state = 102, .external_lex_state = 6}, + [4702] = {.lex_state = 102, .external_lex_state = 6}, + [4703] = {.lex_state = 102, .external_lex_state = 6}, + [4704] = {.lex_state = 102, .external_lex_state = 6}, + [4705] = {.lex_state = 102, .external_lex_state = 6}, + [4706] = {.lex_state = 102, .external_lex_state = 6}, + [4707] = {.lex_state = 102, .external_lex_state = 6}, + [4708] = {.lex_state = 102, .external_lex_state = 6}, + [4709] = {.lex_state = 102, .external_lex_state = 6}, + [4710] = {.lex_state = 102, .external_lex_state = 6}, + [4711] = {.lex_state = 102, .external_lex_state = 6}, + [4712] = {.lex_state = 102, .external_lex_state = 6}, + [4713] = {.lex_state = 102, .external_lex_state = 6}, + [4714] = {.lex_state = 102, .external_lex_state = 6}, + [4715] = {.lex_state = 102, .external_lex_state = 6}, + [4716] = {.lex_state = 102, .external_lex_state = 6}, + [4717] = {.lex_state = 102, .external_lex_state = 6}, + [4718] = {.lex_state = 102, .external_lex_state = 6}, + [4719] = {.lex_state = 102, .external_lex_state = 6}, + [4720] = {.lex_state = 102, .external_lex_state = 6}, + [4721] = {.lex_state = 102, .external_lex_state = 6}, + [4722] = {.lex_state = 102, .external_lex_state = 6}, + [4723] = {.lex_state = 102, .external_lex_state = 6}, + [4724] = {.lex_state = 102, .external_lex_state = 6}, + [4725] = {.lex_state = 102, .external_lex_state = 6}, + [4726] = {.lex_state = 102, .external_lex_state = 6}, + [4727] = {.lex_state = 102, .external_lex_state = 6}, + [4728] = {.lex_state = 102, .external_lex_state = 6}, + [4729] = {.lex_state = 102, .external_lex_state = 6}, + [4730] = {.lex_state = 102, .external_lex_state = 6}, + [4731] = {.lex_state = 102, .external_lex_state = 6}, + [4732] = {.lex_state = 102, .external_lex_state = 6}, + [4733] = {.lex_state = 102, .external_lex_state = 6}, + [4734] = {.lex_state = 102, .external_lex_state = 6}, + [4735] = {.lex_state = 102, .external_lex_state = 6}, + [4736] = {.lex_state = 102, .external_lex_state = 6}, + [4737] = {.lex_state = 102, .external_lex_state = 6}, + [4738] = {.lex_state = 102, .external_lex_state = 6}, + [4739] = {.lex_state = 102, .external_lex_state = 6}, + [4740] = {.lex_state = 102, .external_lex_state = 6}, + [4741] = {.lex_state = 102, .external_lex_state = 6}, + [4742] = {.lex_state = 102, .external_lex_state = 6}, + [4743] = {.lex_state = 102, .external_lex_state = 6}, + [4744] = {.lex_state = 102, .external_lex_state = 6}, + [4745] = {.lex_state = 102, .external_lex_state = 6}, + [4746] = {.lex_state = 102, .external_lex_state = 6}, + [4747] = {.lex_state = 102, .external_lex_state = 6}, + [4748] = {.lex_state = 102, .external_lex_state = 6}, + [4749] = {.lex_state = 102, .external_lex_state = 6}, + [4750] = {.lex_state = 102, .external_lex_state = 6}, + [4751] = {.lex_state = 102, .external_lex_state = 6}, + [4752] = {.lex_state = 102, .external_lex_state = 6}, + [4753] = {.lex_state = 102, .external_lex_state = 6}, + [4754] = {.lex_state = 144, .external_lex_state = 6}, + [4755] = {.lex_state = 102, .external_lex_state = 6}, + [4756] = {.lex_state = 102, .external_lex_state = 6}, + [4757] = {.lex_state = 102, .external_lex_state = 6}, + [4758] = {.lex_state = 102, .external_lex_state = 6}, + [4759] = {.lex_state = 102, .external_lex_state = 6}, + [4760] = {.lex_state = 102, .external_lex_state = 6}, + [4761] = {.lex_state = 144, .external_lex_state = 6}, + [4762] = {.lex_state = 102, .external_lex_state = 6}, + [4763] = {.lex_state = 102, .external_lex_state = 6}, + [4764] = {.lex_state = 102, .external_lex_state = 6}, + [4765] = {.lex_state = 102, .external_lex_state = 6}, + [4766] = {.lex_state = 102, .external_lex_state = 6}, + [4767] = {.lex_state = 102, .external_lex_state = 6}, + [4768] = {.lex_state = 102, .external_lex_state = 6}, + [4769] = {.lex_state = 102, .external_lex_state = 6}, + [4770] = {.lex_state = 102, .external_lex_state = 6}, + [4771] = {.lex_state = 102, .external_lex_state = 6}, + [4772] = {.lex_state = 102, .external_lex_state = 6}, + [4773] = {.lex_state = 102, .external_lex_state = 6}, + [4774] = {.lex_state = 102, .external_lex_state = 6}, + [4775] = {.lex_state = 102, .external_lex_state = 6}, + [4776] = {.lex_state = 102, .external_lex_state = 6}, + [4777] = {.lex_state = 102, .external_lex_state = 6}, + [4778] = {.lex_state = 102, .external_lex_state = 6}, + [4779] = {.lex_state = 102, .external_lex_state = 6}, + [4780] = {.lex_state = 102, .external_lex_state = 6}, + [4781] = {.lex_state = 102, .external_lex_state = 6}, + [4782] = {.lex_state = 144, .external_lex_state = 6}, + [4783] = {.lex_state = 144, .external_lex_state = 6}, + [4784] = {.lex_state = 50, .external_lex_state = 6}, + [4785] = {.lex_state = 144, .external_lex_state = 6}, + [4786] = {.lex_state = 50, .external_lex_state = 6}, + [4787] = {.lex_state = 50, .external_lex_state = 6}, + [4788] = {.lex_state = 144, .external_lex_state = 6}, + [4789] = {.lex_state = 144, .external_lex_state = 6}, + [4790] = {.lex_state = 50, .external_lex_state = 6}, + [4791] = {.lex_state = 50, .external_lex_state = 6}, + [4792] = {.lex_state = 50, .external_lex_state = 6}, + [4793] = {.lex_state = 50, .external_lex_state = 6}, + [4794] = {.lex_state = 144, .external_lex_state = 6}, + [4795] = {.lex_state = 144, .external_lex_state = 6}, + [4796] = {.lex_state = 50, .external_lex_state = 6}, + [4797] = {.lex_state = 144, .external_lex_state = 6}, + [4798] = {.lex_state = 50, .external_lex_state = 6}, + [4799] = {.lex_state = 50, .external_lex_state = 6}, + [4800] = {.lex_state = 144, .external_lex_state = 6}, + [4801] = {.lex_state = 50, .external_lex_state = 6}, + [4802] = {.lex_state = 50, .external_lex_state = 6}, + [4803] = {.lex_state = 50, .external_lex_state = 6}, + [4804] = {.lex_state = 50, .external_lex_state = 6}, + [4805] = {.lex_state = 144, .external_lex_state = 6}, + [4806] = {.lex_state = 144, .external_lex_state = 6}, + [4807] = {.lex_state = 50, .external_lex_state = 6}, + [4808] = {.lex_state = 144, .external_lex_state = 6}, + [4809] = {.lex_state = 144, .external_lex_state = 6}, + [4810] = {.lex_state = 144, .external_lex_state = 6}, + [4811] = {.lex_state = 144, .external_lex_state = 6}, + [4812] = {.lex_state = 144, .external_lex_state = 6}, + [4813] = {.lex_state = 50, .external_lex_state = 6}, + [4814] = {.lex_state = 50, .external_lex_state = 6}, + [4815] = {.lex_state = 50, .external_lex_state = 6}, + [4816] = {.lex_state = 144, .external_lex_state = 6}, + [4817] = {.lex_state = 144, .external_lex_state = 6}, + [4818] = {.lex_state = 144, .external_lex_state = 6}, + [4819] = {.lex_state = 144, .external_lex_state = 6}, + [4820] = {.lex_state = 144, .external_lex_state = 6}, + [4821] = {.lex_state = 50, .external_lex_state = 6}, + [4822] = {.lex_state = 144, .external_lex_state = 6}, + [4823] = {.lex_state = 144, .external_lex_state = 6}, + [4824] = {.lex_state = 50, .external_lex_state = 6}, + [4825] = {.lex_state = 102, .external_lex_state = 6}, + [4826] = {.lex_state = 102, .external_lex_state = 6}, + [4827] = {.lex_state = 102, .external_lex_state = 6}, + [4828] = {.lex_state = 51, .external_lex_state = 6}, + [4829] = {.lex_state = 62, .external_lex_state = 7}, + [4830] = {.lex_state = 62, .external_lex_state = 8}, + [4831] = {.lex_state = 62, .external_lex_state = 9}, + [4832] = {.lex_state = 62, .external_lex_state = 10}, + [4833] = {.lex_state = 64, .external_lex_state = 11}, + [4834] = {.lex_state = 64, .external_lex_state = 12}, + [4835] = {.lex_state = 62, .external_lex_state = 9}, [4836] = {.lex_state = 62, .external_lex_state = 10}, [4837] = {.lex_state = 64, .external_lex_state = 11}, - [4838] = {.lex_state = 62, .external_lex_state = 9}, - [4839] = {.lex_state = 62, .external_lex_state = 8}, - [4840] = {.lex_state = 62, .external_lex_state = 10}, - [4841] = {.lex_state = 62, .external_lex_state = 13}, - [4842] = {.lex_state = 62, .external_lex_state = 16}, - [4843] = {.lex_state = 62, .external_lex_state = 7}, - [4844] = {.lex_state = 62, .external_lex_state = 15}, - [4845] = {.lex_state = 62, .external_lex_state = 14}, - [4846] = {.lex_state = 62, .external_lex_state = 13}, - [4847] = {.lex_state = 62, .external_lex_state = 8}, - [4848] = {.lex_state = 62, .external_lex_state = 10}, - [4849] = {.lex_state = 62, .external_lex_state = 9}, - [4850] = {.lex_state = 64, .external_lex_state = 12}, - [4851] = {.lex_state = 64, .external_lex_state = 11}, - [4852] = {.lex_state = 62, .external_lex_state = 10}, - [4853] = {.lex_state = 62, .external_lex_state = 9}, - [4854] = {.lex_state = 62, .external_lex_state = 8}, - [4855] = {.lex_state = 62, .external_lex_state = 13}, - [4856] = {.lex_state = 62, .external_lex_state = 14}, - [4857] = {.lex_state = 62, .external_lex_state = 15}, - [4858] = {.lex_state = 62, .external_lex_state = 7}, - [4859] = {.lex_state = 62, .external_lex_state = 14}, - [4860] = {.lex_state = 62, .external_lex_state = 14}, - [4861] = {.lex_state = 64, .external_lex_state = 11}, - [4862] = {.lex_state = 62, .external_lex_state = 13}, - [4863] = {.lex_state = 62, .external_lex_state = 15}, - [4864] = {.lex_state = 62, .external_lex_state = 7}, - [4865] = {.lex_state = 62, .external_lex_state = 8}, - [4866] = {.lex_state = 62, .external_lex_state = 16}, - [4867] = {.lex_state = 62, .external_lex_state = 16}, - [4868] = {.lex_state = 64, .external_lex_state = 12}, - [4869] = {.lex_state = 62, .external_lex_state = 16}, - [4870] = {.lex_state = 62, .external_lex_state = 8}, - [4871] = {.lex_state = 64, .external_lex_state = 11}, - [4872] = {.lex_state = 62, .external_lex_state = 10}, - [4873] = {.lex_state = 62, .external_lex_state = 16}, - [4874] = {.lex_state = 62, .external_lex_state = 7}, - [4875] = {.lex_state = 62, .external_lex_state = 15}, - [4876] = {.lex_state = 62, .external_lex_state = 14}, - [4877] = {.lex_state = 62, .external_lex_state = 13}, - [4878] = {.lex_state = 62, .external_lex_state = 8}, - [4879] = {.lex_state = 62, .external_lex_state = 13}, - [4880] = {.lex_state = 62, .external_lex_state = 14}, - [4881] = {.lex_state = 62, .external_lex_state = 15}, - [4882] = {.lex_state = 62, .external_lex_state = 7}, - [4883] = {.lex_state = 62, .external_lex_state = 16}, + [4838] = {.lex_state = 64, .external_lex_state = 12}, + [4839] = {.lex_state = 62, .external_lex_state = 10}, + [4840] = {.lex_state = 62, .external_lex_state = 9}, + [4841] = {.lex_state = 62, .external_lex_state = 10}, + [4842] = {.lex_state = 62, .external_lex_state = 9}, + [4843] = {.lex_state = 62, .external_lex_state = 10}, + [4844] = {.lex_state = 62, .external_lex_state = 9}, + [4845] = {.lex_state = 62, .external_lex_state = 10}, + [4846] = {.lex_state = 62, .external_lex_state = 9}, + [4847] = {.lex_state = 62, .external_lex_state = 10}, + [4848] = {.lex_state = 62, .external_lex_state = 9}, + [4849] = {.lex_state = 62, .external_lex_state = 10}, + [4850] = {.lex_state = 62, .external_lex_state = 9}, + [4851] = {.lex_state = 62, .external_lex_state = 10}, + [4852] = {.lex_state = 62, .external_lex_state = 9}, + [4853] = {.lex_state = 64, .external_lex_state = 12}, + [4854] = {.lex_state = 64, .external_lex_state = 11}, + [4855] = {.lex_state = 62, .external_lex_state = 10}, + [4856] = {.lex_state = 62, .external_lex_state = 9}, + [4857] = {.lex_state = 64, .external_lex_state = 12}, + [4858] = {.lex_state = 64, .external_lex_state = 11}, + [4859] = {.lex_state = 62, .external_lex_state = 10}, + [4860] = {.lex_state = 62, .external_lex_state = 9}, + [4861] = {.lex_state = 64, .external_lex_state = 12}, + [4862] = {.lex_state = 64, .external_lex_state = 11}, + [4863] = {.lex_state = 62, .external_lex_state = 10}, + [4864] = {.lex_state = 62, .external_lex_state = 9}, + [4865] = {.lex_state = 64, .external_lex_state = 12}, + [4866] = {.lex_state = 64, .external_lex_state = 11}, + [4867] = {.lex_state = 62, .external_lex_state = 10}, + [4868] = {.lex_state = 62, .external_lex_state = 9}, + [4869] = {.lex_state = 64, .external_lex_state = 12}, + [4870] = {.lex_state = 64, .external_lex_state = 11}, + [4871] = {.lex_state = 62, .external_lex_state = 10}, + [4872] = {.lex_state = 62, .external_lex_state = 9}, + [4873] = {.lex_state = 64, .external_lex_state = 12}, + [4874] = {.lex_state = 64, .external_lex_state = 11}, + [4875] = {.lex_state = 62, .external_lex_state = 10}, + [4876] = {.lex_state = 62, .external_lex_state = 9}, + [4877] = {.lex_state = 64, .external_lex_state = 12}, + [4878] = {.lex_state = 64, .external_lex_state = 11}, + [4879] = {.lex_state = 62, .external_lex_state = 10}, + [4880] = {.lex_state = 62, .external_lex_state = 9}, + [4881] = {.lex_state = 64, .external_lex_state = 12}, + [4882] = {.lex_state = 64, .external_lex_state = 11}, + [4883] = {.lex_state = 62, .external_lex_state = 10}, [4884] = {.lex_state = 62, .external_lex_state = 9}, [4885] = {.lex_state = 64, .external_lex_state = 12}, - [4886] = {.lex_state = 64, .external_lex_state = 12}, - [4887] = {.lex_state = 64, .external_lex_state = 11}, - [4888] = {.lex_state = 62, .external_lex_state = 10}, - [4889] = {.lex_state = 62, .external_lex_state = 9}, - [4890] = {.lex_state = 62, .external_lex_state = 7}, - [4891] = {.lex_state = 64, .external_lex_state = 12}, - [4892] = {.lex_state = 62, .external_lex_state = 15}, - [4893] = {.lex_state = 64, .external_lex_state = 11}, - [4894] = {.lex_state = 62, .external_lex_state = 10}, - [4895] = {.lex_state = 62, .external_lex_state = 9}, + [4886] = {.lex_state = 64, .external_lex_state = 11}, + [4887] = {.lex_state = 62, .external_lex_state = 10}, + [4888] = {.lex_state = 62, .external_lex_state = 9}, + [4889] = {.lex_state = 64, .external_lex_state = 12}, + [4890] = {.lex_state = 64, .external_lex_state = 11}, + [4891] = {.lex_state = 62, .external_lex_state = 10}, + [4892] = {.lex_state = 62, .external_lex_state = 9}, + [4893] = {.lex_state = 64, .external_lex_state = 12}, + [4894] = {.lex_state = 64, .external_lex_state = 11}, + [4895] = {.lex_state = 62, .external_lex_state = 10}, [4896] = {.lex_state = 62, .external_lex_state = 9}, - [4897] = {.lex_state = 62, .external_lex_state = 10}, - [4898] = {.lex_state = 62, .external_lex_state = 8}, - [4899] = {.lex_state = 62, .external_lex_state = 13}, - [4900] = {.lex_state = 64, .external_lex_state = 11}, - [4901] = {.lex_state = 62, .external_lex_state = 14}, - [4902] = {.lex_state = 64, .external_lex_state = 12}, - [4903] = {.lex_state = 102, .external_lex_state = 6}, - [4904] = {.lex_state = 259, .external_lex_state = 6}, - [4905] = {.lex_state = 102, .external_lex_state = 6}, - [4906] = {.lex_state = 102, .external_lex_state = 6}, - [4907] = {.lex_state = 259, .external_lex_state = 6}, - [4908] = {.lex_state = 259, .external_lex_state = 6}, - [4909] = {.lex_state = 102, .external_lex_state = 6}, - [4910] = {.lex_state = 102, .external_lex_state = 6}, - [4911] = {.lex_state = 102, .external_lex_state = 6}, - [4912] = {.lex_state = 259, .external_lex_state = 6}, - [4913] = {.lex_state = 259, .external_lex_state = 6}, - [4914] = {.lex_state = 259, .external_lex_state = 6}, - [4915] = {.lex_state = 259, .external_lex_state = 6}, - [4916] = {.lex_state = 259, .external_lex_state = 6}, - [4917] = {.lex_state = 102, .external_lex_state = 6}, - [4918] = {.lex_state = 102, .external_lex_state = 6}, - [4919] = {.lex_state = 102, .external_lex_state = 6}, - [4920] = {.lex_state = 259, .external_lex_state = 6}, - [4921] = {.lex_state = 259, .external_lex_state = 6}, - [4922] = {.lex_state = 259, .external_lex_state = 6}, - [4923] = {.lex_state = 259, .external_lex_state = 6}, - [4924] = {.lex_state = 259, .external_lex_state = 6}, - [4925] = {.lex_state = 259, .external_lex_state = 6}, - [4926] = {.lex_state = 102, .external_lex_state = 6}, - [4927] = {.lex_state = 259, .external_lex_state = 6}, - [4928] = {.lex_state = 102, .external_lex_state = 6}, - [4929] = {.lex_state = 102, .external_lex_state = 6}, - [4930] = {.lex_state = 259, .external_lex_state = 6}, - [4931] = {.lex_state = 102, .external_lex_state = 6}, - [4932] = {.lex_state = 102, .external_lex_state = 6}, - [4933] = {.lex_state = 102, .external_lex_state = 6}, - [4934] = {.lex_state = 259, .external_lex_state = 6}, - [4935] = {.lex_state = 102, .external_lex_state = 6}, - [4936] = {.lex_state = 259, .external_lex_state = 6}, - [4937] = {.lex_state = 259, .external_lex_state = 6}, - [4938] = {.lex_state = 102, .external_lex_state = 6}, - [4939] = {.lex_state = 259, .external_lex_state = 6}, - [4940] = {.lex_state = 102, .external_lex_state = 6}, - [4941] = {.lex_state = 259, .external_lex_state = 6}, - [4942] = {.lex_state = 102, .external_lex_state = 6}, - [4943] = {.lex_state = 259, .external_lex_state = 6}, - [4944] = {.lex_state = 259, .external_lex_state = 6}, - [4945] = {.lex_state = 259, .external_lex_state = 6}, - [4946] = {.lex_state = 259, .external_lex_state = 6}, - [4947] = {.lex_state = 102, .external_lex_state = 6}, - [4948] = {.lex_state = 259, .external_lex_state = 6}, - [4949] = {.lex_state = 259, .external_lex_state = 6}, - [4950] = {.lex_state = 102, .external_lex_state = 6}, - [4951] = {.lex_state = 259, .external_lex_state = 6}, - [4952] = {.lex_state = 102, .external_lex_state = 6}, - [4953] = {.lex_state = 102, .external_lex_state = 6}, - [4954] = {.lex_state = 259, .external_lex_state = 6}, - [4955] = {.lex_state = 259, .external_lex_state = 6}, - [4956] = {.lex_state = 102, .external_lex_state = 6}, - [4957] = {.lex_state = 102, .external_lex_state = 6}, - [4958] = {.lex_state = 259, .external_lex_state = 6}, - [4959] = {.lex_state = 259, .external_lex_state = 6}, - [4960] = {.lex_state = 102, .external_lex_state = 6}, - [4961] = {.lex_state = 102, .external_lex_state = 6}, - [4962] = {.lex_state = 259, .external_lex_state = 6}, - [4963] = {.lex_state = 102, .external_lex_state = 6}, - [4964] = {.lex_state = 102, .external_lex_state = 6}, - [4965] = {.lex_state = 259, .external_lex_state = 6}, - [4966] = {.lex_state = 259, .external_lex_state = 6}, - [4967] = {.lex_state = 259, .external_lex_state = 6}, - [4968] = {.lex_state = 102, .external_lex_state = 6}, - [4969] = {.lex_state = 259, .external_lex_state = 6}, - [4970] = {.lex_state = 102, .external_lex_state = 6}, - [4971] = {.lex_state = 259, .external_lex_state = 6}, - [4972] = {.lex_state = 259, .external_lex_state = 6}, - [4973] = {.lex_state = 259, .external_lex_state = 6}, - [4974] = {.lex_state = 259, .external_lex_state = 6}, - [4975] = {.lex_state = 102, .external_lex_state = 6}, - [4976] = {.lex_state = 259, .external_lex_state = 6}, - [4977] = {.lex_state = 259, .external_lex_state = 6}, - [4978] = {.lex_state = 259, .external_lex_state = 6}, - [4979] = {.lex_state = 102, .external_lex_state = 6}, - [4980] = {.lex_state = 102, .external_lex_state = 6}, - [4981] = {.lex_state = 259, .external_lex_state = 6}, - [4982] = {.lex_state = 102, .external_lex_state = 6}, - [4983] = {.lex_state = 259, .external_lex_state = 6}, - [4984] = {.lex_state = 259, .external_lex_state = 6}, - [4985] = {.lex_state = 259, .external_lex_state = 6}, - [4986] = {.lex_state = 259, .external_lex_state = 6}, - [4987] = {.lex_state = 102, .external_lex_state = 6}, - [4988] = {.lex_state = 259, .external_lex_state = 6}, - [4989] = {.lex_state = 259, .external_lex_state = 6}, - [4990] = {.lex_state = 259, .external_lex_state = 6}, - [4991] = {.lex_state = 102, .external_lex_state = 6}, - [4992] = {.lex_state = 102, .external_lex_state = 6}, - [4993] = {.lex_state = 259, .external_lex_state = 6}, - [4994] = {.lex_state = 259, .external_lex_state = 6}, - [4995] = {.lex_state = 259, .external_lex_state = 6}, - [4996] = {.lex_state = 259, .external_lex_state = 6}, - [4997] = {.lex_state = 259, .external_lex_state = 6}, - [4998] = {.lex_state = 102, .external_lex_state = 6}, - [4999] = {.lex_state = 259, .external_lex_state = 6}, - [5000] = {.lex_state = 102, .external_lex_state = 6}, - [5001] = {.lex_state = 102, .external_lex_state = 6}, - [5002] = {.lex_state = 102, .external_lex_state = 6}, - [5003] = {.lex_state = 259, .external_lex_state = 6}, - [5004] = {.lex_state = 259, .external_lex_state = 6}, - [5005] = {.lex_state = 259, .external_lex_state = 6}, - [5006] = {.lex_state = 259, .external_lex_state = 6}, - [5007] = {.lex_state = 259, .external_lex_state = 6}, - [5008] = {.lex_state = 102, .external_lex_state = 6}, - [5009] = {.lex_state = 102, .external_lex_state = 6}, - [5010] = {.lex_state = 259, .external_lex_state = 6}, - [5011] = {.lex_state = 102, .external_lex_state = 6}, - [5012] = {.lex_state = 259, .external_lex_state = 6}, - [5013] = {.lex_state = 259, .external_lex_state = 6}, - [5014] = {.lex_state = 102, .external_lex_state = 6}, - [5015] = {.lex_state = 259, .external_lex_state = 6}, - [5016] = {.lex_state = 259, .external_lex_state = 6}, - [5017] = {.lex_state = 259, .external_lex_state = 6}, - [5018] = {.lex_state = 259, .external_lex_state = 6}, - [5019] = {.lex_state = 259, .external_lex_state = 6}, - [5020] = {.lex_state = 259, .external_lex_state = 6}, - [5021] = {.lex_state = 259, .external_lex_state = 6}, - [5022] = {.lex_state = 259, .external_lex_state = 6}, - [5023] = {.lex_state = 102, .external_lex_state = 6}, - [5024] = {.lex_state = 259, .external_lex_state = 6}, - [5025] = {.lex_state = 259, .external_lex_state = 6}, - [5026] = {.lex_state = 102, .external_lex_state = 6}, - [5027] = {.lex_state = 102, .external_lex_state = 6}, - [5028] = {.lex_state = 259, .external_lex_state = 6}, - [5029] = {.lex_state = 102, .external_lex_state = 6}, - [5030] = {.lex_state = 259, .external_lex_state = 6}, - [5031] = {.lex_state = 102, .external_lex_state = 6}, - [5032] = {.lex_state = 102, .external_lex_state = 6}, - [5033] = {.lex_state = 102, .external_lex_state = 6}, - [5034] = {.lex_state = 102, .external_lex_state = 6}, - [5035] = {.lex_state = 259, .external_lex_state = 6}, - [5036] = {.lex_state = 259, .external_lex_state = 6}, - [5037] = {.lex_state = 259, .external_lex_state = 6}, - [5038] = {.lex_state = 259, .external_lex_state = 6}, - [5039] = {.lex_state = 259, .external_lex_state = 6}, - [5040] = {.lex_state = 259, .external_lex_state = 6}, - [5041] = {.lex_state = 102, .external_lex_state = 6}, - [5042] = {.lex_state = 63, .external_lex_state = 17}, - [5043] = {.lex_state = 63, .external_lex_state = 18}, - [5044] = {.lex_state = 100, .external_lex_state = 6}, - [5045] = {.lex_state = 63, .external_lex_state = 19}, - [5046] = {.lex_state = 63, .external_lex_state = 18}, - [5047] = {.lex_state = 63, .external_lex_state = 20}, - [5048] = {.lex_state = 63, .external_lex_state = 21}, - [5049] = {.lex_state = 63, .external_lex_state = 17}, - [5050] = {.lex_state = 63, .external_lex_state = 22}, - [5051] = {.lex_state = 63, .external_lex_state = 23}, - [5052] = {.lex_state = 65, .external_lex_state = 24}, - [5053] = {.lex_state = 65, .external_lex_state = 25}, - [5054] = {.lex_state = 63, .external_lex_state = 21}, - [5055] = {.lex_state = 63, .external_lex_state = 20}, - [5056] = {.lex_state = 63, .external_lex_state = 18}, - [5057] = {.lex_state = 63, .external_lex_state = 19}, - [5058] = {.lex_state = 63, .external_lex_state = 26}, - [5059] = {.lex_state = 63, .external_lex_state = 19}, - [5060] = {.lex_state = 65, .external_lex_state = 25}, - [5061] = {.lex_state = 65, .external_lex_state = 24}, - [5062] = {.lex_state = 63, .external_lex_state = 23}, - [5063] = {.lex_state = 62, .external_lex_state = 8}, - [5064] = {.lex_state = 63, .external_lex_state = 23}, - [5065] = {.lex_state = 63, .external_lex_state = 22}, - [5066] = {.lex_state = 63, .external_lex_state = 17}, - [5067] = {.lex_state = 62, .external_lex_state = 13}, - [5068] = {.lex_state = 62, .external_lex_state = 14}, - [5069] = {.lex_state = 62, .external_lex_state = 15}, + [4897] = {.lex_state = 64, .external_lex_state = 12}, + [4898] = {.lex_state = 64, .external_lex_state = 11}, + [4899] = {.lex_state = 62, .external_lex_state = 10}, + [4900] = {.lex_state = 62, .external_lex_state = 9}, + [4901] = {.lex_state = 62, .external_lex_state = 10}, + [4902] = {.lex_state = 64, .external_lex_state = 11}, + [4903] = {.lex_state = 64, .external_lex_state = 12}, + [4904] = {.lex_state = 62, .external_lex_state = 9}, + [4905] = {.lex_state = 62, .external_lex_state = 13}, + [4906] = {.lex_state = 62, .external_lex_state = 14}, + [4907] = {.lex_state = 62, .external_lex_state = 15}, + [4908] = {.lex_state = 62, .external_lex_state = 16}, + [4909] = {.lex_state = 62, .external_lex_state = 7}, + [4910] = {.lex_state = 62, .external_lex_state = 8}, + [4911] = {.lex_state = 64, .external_lex_state = 12}, + [4912] = {.lex_state = 64, .external_lex_state = 11}, + [4913] = {.lex_state = 62, .external_lex_state = 10}, + [4914] = {.lex_state = 62, .external_lex_state = 9}, + [4915] = {.lex_state = 62, .external_lex_state = 13}, + [4916] = {.lex_state = 62, .external_lex_state = 14}, + [4917] = {.lex_state = 62, .external_lex_state = 15}, + [4918] = {.lex_state = 62, .external_lex_state = 16}, + [4919] = {.lex_state = 62, .external_lex_state = 7}, + [4920] = {.lex_state = 62, .external_lex_state = 8}, + [4921] = {.lex_state = 62, .external_lex_state = 8}, + [4922] = {.lex_state = 64, .external_lex_state = 12}, + [4923] = {.lex_state = 64, .external_lex_state = 11}, + [4924] = {.lex_state = 62, .external_lex_state = 10}, + [4925] = {.lex_state = 62, .external_lex_state = 9}, + [4926] = {.lex_state = 62, .external_lex_state = 13}, + [4927] = {.lex_state = 62, .external_lex_state = 14}, + [4928] = {.lex_state = 62, .external_lex_state = 15}, + [4929] = {.lex_state = 62, .external_lex_state = 16}, + [4930] = {.lex_state = 62, .external_lex_state = 7}, + [4931] = {.lex_state = 62, .external_lex_state = 8}, + [4932] = {.lex_state = 62, .external_lex_state = 16}, + [4933] = {.lex_state = 62, .external_lex_state = 15}, + [4934] = {.lex_state = 62, .external_lex_state = 14}, + [4935] = {.lex_state = 62, .external_lex_state = 13}, + [4936] = {.lex_state = 64, .external_lex_state = 12}, + [4937] = {.lex_state = 64, .external_lex_state = 11}, + [4938] = {.lex_state = 62, .external_lex_state = 10}, + [4939] = {.lex_state = 62, .external_lex_state = 8}, + [4940] = {.lex_state = 62, .external_lex_state = 7}, + [4941] = {.lex_state = 62, .external_lex_state = 16}, + [4942] = {.lex_state = 62, .external_lex_state = 15}, + [4943] = {.lex_state = 62, .external_lex_state = 14}, + [4944] = {.lex_state = 62, .external_lex_state = 13}, + [4945] = {.lex_state = 62, .external_lex_state = 9}, + [4946] = {.lex_state = 62, .external_lex_state = 13}, + [4947] = {.lex_state = 62, .external_lex_state = 14}, + [4948] = {.lex_state = 62, .external_lex_state = 15}, + [4949] = {.lex_state = 62, .external_lex_state = 16}, + [4950] = {.lex_state = 62, .external_lex_state = 7}, + [4951] = {.lex_state = 62, .external_lex_state = 8}, + [4952] = {.lex_state = 64, .external_lex_state = 12}, + [4953] = {.lex_state = 64, .external_lex_state = 11}, + [4954] = {.lex_state = 62, .external_lex_state = 10}, + [4955] = {.lex_state = 62, .external_lex_state = 9}, + [4956] = {.lex_state = 62, .external_lex_state = 7}, + [4957] = {.lex_state = 62, .external_lex_state = 13}, + [4958] = {.lex_state = 62, .external_lex_state = 14}, + [4959] = {.lex_state = 62, .external_lex_state = 15}, + [4960] = {.lex_state = 62, .external_lex_state = 16}, + [4961] = {.lex_state = 62, .external_lex_state = 7}, + [4962] = {.lex_state = 62, .external_lex_state = 8}, + [4963] = {.lex_state = 64, .external_lex_state = 12}, + [4964] = {.lex_state = 64, .external_lex_state = 11}, + [4965] = {.lex_state = 62, .external_lex_state = 10}, + [4966] = {.lex_state = 62, .external_lex_state = 9}, + [4967] = {.lex_state = 62, .external_lex_state = 13}, + [4968] = {.lex_state = 62, .external_lex_state = 14}, + [4969] = {.lex_state = 62, .external_lex_state = 15}, + [4970] = {.lex_state = 62, .external_lex_state = 16}, + [4971] = {.lex_state = 62, .external_lex_state = 7}, + [4972] = {.lex_state = 62, .external_lex_state = 8}, + [4973] = {.lex_state = 64, .external_lex_state = 12}, + [4974] = {.lex_state = 64, .external_lex_state = 11}, + [4975] = {.lex_state = 62, .external_lex_state = 10}, + [4976] = {.lex_state = 62, .external_lex_state = 9}, + [4977] = {.lex_state = 62, .external_lex_state = 13}, + [4978] = {.lex_state = 62, .external_lex_state = 14}, + [4979] = {.lex_state = 62, .external_lex_state = 15}, + [4980] = {.lex_state = 62, .external_lex_state = 16}, + [4981] = {.lex_state = 62, .external_lex_state = 7}, + [4982] = {.lex_state = 62, .external_lex_state = 8}, + [4983] = {.lex_state = 64, .external_lex_state = 12}, + [4984] = {.lex_state = 64, .external_lex_state = 11}, + [4985] = {.lex_state = 62, .external_lex_state = 10}, + [4986] = {.lex_state = 62, .external_lex_state = 9}, + [4987] = {.lex_state = 62, .external_lex_state = 13}, + [4988] = {.lex_state = 62, .external_lex_state = 14}, + [4989] = {.lex_state = 62, .external_lex_state = 15}, + [4990] = {.lex_state = 62, .external_lex_state = 16}, + [4991] = {.lex_state = 62, .external_lex_state = 7}, + [4992] = {.lex_state = 62, .external_lex_state = 8}, + [4993] = {.lex_state = 64, .external_lex_state = 12}, + [4994] = {.lex_state = 64, .external_lex_state = 11}, + [4995] = {.lex_state = 62, .external_lex_state = 10}, + [4996] = {.lex_state = 62, .external_lex_state = 9}, + [4997] = {.lex_state = 62, .external_lex_state = 8}, + [4998] = {.lex_state = 62, .external_lex_state = 13}, + [4999] = {.lex_state = 62, .external_lex_state = 14}, + [5000] = {.lex_state = 62, .external_lex_state = 15}, + [5001] = {.lex_state = 62, .external_lex_state = 16}, + [5002] = {.lex_state = 62, .external_lex_state = 7}, + [5003] = {.lex_state = 62, .external_lex_state = 8}, + [5004] = {.lex_state = 62, .external_lex_state = 7}, + [5005] = {.lex_state = 62, .external_lex_state = 16}, + [5006] = {.lex_state = 62, .external_lex_state = 15}, + [5007] = {.lex_state = 62, .external_lex_state = 14}, + [5008] = {.lex_state = 62, .external_lex_state = 13}, + [5009] = {.lex_state = 62, .external_lex_state = 9}, + [5010] = {.lex_state = 62, .external_lex_state = 10}, + [5011] = {.lex_state = 64, .external_lex_state = 11}, + [5012] = {.lex_state = 64, .external_lex_state = 12}, + [5013] = {.lex_state = 64, .external_lex_state = 12}, + [5014] = {.lex_state = 64, .external_lex_state = 11}, + [5015] = {.lex_state = 62, .external_lex_state = 10}, + [5016] = {.lex_state = 62, .external_lex_state = 9}, + [5017] = {.lex_state = 62, .external_lex_state = 13}, + [5018] = {.lex_state = 62, .external_lex_state = 14}, + [5019] = {.lex_state = 62, .external_lex_state = 15}, + [5020] = {.lex_state = 62, .external_lex_state = 16}, + [5021] = {.lex_state = 62, .external_lex_state = 13}, + [5022] = {.lex_state = 62, .external_lex_state = 14}, + [5023] = {.lex_state = 62, .external_lex_state = 15}, + [5024] = {.lex_state = 62, .external_lex_state = 16}, + [5025] = {.lex_state = 62, .external_lex_state = 7}, + [5026] = {.lex_state = 62, .external_lex_state = 8}, + [5027] = {.lex_state = 62, .external_lex_state = 8}, + [5028] = {.lex_state = 62, .external_lex_state = 7}, + [5029] = {.lex_state = 62, .external_lex_state = 16}, + [5030] = {.lex_state = 62, .external_lex_state = 15}, + [5031] = {.lex_state = 62, .external_lex_state = 14}, + [5032] = {.lex_state = 64, .external_lex_state = 12}, + [5033] = {.lex_state = 64, .external_lex_state = 11}, + [5034] = {.lex_state = 62, .external_lex_state = 10}, + [5035] = {.lex_state = 62, .external_lex_state = 9}, + [5036] = {.lex_state = 62, .external_lex_state = 13}, + [5037] = {.lex_state = 62, .external_lex_state = 13}, + [5038] = {.lex_state = 62, .external_lex_state = 7}, + [5039] = {.lex_state = 62, .external_lex_state = 8}, + [5040] = {.lex_state = 62, .external_lex_state = 14}, + [5041] = {.lex_state = 62, .external_lex_state = 15}, + [5042] = {.lex_state = 62, .external_lex_state = 16}, + [5043] = {.lex_state = 62, .external_lex_state = 7}, + [5044] = {.lex_state = 62, .external_lex_state = 8}, + [5045] = {.lex_state = 64, .external_lex_state = 12}, + [5046] = {.lex_state = 64, .external_lex_state = 11}, + [5047] = {.lex_state = 62, .external_lex_state = 10}, + [5048] = {.lex_state = 62, .external_lex_state = 9}, + [5049] = {.lex_state = 62, .external_lex_state = 10}, + [5050] = {.lex_state = 64, .external_lex_state = 11}, + [5051] = {.lex_state = 64, .external_lex_state = 12}, + [5052] = {.lex_state = 62, .external_lex_state = 9}, + [5053] = {.lex_state = 62, .external_lex_state = 13}, + [5054] = {.lex_state = 62, .external_lex_state = 14}, + [5055] = {.lex_state = 62, .external_lex_state = 15}, + [5056] = {.lex_state = 62, .external_lex_state = 16}, + [5057] = {.lex_state = 62, .external_lex_state = 8}, + [5058] = {.lex_state = 64, .external_lex_state = 12}, + [5059] = {.lex_state = 64, .external_lex_state = 11}, + [5060] = {.lex_state = 62, .external_lex_state = 10}, + [5061] = {.lex_state = 62, .external_lex_state = 9}, + [5062] = {.lex_state = 62, .external_lex_state = 9}, + [5063] = {.lex_state = 62, .external_lex_state = 10}, + [5064] = {.lex_state = 64, .external_lex_state = 11}, + [5065] = {.lex_state = 64, .external_lex_state = 12}, + [5066] = {.lex_state = 62, .external_lex_state = 13}, + [5067] = {.lex_state = 62, .external_lex_state = 14}, + [5068] = {.lex_state = 62, .external_lex_state = 15}, + [5069] = {.lex_state = 62, .external_lex_state = 16}, [5070] = {.lex_state = 62, .external_lex_state = 7}, - [5071] = {.lex_state = 100, .external_lex_state = 6}, - [5072] = {.lex_state = 63, .external_lex_state = 21}, + [5071] = {.lex_state = 62, .external_lex_state = 6}, + [5072] = {.lex_state = 62, .external_lex_state = 6}, [5073] = {.lex_state = 259, .external_lex_state = 6}, - [5074] = {.lex_state = 65, .external_lex_state = 25}, - [5075] = {.lex_state = 65, .external_lex_state = 24}, - [5076] = {.lex_state = 63, .external_lex_state = 23}, - [5077] = {.lex_state = 100, .external_lex_state = 6}, - [5078] = {.lex_state = 63, .external_lex_state = 22}, - [5079] = {.lex_state = 63, .external_lex_state = 17}, - [5080] = {.lex_state = 63, .external_lex_state = 22}, - [5081] = {.lex_state = 63, .external_lex_state = 23}, - [5082] = {.lex_state = 65, .external_lex_state = 24}, - [5083] = {.lex_state = 65, .external_lex_state = 25}, - [5084] = {.lex_state = 63, .external_lex_state = 21}, - [5085] = {.lex_state = 63, .external_lex_state = 20}, - [5086] = {.lex_state = 63, .external_lex_state = 18}, - [5087] = {.lex_state = 63, .external_lex_state = 19}, - [5088] = {.lex_state = 63, .external_lex_state = 26}, - [5089] = {.lex_state = 63, .external_lex_state = 17}, - [5090] = {.lex_state = 63, .external_lex_state = 26}, - [5091] = {.lex_state = 100, .external_lex_state = 6}, - [5092] = {.lex_state = 63, .external_lex_state = 19}, - [5093] = {.lex_state = 63, .external_lex_state = 18}, - [5094] = {.lex_state = 63, .external_lex_state = 17}, - [5095] = {.lex_state = 63, .external_lex_state = 26}, - [5096] = {.lex_state = 63, .external_lex_state = 22}, - [5097] = {.lex_state = 62, .external_lex_state = 10}, - [5098] = {.lex_state = 63, .external_lex_state = 17}, - [5099] = {.lex_state = 63, .external_lex_state = 23}, - [5100] = {.lex_state = 63, .external_lex_state = 26}, - [5101] = {.lex_state = 63, .external_lex_state = 22}, - [5102] = {.lex_state = 62, .external_lex_state = 16}, - [5103] = {.lex_state = 102, .external_lex_state = 6}, - [5104] = {.lex_state = 100, .external_lex_state = 6}, - [5105] = {.lex_state = 63, .external_lex_state = 26}, - [5106] = {.lex_state = 63, .external_lex_state = 19}, - [5107] = {.lex_state = 63, .external_lex_state = 18}, - [5108] = {.lex_state = 63, .external_lex_state = 20}, - [5109] = {.lex_state = 63, .external_lex_state = 21}, - [5110] = {.lex_state = 65, .external_lex_state = 25}, - [5111] = {.lex_state = 65, .external_lex_state = 24}, - [5112] = {.lex_state = 63, .external_lex_state = 23}, - [5113] = {.lex_state = 63, .external_lex_state = 22}, - [5114] = {.lex_state = 63, .external_lex_state = 17}, - [5115] = {.lex_state = 63, .external_lex_state = 20}, - [5116] = {.lex_state = 63, .external_lex_state = 21}, - [5117] = {.lex_state = 63, .external_lex_state = 17}, - [5118] = {.lex_state = 65, .external_lex_state = 24}, - [5119] = {.lex_state = 65, .external_lex_state = 25}, - [5120] = {.lex_state = 65, .external_lex_state = 25}, - [5121] = {.lex_state = 63, .external_lex_state = 21}, - [5122] = {.lex_state = 63, .external_lex_state = 20}, - [5123] = {.lex_state = 63, .external_lex_state = 18}, - [5124] = {.lex_state = 63, .external_lex_state = 22}, - [5125] = {.lex_state = 65, .external_lex_state = 24}, - [5126] = {.lex_state = 63, .external_lex_state = 17}, - [5127] = {.lex_state = 63, .external_lex_state = 22}, - [5128] = {.lex_state = 63, .external_lex_state = 23}, - [5129] = {.lex_state = 65, .external_lex_state = 24}, - [5130] = {.lex_state = 65, .external_lex_state = 25}, - [5131] = {.lex_state = 63, .external_lex_state = 21}, - [5132] = {.lex_state = 63, .external_lex_state = 20}, - [5133] = {.lex_state = 63, .external_lex_state = 18}, - [5134] = {.lex_state = 63, .external_lex_state = 19}, - [5135] = {.lex_state = 63, .external_lex_state = 26}, - [5136] = {.lex_state = 63, .external_lex_state = 22}, - [5137] = {.lex_state = 63, .external_lex_state = 26}, - [5138] = {.lex_state = 63, .external_lex_state = 19}, - [5139] = {.lex_state = 63, .external_lex_state = 18}, - [5140] = {.lex_state = 63, .external_lex_state = 20}, - [5141] = {.lex_state = 63, .external_lex_state = 21}, - [5142] = {.lex_state = 63, .external_lex_state = 17}, - [5143] = {.lex_state = 63, .external_lex_state = 22}, - [5144] = {.lex_state = 63, .external_lex_state = 23}, - [5145] = {.lex_state = 65, .external_lex_state = 24}, - [5146] = {.lex_state = 65, .external_lex_state = 25}, - [5147] = {.lex_state = 63, .external_lex_state = 21}, - [5148] = {.lex_state = 63, .external_lex_state = 20}, - [5149] = {.lex_state = 63, .external_lex_state = 18}, - [5150] = {.lex_state = 63, .external_lex_state = 19}, - [5151] = {.lex_state = 63, .external_lex_state = 26}, - [5152] = {.lex_state = 65, .external_lex_state = 25}, - [5153] = {.lex_state = 65, .external_lex_state = 24}, - [5154] = {.lex_state = 63, .external_lex_state = 23}, - [5155] = {.lex_state = 63, .external_lex_state = 22}, - [5156] = {.lex_state = 63, .external_lex_state = 17}, - [5157] = {.lex_state = 63, .external_lex_state = 19}, - [5158] = {.lex_state = 63, .external_lex_state = 26}, - [5159] = {.lex_state = 63, .external_lex_state = 17}, - [5160] = {.lex_state = 63, .external_lex_state = 22}, - [5161] = {.lex_state = 63, .external_lex_state = 23}, - [5162] = {.lex_state = 65, .external_lex_state = 24}, - [5163] = {.lex_state = 65, .external_lex_state = 25}, - [5164] = {.lex_state = 63, .external_lex_state = 18}, - [5165] = {.lex_state = 65, .external_lex_state = 24}, - [5166] = {.lex_state = 100, .external_lex_state = 6}, - [5167] = {.lex_state = 63, .external_lex_state = 21}, - [5168] = {.lex_state = 65, .external_lex_state = 25}, - [5169] = {.lex_state = 100, .external_lex_state = 6}, - [5170] = {.lex_state = 63, .external_lex_state = 20}, - [5171] = {.lex_state = 63, .external_lex_state = 20}, - [5172] = {.lex_state = 63, .external_lex_state = 17}, - [5173] = {.lex_state = 63, .external_lex_state = 22}, - [5174] = {.lex_state = 63, .external_lex_state = 23}, - [5175] = {.lex_state = 65, .external_lex_state = 24}, - [5176] = {.lex_state = 65, .external_lex_state = 25}, - [5177] = {.lex_state = 63, .external_lex_state = 21}, - [5178] = {.lex_state = 63, .external_lex_state = 20}, - [5179] = {.lex_state = 63, .external_lex_state = 18}, - [5180] = {.lex_state = 63, .external_lex_state = 19}, - [5181] = {.lex_state = 63, .external_lex_state = 26}, - [5182] = {.lex_state = 63, .external_lex_state = 19}, - [5183] = {.lex_state = 63, .external_lex_state = 26}, - [5184] = {.lex_state = 100, .external_lex_state = 6}, - [5185] = {.lex_state = 63, .external_lex_state = 19}, - [5186] = {.lex_state = 63, .external_lex_state = 17}, - [5187] = {.lex_state = 63, .external_lex_state = 18}, - [5188] = {.lex_state = 63, .external_lex_state = 17}, - [5189] = {.lex_state = 63, .external_lex_state = 22}, - [5190] = {.lex_state = 63, .external_lex_state = 23}, - [5191] = {.lex_state = 65, .external_lex_state = 24}, - [5192] = {.lex_state = 65, .external_lex_state = 25}, - [5193] = {.lex_state = 63, .external_lex_state = 21}, - [5194] = {.lex_state = 63, .external_lex_state = 20}, - [5195] = {.lex_state = 63, .external_lex_state = 18}, - [5196] = {.lex_state = 63, .external_lex_state = 19}, - [5197] = {.lex_state = 63, .external_lex_state = 26}, - [5198] = {.lex_state = 100, .external_lex_state = 6}, - [5199] = {.lex_state = 63, .external_lex_state = 26}, - [5200] = {.lex_state = 63, .external_lex_state = 21}, - [5201] = {.lex_state = 102, .external_lex_state = 6}, - [5202] = {.lex_state = 63, .external_lex_state = 17}, - [5203] = {.lex_state = 64, .external_lex_state = 12}, - [5204] = {.lex_state = 63, .external_lex_state = 22}, - [5205] = {.lex_state = 63, .external_lex_state = 23}, - [5206] = {.lex_state = 63, .external_lex_state = 26}, - [5207] = {.lex_state = 63, .external_lex_state = 19}, - [5208] = {.lex_state = 63, .external_lex_state = 18}, - [5209] = {.lex_state = 63, .external_lex_state = 21}, - [5210] = {.lex_state = 63, .external_lex_state = 20}, - [5211] = {.lex_state = 65, .external_lex_state = 24}, - [5212] = {.lex_state = 63, .external_lex_state = 21}, - [5213] = {.lex_state = 65, .external_lex_state = 25}, - [5214] = {.lex_state = 65, .external_lex_state = 24}, - [5215] = {.lex_state = 63, .external_lex_state = 23}, - [5216] = {.lex_state = 63, .external_lex_state = 22}, - [5217] = {.lex_state = 63, .external_lex_state = 17}, - [5218] = {.lex_state = 63, .external_lex_state = 17}, - [5219] = {.lex_state = 63, .external_lex_state = 22}, - [5220] = {.lex_state = 63, .external_lex_state = 23}, - [5221] = {.lex_state = 65, .external_lex_state = 24}, - [5222] = {.lex_state = 65, .external_lex_state = 25}, - [5223] = {.lex_state = 63, .external_lex_state = 21}, - [5224] = {.lex_state = 63, .external_lex_state = 20}, - [5225] = {.lex_state = 63, .external_lex_state = 18}, - [5226] = {.lex_state = 63, .external_lex_state = 19}, - [5227] = {.lex_state = 63, .external_lex_state = 26}, - [5228] = {.lex_state = 63, .external_lex_state = 20}, - [5229] = {.lex_state = 63, .external_lex_state = 18}, - [5230] = {.lex_state = 63, .external_lex_state = 19}, - [5231] = {.lex_state = 63, .external_lex_state = 26}, - [5232] = {.lex_state = 63, .external_lex_state = 19}, - [5233] = {.lex_state = 63, .external_lex_state = 18}, - [5234] = {.lex_state = 63, .external_lex_state = 17}, - [5235] = {.lex_state = 63, .external_lex_state = 22}, - [5236] = {.lex_state = 63, .external_lex_state = 23}, - [5237] = {.lex_state = 65, .external_lex_state = 24}, - [5238] = {.lex_state = 65, .external_lex_state = 25}, - [5239] = {.lex_state = 63, .external_lex_state = 21}, - [5240] = {.lex_state = 63, .external_lex_state = 20}, - [5241] = {.lex_state = 63, .external_lex_state = 18}, - [5242] = {.lex_state = 63, .external_lex_state = 19}, - [5243] = {.lex_state = 63, .external_lex_state = 26}, - [5244] = {.lex_state = 63, .external_lex_state = 26}, - [5245] = {.lex_state = 63, .external_lex_state = 20}, - [5246] = {.lex_state = 63, .external_lex_state = 21}, - [5247] = {.lex_state = 65, .external_lex_state = 25}, - [5248] = {.lex_state = 65, .external_lex_state = 24}, - [5249] = {.lex_state = 63, .external_lex_state = 26}, - [5250] = {.lex_state = 63, .external_lex_state = 23}, - [5251] = {.lex_state = 63, .external_lex_state = 22}, - [5252] = {.lex_state = 63, .external_lex_state = 17}, - [5253] = {.lex_state = 63, .external_lex_state = 17}, - [5254] = {.lex_state = 63, .external_lex_state = 19}, - [5255] = {.lex_state = 63, .external_lex_state = 18}, - [5256] = {.lex_state = 63, .external_lex_state = 19}, - [5257] = {.lex_state = 63, .external_lex_state = 20}, - [5258] = {.lex_state = 63, .external_lex_state = 22}, - [5259] = {.lex_state = 62, .external_lex_state = 9}, - [5260] = {.lex_state = 63, .external_lex_state = 26}, - [5261] = {.lex_state = 65, .external_lex_state = 25}, - [5262] = {.lex_state = 63, .external_lex_state = 23}, - [5263] = {.lex_state = 63, .external_lex_state = 21}, - [5264] = {.lex_state = 63, .external_lex_state = 17}, - [5265] = {.lex_state = 63, .external_lex_state = 22}, - [5266] = {.lex_state = 63, .external_lex_state = 23}, - [5267] = {.lex_state = 65, .external_lex_state = 24}, - [5268] = {.lex_state = 65, .external_lex_state = 25}, - [5269] = {.lex_state = 63, .external_lex_state = 21}, - [5270] = {.lex_state = 63, .external_lex_state = 20}, - [5271] = {.lex_state = 63, .external_lex_state = 18}, - [5272] = {.lex_state = 63, .external_lex_state = 19}, - [5273] = {.lex_state = 63, .external_lex_state = 26}, - [5274] = {.lex_state = 65, .external_lex_state = 24}, - [5275] = {.lex_state = 65, .external_lex_state = 25}, - [5276] = {.lex_state = 63, .external_lex_state = 23}, - [5277] = {.lex_state = 63, .external_lex_state = 20}, - [5278] = {.lex_state = 63, .external_lex_state = 18}, - [5279] = {.lex_state = 63, .external_lex_state = 21}, - [5280] = {.lex_state = 63, .external_lex_state = 17}, - [5281] = {.lex_state = 63, .external_lex_state = 22}, - [5282] = {.lex_state = 63, .external_lex_state = 23}, - [5283] = {.lex_state = 65, .external_lex_state = 24}, - [5284] = {.lex_state = 65, .external_lex_state = 25}, - [5285] = {.lex_state = 63, .external_lex_state = 21}, - [5286] = {.lex_state = 63, .external_lex_state = 20}, - [5287] = {.lex_state = 63, .external_lex_state = 18}, - [5288] = {.lex_state = 63, .external_lex_state = 19}, - [5289] = {.lex_state = 63, .external_lex_state = 26}, - [5290] = {.lex_state = 63, .external_lex_state = 19}, - [5291] = {.lex_state = 63, .external_lex_state = 20}, - [5292] = {.lex_state = 63, .external_lex_state = 18}, - [5293] = {.lex_state = 63, .external_lex_state = 19}, - [5294] = {.lex_state = 63, .external_lex_state = 26}, - [5295] = {.lex_state = 63, .external_lex_state = 23}, - [5296] = {.lex_state = 63, .external_lex_state = 26}, - [5297] = {.lex_state = 63, .external_lex_state = 20}, - [5298] = {.lex_state = 63, .external_lex_state = 21}, - [5299] = {.lex_state = 65, .external_lex_state = 25}, - [5300] = {.lex_state = 65, .external_lex_state = 25}, - [5301] = {.lex_state = 65, .external_lex_state = 24}, - [5302] = {.lex_state = 63, .external_lex_state = 20}, - [5303] = {.lex_state = 63, .external_lex_state = 23}, - [5304] = {.lex_state = 63, .external_lex_state = 26}, - [5305] = {.lex_state = 100, .external_lex_state = 6}, - [5306] = {.lex_state = 63, .external_lex_state = 19}, - [5307] = {.lex_state = 63, .external_lex_state = 18}, - [5308] = {.lex_state = 63, .external_lex_state = 20}, - [5309] = {.lex_state = 63, .external_lex_state = 21}, - [5310] = {.lex_state = 63, .external_lex_state = 17}, - [5311] = {.lex_state = 63, .external_lex_state = 22}, - [5312] = {.lex_state = 63, .external_lex_state = 23}, - [5313] = {.lex_state = 65, .external_lex_state = 24}, - [5314] = {.lex_state = 65, .external_lex_state = 25}, - [5315] = {.lex_state = 63, .external_lex_state = 21}, - [5316] = {.lex_state = 63, .external_lex_state = 20}, - [5317] = {.lex_state = 63, .external_lex_state = 18}, - [5318] = {.lex_state = 63, .external_lex_state = 19}, - [5319] = {.lex_state = 63, .external_lex_state = 26}, - [5320] = {.lex_state = 65, .external_lex_state = 25}, - [5321] = {.lex_state = 63, .external_lex_state = 17}, - [5322] = {.lex_state = 63, .external_lex_state = 26}, - [5323] = {.lex_state = 63, .external_lex_state = 19}, - [5324] = {.lex_state = 63, .external_lex_state = 18}, - [5325] = {.lex_state = 63, .external_lex_state = 20}, - [5326] = {.lex_state = 63, .external_lex_state = 17}, - [5327] = {.lex_state = 63, .external_lex_state = 22}, - [5328] = {.lex_state = 63, .external_lex_state = 23}, - [5329] = {.lex_state = 65, .external_lex_state = 24}, - [5330] = {.lex_state = 65, .external_lex_state = 25}, - [5331] = {.lex_state = 63, .external_lex_state = 21}, - [5332] = {.lex_state = 63, .external_lex_state = 20}, - [5333] = {.lex_state = 63, .external_lex_state = 18}, - [5334] = {.lex_state = 63, .external_lex_state = 19}, - [5335] = {.lex_state = 63, .external_lex_state = 26}, - [5336] = {.lex_state = 63, .external_lex_state = 22}, - [5337] = {.lex_state = 63, .external_lex_state = 21}, - [5338] = {.lex_state = 65, .external_lex_state = 25}, - [5339] = {.lex_state = 65, .external_lex_state = 24}, - [5340] = {.lex_state = 63, .external_lex_state = 23}, - [5341] = {.lex_state = 63, .external_lex_state = 21}, - [5342] = {.lex_state = 63, .external_lex_state = 22}, - [5343] = {.lex_state = 63, .external_lex_state = 17}, - [5344] = {.lex_state = 63, .external_lex_state = 22}, - [5345] = {.lex_state = 63, .external_lex_state = 17}, - [5346] = {.lex_state = 63, .external_lex_state = 17}, - [5347] = {.lex_state = 63, .external_lex_state = 22}, - [5348] = {.lex_state = 65, .external_lex_state = 25}, - [5349] = {.lex_state = 63, .external_lex_state = 23}, - [5350] = {.lex_state = 65, .external_lex_state = 24}, - [5351] = {.lex_state = 65, .external_lex_state = 25}, - [5352] = {.lex_state = 65, .external_lex_state = 24}, - [5353] = {.lex_state = 63, .external_lex_state = 26}, - [5354] = {.lex_state = 63, .external_lex_state = 19}, - [5355] = {.lex_state = 63, .external_lex_state = 18}, - [5356] = {.lex_state = 63, .external_lex_state = 17}, - [5357] = {.lex_state = 63, .external_lex_state = 22}, - [5358] = {.lex_state = 63, .external_lex_state = 23}, - [5359] = {.lex_state = 65, .external_lex_state = 24}, - [5360] = {.lex_state = 65, .external_lex_state = 25}, - [5361] = {.lex_state = 63, .external_lex_state = 21}, - [5362] = {.lex_state = 63, .external_lex_state = 20}, - [5363] = {.lex_state = 63, .external_lex_state = 18}, - [5364] = {.lex_state = 63, .external_lex_state = 19}, - [5365] = {.lex_state = 63, .external_lex_state = 26}, - [5366] = {.lex_state = 63, .external_lex_state = 20}, - [5367] = {.lex_state = 63, .external_lex_state = 21}, - [5368] = {.lex_state = 65, .external_lex_state = 25}, - [5369] = {.lex_state = 65, .external_lex_state = 24}, - [5370] = {.lex_state = 63, .external_lex_state = 23}, - [5371] = {.lex_state = 63, .external_lex_state = 22}, - [5372] = {.lex_state = 63, .external_lex_state = 17}, - [5373] = {.lex_state = 63, .external_lex_state = 22}, - [5374] = {.lex_state = 63, .external_lex_state = 23}, - [5375] = {.lex_state = 65, .external_lex_state = 24}, - [5376] = {.lex_state = 65, .external_lex_state = 25}, - [5377] = {.lex_state = 63, .external_lex_state = 21}, - [5378] = {.lex_state = 63, .external_lex_state = 20}, - [5379] = {.lex_state = 63, .external_lex_state = 18}, - [5380] = {.lex_state = 63, .external_lex_state = 19}, - [5381] = {.lex_state = 63, .external_lex_state = 26}, - [5382] = {.lex_state = 63, .external_lex_state = 17}, - [5383] = {.lex_state = 63, .external_lex_state = 21}, - [5384] = {.lex_state = 63, .external_lex_state = 20}, - [5385] = {.lex_state = 63, .external_lex_state = 18}, - [5386] = {.lex_state = 63, .external_lex_state = 23}, - [5387] = {.lex_state = 65, .external_lex_state = 24}, - [5388] = {.lex_state = 63, .external_lex_state = 19}, - [5389] = {.lex_state = 63, .external_lex_state = 26}, - [5390] = {.lex_state = 65, .external_lex_state = 24}, - [5391] = {.lex_state = 63, .external_lex_state = 22}, - [5392] = {.lex_state = 63, .external_lex_state = 23}, - [5393] = {.lex_state = 65, .external_lex_state = 24}, - [5394] = {.lex_state = 63, .external_lex_state = 23}, - [5395] = {.lex_state = 65, .external_lex_state = 24}, - [5396] = {.lex_state = 65, .external_lex_state = 25}, - [5397] = {.lex_state = 63, .external_lex_state = 22}, - [5398] = {.lex_state = 63, .external_lex_state = 21}, - [5399] = {.lex_state = 63, .external_lex_state = 20}, - [5400] = {.lex_state = 63, .external_lex_state = 18}, - [5401] = {.lex_state = 63, .external_lex_state = 19}, - [5402] = {.lex_state = 100, .external_lex_state = 6}, - [5403] = {.lex_state = 63, .external_lex_state = 26}, - [5404] = {.lex_state = 65, .external_lex_state = 25}, - [5405] = {.lex_state = 100, .external_lex_state = 6}, - [5406] = {.lex_state = 63, .external_lex_state = 23}, - [5407] = {.lex_state = 63, .external_lex_state = 21}, - [5408] = {.lex_state = 63, .external_lex_state = 20}, - [5409] = {.lex_state = 63, .external_lex_state = 18}, - [5410] = {.lex_state = 63, .external_lex_state = 17}, - [5411] = {.lex_state = 63, .external_lex_state = 26}, - [5412] = {.lex_state = 63, .external_lex_state = 19}, - [5413] = {.lex_state = 63, .external_lex_state = 18}, - [5414] = {.lex_state = 63, .external_lex_state = 20}, - [5415] = {.lex_state = 63, .external_lex_state = 21}, - [5416] = {.lex_state = 65, .external_lex_state = 25}, - [5417] = {.lex_state = 65, .external_lex_state = 24}, - [5418] = {.lex_state = 63, .external_lex_state = 23}, - [5419] = {.lex_state = 63, .external_lex_state = 22}, - [5420] = {.lex_state = 63, .external_lex_state = 18}, - [5421] = {.lex_state = 63, .external_lex_state = 19}, - [5422] = {.lex_state = 63, .external_lex_state = 17}, - [5423] = {.lex_state = 63, .external_lex_state = 22}, - [5424] = {.lex_state = 64, .external_lex_state = 11}, - [5425] = {.lex_state = 63, .external_lex_state = 26}, - [5426] = {.lex_state = 63, .external_lex_state = 17}, - [5427] = {.lex_state = 63, .external_lex_state = 17}, - [5428] = {.lex_state = 63, .external_lex_state = 26}, - [5429] = {.lex_state = 63, .external_lex_state = 19}, - [5430] = {.lex_state = 63, .external_lex_state = 18}, - [5431] = {.lex_state = 63, .external_lex_state = 20}, - [5432] = {.lex_state = 63, .external_lex_state = 21}, - [5433] = {.lex_state = 65, .external_lex_state = 25}, - [5434] = {.lex_state = 65, .external_lex_state = 24}, - [5435] = {.lex_state = 63, .external_lex_state = 23}, - [5436] = {.lex_state = 63, .external_lex_state = 22}, - [5437] = {.lex_state = 50, .external_lex_state = 6}, - [5438] = {.lex_state = 50, .external_lex_state = 6}, - [5439] = {.lex_state = 50, .external_lex_state = 6}, - [5440] = {.lex_state = 50, .external_lex_state = 6}, - [5441] = {.lex_state = 259, .external_lex_state = 6}, - [5442] = {.lex_state = 50, .external_lex_state = 6}, - [5443] = {.lex_state = 102, .external_lex_state = 6}, - [5444] = {.lex_state = 50, .external_lex_state = 6}, - [5445] = {.lex_state = 259, .external_lex_state = 6}, - [5446] = {.lex_state = 259, .external_lex_state = 6}, - [5447] = {.lex_state = 259, .external_lex_state = 6}, - [5448] = {.lex_state = 50, .external_lex_state = 6}, - [5449] = {.lex_state = 50, .external_lex_state = 6}, + [5074] = {.lex_state = 102, .external_lex_state = 6}, + [5075] = {.lex_state = 102, .external_lex_state = 6}, + [5076] = {.lex_state = 259, .external_lex_state = 6}, + [5077] = {.lex_state = 259, .external_lex_state = 6}, + [5078] = {.lex_state = 259, .external_lex_state = 6}, + [5079] = {.lex_state = 62, .external_lex_state = 6}, + [5080] = {.lex_state = 62, .external_lex_state = 6}, + [5081] = {.lex_state = 259, .external_lex_state = 6}, + [5082] = {.lex_state = 259, .external_lex_state = 6}, + [5083] = {.lex_state = 259, .external_lex_state = 6}, + [5084] = {.lex_state = 64, .external_lex_state = 6}, + [5085] = {.lex_state = 259, .external_lex_state = 6}, + [5086] = {.lex_state = 62, .external_lex_state = 6}, + [5087] = {.lex_state = 64, .external_lex_state = 6}, + [5088] = {.lex_state = 62, .external_lex_state = 6}, + [5089] = {.lex_state = 64, .external_lex_state = 6}, + [5090] = {.lex_state = 64, .external_lex_state = 6}, + [5091] = {.lex_state = 62, .external_lex_state = 6}, + [5092] = {.lex_state = 102, .external_lex_state = 6}, + [5093] = {.lex_state = 62, .external_lex_state = 6}, + [5094] = {.lex_state = 62, .external_lex_state = 6}, + [5095] = {.lex_state = 64, .external_lex_state = 6}, + [5096] = {.lex_state = 64, .external_lex_state = 6}, + [5097] = {.lex_state = 64, .external_lex_state = 6}, + [5098] = {.lex_state = 64, .external_lex_state = 6}, + [5099] = {.lex_state = 64, .external_lex_state = 6}, + [5100] = {.lex_state = 62, .external_lex_state = 6}, + [5101] = {.lex_state = 62, .external_lex_state = 6}, + [5102] = {.lex_state = 62, .external_lex_state = 6}, + [5103] = {.lex_state = 62, .external_lex_state = 6}, + [5104] = {.lex_state = 259, .external_lex_state = 6}, + [5105] = {.lex_state = 62, .external_lex_state = 6}, + [5106] = {.lex_state = 62, .external_lex_state = 6}, + [5107] = {.lex_state = 259, .external_lex_state = 6}, + [5108] = {.lex_state = 64, .external_lex_state = 6}, + [5109] = {.lex_state = 64, .external_lex_state = 6}, + [5110] = {.lex_state = 102, .external_lex_state = 6}, + [5111] = {.lex_state = 102, .external_lex_state = 6}, + [5112] = {.lex_state = 62, .external_lex_state = 6}, + [5113] = {.lex_state = 62, .external_lex_state = 6}, + [5114] = {.lex_state = 62, .external_lex_state = 6}, + [5115] = {.lex_state = 62, .external_lex_state = 6}, + [5116] = {.lex_state = 62, .external_lex_state = 6}, + [5117] = {.lex_state = 62, .external_lex_state = 6}, + [5118] = {.lex_state = 62, .external_lex_state = 6}, + [5119] = {.lex_state = 62, .external_lex_state = 6}, + [5120] = {.lex_state = 259, .external_lex_state = 6}, + [5121] = {.lex_state = 259, .external_lex_state = 6}, + [5122] = {.lex_state = 259, .external_lex_state = 6}, + [5123] = {.lex_state = 62, .external_lex_state = 6}, + [5124] = {.lex_state = 62, .external_lex_state = 6}, + [5125] = {.lex_state = 62, .external_lex_state = 6}, + [5126] = {.lex_state = 62, .external_lex_state = 6}, + [5127] = {.lex_state = 62, .external_lex_state = 6}, + [5128] = {.lex_state = 62, .external_lex_state = 6}, + [5129] = {.lex_state = 62, .external_lex_state = 6}, + [5130] = {.lex_state = 62, .external_lex_state = 6}, + [5131] = {.lex_state = 62, .external_lex_state = 6}, + [5132] = {.lex_state = 62, .external_lex_state = 6}, + [5133] = {.lex_state = 62, .external_lex_state = 6}, + [5134] = {.lex_state = 62, .external_lex_state = 6}, + [5135] = {.lex_state = 64, .external_lex_state = 6}, + [5136] = {.lex_state = 64, .external_lex_state = 6}, + [5137] = {.lex_state = 64, .external_lex_state = 6}, + [5138] = {.lex_state = 64, .external_lex_state = 6}, + [5139] = {.lex_state = 62, .external_lex_state = 6}, + [5140] = {.lex_state = 102, .external_lex_state = 6}, + [5141] = {.lex_state = 62, .external_lex_state = 6}, + [5142] = {.lex_state = 62, .external_lex_state = 6}, + [5143] = {.lex_state = 62, .external_lex_state = 6}, + [5144] = {.lex_state = 259, .external_lex_state = 6}, + [5145] = {.lex_state = 62, .external_lex_state = 6}, + [5146] = {.lex_state = 62, .external_lex_state = 6}, + [5147] = {.lex_state = 62, .external_lex_state = 6}, + [5148] = {.lex_state = 62, .external_lex_state = 6}, + [5149] = {.lex_state = 62, .external_lex_state = 6}, + [5150] = {.lex_state = 259, .external_lex_state = 6}, + [5151] = {.lex_state = 62, .external_lex_state = 6}, + [5152] = {.lex_state = 62, .external_lex_state = 6}, + [5153] = {.lex_state = 62, .external_lex_state = 6}, + [5154] = {.lex_state = 62, .external_lex_state = 6}, + [5155] = {.lex_state = 62, .external_lex_state = 6}, + [5156] = {.lex_state = 102, .external_lex_state = 6}, + [5157] = {.lex_state = 62, .external_lex_state = 6}, + [5158] = {.lex_state = 259, .external_lex_state = 6}, + [5159] = {.lex_state = 64, .external_lex_state = 6}, + [5160] = {.lex_state = 64, .external_lex_state = 6}, + [5161] = {.lex_state = 64, .external_lex_state = 6}, + [5162] = {.lex_state = 62, .external_lex_state = 6}, + [5163] = {.lex_state = 62, .external_lex_state = 6}, + [5164] = {.lex_state = 62, .external_lex_state = 6}, + [5165] = {.lex_state = 62, .external_lex_state = 6}, + [5166] = {.lex_state = 62, .external_lex_state = 6}, + [5167] = {.lex_state = 62, .external_lex_state = 6}, + [5168] = {.lex_state = 62, .external_lex_state = 6}, + [5169] = {.lex_state = 62, .external_lex_state = 6}, + [5170] = {.lex_state = 62, .external_lex_state = 6}, + [5171] = {.lex_state = 62, .external_lex_state = 6}, + [5172] = {.lex_state = 62, .external_lex_state = 6}, + [5173] = {.lex_state = 62, .external_lex_state = 6}, + [5174] = {.lex_state = 62, .external_lex_state = 6}, + [5175] = {.lex_state = 62, .external_lex_state = 6}, + [5176] = {.lex_state = 62, .external_lex_state = 6}, + [5177] = {.lex_state = 62, .external_lex_state = 6}, + [5178] = {.lex_state = 62, .external_lex_state = 6}, + [5179] = {.lex_state = 62, .external_lex_state = 6}, + [5180] = {.lex_state = 62, .external_lex_state = 6}, + [5181] = {.lex_state = 62, .external_lex_state = 6}, + [5182] = {.lex_state = 62, .external_lex_state = 6}, + [5183] = {.lex_state = 62, .external_lex_state = 6}, + [5184] = {.lex_state = 62, .external_lex_state = 6}, + [5185] = {.lex_state = 62, .external_lex_state = 6}, + [5186] = {.lex_state = 62, .external_lex_state = 6}, + [5187] = {.lex_state = 62, .external_lex_state = 6}, + [5188] = {.lex_state = 62, .external_lex_state = 6}, + [5189] = {.lex_state = 62, .external_lex_state = 6}, + [5190] = {.lex_state = 62, .external_lex_state = 6}, + [5191] = {.lex_state = 62, .external_lex_state = 6}, + [5192] = {.lex_state = 62, .external_lex_state = 6}, + [5193] = {.lex_state = 62, .external_lex_state = 6}, + [5194] = {.lex_state = 62, .external_lex_state = 6}, + [5195] = {.lex_state = 62, .external_lex_state = 6}, + [5196] = {.lex_state = 259, .external_lex_state = 6}, + [5197] = {.lex_state = 62, .external_lex_state = 6}, + [5198] = {.lex_state = 62, .external_lex_state = 6}, + [5199] = {.lex_state = 62, .external_lex_state = 6}, + [5200] = {.lex_state = 62, .external_lex_state = 6}, + [5201] = {.lex_state = 62, .external_lex_state = 6}, + [5202] = {.lex_state = 62, .external_lex_state = 6}, + [5203] = {.lex_state = 62, .external_lex_state = 6}, + [5204] = {.lex_state = 259, .external_lex_state = 6}, + [5205] = {.lex_state = 62, .external_lex_state = 6}, + [5206] = {.lex_state = 62, .external_lex_state = 6}, + [5207] = {.lex_state = 62, .external_lex_state = 6}, + [5208] = {.lex_state = 62, .external_lex_state = 6}, + [5209] = {.lex_state = 64, .external_lex_state = 6}, + [5210] = {.lex_state = 64, .external_lex_state = 6}, + [5211] = {.lex_state = 64, .external_lex_state = 6}, + [5212] = {.lex_state = 64, .external_lex_state = 6}, + [5213] = {.lex_state = 62, .external_lex_state = 6}, + [5214] = {.lex_state = 62, .external_lex_state = 6}, + [5215] = {.lex_state = 62, .external_lex_state = 6}, + [5216] = {.lex_state = 62, .external_lex_state = 6}, + [5217] = {.lex_state = 62, .external_lex_state = 6}, + [5218] = {.lex_state = 62, .external_lex_state = 6}, + [5219] = {.lex_state = 102, .external_lex_state = 6}, + [5220] = {.lex_state = 62, .external_lex_state = 6}, + [5221] = {.lex_state = 62, .external_lex_state = 6}, + [5222] = {.lex_state = 62, .external_lex_state = 6}, + [5223] = {.lex_state = 62, .external_lex_state = 6}, + [5224] = {.lex_state = 62, .external_lex_state = 6}, + [5225] = {.lex_state = 62, .external_lex_state = 6}, + [5226] = {.lex_state = 259, .external_lex_state = 6}, + [5227] = {.lex_state = 62, .external_lex_state = 6}, + [5228] = {.lex_state = 259, .external_lex_state = 6}, + [5229] = {.lex_state = 62, .external_lex_state = 6}, + [5230] = {.lex_state = 259, .external_lex_state = 6}, + [5231] = {.lex_state = 62, .external_lex_state = 6}, + [5232] = {.lex_state = 62, .external_lex_state = 6}, + [5233] = {.lex_state = 62, .external_lex_state = 6}, + [5234] = {.lex_state = 64, .external_lex_state = 6}, + [5235] = {.lex_state = 64, .external_lex_state = 6}, + [5236] = {.lex_state = 64, .external_lex_state = 6}, + [5237] = {.lex_state = 64, .external_lex_state = 6}, + [5238] = {.lex_state = 259, .external_lex_state = 6}, + [5239] = {.lex_state = 62, .external_lex_state = 6}, + [5240] = {.lex_state = 62, .external_lex_state = 6}, + [5241] = {.lex_state = 64, .external_lex_state = 6}, + [5242] = {.lex_state = 64, .external_lex_state = 6}, + [5243] = {.lex_state = 64, .external_lex_state = 6}, + [5244] = {.lex_state = 64, .external_lex_state = 6}, + [5245] = {.lex_state = 62, .external_lex_state = 6}, + [5246] = {.lex_state = 62, .external_lex_state = 6}, + [5247] = {.lex_state = 62, .external_lex_state = 6}, + [5248] = {.lex_state = 62, .external_lex_state = 6}, + [5249] = {.lex_state = 62, .external_lex_state = 6}, + [5250] = {.lex_state = 64, .external_lex_state = 6}, + [5251] = {.lex_state = 64, .external_lex_state = 6}, + [5252] = {.lex_state = 62, .external_lex_state = 6}, + [5253] = {.lex_state = 62, .external_lex_state = 6}, + [5254] = {.lex_state = 64, .external_lex_state = 6}, + [5255] = {.lex_state = 102, .external_lex_state = 6}, + [5256] = {.lex_state = 102, .external_lex_state = 6}, + [5257] = {.lex_state = 64, .external_lex_state = 6}, + [5258] = {.lex_state = 102, .external_lex_state = 6}, + [5259] = {.lex_state = 64, .external_lex_state = 6}, + [5260] = {.lex_state = 64, .external_lex_state = 6}, + [5261] = {.lex_state = 62, .external_lex_state = 6}, + [5262] = {.lex_state = 62, .external_lex_state = 6}, + [5263] = {.lex_state = 62, .external_lex_state = 6}, + [5264] = {.lex_state = 62, .external_lex_state = 6}, + [5265] = {.lex_state = 64, .external_lex_state = 6}, + [5266] = {.lex_state = 64, .external_lex_state = 6}, + [5267] = {.lex_state = 62, .external_lex_state = 6}, + [5268] = {.lex_state = 62, .external_lex_state = 6}, + [5269] = {.lex_state = 64, .external_lex_state = 6}, + [5270] = {.lex_state = 64, .external_lex_state = 6}, + [5271] = {.lex_state = 64, .external_lex_state = 6}, + [5272] = {.lex_state = 259, .external_lex_state = 6}, + [5273] = {.lex_state = 259, .external_lex_state = 6}, + [5274] = {.lex_state = 62, .external_lex_state = 6}, + [5275] = {.lex_state = 62, .external_lex_state = 6}, + [5276] = {.lex_state = 62, .external_lex_state = 6}, + [5277] = {.lex_state = 62, .external_lex_state = 6}, + [5278] = {.lex_state = 62, .external_lex_state = 6}, + [5279] = {.lex_state = 62, .external_lex_state = 6}, + [5280] = {.lex_state = 62, .external_lex_state = 6}, + [5281] = {.lex_state = 62, .external_lex_state = 6}, + [5282] = {.lex_state = 62, .external_lex_state = 6}, + [5283] = {.lex_state = 62, .external_lex_state = 6}, + [5284] = {.lex_state = 62, .external_lex_state = 6}, + [5285] = {.lex_state = 62, .external_lex_state = 6}, + [5286] = {.lex_state = 64, .external_lex_state = 6}, + [5287] = {.lex_state = 62, .external_lex_state = 6}, + [5288] = {.lex_state = 62, .external_lex_state = 6}, + [5289] = {.lex_state = 62, .external_lex_state = 6}, + [5290] = {.lex_state = 62, .external_lex_state = 6}, + [5291] = {.lex_state = 64, .external_lex_state = 6}, + [5292] = {.lex_state = 64, .external_lex_state = 6}, + [5293] = {.lex_state = 62, .external_lex_state = 6}, + [5294] = {.lex_state = 62, .external_lex_state = 6}, + [5295] = {.lex_state = 64, .external_lex_state = 6}, + [5296] = {.lex_state = 64, .external_lex_state = 6}, + [5297] = {.lex_state = 64, .external_lex_state = 6}, + [5298] = {.lex_state = 64, .external_lex_state = 6}, + [5299] = {.lex_state = 62, .external_lex_state = 6}, + [5300] = {.lex_state = 62, .external_lex_state = 6}, + [5301] = {.lex_state = 62, .external_lex_state = 6}, + [5302] = {.lex_state = 62, .external_lex_state = 6}, + [5303] = {.lex_state = 64, .external_lex_state = 6}, + [5304] = {.lex_state = 64, .external_lex_state = 6}, + [5305] = {.lex_state = 62, .external_lex_state = 6}, + [5306] = {.lex_state = 62, .external_lex_state = 6}, + [5307] = {.lex_state = 102, .external_lex_state = 6}, + [5308] = {.lex_state = 259, .external_lex_state = 6}, + [5309] = {.lex_state = 64, .external_lex_state = 6}, + [5310] = {.lex_state = 62, .external_lex_state = 6}, + [5311] = {.lex_state = 64, .external_lex_state = 6}, + [5312] = {.lex_state = 64, .external_lex_state = 6}, + [5313] = {.lex_state = 64, .external_lex_state = 6}, + [5314] = {.lex_state = 62, .external_lex_state = 6}, + [5315] = {.lex_state = 62, .external_lex_state = 6}, + [5316] = {.lex_state = 62, .external_lex_state = 6}, + [5317] = {.lex_state = 62, .external_lex_state = 6}, + [5318] = {.lex_state = 62, .external_lex_state = 6}, + [5319] = {.lex_state = 62, .external_lex_state = 6}, + [5320] = {.lex_state = 62, .external_lex_state = 6}, + [5321] = {.lex_state = 62, .external_lex_state = 6}, + [5322] = {.lex_state = 62, .external_lex_state = 6}, + [5323] = {.lex_state = 62, .external_lex_state = 6}, + [5324] = {.lex_state = 64, .external_lex_state = 6}, + [5325] = {.lex_state = 64, .external_lex_state = 6}, + [5326] = {.lex_state = 62, .external_lex_state = 6}, + [5327] = {.lex_state = 62, .external_lex_state = 6}, + [5328] = {.lex_state = 64, .external_lex_state = 6}, + [5329] = {.lex_state = 64, .external_lex_state = 6}, + [5330] = {.lex_state = 64, .external_lex_state = 6}, + [5331] = {.lex_state = 64, .external_lex_state = 6}, + [5332] = {.lex_state = 62, .external_lex_state = 6}, + [5333] = {.lex_state = 62, .external_lex_state = 6}, + [5334] = {.lex_state = 62, .external_lex_state = 6}, + [5335] = {.lex_state = 62, .external_lex_state = 6}, + [5336] = {.lex_state = 102, .external_lex_state = 6}, + [5337] = {.lex_state = 62, .external_lex_state = 6}, + [5338] = {.lex_state = 64, .external_lex_state = 6}, + [5339] = {.lex_state = 64, .external_lex_state = 6}, + [5340] = {.lex_state = 62, .external_lex_state = 6}, + [5341] = {.lex_state = 62, .external_lex_state = 6}, + [5342] = {.lex_state = 62, .external_lex_state = 6}, + [5343] = {.lex_state = 62, .external_lex_state = 6}, + [5344] = {.lex_state = 259, .external_lex_state = 6}, + [5345] = {.lex_state = 64, .external_lex_state = 6}, + [5346] = {.lex_state = 259, .external_lex_state = 6}, + [5347] = {.lex_state = 64, .external_lex_state = 6}, + [5348] = {.lex_state = 102, .external_lex_state = 6}, + [5349] = {.lex_state = 62, .external_lex_state = 6}, + [5350] = {.lex_state = 62, .external_lex_state = 6}, + [5351] = {.lex_state = 64, .external_lex_state = 6}, + [5352] = {.lex_state = 259, .external_lex_state = 6}, + [5353] = {.lex_state = 62, .external_lex_state = 6}, + [5354] = {.lex_state = 62, .external_lex_state = 6}, + [5355] = {.lex_state = 259, .external_lex_state = 6}, + [5356] = {.lex_state = 62, .external_lex_state = 6}, + [5357] = {.lex_state = 62, .external_lex_state = 6}, + [5358] = {.lex_state = 62, .external_lex_state = 6}, + [5359] = {.lex_state = 62, .external_lex_state = 6}, + [5360] = {.lex_state = 64, .external_lex_state = 6}, + [5361] = {.lex_state = 64, .external_lex_state = 6}, + [5362] = {.lex_state = 64, .external_lex_state = 6}, + [5363] = {.lex_state = 64, .external_lex_state = 6}, + [5364] = {.lex_state = 64, .external_lex_state = 6}, + [5365] = {.lex_state = 62, .external_lex_state = 6}, + [5366] = {.lex_state = 62, .external_lex_state = 6}, + [5367] = {.lex_state = 62, .external_lex_state = 6}, + [5368] = {.lex_state = 62, .external_lex_state = 6}, + [5369] = {.lex_state = 62, .external_lex_state = 6}, + [5370] = {.lex_state = 102, .external_lex_state = 6}, + [5371] = {.lex_state = 62, .external_lex_state = 6}, + [5372] = {.lex_state = 62, .external_lex_state = 6}, + [5373] = {.lex_state = 62, .external_lex_state = 6}, + [5374] = {.lex_state = 259, .external_lex_state = 6}, + [5375] = {.lex_state = 259, .external_lex_state = 6}, + [5376] = {.lex_state = 259, .external_lex_state = 6}, + [5377] = {.lex_state = 62, .external_lex_state = 6}, + [5378] = {.lex_state = 259, .external_lex_state = 6}, + [5379] = {.lex_state = 62, .external_lex_state = 6}, + [5380] = {.lex_state = 259, .external_lex_state = 6}, + [5381] = {.lex_state = 62, .external_lex_state = 6}, + [5382] = {.lex_state = 62, .external_lex_state = 6}, + [5383] = {.lex_state = 62, .external_lex_state = 6}, + [5384] = {.lex_state = 64, .external_lex_state = 6}, + [5385] = {.lex_state = 64, .external_lex_state = 6}, + [5386] = {.lex_state = 259, .external_lex_state = 6}, + [5387] = {.lex_state = 102, .external_lex_state = 6}, + [5388] = {.lex_state = 62, .external_lex_state = 6}, + [5389] = {.lex_state = 62, .external_lex_state = 6}, + [5390] = {.lex_state = 64, .external_lex_state = 6}, + [5391] = {.lex_state = 64, .external_lex_state = 6}, + [5392] = {.lex_state = 62, .external_lex_state = 6}, + [5393] = {.lex_state = 64, .external_lex_state = 6}, + [5394] = {.lex_state = 64, .external_lex_state = 6}, + [5395] = {.lex_state = 62, .external_lex_state = 6}, + [5396] = {.lex_state = 62, .external_lex_state = 6}, + [5397] = {.lex_state = 64, .external_lex_state = 6}, + [5398] = {.lex_state = 64, .external_lex_state = 6}, + [5399] = {.lex_state = 64, .external_lex_state = 6}, + [5400] = {.lex_state = 64, .external_lex_state = 6}, + [5401] = {.lex_state = 62, .external_lex_state = 6}, + [5402] = {.lex_state = 62, .external_lex_state = 6}, + [5403] = {.lex_state = 62, .external_lex_state = 6}, + [5404] = {.lex_state = 62, .external_lex_state = 6}, + [5405] = {.lex_state = 102, .external_lex_state = 6}, + [5406] = {.lex_state = 102, .external_lex_state = 6}, + [5407] = {.lex_state = 62, .external_lex_state = 6}, + [5408] = {.lex_state = 62, .external_lex_state = 6}, + [5409] = {.lex_state = 62, .external_lex_state = 6}, + [5410] = {.lex_state = 62, .external_lex_state = 6}, + [5411] = {.lex_state = 64, .external_lex_state = 6}, + [5412] = {.lex_state = 64, .external_lex_state = 6}, + [5413] = {.lex_state = 62, .external_lex_state = 6}, + [5414] = {.lex_state = 62, .external_lex_state = 6}, + [5415] = {.lex_state = 259, .external_lex_state = 6}, + [5416] = {.lex_state = 259, .external_lex_state = 6}, + [5417] = {.lex_state = 62, .external_lex_state = 6}, + [5418] = {.lex_state = 62, .external_lex_state = 6}, + [5419] = {.lex_state = 62, .external_lex_state = 6}, + [5420] = {.lex_state = 62, .external_lex_state = 6}, + [5421] = {.lex_state = 62, .external_lex_state = 6}, + [5422] = {.lex_state = 62, .external_lex_state = 6}, + [5423] = {.lex_state = 62, .external_lex_state = 6}, + [5424] = {.lex_state = 62, .external_lex_state = 6}, + [5425] = {.lex_state = 62, .external_lex_state = 6}, + [5426] = {.lex_state = 62, .external_lex_state = 6}, + [5427] = {.lex_state = 62, .external_lex_state = 6}, + [5428] = {.lex_state = 62, .external_lex_state = 6}, + [5429] = {.lex_state = 64, .external_lex_state = 6}, + [5430] = {.lex_state = 64, .external_lex_state = 6}, + [5431] = {.lex_state = 64, .external_lex_state = 6}, + [5432] = {.lex_state = 64, .external_lex_state = 6}, + [5433] = {.lex_state = 62, .external_lex_state = 6}, + [5434] = {.lex_state = 62, .external_lex_state = 6}, + [5435] = {.lex_state = 62, .external_lex_state = 6}, + [5436] = {.lex_state = 62, .external_lex_state = 6}, + [5437] = {.lex_state = 64, .external_lex_state = 6}, + [5438] = {.lex_state = 64, .external_lex_state = 6}, + [5439] = {.lex_state = 62, .external_lex_state = 6}, + [5440] = {.lex_state = 62, .external_lex_state = 6}, + [5441] = {.lex_state = 64, .external_lex_state = 6}, + [5442] = {.lex_state = 64, .external_lex_state = 6}, + [5443] = {.lex_state = 64, .external_lex_state = 6}, + [5444] = {.lex_state = 64, .external_lex_state = 6}, + [5445] = {.lex_state = 62, .external_lex_state = 6}, + [5446] = {.lex_state = 62, .external_lex_state = 6}, + [5447] = {.lex_state = 62, .external_lex_state = 6}, + [5448] = {.lex_state = 62, .external_lex_state = 6}, + [5449] = {.lex_state = 64, .external_lex_state = 6}, [5450] = {.lex_state = 102, .external_lex_state = 6}, - [5451] = {.lex_state = 259, .external_lex_state = 6}, + [5451] = {.lex_state = 64, .external_lex_state = 6}, [5452] = {.lex_state = 102, .external_lex_state = 6}, [5453] = {.lex_state = 102, .external_lex_state = 6}, [5454] = {.lex_state = 102, .external_lex_state = 6}, - [5455] = {.lex_state = 102, .external_lex_state = 6}, - [5456] = {.lex_state = 102, .external_lex_state = 6}, - [5457] = {.lex_state = 102, .external_lex_state = 6}, + [5455] = {.lex_state = 62, .external_lex_state = 6}, + [5456] = {.lex_state = 62, .external_lex_state = 6}, + [5457] = {.lex_state = 64, .external_lex_state = 6}, [5458] = {.lex_state = 102, .external_lex_state = 6}, - [5459] = {.lex_state = 53, .external_lex_state = 6}, - [5460] = {.lex_state = 102, .external_lex_state = 6}, - [5461] = {.lex_state = 102, .external_lex_state = 6}, - [5462] = {.lex_state = 53, .external_lex_state = 6}, - [5463] = {.lex_state = 102, .external_lex_state = 6}, - [5464] = {.lex_state = 102, .external_lex_state = 6}, - [5465] = {.lex_state = 102, .external_lex_state = 6}, - [5466] = {.lex_state = 102, .external_lex_state = 6}, - [5467] = {.lex_state = 102, .external_lex_state = 6}, - [5468] = {.lex_state = 102, .external_lex_state = 6}, - [5469] = {.lex_state = 102, .external_lex_state = 6}, - [5470] = {.lex_state = 53, .external_lex_state = 6}, - [5471] = {.lex_state = 259, .external_lex_state = 6}, - [5472] = {.lex_state = 53, .external_lex_state = 6}, - [5473] = {.lex_state = 259, .external_lex_state = 6}, - [5474] = {.lex_state = 53, .external_lex_state = 6}, - [5475] = {.lex_state = 53, .external_lex_state = 6}, - [5476] = {.lex_state = 102, .external_lex_state = 6}, - [5477] = {.lex_state = 102, .external_lex_state = 6}, - [5478] = {.lex_state = 102, .external_lex_state = 6}, - [5479] = {.lex_state = 102, .external_lex_state = 6}, - [5480] = {.lex_state = 102, .external_lex_state = 6}, - [5481] = {.lex_state = 102, .external_lex_state = 6}, - [5482] = {.lex_state = 102, .external_lex_state = 6}, - [5483] = {.lex_state = 102, .external_lex_state = 6}, - [5484] = {.lex_state = 102, .external_lex_state = 6}, - [5485] = {.lex_state = 102, .external_lex_state = 6}, - [5486] = {.lex_state = 102, .external_lex_state = 6}, - [5487] = {.lex_state = 102, .external_lex_state = 6}, - [5488] = {.lex_state = 102, .external_lex_state = 6}, - [5489] = {.lex_state = 53, .external_lex_state = 6}, - [5490] = {.lex_state = 259, .external_lex_state = 6}, - [5491] = {.lex_state = 102, .external_lex_state = 6}, - [5492] = {.lex_state = 102, .external_lex_state = 6}, - [5493] = {.lex_state = 259, .external_lex_state = 6}, - [5494] = {.lex_state = 102, .external_lex_state = 6}, - [5495] = {.lex_state = 259, .external_lex_state = 6}, - [5496] = {.lex_state = 102, .external_lex_state = 6}, - [5497] = {.lex_state = 102, .external_lex_state = 6}, + [5459] = {.lex_state = 64, .external_lex_state = 6}, + [5460] = {.lex_state = 62, .external_lex_state = 6}, + [5461] = {.lex_state = 62, .external_lex_state = 6}, + [5462] = {.lex_state = 62, .external_lex_state = 6}, + [5463] = {.lex_state = 62, .external_lex_state = 6}, + [5464] = {.lex_state = 62, .external_lex_state = 6}, + [5465] = {.lex_state = 62, .external_lex_state = 6}, + [5466] = {.lex_state = 64, .external_lex_state = 6}, + [5467] = {.lex_state = 64, .external_lex_state = 6}, + [5468] = {.lex_state = 62, .external_lex_state = 6}, + [5469] = {.lex_state = 62, .external_lex_state = 6}, + [5470] = {.lex_state = 62, .external_lex_state = 6}, + [5471] = {.lex_state = 62, .external_lex_state = 6}, + [5472] = {.lex_state = 62, .external_lex_state = 6}, + [5473] = {.lex_state = 64, .external_lex_state = 6}, + [5474] = {.lex_state = 64, .external_lex_state = 6}, + [5475] = {.lex_state = 62, .external_lex_state = 6}, + [5476] = {.lex_state = 62, .external_lex_state = 6}, + [5477] = {.lex_state = 64, .external_lex_state = 6}, + [5478] = {.lex_state = 64, .external_lex_state = 6}, + [5479] = {.lex_state = 64, .external_lex_state = 6}, + [5480] = {.lex_state = 64, .external_lex_state = 6}, + [5481] = {.lex_state = 62, .external_lex_state = 6}, + [5482] = {.lex_state = 62, .external_lex_state = 6}, + [5483] = {.lex_state = 62, .external_lex_state = 6}, + [5484] = {.lex_state = 62, .external_lex_state = 6}, + [5485] = {.lex_state = 259, .external_lex_state = 6}, + [5486] = {.lex_state = 62, .external_lex_state = 6}, + [5487] = {.lex_state = 62, .external_lex_state = 6}, + [5488] = {.lex_state = 62, .external_lex_state = 6}, + [5489] = {.lex_state = 62, .external_lex_state = 6}, + [5490] = {.lex_state = 62, .external_lex_state = 6}, + [5491] = {.lex_state = 62, .external_lex_state = 6}, + [5492] = {.lex_state = 62, .external_lex_state = 6}, + [5493] = {.lex_state = 62, .external_lex_state = 6}, + [5494] = {.lex_state = 62, .external_lex_state = 6}, + [5495] = {.lex_state = 62, .external_lex_state = 6}, + [5496] = {.lex_state = 62, .external_lex_state = 6}, + [5497] = {.lex_state = 64, .external_lex_state = 6}, [5498] = {.lex_state = 259, .external_lex_state = 6}, - [5499] = {.lex_state = 53, .external_lex_state = 6}, - [5500] = {.lex_state = 102, .external_lex_state = 6}, - [5501] = {.lex_state = 259, .external_lex_state = 6}, - [5502] = {.lex_state = 102, .external_lex_state = 6}, - [5503] = {.lex_state = 102, .external_lex_state = 6}, - [5504] = {.lex_state = 102, .external_lex_state = 6}, - [5505] = {.lex_state = 259, .external_lex_state = 6}, - [5506] = {.lex_state = 53, .external_lex_state = 6}, - [5507] = {.lex_state = 102, .external_lex_state = 6}, - [5508] = {.lex_state = 102, .external_lex_state = 6}, - [5509] = {.lex_state = 53, .external_lex_state = 6}, - [5510] = {.lex_state = 102, .external_lex_state = 6}, - [5511] = {.lex_state = 53, .external_lex_state = 6}, - [5512] = {.lex_state = 53, .external_lex_state = 6}, - [5513] = {.lex_state = 53, .external_lex_state = 6}, - [5514] = {.lex_state = 53, .external_lex_state = 6}, - [5515] = {.lex_state = 102, .external_lex_state = 6}, - [5516] = {.lex_state = 102, .external_lex_state = 6}, - [5517] = {.lex_state = 53, .external_lex_state = 6}, - [5518] = {.lex_state = 102, .external_lex_state = 6}, - [5519] = {.lex_state = 102, .external_lex_state = 6}, - [5520] = {.lex_state = 259, .external_lex_state = 6}, - [5521] = {.lex_state = 102, .external_lex_state = 6}, - [5522] = {.lex_state = 259, .external_lex_state = 6}, - [5523] = {.lex_state = 53, .external_lex_state = 6}, - [5524] = {.lex_state = 102, .external_lex_state = 6}, - [5525] = {.lex_state = 102, .external_lex_state = 6}, - [5526] = {.lex_state = 53, .external_lex_state = 6}, - [5527] = {.lex_state = 259, .external_lex_state = 6}, - [5528] = {.lex_state = 102, .external_lex_state = 6}, - [5529] = {.lex_state = 102, .external_lex_state = 6}, - [5530] = {.lex_state = 102, .external_lex_state = 6}, - [5531] = {.lex_state = 102, .external_lex_state = 6}, - [5532] = {.lex_state = 102, .external_lex_state = 6}, - [5533] = {.lex_state = 259, .external_lex_state = 6}, - [5534] = {.lex_state = 102, .external_lex_state = 6}, - [5535] = {.lex_state = 102, .external_lex_state = 6}, - [5536] = {.lex_state = 102, .external_lex_state = 6}, - [5537] = {.lex_state = 102, .external_lex_state = 6}, - [5538] = {.lex_state = 53, .external_lex_state = 6}, - [5539] = {.lex_state = 102, .external_lex_state = 6}, - [5540] = {.lex_state = 50, .external_lex_state = 6}, - [5541] = {.lex_state = 100, .external_lex_state = 6}, - [5542] = {.lex_state = 100, .external_lex_state = 6}, - [5543] = {.lex_state = 259, .external_lex_state = 6}, - [5544] = {.lex_state = 259, .external_lex_state = 6}, + [5499] = {.lex_state = 62, .external_lex_state = 6}, + [5500] = {.lex_state = 62, .external_lex_state = 6}, + [5501] = {.lex_state = 62, .external_lex_state = 6}, + [5502] = {.lex_state = 62, .external_lex_state = 6}, + [5503] = {.lex_state = 64, .external_lex_state = 6}, + [5504] = {.lex_state = 64, .external_lex_state = 6}, + [5505] = {.lex_state = 64, .external_lex_state = 6}, + [5506] = {.lex_state = 64, .external_lex_state = 6}, + [5507] = {.lex_state = 62, .external_lex_state = 6}, + [5508] = {.lex_state = 62, .external_lex_state = 6}, + [5509] = {.lex_state = 64, .external_lex_state = 6}, + [5510] = {.lex_state = 62, .external_lex_state = 6}, + [5511] = {.lex_state = 62, .external_lex_state = 6}, + [5512] = {.lex_state = 62, .external_lex_state = 6}, + [5513] = {.lex_state = 102, .external_lex_state = 6}, + [5514] = {.lex_state = 259, .external_lex_state = 6}, + [5515] = {.lex_state = 259, .external_lex_state = 6}, + [5516] = {.lex_state = 62, .external_lex_state = 6}, + [5517] = {.lex_state = 62, .external_lex_state = 6}, + [5518] = {.lex_state = 259, .external_lex_state = 6}, + [5519] = {.lex_state = 259, .external_lex_state = 6}, + [5520] = {.lex_state = 62, .external_lex_state = 6}, + [5521] = {.lex_state = 259, .external_lex_state = 6}, + [5522] = {.lex_state = 62, .external_lex_state = 6}, + [5523] = {.lex_state = 259, .external_lex_state = 6}, + [5524] = {.lex_state = 62, .external_lex_state = 6}, + [5525] = {.lex_state = 62, .external_lex_state = 6}, + [5526] = {.lex_state = 62, .external_lex_state = 6}, + [5527] = {.lex_state = 64, .external_lex_state = 6}, + [5528] = {.lex_state = 64, .external_lex_state = 6}, + [5529] = {.lex_state = 62, .external_lex_state = 6}, + [5530] = {.lex_state = 62, .external_lex_state = 6}, + [5531] = {.lex_state = 62, .external_lex_state = 6}, + [5532] = {.lex_state = 62, .external_lex_state = 6}, + [5533] = {.lex_state = 62, .external_lex_state = 6}, + [5534] = {.lex_state = 62, .external_lex_state = 6}, + [5535] = {.lex_state = 62, .external_lex_state = 6}, + [5536] = {.lex_state = 62, .external_lex_state = 6}, + [5537] = {.lex_state = 62, .external_lex_state = 6}, + [5538] = {.lex_state = 259, .external_lex_state = 6}, + [5539] = {.lex_state = 62, .external_lex_state = 6}, + [5540] = {.lex_state = 62, .external_lex_state = 6}, + [5541] = {.lex_state = 64, .external_lex_state = 6}, + [5542] = {.lex_state = 64, .external_lex_state = 6}, + [5543] = {.lex_state = 62, .external_lex_state = 6}, + [5544] = {.lex_state = 62, .external_lex_state = 6}, [5545] = {.lex_state = 259, .external_lex_state = 6}, [5546] = {.lex_state = 259, .external_lex_state = 6}, - [5547] = {.lex_state = 259, .external_lex_state = 6}, - [5548] = {.lex_state = 259, .external_lex_state = 6}, - [5549] = {.lex_state = 259, .external_lex_state = 6}, - [5550] = {.lex_state = 259, .external_lex_state = 6}, - [5551] = {.lex_state = 259, .external_lex_state = 6}, - [5552] = {.lex_state = 50, .external_lex_state = 6}, - [5553] = {.lex_state = 100, .external_lex_state = 6}, - [5554] = {.lex_state = 259, .external_lex_state = 6}, - [5555] = {.lex_state = 259, .external_lex_state = 6}, - [5556] = {.lex_state = 259, .external_lex_state = 6}, - [5557] = {.lex_state = 259, .external_lex_state = 6}, + [5547] = {.lex_state = 62, .external_lex_state = 6}, + [5548] = {.lex_state = 102, .external_lex_state = 6}, + [5549] = {.lex_state = 102, .external_lex_state = 6}, + [5550] = {.lex_state = 64, .external_lex_state = 6}, + [5551] = {.lex_state = 64, .external_lex_state = 6}, + [5552] = {.lex_state = 64, .external_lex_state = 6}, + [5553] = {.lex_state = 64, .external_lex_state = 6}, + [5554] = {.lex_state = 62, .external_lex_state = 6}, + [5555] = {.lex_state = 62, .external_lex_state = 6}, + [5556] = {.lex_state = 62, .external_lex_state = 6}, + [5557] = {.lex_state = 62, .external_lex_state = 6}, [5558] = {.lex_state = 259, .external_lex_state = 6}, [5559] = {.lex_state = 259, .external_lex_state = 6}, - [5560] = {.lex_state = 259, .external_lex_state = 6}, - [5561] = {.lex_state = 259, .external_lex_state = 6}, - [5562] = {.lex_state = 259, .external_lex_state = 6}, - [5563] = {.lex_state = 259, .external_lex_state = 6}, - [5564] = {.lex_state = 259, .external_lex_state = 6}, - [5565] = {.lex_state = 50, .external_lex_state = 6}, - [5566] = {.lex_state = 259, .external_lex_state = 6}, - [5567] = {.lex_state = 259, .external_lex_state = 6}, - [5568] = {.lex_state = 259, .external_lex_state = 6}, - [5569] = {.lex_state = 100, .external_lex_state = 6}, - [5570] = {.lex_state = 259, .external_lex_state = 6}, - [5571] = {.lex_state = 50, .external_lex_state = 6}, - [5572] = {.lex_state = 259, .external_lex_state = 6}, - [5573] = {.lex_state = 259, .external_lex_state = 6}, - [5574] = {.lex_state = 259, .external_lex_state = 6}, - [5575] = {.lex_state = 259, .external_lex_state = 6}, - [5576] = {.lex_state = 259, .external_lex_state = 6}, - [5577] = {.lex_state = 259, .external_lex_state = 6}, - [5578] = {.lex_state = 50, .external_lex_state = 6}, - [5579] = {.lex_state = 100, .external_lex_state = 6}, - [5580] = {.lex_state = 259, .external_lex_state = 6}, - [5581] = {.lex_state = 259, .external_lex_state = 6}, - [5582] = {.lex_state = 259, .external_lex_state = 6}, - [5583] = {.lex_state = 259, .external_lex_state = 6}, - [5584] = {.lex_state = 259, .external_lex_state = 6}, - [5585] = {.lex_state = 259, .external_lex_state = 6}, - [5586] = {.lex_state = 259, .external_lex_state = 6}, - [5587] = {.lex_state = 100, .external_lex_state = 6}, - [5588] = {.lex_state = 259, .external_lex_state = 6}, - [5589] = {.lex_state = 259, .external_lex_state = 6}, - [5590] = {.lex_state = 259, .external_lex_state = 6}, - [5591] = {.lex_state = 50, .external_lex_state = 6}, - [5592] = {.lex_state = 50, .external_lex_state = 6}, - [5593] = {.lex_state = 259, .external_lex_state = 6}, + [5560] = {.lex_state = 62, .external_lex_state = 6}, + [5561] = {.lex_state = 62, .external_lex_state = 6}, + [5562] = {.lex_state = 62, .external_lex_state = 6}, + [5563] = {.lex_state = 62, .external_lex_state = 6}, + [5564] = {.lex_state = 62, .external_lex_state = 6}, + [5565] = {.lex_state = 62, .external_lex_state = 6}, + [5566] = {.lex_state = 62, .external_lex_state = 6}, + [5567] = {.lex_state = 62, .external_lex_state = 6}, + [5568] = {.lex_state = 62, .external_lex_state = 6}, + [5569] = {.lex_state = 62, .external_lex_state = 6}, + [5570] = {.lex_state = 62, .external_lex_state = 6}, + [5571] = {.lex_state = 62, .external_lex_state = 6}, + [5572] = {.lex_state = 62, .external_lex_state = 6}, + [5573] = {.lex_state = 62, .external_lex_state = 6}, + [5574] = {.lex_state = 64, .external_lex_state = 6}, + [5575] = {.lex_state = 62, .external_lex_state = 6}, + [5576] = {.lex_state = 62, .external_lex_state = 6}, + [5577] = {.lex_state = 62, .external_lex_state = 6}, + [5578] = {.lex_state = 62, .external_lex_state = 6}, + [5579] = {.lex_state = 62, .external_lex_state = 6}, + [5580] = {.lex_state = 62, .external_lex_state = 6}, + [5581] = {.lex_state = 62, .external_lex_state = 6}, + [5582] = {.lex_state = 62, .external_lex_state = 6}, + [5583] = {.lex_state = 62, .external_lex_state = 6}, + [5584] = {.lex_state = 62, .external_lex_state = 6}, + [5585] = {.lex_state = 62, .external_lex_state = 6}, + [5586] = {.lex_state = 62, .external_lex_state = 6}, + [5587] = {.lex_state = 62, .external_lex_state = 6}, + [5588] = {.lex_state = 62, .external_lex_state = 6}, + [5589] = {.lex_state = 62, .external_lex_state = 6}, + [5590] = {.lex_state = 62, .external_lex_state = 6}, + [5591] = {.lex_state = 62, .external_lex_state = 6}, + [5592] = {.lex_state = 62, .external_lex_state = 6}, + [5593] = {.lex_state = 102, .external_lex_state = 6}, [5594] = {.lex_state = 259, .external_lex_state = 6}, - [5595] = {.lex_state = 259, .external_lex_state = 6}, - [5596] = {.lex_state = 259, .external_lex_state = 6}, - [5597] = {.lex_state = 259, .external_lex_state = 6}, - [5598] = {.lex_state = 259, .external_lex_state = 6}, - [5599] = {.lex_state = 259, .external_lex_state = 6}, - [5600] = {.lex_state = 259, .external_lex_state = 6}, - [5601] = {.lex_state = 259, .external_lex_state = 6}, - [5602] = {.lex_state = 259, .external_lex_state = 6}, - [5603] = {.lex_state = 259, .external_lex_state = 6}, - [5604] = {.lex_state = 259, .external_lex_state = 6}, - [5605] = {.lex_state = 259, .external_lex_state = 6}, - [5606] = {.lex_state = 259, .external_lex_state = 6}, + [5595] = {.lex_state = 64, .external_lex_state = 6}, + [5596] = {.lex_state = 64, .external_lex_state = 6}, + [5597] = {.lex_state = 62, .external_lex_state = 6}, + [5598] = {.lex_state = 64, .external_lex_state = 6}, + [5599] = {.lex_state = 64, .external_lex_state = 6}, + [5600] = {.lex_state = 62, .external_lex_state = 6}, + [5601] = {.lex_state = 62, .external_lex_state = 6}, + [5602] = {.lex_state = 64, .external_lex_state = 6}, + [5603] = {.lex_state = 62, .external_lex_state = 6}, + [5604] = {.lex_state = 62, .external_lex_state = 6}, + [5605] = {.lex_state = 62, .external_lex_state = 6}, + [5606] = {.lex_state = 62, .external_lex_state = 6}, [5607] = {.lex_state = 259, .external_lex_state = 6}, - [5608] = {.lex_state = 259, .external_lex_state = 6}, - [5609] = {.lex_state = 259, .external_lex_state = 6}, - [5610] = {.lex_state = 50, .external_lex_state = 6}, - [5611] = {.lex_state = 100, .external_lex_state = 6}, - [5612] = {.lex_state = 259, .external_lex_state = 6}, - [5613] = {.lex_state = 259, .external_lex_state = 6}, - [5614] = {.lex_state = 259, .external_lex_state = 6}, - [5615] = {.lex_state = 259, .external_lex_state = 6}, - [5616] = {.lex_state = 259, .external_lex_state = 6}, - [5617] = {.lex_state = 259, .external_lex_state = 6}, - [5618] = {.lex_state = 259, .external_lex_state = 6}, - [5619] = {.lex_state = 259, .external_lex_state = 6}, - [5620] = {.lex_state = 259, .external_lex_state = 6}, - [5621] = {.lex_state = 259, .external_lex_state = 6}, - [5622] = {.lex_state = 259, .external_lex_state = 6}, - [5623] = {.lex_state = 259, .external_lex_state = 6}, - [5624] = {.lex_state = 259, .external_lex_state = 6}, - [5625] = {.lex_state = 100, .external_lex_state = 6}, - [5626] = {.lex_state = 100, .external_lex_state = 6}, + [5608] = {.lex_state = 62, .external_lex_state = 6}, + [5609] = {.lex_state = 64, .external_lex_state = 6}, + [5610] = {.lex_state = 64, .external_lex_state = 6}, + [5611] = {.lex_state = 102, .external_lex_state = 6}, + [5612] = {.lex_state = 64, .external_lex_state = 6}, + [5613] = {.lex_state = 64, .external_lex_state = 6}, + [5614] = {.lex_state = 64, .external_lex_state = 6}, + [5615] = {.lex_state = 64, .external_lex_state = 6}, + [5616] = {.lex_state = 62, .external_lex_state = 6}, + [5617] = {.lex_state = 62, .external_lex_state = 6}, + [5618] = {.lex_state = 62, .external_lex_state = 6}, + [5619] = {.lex_state = 64, .external_lex_state = 6}, + [5620] = {.lex_state = 64, .external_lex_state = 6}, + [5621] = {.lex_state = 64, .external_lex_state = 6}, + [5622] = {.lex_state = 62, .external_lex_state = 6}, + [5623] = {.lex_state = 62, .external_lex_state = 6}, + [5624] = {.lex_state = 62, .external_lex_state = 6}, + [5625] = {.lex_state = 62, .external_lex_state = 6}, + [5626] = {.lex_state = 62, .external_lex_state = 6}, [5627] = {.lex_state = 259, .external_lex_state = 6}, - [5628] = {.lex_state = 259, .external_lex_state = 6}, - [5629] = {.lex_state = 259, .external_lex_state = 6}, - [5630] = {.lex_state = 259, .external_lex_state = 6}, - [5631] = {.lex_state = 259, .external_lex_state = 6}, - [5632] = {.lex_state = 50, .external_lex_state = 6}, - [5633] = {.lex_state = 100, .external_lex_state = 6}, - [5634] = {.lex_state = 259, .external_lex_state = 6}, - [5635] = {.lex_state = 259, .external_lex_state = 6}, - [5636] = {.lex_state = 259, .external_lex_state = 6}, - [5637] = {.lex_state = 259, .external_lex_state = 6}, - [5638] = {.lex_state = 259, .external_lex_state = 6}, - [5639] = {.lex_state = 259, .external_lex_state = 6}, - [5640] = {.lex_state = 259, .external_lex_state = 6}, + [5628] = {.lex_state = 62, .external_lex_state = 6}, + [5629] = {.lex_state = 62, .external_lex_state = 6}, + [5630] = {.lex_state = 62, .external_lex_state = 6}, + [5631] = {.lex_state = 62, .external_lex_state = 6}, + [5632] = {.lex_state = 62, .external_lex_state = 6}, + [5633] = {.lex_state = 62, .external_lex_state = 6}, + [5634] = {.lex_state = 62, .external_lex_state = 6}, + [5635] = {.lex_state = 62, .external_lex_state = 6}, + [5636] = {.lex_state = 62, .external_lex_state = 6}, + [5637] = {.lex_state = 62, .external_lex_state = 6}, + [5638] = {.lex_state = 62, .external_lex_state = 6}, + [5639] = {.lex_state = 62, .external_lex_state = 6}, + [5640] = {.lex_state = 62, .external_lex_state = 6}, [5641] = {.lex_state = 259, .external_lex_state = 6}, - [5642] = {.lex_state = 259, .external_lex_state = 6}, - [5643] = {.lex_state = 259, .external_lex_state = 6}, - [5644] = {.lex_state = 259, .external_lex_state = 6}, - [5645] = {.lex_state = 259, .external_lex_state = 6}, - [5646] = {.lex_state = 259, .external_lex_state = 6}, - [5647] = {.lex_state = 259, .external_lex_state = 6}, - [5648] = {.lex_state = 259, .external_lex_state = 6}, - [5649] = {.lex_state = 50, .external_lex_state = 6}, - [5650] = {.lex_state = 100, .external_lex_state = 6}, - [5651] = {.lex_state = 259, .external_lex_state = 6}, - [5652] = {.lex_state = 259, .external_lex_state = 6}, - [5653] = {.lex_state = 259, .external_lex_state = 6}, - [5654] = {.lex_state = 259, .external_lex_state = 6}, - [5655] = {.lex_state = 259, .external_lex_state = 6}, - [5656] = {.lex_state = 259, .external_lex_state = 6}, - [5657] = {.lex_state = 259, .external_lex_state = 6}, - [5658] = {.lex_state = 50, .external_lex_state = 6}, - [5659] = {.lex_state = 259, .external_lex_state = 6}, + [5642] = {.lex_state = 62, .external_lex_state = 6}, + [5643] = {.lex_state = 62, .external_lex_state = 6}, + [5644] = {.lex_state = 62, .external_lex_state = 6}, + [5645] = {.lex_state = 62, .external_lex_state = 6}, + [5646] = {.lex_state = 64, .external_lex_state = 6}, + [5647] = {.lex_state = 64, .external_lex_state = 6}, + [5648] = {.lex_state = 64, .external_lex_state = 6}, + [5649] = {.lex_state = 64, .external_lex_state = 6}, + [5650] = {.lex_state = 62, .external_lex_state = 6}, + [5651] = {.lex_state = 62, .external_lex_state = 6}, + [5652] = {.lex_state = 102, .external_lex_state = 6}, + [5653] = {.lex_state = 62, .external_lex_state = 6}, + [5654] = {.lex_state = 62, .external_lex_state = 6}, + [5655] = {.lex_state = 62, .external_lex_state = 6}, + [5656] = {.lex_state = 102, .external_lex_state = 6}, + [5657] = {.lex_state = 62, .external_lex_state = 6}, + [5658] = {.lex_state = 62, .external_lex_state = 6}, + [5659] = {.lex_state = 62, .external_lex_state = 6}, [5660] = {.lex_state = 259, .external_lex_state = 6}, [5661] = {.lex_state = 259, .external_lex_state = 6}, [5662] = {.lex_state = 259, .external_lex_state = 6}, - [5663] = {.lex_state = 100, .external_lex_state = 6}, - [5664] = {.lex_state = 50, .external_lex_state = 6}, - [5665] = {.lex_state = 259, .external_lex_state = 6}, + [5663] = {.lex_state = 259, .external_lex_state = 6}, + [5664] = {.lex_state = 259, .external_lex_state = 6}, + [5665] = {.lex_state = 102, .external_lex_state = 6}, [5666] = {.lex_state = 259, .external_lex_state = 6}, - [5667] = {.lex_state = 259, .external_lex_state = 6}, - [5668] = {.lex_state = 259, .external_lex_state = 6}, - [5669] = {.lex_state = 259, .external_lex_state = 6}, + [5667] = {.lex_state = 62, .external_lex_state = 6}, + [5668] = {.lex_state = 64, .external_lex_state = 6}, + [5669] = {.lex_state = 62, .external_lex_state = 6}, + [5670] = {.lex_state = 64, .external_lex_state = 6}, + [5671] = {.lex_state = 64, .external_lex_state = 6}, + [5672] = {.lex_state = 64, .external_lex_state = 6}, + [5673] = {.lex_state = 62, .external_lex_state = 6}, + [5674] = {.lex_state = 62, .external_lex_state = 6}, + [5675] = {.lex_state = 64, .external_lex_state = 6}, + [5676] = {.lex_state = 62, .external_lex_state = 6}, + [5677] = {.lex_state = 102, .external_lex_state = 6}, + [5678] = {.lex_state = 62, .external_lex_state = 6}, + [5679] = {.lex_state = 64, .external_lex_state = 6}, + [5680] = {.lex_state = 64, .external_lex_state = 6}, + [5681] = {.lex_state = 64, .external_lex_state = 6}, + [5682] = {.lex_state = 64, .external_lex_state = 6}, + [5683] = {.lex_state = 62, .external_lex_state = 6}, + [5684] = {.lex_state = 62, .external_lex_state = 6}, + [5685] = {.lex_state = 62, .external_lex_state = 6}, + [5686] = {.lex_state = 62, .external_lex_state = 6}, + [5687] = {.lex_state = 64, .external_lex_state = 6}, + [5688] = {.lex_state = 64, .external_lex_state = 6}, + [5689] = {.lex_state = 62, .external_lex_state = 6}, + [5690] = {.lex_state = 62, .external_lex_state = 6}, + [5691] = {.lex_state = 102, .external_lex_state = 6}, + [5692] = {.lex_state = 102, .external_lex_state = 6}, + [5693] = {.lex_state = 62, .external_lex_state = 6}, + [5694] = {.lex_state = 62, .external_lex_state = 6}, + [5695] = {.lex_state = 62, .external_lex_state = 6}, + [5696] = {.lex_state = 62, .external_lex_state = 6}, + [5697] = {.lex_state = 62, .external_lex_state = 6}, + [5698] = {.lex_state = 62, .external_lex_state = 6}, + [5699] = {.lex_state = 62, .external_lex_state = 6}, + [5700] = {.lex_state = 62, .external_lex_state = 6}, + [5701] = {.lex_state = 259, .external_lex_state = 6}, + [5702] = {.lex_state = 259, .external_lex_state = 6}, + [5703] = {.lex_state = 62, .external_lex_state = 6}, + [5704] = {.lex_state = 62, .external_lex_state = 6}, + [5705] = {.lex_state = 62, .external_lex_state = 6}, + [5706] = {.lex_state = 62, .external_lex_state = 6}, + [5707] = {.lex_state = 62, .external_lex_state = 6}, + [5708] = {.lex_state = 62, .external_lex_state = 6}, + [5709] = {.lex_state = 62, .external_lex_state = 6}, + [5710] = {.lex_state = 62, .external_lex_state = 6}, + [5711] = {.lex_state = 62, .external_lex_state = 6}, + [5712] = {.lex_state = 62, .external_lex_state = 6}, + [5713] = {.lex_state = 62, .external_lex_state = 6}, + [5714] = {.lex_state = 62, .external_lex_state = 6}, + [5715] = {.lex_state = 62, .external_lex_state = 6}, + [5716] = {.lex_state = 62, .external_lex_state = 6}, + [5717] = {.lex_state = 62, .external_lex_state = 6}, + [5718] = {.lex_state = 62, .external_lex_state = 6}, + [5719] = {.lex_state = 62, .external_lex_state = 6}, + [5720] = {.lex_state = 62, .external_lex_state = 6}, + [5721] = {.lex_state = 62, .external_lex_state = 6}, + [5722] = {.lex_state = 62, .external_lex_state = 6}, + [5723] = {.lex_state = 62, .external_lex_state = 6}, + [5724] = {.lex_state = 64, .external_lex_state = 6}, + [5725] = {.lex_state = 64, .external_lex_state = 6}, + [5726] = {.lex_state = 62, .external_lex_state = 6}, + [5727] = {.lex_state = 62, .external_lex_state = 6}, + [5728] = {.lex_state = 64, .external_lex_state = 6}, + [5729] = {.lex_state = 64, .external_lex_state = 6}, + [5730] = {.lex_state = 64, .external_lex_state = 6}, + [5731] = {.lex_state = 64, .external_lex_state = 6}, + [5732] = {.lex_state = 62, .external_lex_state = 6}, + [5733] = {.lex_state = 62, .external_lex_state = 6}, + [5734] = {.lex_state = 62, .external_lex_state = 6}, + [5735] = {.lex_state = 62, .external_lex_state = 6}, + [5736] = {.lex_state = 102, .external_lex_state = 6}, + [5737] = {.lex_state = 259, .external_lex_state = 6}, + [5738] = {.lex_state = 62, .external_lex_state = 6}, + [5739] = {.lex_state = 102, .external_lex_state = 6}, + [5740] = {.lex_state = 64, .external_lex_state = 6}, + [5741] = {.lex_state = 62, .external_lex_state = 6}, + [5742] = {.lex_state = 102, .external_lex_state = 6}, + [5743] = {.lex_state = 62, .external_lex_state = 6}, + [5744] = {.lex_state = 64, .external_lex_state = 6}, + [5745] = {.lex_state = 62, .external_lex_state = 6}, + [5746] = {.lex_state = 62, .external_lex_state = 6}, + [5747] = {.lex_state = 62, .external_lex_state = 6}, + [5748] = {.lex_state = 62, .external_lex_state = 6}, + [5749] = {.lex_state = 62, .external_lex_state = 6}, + [5750] = {.lex_state = 62, .external_lex_state = 6}, + [5751] = {.lex_state = 62, .external_lex_state = 6}, + [5752] = {.lex_state = 62, .external_lex_state = 6}, + [5753] = {.lex_state = 62, .external_lex_state = 6}, + [5754] = {.lex_state = 62, .external_lex_state = 6}, + [5755] = {.lex_state = 62, .external_lex_state = 6}, + [5756] = {.lex_state = 62, .external_lex_state = 6}, + [5757] = {.lex_state = 62, .external_lex_state = 6}, + [5758] = {.lex_state = 62, .external_lex_state = 6}, + [5759] = {.lex_state = 62, .external_lex_state = 6}, + [5760] = {.lex_state = 62, .external_lex_state = 6}, + [5761] = {.lex_state = 62, .external_lex_state = 6}, + [5762] = {.lex_state = 64, .external_lex_state = 6}, + [5763] = {.lex_state = 62, .external_lex_state = 6}, + [5764] = {.lex_state = 102, .external_lex_state = 6}, + [5765] = {.lex_state = 62, .external_lex_state = 6}, + [5766] = {.lex_state = 62, .external_lex_state = 6}, + [5767] = {.lex_state = 62, .external_lex_state = 6}, + [5768] = {.lex_state = 259, .external_lex_state = 6}, + [5769] = {.lex_state = 64, .external_lex_state = 6}, + [5770] = {.lex_state = 102, .external_lex_state = 6}, + [5771] = {.lex_state = 259, .external_lex_state = 6}, + [5772] = {.lex_state = 62, .external_lex_state = 6}, + [5773] = {.lex_state = 64, .external_lex_state = 6}, + [5774] = {.lex_state = 64, .external_lex_state = 6}, + [5775] = {.lex_state = 62, .external_lex_state = 6}, + [5776] = {.lex_state = 62, .external_lex_state = 6}, + [5777] = {.lex_state = 62, .external_lex_state = 6}, + [5778] = {.lex_state = 102, .external_lex_state = 6}, + [5779] = {.lex_state = 62, .external_lex_state = 6}, + [5780] = {.lex_state = 64, .external_lex_state = 6}, + [5781] = {.lex_state = 64, .external_lex_state = 6}, + [5782] = {.lex_state = 64, .external_lex_state = 6}, + [5783] = {.lex_state = 62, .external_lex_state = 6}, + [5784] = {.lex_state = 259, .external_lex_state = 6}, + [5785] = {.lex_state = 62, .external_lex_state = 6}, + [5786] = {.lex_state = 62, .external_lex_state = 6}, + [5787] = {.lex_state = 62, .external_lex_state = 6}, + [5788] = {.lex_state = 62, .external_lex_state = 6}, + [5789] = {.lex_state = 64, .external_lex_state = 6}, + [5790] = {.lex_state = 64, .external_lex_state = 6}, + [5791] = {.lex_state = 64, .external_lex_state = 6}, + [5792] = {.lex_state = 64, .external_lex_state = 6}, + [5793] = {.lex_state = 64, .external_lex_state = 6}, + [5794] = {.lex_state = 62, .external_lex_state = 6}, + [5795] = {.lex_state = 62, .external_lex_state = 6}, + [5796] = {.lex_state = 62, .external_lex_state = 6}, + [5797] = {.lex_state = 62, .external_lex_state = 6}, + [5798] = {.lex_state = 102, .external_lex_state = 6}, + [5799] = {.lex_state = 102, .external_lex_state = 6}, + [5800] = {.lex_state = 62, .external_lex_state = 6}, + [5801] = {.lex_state = 62, .external_lex_state = 6}, + [5802] = {.lex_state = 62, .external_lex_state = 6}, + [5803] = {.lex_state = 62, .external_lex_state = 6}, + [5804] = {.lex_state = 62, .external_lex_state = 6}, + [5805] = {.lex_state = 259, .external_lex_state = 6}, + [5806] = {.lex_state = 259, .external_lex_state = 6}, + [5807] = {.lex_state = 259, .external_lex_state = 6}, + [5808] = {.lex_state = 62, .external_lex_state = 6}, + [5809] = {.lex_state = 259, .external_lex_state = 6}, + [5810] = {.lex_state = 62, .external_lex_state = 6}, + [5811] = {.lex_state = 62, .external_lex_state = 6}, + [5812] = {.lex_state = 64, .external_lex_state = 6}, + [5813] = {.lex_state = 64, .external_lex_state = 6}, + [5814] = {.lex_state = 62, .external_lex_state = 6}, + [5815] = {.lex_state = 62, .external_lex_state = 6}, + [5816] = {.lex_state = 62, .external_lex_state = 6}, + [5817] = {.lex_state = 62, .external_lex_state = 6}, + [5818] = {.lex_state = 62, .external_lex_state = 6}, + [5819] = {.lex_state = 62, .external_lex_state = 6}, + [5820] = {.lex_state = 62, .external_lex_state = 6}, + [5821] = {.lex_state = 62, .external_lex_state = 6}, + [5822] = {.lex_state = 62, .external_lex_state = 6}, + [5823] = {.lex_state = 62, .external_lex_state = 6}, + [5824] = {.lex_state = 62, .external_lex_state = 6}, + [5825] = {.lex_state = 62, .external_lex_state = 6}, + [5826] = {.lex_state = 62, .external_lex_state = 6}, + [5827] = {.lex_state = 62, .external_lex_state = 6}, + [5828] = {.lex_state = 62, .external_lex_state = 6}, + [5829] = {.lex_state = 62, .external_lex_state = 6}, + [5830] = {.lex_state = 102, .external_lex_state = 6}, + [5831] = {.lex_state = 62, .external_lex_state = 6}, + [5832] = {.lex_state = 62, .external_lex_state = 6}, + [5833] = {.lex_state = 102, .external_lex_state = 6}, + [5834] = {.lex_state = 102, .external_lex_state = 6}, + [5835] = {.lex_state = 62, .external_lex_state = 6}, + [5836] = {.lex_state = 102, .external_lex_state = 6}, + [5837] = {.lex_state = 62, .external_lex_state = 6}, + [5838] = {.lex_state = 62, .external_lex_state = 6}, + [5839] = {.lex_state = 62, .external_lex_state = 6}, + [5840] = {.lex_state = 64, .external_lex_state = 6}, + [5841] = {.lex_state = 64, .external_lex_state = 6}, + [5842] = {.lex_state = 259, .external_lex_state = 6}, + [5843] = {.lex_state = 259, .external_lex_state = 6}, + [5844] = {.lex_state = 62, .external_lex_state = 6}, + [5845] = {.lex_state = 62, .external_lex_state = 6}, + [5846] = {.lex_state = 62, .external_lex_state = 6}, + [5847] = {.lex_state = 62, .external_lex_state = 6}, + [5848] = {.lex_state = 62, .external_lex_state = 6}, + [5849] = {.lex_state = 62, .external_lex_state = 6}, + [5850] = {.lex_state = 62, .external_lex_state = 6}, + [5851] = {.lex_state = 62, .external_lex_state = 6}, + [5852] = {.lex_state = 62, .external_lex_state = 6}, + [5853] = {.lex_state = 62, .external_lex_state = 6}, + [5854] = {.lex_state = 62, .external_lex_state = 6}, + [5855] = {.lex_state = 62, .external_lex_state = 6}, + [5856] = {.lex_state = 62, .external_lex_state = 6}, + [5857] = {.lex_state = 62, .external_lex_state = 6}, + [5858] = {.lex_state = 62, .external_lex_state = 6}, + [5859] = {.lex_state = 64, .external_lex_state = 6}, + [5860] = {.lex_state = 64, .external_lex_state = 6}, + [5861] = {.lex_state = 64, .external_lex_state = 6}, + [5862] = {.lex_state = 64, .external_lex_state = 6}, + [5863] = {.lex_state = 62, .external_lex_state = 6}, + [5864] = {.lex_state = 62, .external_lex_state = 6}, + [5865] = {.lex_state = 62, .external_lex_state = 6}, + [5866] = {.lex_state = 62, .external_lex_state = 6}, + [5867] = {.lex_state = 102, .external_lex_state = 6}, + [5868] = {.lex_state = 259, .external_lex_state = 6}, + [5869] = {.lex_state = 259, .external_lex_state = 6}, + [5870] = {.lex_state = 102, .external_lex_state = 6}, + [5871] = {.lex_state = 62, .external_lex_state = 6}, + [5872] = {.lex_state = 62, .external_lex_state = 6}, + [5873] = {.lex_state = 62, .external_lex_state = 6}, + [5874] = {.lex_state = 62, .external_lex_state = 6}, + [5875] = {.lex_state = 62, .external_lex_state = 6}, + [5876] = {.lex_state = 62, .external_lex_state = 6}, + [5877] = {.lex_state = 102, .external_lex_state = 6}, + [5878] = {.lex_state = 259, .external_lex_state = 6}, + [5879] = {.lex_state = 259, .external_lex_state = 6}, + [5880] = {.lex_state = 62, .external_lex_state = 6}, + [5881] = {.lex_state = 259, .external_lex_state = 6}, + [5882] = {.lex_state = 102, .external_lex_state = 6}, + [5883] = {.lex_state = 62, .external_lex_state = 6}, + [5884] = {.lex_state = 62, .external_lex_state = 6}, + [5885] = {.lex_state = 102, .external_lex_state = 6}, + [5886] = {.lex_state = 62, .external_lex_state = 6}, + [5887] = {.lex_state = 62, .external_lex_state = 6}, + [5888] = {.lex_state = 62, .external_lex_state = 6}, + [5889] = {.lex_state = 62, .external_lex_state = 6}, + [5890] = {.lex_state = 62, .external_lex_state = 6}, + [5891] = {.lex_state = 62, .external_lex_state = 6}, + [5892] = {.lex_state = 62, .external_lex_state = 6}, + [5893] = {.lex_state = 62, .external_lex_state = 6}, + [5894] = {.lex_state = 102, .external_lex_state = 6}, + [5895] = {.lex_state = 62, .external_lex_state = 6}, + [5896] = {.lex_state = 62, .external_lex_state = 6}, + [5897] = {.lex_state = 62, .external_lex_state = 6}, + [5898] = {.lex_state = 62, .external_lex_state = 6}, + [5899] = {.lex_state = 62, .external_lex_state = 6}, + [5900] = {.lex_state = 62, .external_lex_state = 6}, + [5901] = {.lex_state = 62, .external_lex_state = 6}, + [5902] = {.lex_state = 62, .external_lex_state = 6}, + [5903] = {.lex_state = 62, .external_lex_state = 6}, + [5904] = {.lex_state = 62, .external_lex_state = 6}, + [5905] = {.lex_state = 62, .external_lex_state = 6}, + [5906] = {.lex_state = 62, .external_lex_state = 6}, + [5907] = {.lex_state = 259, .external_lex_state = 6}, + [5908] = {.lex_state = 259, .external_lex_state = 6}, + [5909] = {.lex_state = 62, .external_lex_state = 6}, + [5910] = {.lex_state = 62, .external_lex_state = 6}, + [5911] = {.lex_state = 62, .external_lex_state = 6}, + [5912] = {.lex_state = 62, .external_lex_state = 6}, + [5913] = {.lex_state = 62, .external_lex_state = 6}, + [5914] = {.lex_state = 62, .external_lex_state = 6}, + [5915] = {.lex_state = 62, .external_lex_state = 6}, + [5916] = {.lex_state = 62, .external_lex_state = 6}, + [5917] = {.lex_state = 62, .external_lex_state = 6}, + [5918] = {.lex_state = 102, .external_lex_state = 6}, + [5919] = {.lex_state = 102, .external_lex_state = 6}, + [5920] = {.lex_state = 62, .external_lex_state = 6}, + [5921] = {.lex_state = 259, .external_lex_state = 6}, + [5922] = {.lex_state = 62, .external_lex_state = 6}, + [5923] = {.lex_state = 259, .external_lex_state = 6}, + [5924] = {.lex_state = 62, .external_lex_state = 6}, + [5925] = {.lex_state = 62, .external_lex_state = 6}, + [5926] = {.lex_state = 62, .external_lex_state = 6}, + [5927] = {.lex_state = 62, .external_lex_state = 6}, + [5928] = {.lex_state = 64, .external_lex_state = 6}, + [5929] = {.lex_state = 64, .external_lex_state = 6}, + [5930] = {.lex_state = 64, .external_lex_state = 6}, + [5931] = {.lex_state = 64, .external_lex_state = 6}, + [5932] = {.lex_state = 62, .external_lex_state = 6}, + [5933] = {.lex_state = 62, .external_lex_state = 6}, + [5934] = {.lex_state = 62, .external_lex_state = 6}, + [5935] = {.lex_state = 62, .external_lex_state = 6}, + [5936] = {.lex_state = 64, .external_lex_state = 6}, + [5937] = {.lex_state = 64, .external_lex_state = 6}, + [5938] = {.lex_state = 102, .external_lex_state = 6}, + [5939] = {.lex_state = 62, .external_lex_state = 6}, + [5940] = {.lex_state = 62, .external_lex_state = 6}, + [5941] = {.lex_state = 259, .external_lex_state = 6}, + [5942] = {.lex_state = 62, .external_lex_state = 6}, + [5943] = {.lex_state = 259, .external_lex_state = 6}, + [5944] = {.lex_state = 259, .external_lex_state = 6}, + [5945] = {.lex_state = 62, .external_lex_state = 6}, + [5946] = {.lex_state = 63, .external_lex_state = 17}, + [5947] = {.lex_state = 100, .external_lex_state = 6}, + [5948] = {.lex_state = 64, .external_lex_state = 11}, + [5949] = {.lex_state = 62, .external_lex_state = 13}, + [5950] = {.lex_state = 62, .external_lex_state = 15}, + [5951] = {.lex_state = 62, .external_lex_state = 14}, + [5952] = {.lex_state = 62, .external_lex_state = 10}, + [5953] = {.lex_state = 64, .external_lex_state = 12}, + [5954] = {.lex_state = 62, .external_lex_state = 16}, + [5955] = {.lex_state = 62, .external_lex_state = 8}, + [5956] = {.lex_state = 62, .external_lex_state = 9}, + [5957] = {.lex_state = 62, .external_lex_state = 10}, + [5958] = {.lex_state = 64, .external_lex_state = 11}, + [5959] = {.lex_state = 63, .external_lex_state = 18}, + [5960] = {.lex_state = 63, .external_lex_state = 19}, + [5961] = {.lex_state = 63, .external_lex_state = 20}, + [5962] = {.lex_state = 65, .external_lex_state = 21}, + [5963] = {.lex_state = 65, .external_lex_state = 22}, + [5964] = {.lex_state = 63, .external_lex_state = 23}, + [5965] = {.lex_state = 63, .external_lex_state = 24}, + [5966] = {.lex_state = 63, .external_lex_state = 25}, + [5967] = {.lex_state = 63, .external_lex_state = 26}, + [5968] = {.lex_state = 63, .external_lex_state = 17}, + [5969] = {.lex_state = 63, .external_lex_state = 18}, + [5970] = {.lex_state = 63, .external_lex_state = 19}, + [5971] = {.lex_state = 62, .external_lex_state = 7}, + [5972] = {.lex_state = 64, .external_lex_state = 12}, + [5973] = {.lex_state = 63, .external_lex_state = 20}, + [5974] = {.lex_state = 65, .external_lex_state = 21}, + [5975] = {.lex_state = 65, .external_lex_state = 22}, + [5976] = {.lex_state = 100, .external_lex_state = 6}, + [5977] = {.lex_state = 63, .external_lex_state = 23}, + [5978] = {.lex_state = 100, .external_lex_state = 6}, + [5979] = {.lex_state = 63, .external_lex_state = 24}, + [5980] = {.lex_state = 63, .external_lex_state = 25}, + [5981] = {.lex_state = 63, .external_lex_state = 26}, + [5982] = {.lex_state = 63, .external_lex_state = 17}, + [5983] = {.lex_state = 62, .external_lex_state = 14}, + [5984] = {.lex_state = 62, .external_lex_state = 13}, + [5985] = {.lex_state = 100, .external_lex_state = 6}, + [5986] = {.lex_state = 100, .external_lex_state = 6}, + [5987] = {.lex_state = 102, .external_lex_state = 6}, + [5988] = {.lex_state = 63, .external_lex_state = 18}, + [5989] = {.lex_state = 63, .external_lex_state = 19}, + [5990] = {.lex_state = 63, .external_lex_state = 20}, + [5991] = {.lex_state = 65, .external_lex_state = 21}, + [5992] = {.lex_state = 65, .external_lex_state = 22}, + [5993] = {.lex_state = 63, .external_lex_state = 23}, + [5994] = {.lex_state = 63, .external_lex_state = 24}, + [5995] = {.lex_state = 63, .external_lex_state = 25}, + [5996] = {.lex_state = 63, .external_lex_state = 26}, + [5997] = {.lex_state = 63, .external_lex_state = 17}, + [5998] = {.lex_state = 100, .external_lex_state = 6}, + [5999] = {.lex_state = 100, .external_lex_state = 6}, + [6000] = {.lex_state = 62, .external_lex_state = 15}, + [6001] = {.lex_state = 63, .external_lex_state = 18}, + [6002] = {.lex_state = 63, .external_lex_state = 19}, + [6003] = {.lex_state = 63, .external_lex_state = 20}, + [6004] = {.lex_state = 65, .external_lex_state = 21}, + [6005] = {.lex_state = 65, .external_lex_state = 22}, + [6006] = {.lex_state = 63, .external_lex_state = 23}, + [6007] = {.lex_state = 63, .external_lex_state = 24}, + [6008] = {.lex_state = 63, .external_lex_state = 25}, + [6009] = {.lex_state = 63, .external_lex_state = 26}, + [6010] = {.lex_state = 63, .external_lex_state = 17}, + [6011] = {.lex_state = 65, .external_lex_state = 21}, + [6012] = {.lex_state = 63, .external_lex_state = 17}, + [6013] = {.lex_state = 63, .external_lex_state = 26}, + [6014] = {.lex_state = 63, .external_lex_state = 25}, + [6015] = {.lex_state = 63, .external_lex_state = 24}, + [6016] = {.lex_state = 63, .external_lex_state = 23}, + [6017] = {.lex_state = 65, .external_lex_state = 22}, + [6018] = {.lex_state = 65, .external_lex_state = 21}, + [6019] = {.lex_state = 63, .external_lex_state = 20}, + [6020] = {.lex_state = 63, .external_lex_state = 19}, + [6021] = {.lex_state = 63, .external_lex_state = 18}, + [6022] = {.lex_state = 100, .external_lex_state = 6}, + [6023] = {.lex_state = 62, .external_lex_state = 16}, + [6024] = {.lex_state = 100, .external_lex_state = 6}, + [6025] = {.lex_state = 63, .external_lex_state = 17}, + [6026] = {.lex_state = 63, .external_lex_state = 18}, + [6027] = {.lex_state = 63, .external_lex_state = 19}, + [6028] = {.lex_state = 63, .external_lex_state = 26}, + [6029] = {.lex_state = 63, .external_lex_state = 25}, + [6030] = {.lex_state = 63, .external_lex_state = 24}, + [6031] = {.lex_state = 63, .external_lex_state = 23}, + [6032] = {.lex_state = 65, .external_lex_state = 22}, + [6033] = {.lex_state = 65, .external_lex_state = 21}, + [6034] = {.lex_state = 63, .external_lex_state = 20}, + [6035] = {.lex_state = 63, .external_lex_state = 19}, + [6036] = {.lex_state = 63, .external_lex_state = 18}, + [6037] = {.lex_state = 62, .external_lex_state = 7}, + [6038] = {.lex_state = 63, .external_lex_state = 20}, + [6039] = {.lex_state = 65, .external_lex_state = 21}, + [6040] = {.lex_state = 65, .external_lex_state = 22}, + [6041] = {.lex_state = 63, .external_lex_state = 23}, + [6042] = {.lex_state = 63, .external_lex_state = 24}, + [6043] = {.lex_state = 63, .external_lex_state = 25}, + [6044] = {.lex_state = 63, .external_lex_state = 26}, + [6045] = {.lex_state = 63, .external_lex_state = 17}, + [6046] = {.lex_state = 63, .external_lex_state = 26}, + [6047] = {.lex_state = 63, .external_lex_state = 25}, + [6048] = {.lex_state = 63, .external_lex_state = 24}, + [6049] = {.lex_state = 63, .external_lex_state = 23}, + [6050] = {.lex_state = 65, .external_lex_state = 22}, + [6051] = {.lex_state = 65, .external_lex_state = 22}, + [6052] = {.lex_state = 63, .external_lex_state = 17}, + [6053] = {.lex_state = 63, .external_lex_state = 17}, + [6054] = {.lex_state = 63, .external_lex_state = 26}, + [6055] = {.lex_state = 63, .external_lex_state = 25}, + [6056] = {.lex_state = 63, .external_lex_state = 24}, + [6057] = {.lex_state = 63, .external_lex_state = 23}, + [6058] = {.lex_state = 65, .external_lex_state = 22}, + [6059] = {.lex_state = 65, .external_lex_state = 21}, + [6060] = {.lex_state = 63, .external_lex_state = 20}, + [6061] = {.lex_state = 63, .external_lex_state = 19}, + [6062] = {.lex_state = 63, .external_lex_state = 18}, + [6063] = {.lex_state = 63, .external_lex_state = 20}, + [6064] = {.lex_state = 63, .external_lex_state = 19}, + [6065] = {.lex_state = 63, .external_lex_state = 18}, + [6066] = {.lex_state = 62, .external_lex_state = 8}, + [6067] = {.lex_state = 100, .external_lex_state = 6}, + [6068] = {.lex_state = 102, .external_lex_state = 6}, + [6069] = {.lex_state = 63, .external_lex_state = 17}, + [6070] = {.lex_state = 63, .external_lex_state = 18}, + [6071] = {.lex_state = 63, .external_lex_state = 19}, + [6072] = {.lex_state = 63, .external_lex_state = 20}, + [6073] = {.lex_state = 65, .external_lex_state = 21}, + [6074] = {.lex_state = 62, .external_lex_state = 9}, + [6075] = {.lex_state = 63, .external_lex_state = 17}, + [6076] = {.lex_state = 63, .external_lex_state = 18}, + [6077] = {.lex_state = 63, .external_lex_state = 19}, + [6078] = {.lex_state = 63, .external_lex_state = 20}, + [6079] = {.lex_state = 65, .external_lex_state = 21}, + [6080] = {.lex_state = 65, .external_lex_state = 22}, + [6081] = {.lex_state = 63, .external_lex_state = 23}, + [6082] = {.lex_state = 63, .external_lex_state = 24}, + [6083] = {.lex_state = 63, .external_lex_state = 25}, + [6084] = {.lex_state = 63, .external_lex_state = 26}, + [6085] = {.lex_state = 63, .external_lex_state = 17}, + [6086] = {.lex_state = 63, .external_lex_state = 17}, + [6087] = {.lex_state = 63, .external_lex_state = 26}, + [6088] = {.lex_state = 63, .external_lex_state = 25}, + [6089] = {.lex_state = 63, .external_lex_state = 24}, + [6090] = {.lex_state = 63, .external_lex_state = 23}, + [6091] = {.lex_state = 65, .external_lex_state = 22}, + [6092] = {.lex_state = 65, .external_lex_state = 21}, + [6093] = {.lex_state = 63, .external_lex_state = 20}, + [6094] = {.lex_state = 63, .external_lex_state = 19}, + [6095] = {.lex_state = 63, .external_lex_state = 18}, + [6096] = {.lex_state = 63, .external_lex_state = 26}, + [6097] = {.lex_state = 63, .external_lex_state = 25}, + [6098] = {.lex_state = 63, .external_lex_state = 24}, + [6099] = {.lex_state = 63, .external_lex_state = 23}, + [6100] = {.lex_state = 65, .external_lex_state = 22}, + [6101] = {.lex_state = 65, .external_lex_state = 21}, + [6102] = {.lex_state = 63, .external_lex_state = 20}, + [6103] = {.lex_state = 63, .external_lex_state = 19}, + [6104] = {.lex_state = 63, .external_lex_state = 18}, + [6105] = {.lex_state = 100, .external_lex_state = 6}, + [6106] = {.lex_state = 63, .external_lex_state = 18}, + [6107] = {.lex_state = 63, .external_lex_state = 19}, + [6108] = {.lex_state = 63, .external_lex_state = 20}, + [6109] = {.lex_state = 65, .external_lex_state = 21}, + [6110] = {.lex_state = 65, .external_lex_state = 22}, + [6111] = {.lex_state = 63, .external_lex_state = 23}, + [6112] = {.lex_state = 63, .external_lex_state = 24}, + [6113] = {.lex_state = 63, .external_lex_state = 25}, + [6114] = {.lex_state = 63, .external_lex_state = 26}, + [6115] = {.lex_state = 63, .external_lex_state = 18}, + [6116] = {.lex_state = 63, .external_lex_state = 17}, + [6117] = {.lex_state = 63, .external_lex_state = 18}, + [6118] = {.lex_state = 63, .external_lex_state = 19}, + [6119] = {.lex_state = 63, .external_lex_state = 19}, + [6120] = {.lex_state = 63, .external_lex_state = 17}, + [6121] = {.lex_state = 63, .external_lex_state = 26}, + [6122] = {.lex_state = 63, .external_lex_state = 25}, + [6123] = {.lex_state = 63, .external_lex_state = 24}, + [6124] = {.lex_state = 63, .external_lex_state = 23}, + [6125] = {.lex_state = 65, .external_lex_state = 22}, + [6126] = {.lex_state = 65, .external_lex_state = 21}, + [6127] = {.lex_state = 63, .external_lex_state = 20}, + [6128] = {.lex_state = 63, .external_lex_state = 19}, + [6129] = {.lex_state = 63, .external_lex_state = 18}, + [6130] = {.lex_state = 63, .external_lex_state = 20}, + [6131] = {.lex_state = 65, .external_lex_state = 21}, + [6132] = {.lex_state = 65, .external_lex_state = 22}, + [6133] = {.lex_state = 63, .external_lex_state = 23}, + [6134] = {.lex_state = 63, .external_lex_state = 25}, + [6135] = {.lex_state = 63, .external_lex_state = 24}, + [6136] = {.lex_state = 63, .external_lex_state = 23}, + [6137] = {.lex_state = 63, .external_lex_state = 25}, + [6138] = {.lex_state = 63, .external_lex_state = 24}, + [6139] = {.lex_state = 63, .external_lex_state = 20}, + [6140] = {.lex_state = 65, .external_lex_state = 21}, + [6141] = {.lex_state = 65, .external_lex_state = 22}, + [6142] = {.lex_state = 63, .external_lex_state = 23}, + [6143] = {.lex_state = 63, .external_lex_state = 24}, + [6144] = {.lex_state = 63, .external_lex_state = 26}, + [6145] = {.lex_state = 63, .external_lex_state = 17}, + [6146] = {.lex_state = 259, .external_lex_state = 6}, + [6147] = {.lex_state = 63, .external_lex_state = 18}, + [6148] = {.lex_state = 63, .external_lex_state = 19}, + [6149] = {.lex_state = 63, .external_lex_state = 20}, + [6150] = {.lex_state = 63, .external_lex_state = 17}, + [6151] = {.lex_state = 63, .external_lex_state = 26}, + [6152] = {.lex_state = 65, .external_lex_state = 21}, + [6153] = {.lex_state = 65, .external_lex_state = 22}, + [6154] = {.lex_state = 63, .external_lex_state = 23}, + [6155] = {.lex_state = 63, .external_lex_state = 24}, + [6156] = {.lex_state = 63, .external_lex_state = 25}, + [6157] = {.lex_state = 63, .external_lex_state = 26}, + [6158] = {.lex_state = 63, .external_lex_state = 25}, + [6159] = {.lex_state = 63, .external_lex_state = 26}, + [6160] = {.lex_state = 100, .external_lex_state = 6}, + [6161] = {.lex_state = 63, .external_lex_state = 6}, + [6162] = {.lex_state = 65, .external_lex_state = 6}, + [6163] = {.lex_state = 62, .external_lex_state = 6}, + [6164] = {.lex_state = 63, .external_lex_state = 6}, + [6165] = {.lex_state = 63, .external_lex_state = 6}, + [6166] = {.lex_state = 63, .external_lex_state = 6}, + [6167] = {.lex_state = 65, .external_lex_state = 6}, + [6168] = {.lex_state = 65, .external_lex_state = 6}, + [6169] = {.lex_state = 63, .external_lex_state = 6}, + [6170] = {.lex_state = 63, .external_lex_state = 6}, + [6171] = {.lex_state = 63, .external_lex_state = 6}, + [6172] = {.lex_state = 64, .external_lex_state = 6}, + [6173] = {.lex_state = 259, .external_lex_state = 6}, + [6174] = {.lex_state = 63, .external_lex_state = 6}, + [6175] = {.lex_state = 102, .external_lex_state = 6}, + [6176] = {.lex_state = 63, .external_lex_state = 6}, + [6177] = {.lex_state = 63, .external_lex_state = 6}, + [6178] = {.lex_state = 63, .external_lex_state = 6}, + [6179] = {.lex_state = 63, .external_lex_state = 6}, + [6180] = {.lex_state = 63, .external_lex_state = 6}, + [6181] = {.lex_state = 65, .external_lex_state = 6}, + [6182] = {.lex_state = 65, .external_lex_state = 6}, + [6183] = {.lex_state = 63, .external_lex_state = 6}, + [6184] = {.lex_state = 63, .external_lex_state = 6}, + [6185] = {.lex_state = 63, .external_lex_state = 6}, + [6186] = {.lex_state = 63, .external_lex_state = 6}, + [6187] = {.lex_state = 63, .external_lex_state = 6}, + [6188] = {.lex_state = 63, .external_lex_state = 6}, + [6189] = {.lex_state = 63, .external_lex_state = 6}, + [6190] = {.lex_state = 65, .external_lex_state = 6}, + [6191] = {.lex_state = 65, .external_lex_state = 6}, + [6192] = {.lex_state = 65, .external_lex_state = 6}, + [6193] = {.lex_state = 65, .external_lex_state = 6}, + [6194] = {.lex_state = 63, .external_lex_state = 6}, + [6195] = {.lex_state = 63, .external_lex_state = 6}, + [6196] = {.lex_state = 63, .external_lex_state = 6}, + [6197] = {.lex_state = 63, .external_lex_state = 6}, + [6198] = {.lex_state = 63, .external_lex_state = 6}, + [6199] = {.lex_state = 63, .external_lex_state = 6}, + [6200] = {.lex_state = 63, .external_lex_state = 6}, + [6201] = {.lex_state = 63, .external_lex_state = 6}, + [6202] = {.lex_state = 63, .external_lex_state = 6}, + [6203] = {.lex_state = 63, .external_lex_state = 6}, + [6204] = {.lex_state = 63, .external_lex_state = 6}, + [6205] = {.lex_state = 63, .external_lex_state = 6}, + [6206] = {.lex_state = 259, .external_lex_state = 6}, + [6207] = {.lex_state = 64, .external_lex_state = 6}, + [6208] = {.lex_state = 50, .external_lex_state = 6}, + [6209] = {.lex_state = 50, .external_lex_state = 6}, + [6210] = {.lex_state = 63, .external_lex_state = 6}, + [6211] = {.lex_state = 63, .external_lex_state = 6}, + [6212] = {.lex_state = 63, .external_lex_state = 6}, + [6213] = {.lex_state = 65, .external_lex_state = 6}, + [6214] = {.lex_state = 65, .external_lex_state = 6}, + [6215] = {.lex_state = 63, .external_lex_state = 6}, + [6216] = {.lex_state = 63, .external_lex_state = 6}, + [6217] = {.lex_state = 63, .external_lex_state = 6}, + [6218] = {.lex_state = 63, .external_lex_state = 6}, + [6219] = {.lex_state = 63, .external_lex_state = 6}, + [6220] = {.lex_state = 65, .external_lex_state = 6}, + [6221] = {.lex_state = 50, .external_lex_state = 6}, + [6222] = {.lex_state = 63, .external_lex_state = 6}, + [6223] = {.lex_state = 63, .external_lex_state = 6}, + [6224] = {.lex_state = 63, .external_lex_state = 6}, + [6225] = {.lex_state = 65, .external_lex_state = 6}, + [6226] = {.lex_state = 63, .external_lex_state = 6}, + [6227] = {.lex_state = 63, .external_lex_state = 6}, + [6228] = {.lex_state = 63, .external_lex_state = 6}, + [6229] = {.lex_state = 63, .external_lex_state = 6}, + [6230] = {.lex_state = 63, .external_lex_state = 6}, + [6231] = {.lex_state = 63, .external_lex_state = 6}, + [6232] = {.lex_state = 63, .external_lex_state = 6}, + [6233] = {.lex_state = 63, .external_lex_state = 6}, + [6234] = {.lex_state = 63, .external_lex_state = 6}, + [6235] = {.lex_state = 63, .external_lex_state = 6}, + [6236] = {.lex_state = 65, .external_lex_state = 6}, + [6237] = {.lex_state = 63, .external_lex_state = 6}, + [6238] = {.lex_state = 63, .external_lex_state = 6}, + [6239] = {.lex_state = 63, .external_lex_state = 6}, + [6240] = {.lex_state = 63, .external_lex_state = 6}, + [6241] = {.lex_state = 65, .external_lex_state = 6}, + [6242] = {.lex_state = 62, .external_lex_state = 6}, + [6243] = {.lex_state = 63, .external_lex_state = 6}, + [6244] = {.lex_state = 63, .external_lex_state = 6}, + [6245] = {.lex_state = 63, .external_lex_state = 6}, + [6246] = {.lex_state = 63, .external_lex_state = 6}, + [6247] = {.lex_state = 63, .external_lex_state = 6}, + [6248] = {.lex_state = 63, .external_lex_state = 6}, + [6249] = {.lex_state = 63, .external_lex_state = 6}, + [6250] = {.lex_state = 65, .external_lex_state = 6}, + [6251] = {.lex_state = 65, .external_lex_state = 6}, + [6252] = {.lex_state = 63, .external_lex_state = 6}, + [6253] = {.lex_state = 63, .external_lex_state = 6}, + [6254] = {.lex_state = 63, .external_lex_state = 6}, + [6255] = {.lex_state = 65, .external_lex_state = 6}, + [6256] = {.lex_state = 63, .external_lex_state = 6}, + [6257] = {.lex_state = 63, .external_lex_state = 6}, + [6258] = {.lex_state = 65, .external_lex_state = 6}, + [6259] = {.lex_state = 65, .external_lex_state = 6}, + [6260] = {.lex_state = 65, .external_lex_state = 6}, + [6261] = {.lex_state = 63, .external_lex_state = 6}, + [6262] = {.lex_state = 63, .external_lex_state = 6}, + [6263] = {.lex_state = 63, .external_lex_state = 6}, + [6264] = {.lex_state = 63, .external_lex_state = 6}, + [6265] = {.lex_state = 63, .external_lex_state = 6}, + [6266] = {.lex_state = 63, .external_lex_state = 6}, + [6267] = {.lex_state = 63, .external_lex_state = 6}, + [6268] = {.lex_state = 63, .external_lex_state = 6}, + [6269] = {.lex_state = 63, .external_lex_state = 17}, + [6270] = {.lex_state = 63, .external_lex_state = 6}, + [6271] = {.lex_state = 63, .external_lex_state = 6}, + [6272] = {.lex_state = 63, .external_lex_state = 6}, + [6273] = {.lex_state = 63, .external_lex_state = 6}, + [6274] = {.lex_state = 63, .external_lex_state = 6}, + [6275] = {.lex_state = 63, .external_lex_state = 6}, + [6276] = {.lex_state = 65, .external_lex_state = 6}, + [6277] = {.lex_state = 65, .external_lex_state = 6}, + [6278] = {.lex_state = 65, .external_lex_state = 6}, + [6279] = {.lex_state = 65, .external_lex_state = 6}, + [6280] = {.lex_state = 63, .external_lex_state = 6}, + [6281] = {.lex_state = 63, .external_lex_state = 6}, + [6282] = {.lex_state = 63, .external_lex_state = 6}, + [6283] = {.lex_state = 63, .external_lex_state = 6}, + [6284] = {.lex_state = 63, .external_lex_state = 6}, + [6285] = {.lex_state = 63, .external_lex_state = 6}, + [6286] = {.lex_state = 63, .external_lex_state = 6}, + [6287] = {.lex_state = 63, .external_lex_state = 6}, + [6288] = {.lex_state = 63, .external_lex_state = 6}, + [6289] = {.lex_state = 63, .external_lex_state = 6}, + [6290] = {.lex_state = 63, .external_lex_state = 6}, + [6291] = {.lex_state = 63, .external_lex_state = 26}, + [6292] = {.lex_state = 63, .external_lex_state = 6}, + [6293] = {.lex_state = 63, .external_lex_state = 6}, + [6294] = {.lex_state = 63, .external_lex_state = 25}, + [6295] = {.lex_state = 63, .external_lex_state = 6}, + [6296] = {.lex_state = 63, .external_lex_state = 6}, + [6297] = {.lex_state = 63, .external_lex_state = 6}, + [6298] = {.lex_state = 63, .external_lex_state = 6}, + [6299] = {.lex_state = 65, .external_lex_state = 6}, + [6300] = {.lex_state = 65, .external_lex_state = 6}, + [6301] = {.lex_state = 63, .external_lex_state = 6}, + [6302] = {.lex_state = 63, .external_lex_state = 6}, + [6303] = {.lex_state = 63, .external_lex_state = 6}, + [6304] = {.lex_state = 63, .external_lex_state = 6}, + [6305] = {.lex_state = 63, .external_lex_state = 6}, + [6306] = {.lex_state = 63, .external_lex_state = 6}, + [6307] = {.lex_state = 63, .external_lex_state = 6}, + [6308] = {.lex_state = 63, .external_lex_state = 6}, + [6309] = {.lex_state = 65, .external_lex_state = 6}, + [6310] = {.lex_state = 63, .external_lex_state = 6}, + [6311] = {.lex_state = 63, .external_lex_state = 6}, + [6312] = {.lex_state = 63, .external_lex_state = 6}, + [6313] = {.lex_state = 63, .external_lex_state = 6}, + [6314] = {.lex_state = 63, .external_lex_state = 6}, + [6315] = {.lex_state = 63, .external_lex_state = 6}, + [6316] = {.lex_state = 63, .external_lex_state = 6}, + [6317] = {.lex_state = 63, .external_lex_state = 6}, + [6318] = {.lex_state = 63, .external_lex_state = 6}, + [6319] = {.lex_state = 63, .external_lex_state = 6}, + [6320] = {.lex_state = 65, .external_lex_state = 6}, + [6321] = {.lex_state = 65, .external_lex_state = 6}, + [6322] = {.lex_state = 63, .external_lex_state = 6}, + [6323] = {.lex_state = 63, .external_lex_state = 6}, + [6324] = {.lex_state = 63, .external_lex_state = 6}, + [6325] = {.lex_state = 63, .external_lex_state = 6}, + [6326] = {.lex_state = 63, .external_lex_state = 6}, + [6327] = {.lex_state = 63, .external_lex_state = 6}, + [6328] = {.lex_state = 65, .external_lex_state = 6}, + [6329] = {.lex_state = 63, .external_lex_state = 6}, + [6330] = {.lex_state = 63, .external_lex_state = 6}, + [6331] = {.lex_state = 63, .external_lex_state = 6}, + [6332] = {.lex_state = 63, .external_lex_state = 6}, + [6333] = {.lex_state = 63, .external_lex_state = 6}, + [6334] = {.lex_state = 65, .external_lex_state = 6}, + [6335] = {.lex_state = 63, .external_lex_state = 6}, + [6336] = {.lex_state = 63, .external_lex_state = 6}, + [6337] = {.lex_state = 63, .external_lex_state = 6}, + [6338] = {.lex_state = 63, .external_lex_state = 6}, + [6339] = {.lex_state = 63, .external_lex_state = 6}, + [6340] = {.lex_state = 63, .external_lex_state = 6}, + [6341] = {.lex_state = 63, .external_lex_state = 6}, + [6342] = {.lex_state = 63, .external_lex_state = 6}, + [6343] = {.lex_state = 63, .external_lex_state = 6}, + [6344] = {.lex_state = 63, .external_lex_state = 6}, + [6345] = {.lex_state = 63, .external_lex_state = 6}, + [6346] = {.lex_state = 63, .external_lex_state = 6}, + [6347] = {.lex_state = 65, .external_lex_state = 6}, + [6348] = {.lex_state = 65, .external_lex_state = 6}, + [6349] = {.lex_state = 65, .external_lex_state = 6}, + [6350] = {.lex_state = 65, .external_lex_state = 6}, + [6351] = {.lex_state = 63, .external_lex_state = 6}, + [6352] = {.lex_state = 65, .external_lex_state = 6}, + [6353] = {.lex_state = 63, .external_lex_state = 24}, + [6354] = {.lex_state = 65, .external_lex_state = 6}, + [6355] = {.lex_state = 63, .external_lex_state = 6}, + [6356] = {.lex_state = 63, .external_lex_state = 6}, + [6357] = {.lex_state = 63, .external_lex_state = 6}, + [6358] = {.lex_state = 63, .external_lex_state = 6}, + [6359] = {.lex_state = 63, .external_lex_state = 6}, + [6360] = {.lex_state = 63, .external_lex_state = 6}, + [6361] = {.lex_state = 63, .external_lex_state = 6}, + [6362] = {.lex_state = 65, .external_lex_state = 6}, + [6363] = {.lex_state = 65, .external_lex_state = 6}, + [6364] = {.lex_state = 65, .external_lex_state = 6}, + [6365] = {.lex_state = 65, .external_lex_state = 6}, + [6366] = {.lex_state = 63, .external_lex_state = 6}, + [6367] = {.lex_state = 63, .external_lex_state = 6}, + [6368] = {.lex_state = 63, .external_lex_state = 6}, + [6369] = {.lex_state = 63, .external_lex_state = 6}, + [6370] = {.lex_state = 63, .external_lex_state = 6}, + [6371] = {.lex_state = 63, .external_lex_state = 6}, + [6372] = {.lex_state = 63, .external_lex_state = 6}, + [6373] = {.lex_state = 63, .external_lex_state = 6}, + [6374] = {.lex_state = 63, .external_lex_state = 6}, + [6375] = {.lex_state = 63, .external_lex_state = 6}, + [6376] = {.lex_state = 63, .external_lex_state = 6}, + [6377] = {.lex_state = 63, .external_lex_state = 6}, + [6378] = {.lex_state = 63, .external_lex_state = 6}, + [6379] = {.lex_state = 63, .external_lex_state = 6}, + [6380] = {.lex_state = 63, .external_lex_state = 6}, + [6381] = {.lex_state = 65, .external_lex_state = 6}, + [6382] = {.lex_state = 63, .external_lex_state = 6}, + [6383] = {.lex_state = 63, .external_lex_state = 6}, + [6384] = {.lex_state = 63, .external_lex_state = 6}, + [6385] = {.lex_state = 65, .external_lex_state = 6}, + [6386] = {.lex_state = 65, .external_lex_state = 6}, + [6387] = {.lex_state = 63, .external_lex_state = 6}, + [6388] = {.lex_state = 63, .external_lex_state = 6}, + [6389] = {.lex_state = 63, .external_lex_state = 6}, + [6390] = {.lex_state = 63, .external_lex_state = 6}, + [6391] = {.lex_state = 63, .external_lex_state = 6}, + [6392] = {.lex_state = 63, .external_lex_state = 23}, + [6393] = {.lex_state = 63, .external_lex_state = 6}, + [6394] = {.lex_state = 50, .external_lex_state = 6}, + [6395] = {.lex_state = 63, .external_lex_state = 6}, + [6396] = {.lex_state = 63, .external_lex_state = 6}, + [6397] = {.lex_state = 63, .external_lex_state = 6}, + [6398] = {.lex_state = 63, .external_lex_state = 6}, + [6399] = {.lex_state = 63, .external_lex_state = 6}, + [6400] = {.lex_state = 63, .external_lex_state = 6}, + [6401] = {.lex_state = 63, .external_lex_state = 6}, + [6402] = {.lex_state = 63, .external_lex_state = 6}, + [6403] = {.lex_state = 63, .external_lex_state = 6}, + [6404] = {.lex_state = 65, .external_lex_state = 6}, + [6405] = {.lex_state = 65, .external_lex_state = 6}, + [6406] = {.lex_state = 63, .external_lex_state = 6}, + [6407] = {.lex_state = 50, .external_lex_state = 6}, + [6408] = {.lex_state = 63, .external_lex_state = 6}, + [6409] = {.lex_state = 63, .external_lex_state = 6}, + [6410] = {.lex_state = 63, .external_lex_state = 6}, + [6411] = {.lex_state = 62, .external_lex_state = 6}, + [6412] = {.lex_state = 102, .external_lex_state = 6}, + [6413] = {.lex_state = 62, .external_lex_state = 6}, + [6414] = {.lex_state = 63, .external_lex_state = 6}, + [6415] = {.lex_state = 63, .external_lex_state = 6}, + [6416] = {.lex_state = 50, .external_lex_state = 6}, + [6417] = {.lex_state = 63, .external_lex_state = 6}, + [6418] = {.lex_state = 63, .external_lex_state = 6}, + [6419] = {.lex_state = 63, .external_lex_state = 6}, + [6420] = {.lex_state = 63, .external_lex_state = 6}, + [6421] = {.lex_state = 62, .external_lex_state = 6}, + [6422] = {.lex_state = 63, .external_lex_state = 6}, + [6423] = {.lex_state = 63, .external_lex_state = 6}, + [6424] = {.lex_state = 63, .external_lex_state = 6}, + [6425] = {.lex_state = 65, .external_lex_state = 6}, + [6426] = {.lex_state = 65, .external_lex_state = 6}, + [6427] = {.lex_state = 65, .external_lex_state = 6}, + [6428] = {.lex_state = 65, .external_lex_state = 6}, + [6429] = {.lex_state = 63, .external_lex_state = 6}, + [6430] = {.lex_state = 63, .external_lex_state = 6}, + [6431] = {.lex_state = 63, .external_lex_state = 6}, + [6432] = {.lex_state = 63, .external_lex_state = 6}, + [6433] = {.lex_state = 63, .external_lex_state = 6}, + [6434] = {.lex_state = 63, .external_lex_state = 6}, + [6435] = {.lex_state = 63, .external_lex_state = 6}, + [6436] = {.lex_state = 63, .external_lex_state = 6}, + [6437] = {.lex_state = 63, .external_lex_state = 6}, + [6438] = {.lex_state = 259, .external_lex_state = 6}, + [6439] = {.lex_state = 63, .external_lex_state = 6}, + [6440] = {.lex_state = 63, .external_lex_state = 6}, + [6441] = {.lex_state = 63, .external_lex_state = 6}, + [6442] = {.lex_state = 63, .external_lex_state = 6}, + [6443] = {.lex_state = 63, .external_lex_state = 6}, + [6444] = {.lex_state = 63, .external_lex_state = 6}, + [6445] = {.lex_state = 63, .external_lex_state = 6}, + [6446] = {.lex_state = 63, .external_lex_state = 6}, + [6447] = {.lex_state = 63, .external_lex_state = 6}, + [6448] = {.lex_state = 65, .external_lex_state = 6}, + [6449] = {.lex_state = 65, .external_lex_state = 6}, + [6450] = {.lex_state = 65, .external_lex_state = 6}, + [6451] = {.lex_state = 65, .external_lex_state = 6}, + [6452] = {.lex_state = 63, .external_lex_state = 6}, + [6453] = {.lex_state = 63, .external_lex_state = 6}, + [6454] = {.lex_state = 63, .external_lex_state = 6}, + [6455] = {.lex_state = 63, .external_lex_state = 6}, + [6456] = {.lex_state = 63, .external_lex_state = 6}, + [6457] = {.lex_state = 63, .external_lex_state = 6}, + [6458] = {.lex_state = 63, .external_lex_state = 6}, + [6459] = {.lex_state = 63, .external_lex_state = 6}, + [6460] = {.lex_state = 63, .external_lex_state = 6}, + [6461] = {.lex_state = 63, .external_lex_state = 6}, + [6462] = {.lex_state = 65, .external_lex_state = 6}, + [6463] = {.lex_state = 65, .external_lex_state = 6}, + [6464] = {.lex_state = 65, .external_lex_state = 6}, + [6465] = {.lex_state = 65, .external_lex_state = 6}, + [6466] = {.lex_state = 63, .external_lex_state = 6}, + [6467] = {.lex_state = 63, .external_lex_state = 6}, + [6468] = {.lex_state = 63, .external_lex_state = 6}, + [6469] = {.lex_state = 63, .external_lex_state = 6}, + [6470] = {.lex_state = 63, .external_lex_state = 6}, + [6471] = {.lex_state = 65, .external_lex_state = 6}, + [6472] = {.lex_state = 65, .external_lex_state = 6}, + [6473] = {.lex_state = 63, .external_lex_state = 6}, + [6474] = {.lex_state = 63, .external_lex_state = 6}, + [6475] = {.lex_state = 63, .external_lex_state = 6}, + [6476] = {.lex_state = 63, .external_lex_state = 6}, + [6477] = {.lex_state = 63, .external_lex_state = 6}, + [6478] = {.lex_state = 63, .external_lex_state = 6}, + [6479] = {.lex_state = 63, .external_lex_state = 6}, + [6480] = {.lex_state = 63, .external_lex_state = 6}, + [6481] = {.lex_state = 63, .external_lex_state = 6}, + [6482] = {.lex_state = 63, .external_lex_state = 6}, + [6483] = {.lex_state = 63, .external_lex_state = 6}, + [6484] = {.lex_state = 63, .external_lex_state = 6}, + [6485] = {.lex_state = 63, .external_lex_state = 6}, + [6486] = {.lex_state = 63, .external_lex_state = 6}, + [6487] = {.lex_state = 63, .external_lex_state = 6}, + [6488] = {.lex_state = 65, .external_lex_state = 6}, + [6489] = {.lex_state = 63, .external_lex_state = 6}, + [6490] = {.lex_state = 63, .external_lex_state = 6}, + [6491] = {.lex_state = 65, .external_lex_state = 22}, + [6492] = {.lex_state = 50, .external_lex_state = 6}, + [6493] = {.lex_state = 63, .external_lex_state = 6}, + [6494] = {.lex_state = 259, .external_lex_state = 6}, + [6495] = {.lex_state = 62, .external_lex_state = 6}, + [6496] = {.lex_state = 65, .external_lex_state = 6}, + [6497] = {.lex_state = 259, .external_lex_state = 6}, + [6498] = {.lex_state = 65, .external_lex_state = 6}, + [6499] = {.lex_state = 65, .external_lex_state = 6}, + [6500] = {.lex_state = 65, .external_lex_state = 6}, + [6501] = {.lex_state = 63, .external_lex_state = 6}, + [6502] = {.lex_state = 63, .external_lex_state = 6}, + [6503] = {.lex_state = 63, .external_lex_state = 6}, + [6504] = {.lex_state = 63, .external_lex_state = 6}, + [6505] = {.lex_state = 63, .external_lex_state = 6}, + [6506] = {.lex_state = 63, .external_lex_state = 6}, + [6507] = {.lex_state = 63, .external_lex_state = 6}, + [6508] = {.lex_state = 65, .external_lex_state = 6}, + [6509] = {.lex_state = 65, .external_lex_state = 6}, + [6510] = {.lex_state = 63, .external_lex_state = 6}, + [6511] = {.lex_state = 63, .external_lex_state = 6}, + [6512] = {.lex_state = 63, .external_lex_state = 6}, + [6513] = {.lex_state = 63, .external_lex_state = 6}, + [6514] = {.lex_state = 63, .external_lex_state = 6}, + [6515] = {.lex_state = 63, .external_lex_state = 6}, + [6516] = {.lex_state = 63, .external_lex_state = 6}, + [6517] = {.lex_state = 63, .external_lex_state = 6}, + [6518] = {.lex_state = 63, .external_lex_state = 6}, + [6519] = {.lex_state = 63, .external_lex_state = 6}, + [6520] = {.lex_state = 65, .external_lex_state = 6}, + [6521] = {.lex_state = 63, .external_lex_state = 6}, + [6522] = {.lex_state = 65, .external_lex_state = 6}, + [6523] = {.lex_state = 63, .external_lex_state = 6}, + [6524] = {.lex_state = 63, .external_lex_state = 6}, + [6525] = {.lex_state = 63, .external_lex_state = 6}, + [6526] = {.lex_state = 63, .external_lex_state = 6}, + [6527] = {.lex_state = 63, .external_lex_state = 6}, + [6528] = {.lex_state = 63, .external_lex_state = 6}, + [6529] = {.lex_state = 63, .external_lex_state = 6}, + [6530] = {.lex_state = 63, .external_lex_state = 6}, + [6531] = {.lex_state = 63, .external_lex_state = 6}, + [6532] = {.lex_state = 63, .external_lex_state = 6}, + [6533] = {.lex_state = 63, .external_lex_state = 6}, + [6534] = {.lex_state = 65, .external_lex_state = 6}, + [6535] = {.lex_state = 65, .external_lex_state = 6}, + [6536] = {.lex_state = 65, .external_lex_state = 6}, + [6537] = {.lex_state = 65, .external_lex_state = 6}, + [6538] = {.lex_state = 63, .external_lex_state = 6}, + [6539] = {.lex_state = 63, .external_lex_state = 6}, + [6540] = {.lex_state = 63, .external_lex_state = 6}, + [6541] = {.lex_state = 63, .external_lex_state = 6}, + [6542] = {.lex_state = 63, .external_lex_state = 6}, + [6543] = {.lex_state = 63, .external_lex_state = 6}, + [6544] = {.lex_state = 63, .external_lex_state = 6}, + [6545] = {.lex_state = 63, .external_lex_state = 6}, + [6546] = {.lex_state = 63, .external_lex_state = 6}, + [6547] = {.lex_state = 63, .external_lex_state = 6}, + [6548] = {.lex_state = 63, .external_lex_state = 6}, + [6549] = {.lex_state = 63, .external_lex_state = 6}, + [6550] = {.lex_state = 65, .external_lex_state = 6}, + [6551] = {.lex_state = 65, .external_lex_state = 6}, + [6552] = {.lex_state = 63, .external_lex_state = 6}, + [6553] = {.lex_state = 63, .external_lex_state = 6}, + [6554] = {.lex_state = 63, .external_lex_state = 6}, + [6555] = {.lex_state = 63, .external_lex_state = 6}, + [6556] = {.lex_state = 63, .external_lex_state = 6}, + [6557] = {.lex_state = 65, .external_lex_state = 6}, + [6558] = {.lex_state = 65, .external_lex_state = 6}, + [6559] = {.lex_state = 63, .external_lex_state = 6}, + [6560] = {.lex_state = 63, .external_lex_state = 6}, + [6561] = {.lex_state = 63, .external_lex_state = 6}, + [6562] = {.lex_state = 63, .external_lex_state = 6}, + [6563] = {.lex_state = 63, .external_lex_state = 6}, + [6564] = {.lex_state = 63, .external_lex_state = 6}, + [6565] = {.lex_state = 63, .external_lex_state = 6}, + [6566] = {.lex_state = 63, .external_lex_state = 6}, + [6567] = {.lex_state = 63, .external_lex_state = 6}, + [6568] = {.lex_state = 63, .external_lex_state = 6}, + [6569] = {.lex_state = 63, .external_lex_state = 6}, + [6570] = {.lex_state = 63, .external_lex_state = 6}, + [6571] = {.lex_state = 50, .external_lex_state = 6}, + [6572] = {.lex_state = 62, .external_lex_state = 6}, + [6573] = {.lex_state = 63, .external_lex_state = 6}, + [6574] = {.lex_state = 63, .external_lex_state = 6}, + [6575] = {.lex_state = 63, .external_lex_state = 6}, + [6576] = {.lex_state = 63, .external_lex_state = 6}, + [6577] = {.lex_state = 63, .external_lex_state = 6}, + [6578] = {.lex_state = 63, .external_lex_state = 6}, + [6579] = {.lex_state = 63, .external_lex_state = 6}, + [6580] = {.lex_state = 63, .external_lex_state = 6}, + [6581] = {.lex_state = 63, .external_lex_state = 6}, + [6582] = {.lex_state = 62, .external_lex_state = 6}, + [6583] = {.lex_state = 63, .external_lex_state = 6}, + [6584] = {.lex_state = 63, .external_lex_state = 6}, + [6585] = {.lex_state = 63, .external_lex_state = 6}, + [6586] = {.lex_state = 63, .external_lex_state = 6}, + [6587] = {.lex_state = 63, .external_lex_state = 6}, + [6588] = {.lex_state = 65, .external_lex_state = 6}, + [6589] = {.lex_state = 65, .external_lex_state = 6}, + [6590] = {.lex_state = 63, .external_lex_state = 6}, + [6591] = {.lex_state = 63, .external_lex_state = 6}, + [6592] = {.lex_state = 63, .external_lex_state = 6}, + [6593] = {.lex_state = 63, .external_lex_state = 6}, + [6594] = {.lex_state = 63, .external_lex_state = 6}, + [6595] = {.lex_state = 63, .external_lex_state = 6}, + [6596] = {.lex_state = 65, .external_lex_state = 21}, + [6597] = {.lex_state = 63, .external_lex_state = 6}, + [6598] = {.lex_state = 65, .external_lex_state = 6}, + [6599] = {.lex_state = 63, .external_lex_state = 6}, + [6600] = {.lex_state = 63, .external_lex_state = 6}, + [6601] = {.lex_state = 63, .external_lex_state = 6}, + [6602] = {.lex_state = 65, .external_lex_state = 6}, + [6603] = {.lex_state = 63, .external_lex_state = 6}, + [6604] = {.lex_state = 63, .external_lex_state = 6}, + [6605] = {.lex_state = 63, .external_lex_state = 6}, + [6606] = {.lex_state = 63, .external_lex_state = 6}, + [6607] = {.lex_state = 63, .external_lex_state = 6}, + [6608] = {.lex_state = 63, .external_lex_state = 6}, + [6609] = {.lex_state = 63, .external_lex_state = 6}, + [6610] = {.lex_state = 63, .external_lex_state = 6}, + [6611] = {.lex_state = 63, .external_lex_state = 6}, + [6612] = {.lex_state = 63, .external_lex_state = 6}, + [6613] = {.lex_state = 65, .external_lex_state = 6}, + [6614] = {.lex_state = 65, .external_lex_state = 6}, + [6615] = {.lex_state = 65, .external_lex_state = 6}, + [6616] = {.lex_state = 63, .external_lex_state = 6}, + [6617] = {.lex_state = 63, .external_lex_state = 6}, + [6618] = {.lex_state = 63, .external_lex_state = 6}, + [6619] = {.lex_state = 65, .external_lex_state = 6}, + [6620] = {.lex_state = 65, .external_lex_state = 6}, + [6621] = {.lex_state = 63, .external_lex_state = 6}, + [6622] = {.lex_state = 63, .external_lex_state = 6}, + [6623] = {.lex_state = 63, .external_lex_state = 6}, + [6624] = {.lex_state = 63, .external_lex_state = 6}, + [6625] = {.lex_state = 63, .external_lex_state = 6}, + [6626] = {.lex_state = 63, .external_lex_state = 6}, + [6627] = {.lex_state = 65, .external_lex_state = 6}, + [6628] = {.lex_state = 65, .external_lex_state = 6}, + [6629] = {.lex_state = 63, .external_lex_state = 6}, + [6630] = {.lex_state = 63, .external_lex_state = 6}, + [6631] = {.lex_state = 63, .external_lex_state = 6}, + [6632] = {.lex_state = 63, .external_lex_state = 6}, + [6633] = {.lex_state = 63, .external_lex_state = 6}, + [6634] = {.lex_state = 63, .external_lex_state = 6}, + [6635] = {.lex_state = 63, .external_lex_state = 6}, + [6636] = {.lex_state = 63, .external_lex_state = 18}, + [6637] = {.lex_state = 63, .external_lex_state = 6}, + [6638] = {.lex_state = 63, .external_lex_state = 6}, + [6639] = {.lex_state = 63, .external_lex_state = 6}, + [6640] = {.lex_state = 63, .external_lex_state = 6}, + [6641] = {.lex_state = 63, .external_lex_state = 6}, + [6642] = {.lex_state = 63, .external_lex_state = 6}, + [6643] = {.lex_state = 63, .external_lex_state = 6}, + [6644] = {.lex_state = 63, .external_lex_state = 6}, + [6645] = {.lex_state = 65, .external_lex_state = 6}, + [6646] = {.lex_state = 65, .external_lex_state = 6}, + [6647] = {.lex_state = 65, .external_lex_state = 6}, + [6648] = {.lex_state = 63, .external_lex_state = 6}, + [6649] = {.lex_state = 65, .external_lex_state = 6}, + [6650] = {.lex_state = 63, .external_lex_state = 6}, + [6651] = {.lex_state = 63, .external_lex_state = 20}, + [6652] = {.lex_state = 63, .external_lex_state = 6}, + [6653] = {.lex_state = 63, .external_lex_state = 6}, + [6654] = {.lex_state = 63, .external_lex_state = 6}, + [6655] = {.lex_state = 63, .external_lex_state = 6}, + [6656] = {.lex_state = 63, .external_lex_state = 6}, + [6657] = {.lex_state = 63, .external_lex_state = 6}, + [6658] = {.lex_state = 65, .external_lex_state = 6}, + [6659] = {.lex_state = 63, .external_lex_state = 6}, + [6660] = {.lex_state = 63, .external_lex_state = 6}, + [6661] = {.lex_state = 63, .external_lex_state = 6}, + [6662] = {.lex_state = 63, .external_lex_state = 6}, + [6663] = {.lex_state = 63, .external_lex_state = 6}, + [6664] = {.lex_state = 63, .external_lex_state = 6}, + [6665] = {.lex_state = 63, .external_lex_state = 6}, + [6666] = {.lex_state = 63, .external_lex_state = 6}, + [6667] = {.lex_state = 63, .external_lex_state = 6}, + [6668] = {.lex_state = 65, .external_lex_state = 6}, + [6669] = {.lex_state = 65, .external_lex_state = 6}, + [6670] = {.lex_state = 63, .external_lex_state = 6}, + [6671] = {.lex_state = 63, .external_lex_state = 6}, + [6672] = {.lex_state = 63, .external_lex_state = 6}, + [6673] = {.lex_state = 63, .external_lex_state = 6}, + [6674] = {.lex_state = 63, .external_lex_state = 6}, + [6675] = {.lex_state = 65, .external_lex_state = 6}, + [6676] = {.lex_state = 65, .external_lex_state = 6}, + [6677] = {.lex_state = 63, .external_lex_state = 6}, + [6678] = {.lex_state = 63, .external_lex_state = 6}, + [6679] = {.lex_state = 63, .external_lex_state = 6}, + [6680] = {.lex_state = 63, .external_lex_state = 6}, + [6681] = {.lex_state = 63, .external_lex_state = 6}, + [6682] = {.lex_state = 63, .external_lex_state = 6}, + [6683] = {.lex_state = 63, .external_lex_state = 6}, + [6684] = {.lex_state = 65, .external_lex_state = 6}, + [6685] = {.lex_state = 65, .external_lex_state = 6}, + [6686] = {.lex_state = 63, .external_lex_state = 6}, + [6687] = {.lex_state = 63, .external_lex_state = 6}, + [6688] = {.lex_state = 63, .external_lex_state = 6}, + [6689] = {.lex_state = 63, .external_lex_state = 6}, + [6690] = {.lex_state = 63, .external_lex_state = 6}, + [6691] = {.lex_state = 63, .external_lex_state = 6}, + [6692] = {.lex_state = 63, .external_lex_state = 6}, + [6693] = {.lex_state = 63, .external_lex_state = 6}, + [6694] = {.lex_state = 63, .external_lex_state = 6}, + [6695] = {.lex_state = 63, .external_lex_state = 6}, + [6696] = {.lex_state = 63, .external_lex_state = 6}, + [6697] = {.lex_state = 63, .external_lex_state = 6}, + [6698] = {.lex_state = 63, .external_lex_state = 6}, + [6699] = {.lex_state = 63, .external_lex_state = 6}, + [6700] = {.lex_state = 63, .external_lex_state = 6}, + [6701] = {.lex_state = 63, .external_lex_state = 6}, + [6702] = {.lex_state = 63, .external_lex_state = 6}, + [6703] = {.lex_state = 63, .external_lex_state = 6}, + [6704] = {.lex_state = 63, .external_lex_state = 6}, + [6705] = {.lex_state = 63, .external_lex_state = 6}, + [6706] = {.lex_state = 65, .external_lex_state = 6}, + [6707] = {.lex_state = 65, .external_lex_state = 6}, + [6708] = {.lex_state = 65, .external_lex_state = 6}, + [6709] = {.lex_state = 65, .external_lex_state = 6}, + [6710] = {.lex_state = 63, .external_lex_state = 6}, + [6711] = {.lex_state = 63, .external_lex_state = 6}, + [6712] = {.lex_state = 65, .external_lex_state = 6}, + [6713] = {.lex_state = 65, .external_lex_state = 6}, + [6714] = {.lex_state = 65, .external_lex_state = 6}, + [6715] = {.lex_state = 63, .external_lex_state = 6}, + [6716] = {.lex_state = 63, .external_lex_state = 6}, + [6717] = {.lex_state = 63, .external_lex_state = 6}, + [6718] = {.lex_state = 63, .external_lex_state = 6}, + [6719] = {.lex_state = 63, .external_lex_state = 6}, + [6720] = {.lex_state = 63, .external_lex_state = 6}, + [6721] = {.lex_state = 63, .external_lex_state = 19}, + [6722] = {.lex_state = 63, .external_lex_state = 6}, + [6723] = {.lex_state = 63, .external_lex_state = 6}, + [6724] = {.lex_state = 63, .external_lex_state = 6}, + [6725] = {.lex_state = 63, .external_lex_state = 6}, + [6726] = {.lex_state = 63, .external_lex_state = 6}, + [6727] = {.lex_state = 65, .external_lex_state = 6}, + [6728] = {.lex_state = 63, .external_lex_state = 6}, + [6729] = {.lex_state = 63, .external_lex_state = 6}, + [6730] = {.lex_state = 63, .external_lex_state = 6}, + [6731] = {.lex_state = 65, .external_lex_state = 6}, + [6732] = {.lex_state = 65, .external_lex_state = 6}, + [6733] = {.lex_state = 63, .external_lex_state = 6}, + [6734] = {.lex_state = 63, .external_lex_state = 6}, + [6735] = {.lex_state = 63, .external_lex_state = 6}, + [6736] = {.lex_state = 63, .external_lex_state = 6}, + [6737] = {.lex_state = 63, .external_lex_state = 6}, + [6738] = {.lex_state = 63, .external_lex_state = 6}, + [6739] = {.lex_state = 63, .external_lex_state = 6}, + [6740] = {.lex_state = 63, .external_lex_state = 6}, + [6741] = {.lex_state = 63, .external_lex_state = 6}, + [6742] = {.lex_state = 63, .external_lex_state = 6}, + [6743] = {.lex_state = 63, .external_lex_state = 6}, + [6744] = {.lex_state = 63, .external_lex_state = 6}, + [6745] = {.lex_state = 63, .external_lex_state = 6}, + [6746] = {.lex_state = 102, .external_lex_state = 6}, + [6747] = {.lex_state = 102, .external_lex_state = 6}, + [6748] = {.lex_state = 102, .external_lex_state = 6}, + [6749] = {.lex_state = 102, .external_lex_state = 6}, + [6750] = {.lex_state = 102, .external_lex_state = 6}, + [6751] = {.lex_state = 102, .external_lex_state = 6}, + [6752] = {.lex_state = 102, .external_lex_state = 6}, + [6753] = {.lex_state = 102, .external_lex_state = 6}, + [6754] = {.lex_state = 102, .external_lex_state = 6}, + [6755] = {.lex_state = 259, .external_lex_state = 6}, + [6756] = {.lex_state = 102, .external_lex_state = 6}, + [6757] = {.lex_state = 102, .external_lex_state = 6}, + [6758] = {.lex_state = 102, .external_lex_state = 6}, + [6759] = {.lex_state = 102, .external_lex_state = 6}, + [6760] = {.lex_state = 102, .external_lex_state = 6}, + [6761] = {.lex_state = 102, .external_lex_state = 6}, + [6762] = {.lex_state = 102, .external_lex_state = 6}, + [6763] = {.lex_state = 102, .external_lex_state = 6}, + [6764] = {.lex_state = 102, .external_lex_state = 6}, + [6765] = {.lex_state = 102, .external_lex_state = 6}, + [6766] = {.lex_state = 53, .external_lex_state = 6}, + [6767] = {.lex_state = 53, .external_lex_state = 6}, + [6768] = {.lex_state = 53, .external_lex_state = 6}, + [6769] = {.lex_state = 53, .external_lex_state = 6}, + [6770] = {.lex_state = 53, .external_lex_state = 6}, + [6771] = {.lex_state = 259, .external_lex_state = 6}, + [6772] = {.lex_state = 259, .external_lex_state = 6}, + [6773] = {.lex_state = 53, .external_lex_state = 6}, + [6774] = {.lex_state = 102, .external_lex_state = 6}, + [6775] = {.lex_state = 102, .external_lex_state = 6}, + [6776] = {.lex_state = 259, .external_lex_state = 6}, + [6777] = {.lex_state = 53, .external_lex_state = 6}, + [6778] = {.lex_state = 102, .external_lex_state = 6}, + [6779] = {.lex_state = 102, .external_lex_state = 6}, + [6780] = {.lex_state = 53, .external_lex_state = 6}, + [6781] = {.lex_state = 102, .external_lex_state = 6}, + [6782] = {.lex_state = 102, .external_lex_state = 6}, + [6783] = {.lex_state = 102, .external_lex_state = 6}, + [6784] = {.lex_state = 53, .external_lex_state = 6}, + [6785] = {.lex_state = 102, .external_lex_state = 6}, + [6786] = {.lex_state = 102, .external_lex_state = 6}, + [6787] = {.lex_state = 102, .external_lex_state = 6}, + [6788] = {.lex_state = 102, .external_lex_state = 6}, + [6789] = {.lex_state = 102, .external_lex_state = 6}, + [6790] = {.lex_state = 102, .external_lex_state = 6}, + [6791] = {.lex_state = 53, .external_lex_state = 6}, + [6792] = {.lex_state = 63, .external_lex_state = 6}, + [6793] = {.lex_state = 63, .external_lex_state = 6}, + [6794] = {.lex_state = 53, .external_lex_state = 6}, + [6795] = {.lex_state = 63, .external_lex_state = 6}, + [6796] = {.lex_state = 259, .external_lex_state = 6}, + [6797] = {.lex_state = 102, .external_lex_state = 6}, + [6798] = {.lex_state = 63, .external_lex_state = 6}, + [6799] = {.lex_state = 102, .external_lex_state = 6}, + [6800] = {.lex_state = 259, .external_lex_state = 6}, + [6801] = {.lex_state = 102, .external_lex_state = 6}, + [6802] = {.lex_state = 53, .external_lex_state = 6}, + [6803] = {.lex_state = 102, .external_lex_state = 6}, + [6804] = {.lex_state = 102, .external_lex_state = 6}, + [6805] = {.lex_state = 53, .external_lex_state = 6}, + [6806] = {.lex_state = 259, .external_lex_state = 6}, + [6807] = {.lex_state = 259, .external_lex_state = 6}, + [6808] = {.lex_state = 102, .external_lex_state = 6}, + [6809] = {.lex_state = 102, .external_lex_state = 6}, + [6810] = {.lex_state = 53, .external_lex_state = 6}, + [6811] = {.lex_state = 53, .external_lex_state = 6}, + [6812] = {.lex_state = 102, .external_lex_state = 6}, + [6813] = {.lex_state = 259, .external_lex_state = 6}, + [6814] = {.lex_state = 102, .external_lex_state = 6}, + [6815] = {.lex_state = 53, .external_lex_state = 6}, + [6816] = {.lex_state = 102, .external_lex_state = 6}, + [6817] = {.lex_state = 102, .external_lex_state = 6}, + [6818] = {.lex_state = 63, .external_lex_state = 6}, + [6819] = {.lex_state = 102, .external_lex_state = 6}, + [6820] = {.lex_state = 53, .external_lex_state = 6}, + [6821] = {.lex_state = 102, .external_lex_state = 6}, + [6822] = {.lex_state = 63, .external_lex_state = 6}, + [6823] = {.lex_state = 63, .external_lex_state = 6}, + [6824] = {.lex_state = 102, .external_lex_state = 6}, + [6825] = {.lex_state = 65, .external_lex_state = 6}, + [6826] = {.lex_state = 65, .external_lex_state = 6}, + [6827] = {.lex_state = 102, .external_lex_state = 6}, + [6828] = {.lex_state = 102, .external_lex_state = 6}, + [6829] = {.lex_state = 259, .external_lex_state = 6}, + [6830] = {.lex_state = 259, .external_lex_state = 6}, + [6831] = {.lex_state = 259, .external_lex_state = 6}, + [6832] = {.lex_state = 102, .external_lex_state = 6}, + [6833] = {.lex_state = 102, .external_lex_state = 6}, + [6834] = {.lex_state = 102, .external_lex_state = 6}, + [6835] = {.lex_state = 53, .external_lex_state = 6}, + [6836] = {.lex_state = 102, .external_lex_state = 6}, + [6837] = {.lex_state = 102, .external_lex_state = 6}, + [6838] = {.lex_state = 102, .external_lex_state = 6}, + [6839] = {.lex_state = 102, .external_lex_state = 6}, + [6840] = {.lex_state = 102, .external_lex_state = 6}, + [6841] = {.lex_state = 102, .external_lex_state = 6}, + [6842] = {.lex_state = 63, .external_lex_state = 6}, + [6843] = {.lex_state = 102, .external_lex_state = 6}, + [6844] = {.lex_state = 259, .external_lex_state = 6}, + [6845] = {.lex_state = 50, .external_lex_state = 6}, + [6846] = {.lex_state = 259, .external_lex_state = 6}, + [6847] = {.lex_state = 259, .external_lex_state = 6}, + [6848] = {.lex_state = 259, .external_lex_state = 6}, + [6849] = {.lex_state = 50, .external_lex_state = 6}, + [6850] = {.lex_state = 259, .external_lex_state = 6}, + [6851] = {.lex_state = 259, .external_lex_state = 6}, + [6852] = {.lex_state = 50, .external_lex_state = 6}, + [6853] = {.lex_state = 259, .external_lex_state = 6}, + [6854] = {.lex_state = 259, .external_lex_state = 6}, + [6855] = {.lex_state = 259, .external_lex_state = 6}, + [6856] = {.lex_state = 259, .external_lex_state = 6}, + [6857] = {.lex_state = 259, .external_lex_state = 6}, + [6858] = {.lex_state = 259, .external_lex_state = 6}, + [6859] = {.lex_state = 100, .external_lex_state = 6}, + [6860] = {.lex_state = 259, .external_lex_state = 6}, + [6861] = {.lex_state = 259, .external_lex_state = 6}, + [6862] = {.lex_state = 259, .external_lex_state = 6}, + [6863] = {.lex_state = 259, .external_lex_state = 6}, + [6864] = {.lex_state = 259, .external_lex_state = 6}, + [6865] = {.lex_state = 259, .external_lex_state = 6}, + [6866] = {.lex_state = 259, .external_lex_state = 6}, + [6867] = {.lex_state = 50, .external_lex_state = 6}, + [6868] = {.lex_state = 259, .external_lex_state = 6}, + [6869] = {.lex_state = 259, .external_lex_state = 6}, + [6870] = {.lex_state = 259, .external_lex_state = 6}, + [6871] = {.lex_state = 259, .external_lex_state = 6}, + [6872] = {.lex_state = 259, .external_lex_state = 6}, + [6873] = {.lex_state = 259, .external_lex_state = 6}, + [6874] = {.lex_state = 50, .external_lex_state = 6}, + [6875] = {.lex_state = 259, .external_lex_state = 6}, + [6876] = {.lex_state = 259, .external_lex_state = 6}, + [6877] = {.lex_state = 259, .external_lex_state = 6}, + [6878] = {.lex_state = 100, .external_lex_state = 6}, + [6879] = {.lex_state = 50, .external_lex_state = 6}, + [6880] = {.lex_state = 259, .external_lex_state = 6}, + [6881] = {.lex_state = 259, .external_lex_state = 6}, + [6882] = {.lex_state = 259, .external_lex_state = 6}, + [6883] = {.lex_state = 259, .external_lex_state = 6}, + [6884] = {.lex_state = 100, .external_lex_state = 6}, + [6885] = {.lex_state = 259, .external_lex_state = 6}, + [6886] = {.lex_state = 259, .external_lex_state = 6}, + [6887] = {.lex_state = 259, .external_lex_state = 6}, + [6888] = {.lex_state = 259, .external_lex_state = 6}, + [6889] = {.lex_state = 259, .external_lex_state = 6}, + [6890] = {.lex_state = 100, .external_lex_state = 6}, + [6891] = {.lex_state = 259, .external_lex_state = 6}, + [6892] = {.lex_state = 100, .external_lex_state = 6}, + [6893] = {.lex_state = 259, .external_lex_state = 6}, + [6894] = {.lex_state = 259, .external_lex_state = 6}, + [6895] = {.lex_state = 259, .external_lex_state = 6}, + [6896] = {.lex_state = 259, .external_lex_state = 6}, + [6897] = {.lex_state = 259, .external_lex_state = 6}, + [6898] = {.lex_state = 259, .external_lex_state = 6}, + [6899] = {.lex_state = 100, .external_lex_state = 6}, + [6900] = {.lex_state = 259, .external_lex_state = 6}, + [6901] = {.lex_state = 259, .external_lex_state = 6}, + [6902] = {.lex_state = 259, .external_lex_state = 6}, + [6903] = {.lex_state = 50, .external_lex_state = 6}, + [6904] = {.lex_state = 259, .external_lex_state = 6}, + [6905] = {.lex_state = 259, .external_lex_state = 6}, + [6906] = {.lex_state = 259, .external_lex_state = 6}, + [6907] = {.lex_state = 259, .external_lex_state = 6}, + [6908] = {.lex_state = 100, .external_lex_state = 6}, + [6909] = {.lex_state = 259, .external_lex_state = 6}, + [6910] = {.lex_state = 259, .external_lex_state = 6}, + [6911] = {.lex_state = 50, .external_lex_state = 6}, + [6912] = {.lex_state = 259, .external_lex_state = 6}, + [6913] = {.lex_state = 259, .external_lex_state = 6}, + [6914] = {.lex_state = 100, .external_lex_state = 6}, + [6915] = {.lex_state = 259, .external_lex_state = 6}, + [6916] = {.lex_state = 259, .external_lex_state = 6}, + [6917] = {.lex_state = 259, .external_lex_state = 6}, + [6918] = {.lex_state = 259, .external_lex_state = 6}, + [6919] = {.lex_state = 259, .external_lex_state = 6}, + [6920] = {.lex_state = 259, .external_lex_state = 6}, + [6921] = {.lex_state = 100, .external_lex_state = 6}, + [6922] = {.lex_state = 259, .external_lex_state = 6}, + [6923] = {.lex_state = 259, .external_lex_state = 6}, + [6924] = {.lex_state = 259, .external_lex_state = 6}, + [6925] = {.lex_state = 50, .external_lex_state = 6}, + [6926] = {.lex_state = 259, .external_lex_state = 6}, + [6927] = {.lex_state = 259, .external_lex_state = 6}, + [6928] = {.lex_state = 259, .external_lex_state = 6}, + [6929] = {.lex_state = 259, .external_lex_state = 6}, + [6930] = {.lex_state = 259, .external_lex_state = 6}, + [6931] = {.lex_state = 259, .external_lex_state = 6}, + [6932] = {.lex_state = 259, .external_lex_state = 6}, + [6933] = {.lex_state = 259, .external_lex_state = 6}, + [6934] = {.lex_state = 259, .external_lex_state = 6}, + [6935] = {.lex_state = 259, .external_lex_state = 6}, + [6936] = {.lex_state = 259, .external_lex_state = 6}, + [6937] = {.lex_state = 259, .external_lex_state = 6}, + [6938] = {.lex_state = 259, .external_lex_state = 6}, + [6939] = {.lex_state = 259, .external_lex_state = 6}, + [6940] = {.lex_state = 259, .external_lex_state = 6}, + [6941] = {.lex_state = 259, .external_lex_state = 6}, + [6942] = {.lex_state = 259, .external_lex_state = 6}, + [6943] = {.lex_state = 259, .external_lex_state = 6}, + [6944] = {.lex_state = 259, .external_lex_state = 6}, + [6945] = {.lex_state = 259, .external_lex_state = 6}, + [6946] = {.lex_state = 100, .external_lex_state = 6}, + [6947] = {.lex_state = 50, .external_lex_state = 6}, + [6948] = {.lex_state = 259, .external_lex_state = 6}, + [6949] = {.lex_state = 259, .external_lex_state = 6}, + [6950] = {.lex_state = 259, .external_lex_state = 6}, + [6951] = {.lex_state = 259, .external_lex_state = 6}, + [6952] = {.lex_state = 259, .external_lex_state = 6}, + [6953] = {.lex_state = 259, .external_lex_state = 6}, + [6954] = {.lex_state = 259, .external_lex_state = 6}, + [6955] = {.lex_state = 259, .external_lex_state = 6}, + [6956] = {.lex_state = 259, .external_lex_state = 6}, + [6957] = {.lex_state = 259, .external_lex_state = 6}, + [6958] = {.lex_state = 259, .external_lex_state = 6}, + [6959] = {.lex_state = 259, .external_lex_state = 6}, + [6960] = {.lex_state = 259, .external_lex_state = 6}, + [6961] = {.lex_state = 50, .external_lex_state = 6}, + [6962] = {.lex_state = 100, .external_lex_state = 6}, + [6963] = {.lex_state = 259, .external_lex_state = 6}, + [6964] = {.lex_state = 259, .external_lex_state = 6}, + [6965] = {.lex_state = 259, .external_lex_state = 6}, + [6966] = {.lex_state = 50, .external_lex_state = 6}, + [6967] = {.lex_state = 259, .external_lex_state = 6}, + [6968] = {.lex_state = 259, .external_lex_state = 6}, + [6969] = {.lex_state = 259, .external_lex_state = 6}, + [6970] = {.lex_state = 259, .external_lex_state = 6}, + [6971] = {.lex_state = 259, .external_lex_state = 6}, + [6972] = {.lex_state = 259, .external_lex_state = 6}, + [6973] = {.lex_state = 259, .external_lex_state = 6}, + [6974] = {.lex_state = 100, .external_lex_state = 6}, + [6975] = {.lex_state = 259, .external_lex_state = 6}, }; enum { @@ -21481,7 +22791,7 @@ static const bool ts_external_scanner_states[27][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__newline_before_comment] = true, }, [8] = { - [ts_external_token__quoted_content_i_slash] = true, + [ts_external_token__quoted_content_i_parenthesis] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, @@ -21506,72 +22816,72 @@ static const bool ts_external_scanner_states[27][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__newline_before_comment] = true, }, [13] = { - [ts_external_token__quoted_content_i_bar] = true, + [ts_external_token__quoted_content_i_slash] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, [14] = { - [ts_external_token__quoted_content_i_angle] = true, + [ts_external_token__quoted_content_i_bar] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, [15] = { - [ts_external_token__quoted_content_i_square] = true, + [ts_external_token__quoted_content_i_angle] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, [16] = { - [ts_external_token__quoted_content_i_parenthesis] = true, + [ts_external_token__quoted_content_i_square] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, [17] = { - [ts_external_token__quoted_content_parenthesis] = true, + [ts_external_token__quoted_content_slash] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, [18] = { - [ts_external_token__quoted_content_angle] = true, + [ts_external_token__quoted_content_parenthesis] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, [19] = { - [ts_external_token__quoted_content_bar] = true, - [ts_external_token__newline_before_binary_operator] = true, - [ts_external_token__newline_before_comment] = true, - }, - [20] = { - [ts_external_token__quoted_content_square] = true, - [ts_external_token__newline_before_binary_operator] = true, - [ts_external_token__newline_before_comment] = true, - }, - [21] = { - [ts_external_token__quoted_content_curly] = true, - [ts_external_token__newline_before_binary_operator] = true, - [ts_external_token__newline_before_comment] = true, - }, - [22] = { [ts_external_token__quoted_content_double] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, - [23] = { + [20] = { [ts_external_token__quoted_content_single] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, - [24] = { + [21] = { [ts_external_token__quoted_content_heredoc_single] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, - [25] = { + [22] = { [ts_external_token__quoted_content_heredoc_double] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, + [23] = { + [ts_external_token__quoted_content_curly] = true, + [ts_external_token__newline_before_binary_operator] = true, + [ts_external_token__newline_before_comment] = true, + }, + [24] = { + [ts_external_token__quoted_content_square] = true, + [ts_external_token__newline_before_binary_operator] = true, + [ts_external_token__newline_before_comment] = true, + }, + [25] = { + [ts_external_token__quoted_content_angle] = true, + [ts_external_token__newline_before_binary_operator] = true, + [ts_external_token__newline_before_comment] = true, + }, [26] = { - [ts_external_token__quoted_content_slash] = true, + [ts_external_token__quoted_content_bar] = true, [ts_external_token__newline_before_binary_operator] = true, [ts_external_token__newline_before_comment] = true, }, @@ -21703,46 +23013,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1), }, [1] = { - [sym_source] = STATE(5659), + [sym_source] = STATE(6945), [sym__terminator] = STATE(367), - [sym__expression] = STATE(2701), - [sym_block] = STATE(2701), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(2701), - [sym_nil] = STATE(2701), - [sym__atom] = STATE(2701), - [sym_quoted_atom] = STATE(2701), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(2701), - [sym_charlist] = STATE(2701), - [sym_sigil] = STATE(2701), - [sym_list] = STATE(2701), - [sym_tuple] = STATE(2701), - [sym_bitstring] = STATE(2701), - [sym_map] = STATE(2701), - [sym__nullary_operator] = STATE(2701), - [sym_unary_operator] = STATE(2701), - [sym_binary_operator] = STATE(2701), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(2701), - [sym_call] = STATE(2701), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(2701), - [sym_anonymous_function] = STATE(2701), - [aux_sym__terminator_repeat1] = STATE(1016), + [sym__expression] = STATE(3490), + [sym_block] = STATE(3490), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(3490), + [sym_nil] = STATE(3490), + [sym__atom] = STATE(3490), + [sym_quoted_atom] = STATE(3490), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(3490), + [sym_charlist] = STATE(3490), + [sym_sigil] = STATE(3490), + [sym_list] = STATE(3490), + [sym_tuple] = STATE(3490), + [sym_bitstring] = STATE(3490), + [sym_map] = STATE(3490), + [sym__nullary_operator] = STATE(3490), + [sym_unary_operator] = STATE(3490), + [sym_binary_operator] = STATE(3490), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(3490), + [sym_call] = STATE(3490), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(3490), + [sym_anonymous_function] = STATE(3490), + [aux_sym__terminator_repeat1] = STATE(1033), [ts_builtin_sym_end] = ACTIONS(7), [aux_sym__terminator_token1] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), @@ -21826,60 +23136,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(57), }, [2] = { - [sym__terminator] = STATE(28), - [sym__expression] = STATE(1060), - [sym_block] = STATE(1060), + [sym__terminator] = STATE(21), + [sym__expression] = STATE(1080), + [sym_block] = STATE(1080), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1060), - [sym_nil] = STATE(1060), - [sym__atom] = STATE(1060), - [sym_quoted_atom] = STATE(1060), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1060), - [sym_charlist] = STATE(1060), - [sym_sigil] = STATE(1060), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1060), - [sym_tuple] = STATE(1060), - [sym_bitstring] = STATE(1060), - [sym_map] = STATE(1060), - [sym__nullary_operator] = STATE(1060), - [sym_unary_operator] = STATE(1060), - [sym_binary_operator] = STATE(1060), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1060), - [sym_call] = STATE(1060), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1080), + [sym_nil] = STATE(1080), + [sym__atom] = STATE(1080), + [sym_quoted_atom] = STATE(1080), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1080), + [sym_charlist] = STATE(1080), + [sym_sigil] = STATE(1080), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1080), + [sym_tuple] = STATE(1080), + [sym_bitstring] = STATE(1080), + [sym_map] = STATE(1080), + [sym__nullary_operator] = STATE(1080), + [sym_unary_operator] = STATE(1080), + [sym_binary_operator] = STATE(1080), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1080), + [sym_call] = STATE(1080), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4319), - [sym_rescue_block] = STATE(4319), - [sym_catch_block] = STATE(4319), - [sym_else_block] = STATE(4319), - [sym_access_call] = STATE(1060), - [sym_stab_clause] = STATE(4221), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1060), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4319), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4745), + [sym_rescue_block] = STATE(4745), + [sym_catch_block] = STATE(4745), + [sym_else_block] = STATE(4745), + [sym_access_call] = STATE(1080), + [sym_stab_clause] = STATE(4657), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1080), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4745), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(61), [anon_sym_LPAREN] = ACTIONS(63), @@ -21968,60 +23278,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [3] = { - [sym__terminator] = STATE(30), - [sym__expression] = STATE(1064), - [sym_block] = STATE(1064), + [sym__terminator] = STATE(23), + [sym__expression] = STATE(1068), + [sym_block] = STATE(1068), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1064), - [sym_nil] = STATE(1064), - [sym__atom] = STATE(1064), - [sym_quoted_atom] = STATE(1064), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1064), - [sym_charlist] = STATE(1064), - [sym_sigil] = STATE(1064), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1064), - [sym_tuple] = STATE(1064), - [sym_bitstring] = STATE(1064), - [sym_map] = STATE(1064), - [sym__nullary_operator] = STATE(1064), - [sym_unary_operator] = STATE(1064), - [sym_binary_operator] = STATE(1064), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1064), - [sym_call] = STATE(1064), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1068), + [sym_nil] = STATE(1068), + [sym__atom] = STATE(1068), + [sym_quoted_atom] = STATE(1068), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1068), + [sym_charlist] = STATE(1068), + [sym_sigil] = STATE(1068), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1068), + [sym_tuple] = STATE(1068), + [sym_bitstring] = STATE(1068), + [sym_map] = STATE(1068), + [sym__nullary_operator] = STATE(1068), + [sym_unary_operator] = STATE(1068), + [sym_binary_operator] = STATE(1068), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1068), + [sym_call] = STATE(1068), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4323), - [sym_rescue_block] = STATE(4323), - [sym_catch_block] = STATE(4323), - [sym_else_block] = STATE(4323), - [sym_access_call] = STATE(1064), - [sym_stab_clause] = STATE(4231), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1064), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4323), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4709), + [sym_rescue_block] = STATE(4709), + [sym_catch_block] = STATE(4709), + [sym_else_block] = STATE(4709), + [sym_access_call] = STATE(1068), + [sym_stab_clause] = STATE(4632), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1068), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4709), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(119), [anon_sym_LPAREN] = ACTIONS(63), @@ -22110,60 +23420,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [4] = { - [sym__terminator] = STATE(23), - [sym__expression] = STATE(1053), - [sym_block] = STATE(1053), + [sym__terminator] = STATE(28), + [sym__expression] = STATE(1075), + [sym_block] = STATE(1075), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1053), - [sym_nil] = STATE(1053), - [sym__atom] = STATE(1053), - [sym_quoted_atom] = STATE(1053), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1053), - [sym_charlist] = STATE(1053), - [sym_sigil] = STATE(1053), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1053), - [sym_tuple] = STATE(1053), - [sym_bitstring] = STATE(1053), - [sym_map] = STATE(1053), - [sym__nullary_operator] = STATE(1053), - [sym_unary_operator] = STATE(1053), - [sym_binary_operator] = STATE(1053), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1053), - [sym_call] = STATE(1053), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1075), + [sym_nil] = STATE(1075), + [sym__atom] = STATE(1075), + [sym_quoted_atom] = STATE(1075), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1075), + [sym_charlist] = STATE(1075), + [sym_sigil] = STATE(1075), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1075), + [sym_tuple] = STATE(1075), + [sym_bitstring] = STATE(1075), + [sym_map] = STATE(1075), + [sym__nullary_operator] = STATE(1075), + [sym_unary_operator] = STATE(1075), + [sym_binary_operator] = STATE(1075), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1075), + [sym_call] = STATE(1075), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4330), - [sym_rescue_block] = STATE(4330), - [sym_catch_block] = STATE(4330), - [sym_else_block] = STATE(4330), - [sym_access_call] = STATE(1053), - [sym_stab_clause] = STATE(4237), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1053), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4330), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4748), + [sym_rescue_block] = STATE(4748), + [sym_catch_block] = STATE(4748), + [sym_else_block] = STATE(4748), + [sym_access_call] = STATE(1075), + [sym_stab_clause] = STATE(4659), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1075), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4748), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(125), [anon_sym_LPAREN] = ACTIONS(63), @@ -22252,60 +23562,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [5] = { - [sym__terminator] = STATE(33), - [sym__expression] = STATE(1049), - [sym_block] = STATE(1049), + [sym__terminator] = STATE(31), + [sym__expression] = STATE(1064), + [sym_block] = STATE(1064), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1049), - [sym_nil] = STATE(1049), - [sym__atom] = STATE(1049), - [sym_quoted_atom] = STATE(1049), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1049), - [sym_charlist] = STATE(1049), - [sym_sigil] = STATE(1049), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1049), - [sym_tuple] = STATE(1049), - [sym_bitstring] = STATE(1049), - [sym_map] = STATE(1049), - [sym__nullary_operator] = STATE(1049), - [sym_unary_operator] = STATE(1049), - [sym_binary_operator] = STATE(1049), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1049), - [sym_call] = STATE(1049), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1064), + [sym_nil] = STATE(1064), + [sym__atom] = STATE(1064), + [sym_quoted_atom] = STATE(1064), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1064), + [sym_charlist] = STATE(1064), + [sym_sigil] = STATE(1064), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1064), + [sym_tuple] = STATE(1064), + [sym_bitstring] = STATE(1064), + [sym_map] = STATE(1064), + [sym__nullary_operator] = STATE(1064), + [sym_unary_operator] = STATE(1064), + [sym_binary_operator] = STATE(1064), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1064), + [sym_call] = STATE(1064), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4281), - [sym_rescue_block] = STATE(4281), - [sym_catch_block] = STATE(4281), - [sym_else_block] = STATE(4281), - [sym_access_call] = STATE(1049), - [sym_stab_clause] = STATE(4202), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1049), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4281), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4743), + [sym_rescue_block] = STATE(4743), + [sym_catch_block] = STATE(4743), + [sym_else_block] = STATE(4743), + [sym_access_call] = STATE(1064), + [sym_stab_clause] = STATE(4654), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1064), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4743), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(131), [anon_sym_LPAREN] = ACTIONS(63), @@ -22394,60 +23704,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [6] = { - [sym__terminator] = STATE(24), - [sym__expression] = STATE(1050), - [sym_block] = STATE(1050), + [sym__terminator] = STATE(30), + [sym__expression] = STATE(1063), + [sym_block] = STATE(1063), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1050), - [sym_nil] = STATE(1050), - [sym__atom] = STATE(1050), - [sym_quoted_atom] = STATE(1050), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1050), - [sym_charlist] = STATE(1050), - [sym_sigil] = STATE(1050), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1050), - [sym_tuple] = STATE(1050), - [sym_bitstring] = STATE(1050), - [sym_map] = STATE(1050), - [sym__nullary_operator] = STATE(1050), - [sym_unary_operator] = STATE(1050), - [sym_binary_operator] = STATE(1050), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1050), - [sym_call] = STATE(1050), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1063), + [sym_nil] = STATE(1063), + [sym__atom] = STATE(1063), + [sym_quoted_atom] = STATE(1063), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1063), + [sym_charlist] = STATE(1063), + [sym_sigil] = STATE(1063), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1063), + [sym_tuple] = STATE(1063), + [sym_bitstring] = STATE(1063), + [sym_map] = STATE(1063), + [sym__nullary_operator] = STATE(1063), + [sym_unary_operator] = STATE(1063), + [sym_binary_operator] = STATE(1063), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1063), + [sym_call] = STATE(1063), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4289), - [sym_rescue_block] = STATE(4289), - [sym_catch_block] = STATE(4289), - [sym_else_block] = STATE(4289), - [sym_access_call] = STATE(1050), - [sym_stab_clause] = STATE(4267), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1050), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4289), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4708), + [sym_rescue_block] = STATE(4708), + [sym_catch_block] = STATE(4708), + [sym_else_block] = STATE(4708), + [sym_access_call] = STATE(1063), + [sym_stab_clause] = STATE(4626), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1063), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4708), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(137), [anon_sym_LPAREN] = ACTIONS(63), @@ -22536,60 +23846,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [7] = { - [sym__terminator] = STATE(32), - [sym__expression] = STATE(1051), - [sym_block] = STATE(1051), + [sym__terminator] = STATE(20), + [sym__expression] = STATE(1067), + [sym_block] = STATE(1067), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1051), - [sym_nil] = STATE(1051), - [sym__atom] = STATE(1051), - [sym_quoted_atom] = STATE(1051), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1051), - [sym_charlist] = STATE(1051), - [sym_sigil] = STATE(1051), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1051), - [sym_tuple] = STATE(1051), - [sym_bitstring] = STATE(1051), - [sym_map] = STATE(1051), - [sym__nullary_operator] = STATE(1051), - [sym_unary_operator] = STATE(1051), - [sym_binary_operator] = STATE(1051), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1051), - [sym_call] = STATE(1051), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1067), + [sym_nil] = STATE(1067), + [sym__atom] = STATE(1067), + [sym_quoted_atom] = STATE(1067), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1067), + [sym_charlist] = STATE(1067), + [sym_sigil] = STATE(1067), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1067), + [sym_tuple] = STATE(1067), + [sym_bitstring] = STATE(1067), + [sym_map] = STATE(1067), + [sym__nullary_operator] = STATE(1067), + [sym_unary_operator] = STATE(1067), + [sym_binary_operator] = STATE(1067), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1067), + [sym_call] = STATE(1067), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4274), - [sym_rescue_block] = STATE(4274), - [sym_catch_block] = STATE(4274), - [sym_else_block] = STATE(4274), - [sym_access_call] = STATE(1051), - [sym_stab_clause] = STATE(4260), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1051), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4274), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4703), + [sym_rescue_block] = STATE(4703), + [sym_catch_block] = STATE(4703), + [sym_else_block] = STATE(4703), + [sym_access_call] = STATE(1067), + [sym_stab_clause] = STATE(4675), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1067), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4703), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(143), [anon_sym_LPAREN] = ACTIONS(63), @@ -22678,60 +23988,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [8] = { - [sym__terminator] = STATE(20), - [sym__expression] = STATE(1061), - [sym_block] = STATE(1061), + [sym__terminator] = STATE(27), + [sym__expression] = STATE(1076), + [sym_block] = STATE(1076), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1061), - [sym_nil] = STATE(1061), - [sym__atom] = STATE(1061), - [sym_quoted_atom] = STATE(1061), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1061), - [sym_charlist] = STATE(1061), - [sym_sigil] = STATE(1061), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1061), - [sym_tuple] = STATE(1061), - [sym_bitstring] = STATE(1061), - [sym_map] = STATE(1061), - [sym__nullary_operator] = STATE(1061), - [sym_unary_operator] = STATE(1061), - [sym_binary_operator] = STATE(1061), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1061), - [sym_call] = STATE(1061), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1076), + [sym_nil] = STATE(1076), + [sym__atom] = STATE(1076), + [sym_quoted_atom] = STATE(1076), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1076), + [sym_charlist] = STATE(1076), + [sym_sigil] = STATE(1076), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1076), + [sym_tuple] = STATE(1076), + [sym_bitstring] = STATE(1076), + [sym_map] = STATE(1076), + [sym__nullary_operator] = STATE(1076), + [sym_unary_operator] = STATE(1076), + [sym_binary_operator] = STATE(1076), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1076), + [sym_call] = STATE(1076), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4270), - [sym_rescue_block] = STATE(4270), - [sym_catch_block] = STATE(4270), - [sym_else_block] = STATE(4270), - [sym_access_call] = STATE(1061), - [sym_stab_clause] = STATE(4259), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1061), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4270), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4698), + [sym_rescue_block] = STATE(4698), + [sym_catch_block] = STATE(4698), + [sym_else_block] = STATE(4698), + [sym_access_call] = STATE(1076), + [sym_stab_clause] = STATE(4629), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1076), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4698), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(149), [anon_sym_LPAREN] = ACTIONS(63), @@ -22820,60 +24130,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [9] = { - [sym__terminator] = STATE(27), - [sym__expression] = STATE(1066), - [sym_block] = STATE(1066), + [sym__terminator] = STATE(29), + [sym__expression] = STATE(1071), + [sym_block] = STATE(1071), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1066), - [sym_nil] = STATE(1066), - [sym__atom] = STATE(1066), - [sym_quoted_atom] = STATE(1066), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1066), - [sym_charlist] = STATE(1066), - [sym_sigil] = STATE(1066), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1066), - [sym_tuple] = STATE(1066), - [sym_bitstring] = STATE(1066), - [sym_map] = STATE(1066), - [sym__nullary_operator] = STATE(1066), - [sym_unary_operator] = STATE(1066), - [sym_binary_operator] = STATE(1066), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1066), - [sym_call] = STATE(1066), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1071), + [sym_nil] = STATE(1071), + [sym__atom] = STATE(1071), + [sym_quoted_atom] = STATE(1071), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1071), + [sym_charlist] = STATE(1071), + [sym_sigil] = STATE(1071), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1071), + [sym_tuple] = STATE(1071), + [sym_bitstring] = STATE(1071), + [sym_map] = STATE(1071), + [sym__nullary_operator] = STATE(1071), + [sym_unary_operator] = STATE(1071), + [sym_binary_operator] = STATE(1071), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1071), + [sym_call] = STATE(1071), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4321), - [sym_rescue_block] = STATE(4321), - [sym_catch_block] = STATE(4321), - [sym_else_block] = STATE(4321), - [sym_access_call] = STATE(1066), - [sym_stab_clause] = STATE(4224), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1066), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4321), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4750), + [sym_rescue_block] = STATE(4750), + [sym_catch_block] = STATE(4750), + [sym_else_block] = STATE(4750), + [sym_access_call] = STATE(1071), + [sym_stab_clause] = STATE(4661), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1071), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4750), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(155), [anon_sym_LPAREN] = ACTIONS(63), @@ -22963,59 +24273,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [10] = { [sym__terminator] = STATE(26), - [sym__expression] = STATE(1068), - [sym_block] = STATE(1068), + [sym__expression] = STATE(1077), + [sym_block] = STATE(1077), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1068), - [sym_nil] = STATE(1068), - [sym__atom] = STATE(1068), - [sym_quoted_atom] = STATE(1068), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1068), - [sym_charlist] = STATE(1068), - [sym_sigil] = STATE(1068), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1068), - [sym_tuple] = STATE(1068), - [sym_bitstring] = STATE(1068), - [sym_map] = STATE(1068), - [sym__nullary_operator] = STATE(1068), - [sym_unary_operator] = STATE(1068), - [sym_binary_operator] = STATE(1068), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1068), - [sym_call] = STATE(1068), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1077), + [sym_nil] = STATE(1077), + [sym__atom] = STATE(1077), + [sym_quoted_atom] = STATE(1077), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1077), + [sym_charlist] = STATE(1077), + [sym_sigil] = STATE(1077), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1077), + [sym_tuple] = STATE(1077), + [sym_bitstring] = STATE(1077), + [sym_map] = STATE(1077), + [sym__nullary_operator] = STATE(1077), + [sym_unary_operator] = STATE(1077), + [sym_binary_operator] = STATE(1077), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1077), + [sym_call] = STATE(1077), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4310), - [sym_rescue_block] = STATE(4310), - [sym_catch_block] = STATE(4310), - [sym_else_block] = STATE(4310), - [sym_access_call] = STATE(1068), - [sym_stab_clause] = STATE(4250), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1068), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4310), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4715), + [sym_rescue_block] = STATE(4715), + [sym_catch_block] = STATE(4715), + [sym_else_block] = STATE(4715), + [sym_access_call] = STATE(1077), + [sym_stab_clause] = STATE(4636), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1077), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4715), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(161), [anon_sym_LPAREN] = ACTIONS(63), @@ -23104,60 +24414,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [11] = { - [sym__terminator] = STATE(25), - [sym__expression] = STATE(1055), - [sym_block] = STATE(1055), + [sym__terminator] = STATE(24), + [sym__expression] = STATE(1083), + [sym_block] = STATE(1083), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1055), - [sym_nil] = STATE(1055), - [sym__atom] = STATE(1055), - [sym_quoted_atom] = STATE(1055), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1055), - [sym_charlist] = STATE(1055), - [sym_sigil] = STATE(1055), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1055), - [sym_tuple] = STATE(1055), - [sym_bitstring] = STATE(1055), - [sym_map] = STATE(1055), - [sym__nullary_operator] = STATE(1055), - [sym_unary_operator] = STATE(1055), - [sym_binary_operator] = STATE(1055), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1055), - [sym_call] = STATE(1055), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1083), + [sym_nil] = STATE(1083), + [sym__atom] = STATE(1083), + [sym_quoted_atom] = STATE(1083), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1083), + [sym_charlist] = STATE(1083), + [sym_sigil] = STATE(1083), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1083), + [sym_tuple] = STATE(1083), + [sym_bitstring] = STATE(1083), + [sym_map] = STATE(1083), + [sym__nullary_operator] = STATE(1083), + [sym_unary_operator] = STATE(1083), + [sym_binary_operator] = STATE(1083), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1083), + [sym_call] = STATE(1083), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4313), - [sym_rescue_block] = STATE(4313), - [sym_catch_block] = STATE(4313), - [sym_else_block] = STATE(4313), - [sym_access_call] = STATE(1055), - [sym_stab_clause] = STATE(4245), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1055), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4313), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4702), + [sym_rescue_block] = STATE(4702), + [sym_catch_block] = STATE(4702), + [sym_else_block] = STATE(4702), + [sym_access_call] = STATE(1083), + [sym_stab_clause] = STATE(4678), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1083), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4702), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(167), [anon_sym_LPAREN] = ACTIONS(63), @@ -23246,60 +24556,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [12] = { - [sym__terminator] = STATE(31), - [sym__expression] = STATE(1058), - [sym_block] = STATE(1058), + [sym__terminator] = STATE(33), + [sym__expression] = STATE(1074), + [sym_block] = STATE(1074), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1058), - [sym_nil] = STATE(1058), - [sym__atom] = STATE(1058), - [sym_quoted_atom] = STATE(1058), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1058), - [sym_charlist] = STATE(1058), - [sym_sigil] = STATE(1058), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1058), - [sym_tuple] = STATE(1058), - [sym_bitstring] = STATE(1058), - [sym_map] = STATE(1058), - [sym__nullary_operator] = STATE(1058), - [sym_unary_operator] = STATE(1058), - [sym_binary_operator] = STATE(1058), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1058), - [sym_call] = STATE(1058), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1074), + [sym_nil] = STATE(1074), + [sym__atom] = STATE(1074), + [sym_quoted_atom] = STATE(1074), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1074), + [sym_charlist] = STATE(1074), + [sym_sigil] = STATE(1074), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1074), + [sym_tuple] = STATE(1074), + [sym_bitstring] = STATE(1074), + [sym_map] = STATE(1074), + [sym__nullary_operator] = STATE(1074), + [sym_unary_operator] = STATE(1074), + [sym_binary_operator] = STATE(1074), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1074), + [sym_call] = STATE(1074), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4296), - [sym_rescue_block] = STATE(4296), - [sym_catch_block] = STATE(4296), - [sym_else_block] = STATE(4296), - [sym_access_call] = STATE(1058), - [sym_stab_clause] = STATE(4249), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1058), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4296), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4696), + [sym_rescue_block] = STATE(4696), + [sym_catch_block] = STATE(4696), + [sym_else_block] = STATE(4696), + [sym_access_call] = STATE(1074), + [sym_stab_clause] = STATE(4628), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1074), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4696), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(173), [anon_sym_LPAREN] = ACTIONS(63), @@ -23388,60 +24698,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [13] = { - [sym__terminator] = STATE(29), - [sym__expression] = STATE(1057), - [sym_block] = STATE(1057), + [sym__terminator] = STATE(25), + [sym__expression] = STATE(1072), + [sym_block] = STATE(1072), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1057), - [sym_nil] = STATE(1057), - [sym__atom] = STATE(1057), - [sym_quoted_atom] = STATE(1057), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1057), - [sym_charlist] = STATE(1057), - [sym_sigil] = STATE(1057), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1057), - [sym_tuple] = STATE(1057), - [sym_bitstring] = STATE(1057), - [sym_map] = STATE(1057), - [sym__nullary_operator] = STATE(1057), - [sym_unary_operator] = STATE(1057), - [sym_binary_operator] = STATE(1057), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1057), - [sym_call] = STATE(1057), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1072), + [sym_nil] = STATE(1072), + [sym__atom] = STATE(1072), + [sym_quoted_atom] = STATE(1072), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1072), + [sym_charlist] = STATE(1072), + [sym_sigil] = STATE(1072), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1072), + [sym_tuple] = STATE(1072), + [sym_bitstring] = STATE(1072), + [sym_map] = STATE(1072), + [sym__nullary_operator] = STATE(1072), + [sym_unary_operator] = STATE(1072), + [sym_binary_operator] = STATE(1072), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1072), + [sym_call] = STATE(1072), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4287), - [sym_rescue_block] = STATE(4287), - [sym_catch_block] = STATE(4287), - [sym_else_block] = STATE(4287), - [sym_access_call] = STATE(1057), - [sym_stab_clause] = STATE(4201), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1057), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym_do_block_repeat1] = STATE(4287), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4740), + [sym_rescue_block] = STATE(4740), + [sym_catch_block] = STATE(4740), + [sym_else_block] = STATE(4740), + [sym_access_call] = STATE(1072), + [sym_stab_clause] = STATE(4669), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1072), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym_do_block_repeat1] = STATE(4740), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(179), [anon_sym_LPAREN] = ACTIONS(63), @@ -23530,50 +24840,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [14] = { - [sym__expression] = STATE(1254), - [sym_block] = STATE(1254), + [sym__expression] = STATE(1242), + [sym_block] = STATE(1242), [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1254), - [sym_nil] = STATE(1254), - [sym__atom] = STATE(1254), - [sym_quoted_atom] = STATE(1254), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1254), - [sym_charlist] = STATE(1254), - [sym_sigil] = STATE(1254), - [sym_keywords] = STATE(1286), - [sym_pair] = STATE(1265), - [sym__keyword] = STATE(788), - [sym_quoted_keyword] = STATE(788), - [sym_list] = STATE(1254), - [sym_tuple] = STATE(1254), - [sym_bitstring] = STATE(1254), - [sym_map] = STATE(1254), - [sym__nullary_operator] = STATE(1254), - [sym_unary_operator] = STATE(1254), - [sym_binary_operator] = STATE(1254), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1254), - [sym_call] = STATE(1254), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym__call_arguments_with_parentheses_immediate] = STATE(1078), - [sym__call_arguments_without_parentheses] = STATE(1118), - [sym_do_block] = STATE(1685), - [sym_access_call] = STATE(1254), - [sym_anonymous_function] = STATE(1254), + [sym_boolean] = STATE(1242), + [sym_nil] = STATE(1242), + [sym__atom] = STATE(1242), + [sym_quoted_atom] = STATE(1242), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1242), + [sym_charlist] = STATE(1242), + [sym_sigil] = STATE(1242), + [sym_keywords] = STATE(1210), + [sym_pair] = STATE(1163), + [sym__keyword] = STATE(807), + [sym_quoted_keyword] = STATE(807), + [sym_list] = STATE(1242), + [sym_tuple] = STATE(1242), + [sym_bitstring] = STATE(1242), + [sym_map] = STATE(1242), + [sym__nullary_operator] = STATE(1242), + [sym_unary_operator] = STATE(1242), + [sym_binary_operator] = STATE(1242), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1242), + [sym_call] = STATE(1242), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym__call_arguments_with_parentheses_immediate] = STATE(1088), + [sym__call_arguments_without_parentheses] = STATE(1133), + [sym_do_block] = STATE(1679), + [sym_access_call] = STATE(1242), + [sym_anonymous_function] = STATE(1242), [aux_sym__terminator_token1] = ACTIONS(185), [anon_sym_SEMI] = ACTIONS(187), [anon_sym_LPAREN] = ACTIONS(189), @@ -23670,87 +24980,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(235), }, [15] = { - [sym__expression] = STATE(1505), - [sym_block] = STATE(1505), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1505), - [sym_nil] = STATE(1505), - [sym__atom] = STATE(1505), - [sym_quoted_atom] = STATE(1505), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1505), - [sym_charlist] = STATE(1505), - [sym_sigil] = STATE(1505), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(1498), - [sym__keyword] = STATE(764), - [sym_quoted_keyword] = STATE(764), - [sym_list] = STATE(1505), - [sym_tuple] = STATE(1505), - [sym_bitstring] = STATE(1505), - [sym_map] = STATE(1505), - [sym__nullary_operator] = STATE(1505), - [sym_unary_operator] = STATE(1505), - [sym_binary_operator] = STATE(1505), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1505), - [sym_call] = STATE(1505), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), + [sym__expression] = STATE(1242), + [sym_block] = STATE(1242), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1242), + [sym_nil] = STATE(1242), + [sym__atom] = STATE(1242), + [sym_quoted_atom] = STATE(1242), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1242), + [sym_charlist] = STATE(1242), + [sym_sigil] = STATE(1242), + [sym_keywords] = STATE(1210), + [sym_pair] = STATE(1163), + [sym__keyword] = STATE(807), + [sym_quoted_keyword] = STATE(807), + [sym_list] = STATE(1242), + [sym_tuple] = STATE(1242), + [sym_bitstring] = STATE(1242), + [sym_map] = STATE(1242), + [sym__nullary_operator] = STATE(1242), + [sym_unary_operator] = STATE(1242), + [sym_binary_operator] = STATE(1242), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1242), + [sym_call] = STATE(1242), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1115), - [sym__call_arguments_without_parentheses] = STATE(1225), - [sym_do_block] = STATE(1404), - [sym_access_call] = STATE(1505), - [sym_anonymous_function] = STATE(1505), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym__call_arguments_with_parentheses_immediate] = STATE(1086), + [sym__call_arguments_without_parentheses] = STATE(1112), + [sym_do_block] = STATE(1257), + [sym_access_call] = STATE(1242), + [sym_anonymous_function] = STATE(1242), [aux_sym__terminator_token1] = ACTIONS(185), [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(237), + [anon_sym_LPAREN] = ACTIONS(189), [aux_sym_identifier_token1] = ACTIONS(191), [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(239), - [sym_integer] = ACTIONS(239), - [sym_float] = ACTIONS(239), - [sym_char] = ACTIONS(239), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(239), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), + [sym_alias] = ACTIONS(193), + [sym_integer] = ACTIONS(193), + [sym_float] = ACTIONS(193), + [sym_char] = ACTIONS(193), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(193), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), [anon_sym_LT] = ACTIONS(187), [anon_sym_GT] = ACTIONS(187), [anon_sym_PIPE] = ACTIONS(187), [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_TILDE] = ACTIONS(211), [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(259), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), + [sym_keyword] = ACTIONS(213), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(265), + [anon_sym_AMP] = ACTIONS(219), [anon_sym_PLUS] = ACTIONS(187), [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), [anon_sym_LT_DASH] = ACTIONS(187), [anon_sym_BSLASH_BSLASH] = ACTIONS(187), [anon_sym_when] = ACTIONS(187), @@ -23790,70 +25100,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(187), [anon_sym_STAR_STAR] = ACTIONS(187), [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(187), [anon_sym_DOT] = ACTIONS(187), [anon_sym_after] = ACTIONS(187), [anon_sym_catch] = ACTIONS(187), [anon_sym_do] = ACTIONS(187), [anon_sym_else] = ACTIONS(187), [anon_sym_end] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(227), [anon_sym_rescue] = ACTIONS(187), - [anon_sym_LPAREN2] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(229), [anon_sym_LBRACK2] = ACTIONS(185), [sym_comment] = ACTIONS(5), [sym__newline_before_do] = ACTIONS(185), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), + [sym__before_unary_op] = ACTIONS(233), [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(235), }, [16] = { - [sym__expression] = STATE(1505), - [sym_block] = STATE(1505), + [sym__expression] = STATE(1378), + [sym_block] = STATE(1378), [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1505), - [sym_nil] = STATE(1505), - [sym__atom] = STATE(1505), - [sym_quoted_atom] = STATE(1505), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1505), - [sym_charlist] = STATE(1505), - [sym_sigil] = STATE(1505), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(1498), - [sym__keyword] = STATE(764), - [sym_quoted_keyword] = STATE(764), - [sym_list] = STATE(1505), - [sym_tuple] = STATE(1505), - [sym_bitstring] = STATE(1505), - [sym_map] = STATE(1505), - [sym__nullary_operator] = STATE(1505), - [sym_unary_operator] = STATE(1505), - [sym_binary_operator] = STATE(1505), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1505), - [sym_call] = STATE(1505), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1114), - [sym__call_arguments_without_parentheses] = STATE(1214), - [sym_do_block] = STATE(1817), - [sym_access_call] = STATE(1505), - [sym_anonymous_function] = STATE(1505), + [sym_boolean] = STATE(1378), + [sym_nil] = STATE(1378), + [sym__atom] = STATE(1378), + [sym_quoted_atom] = STATE(1378), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1378), + [sym_charlist] = STATE(1378), + [sym_sigil] = STATE(1378), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(1555), + [sym__keyword] = STATE(889), + [sym_quoted_keyword] = STATE(889), + [sym_list] = STATE(1378), + [sym_tuple] = STATE(1378), + [sym_bitstring] = STATE(1378), + [sym_map] = STATE(1378), + [sym__nullary_operator] = STATE(1378), + [sym_unary_operator] = STATE(1378), + [sym_binary_operator] = STATE(1378), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1378), + [sym_call] = STATE(1378), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1106), + [sym__call_arguments_without_parentheses] = STATE(1283), + [sym_do_block] = STATE(2017), + [sym_access_call] = STATE(1378), + [sym_anonymous_function] = STATE(1378), [aux_sym__terminator_token1] = ACTIONS(185), [anon_sym_SEMI] = ACTIONS(187), [anon_sym_LPAREN] = ACTIONS(237), @@ -23934,66 +25244,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(187), [anon_sym_after] = ACTIONS(187), [anon_sym_catch] = ACTIONS(187), - [anon_sym_do] = ACTIONS(279), + [anon_sym_do] = ACTIONS(271), [anon_sym_else] = ACTIONS(187), [anon_sym_end] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(273), [anon_sym_rescue] = ACTIONS(187), - [anon_sym_LPAREN2] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(275), [anon_sym_LBRACK2] = ACTIONS(185), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(281), + [sym__newline_before_do] = ACTIONS(277), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), + [sym__before_unary_op] = ACTIONS(279), [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(281), }, [17] = { - [sym__expression] = STATE(1254), - [sym_block] = STATE(1254), + [sym__expression] = STATE(1242), + [sym_block] = STATE(1242), [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1254), - [sym_nil] = STATE(1254), - [sym__atom] = STATE(1254), - [sym_quoted_atom] = STATE(1254), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1254), - [sym_charlist] = STATE(1254), - [sym_sigil] = STATE(1254), - [sym_keywords] = STATE(1286), - [sym_pair] = STATE(1265), - [sym__keyword] = STATE(788), - [sym_quoted_keyword] = STATE(788), - [sym_list] = STATE(1254), - [sym_tuple] = STATE(1254), - [sym_bitstring] = STATE(1254), - [sym_map] = STATE(1254), - [sym__nullary_operator] = STATE(1254), - [sym_unary_operator] = STATE(1254), - [sym_binary_operator] = STATE(1254), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1254), - [sym_call] = STATE(1254), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym__call_arguments_with_parentheses_immediate] = STATE(1077), - [sym__call_arguments_without_parentheses] = STATE(1116), - [sym_do_block] = STATE(1272), - [sym_access_call] = STATE(1254), - [sym_anonymous_function] = STATE(1254), + [sym_boolean] = STATE(1242), + [sym_nil] = STATE(1242), + [sym__atom] = STATE(1242), + [sym_quoted_atom] = STATE(1242), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1242), + [sym_charlist] = STATE(1242), + [sym_sigil] = STATE(1242), + [sym_keywords] = STATE(1210), + [sym_pair] = STATE(1163), + [sym__keyword] = STATE(807), + [sym_quoted_keyword] = STATE(807), + [sym_list] = STATE(1242), + [sym_tuple] = STATE(1242), + [sym_bitstring] = STATE(1242), + [sym_map] = STATE(1242), + [sym__nullary_operator] = STATE(1242), + [sym_unary_operator] = STATE(1242), + [sym_binary_operator] = STATE(1242), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1242), + [sym_call] = STATE(1242), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym__call_arguments_with_parentheses_immediate] = STATE(1087), + [sym__call_arguments_without_parentheses] = STATE(1115), + [sym_do_block] = STATE(1252), + [sym_access_call] = STATE(1242), + [sym_anonymous_function] = STATE(1242), [aux_sym__terminator_token1] = ACTIONS(283), [anon_sym_SEMI] = ACTIONS(285), [anon_sym_LPAREN] = ACTIONS(189), @@ -24090,50 +25400,50 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(235), }, [18] = { - [sym__expression] = STATE(1505), - [sym_block] = STATE(1505), + [sym__expression] = STATE(1378), + [sym_block] = STATE(1378), [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1505), - [sym_nil] = STATE(1505), - [sym__atom] = STATE(1505), - [sym_quoted_atom] = STATE(1505), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1505), - [sym_charlist] = STATE(1505), - [sym_sigil] = STATE(1505), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(1498), - [sym__keyword] = STATE(764), - [sym_quoted_keyword] = STATE(764), - [sym_list] = STATE(1505), - [sym_tuple] = STATE(1505), - [sym_bitstring] = STATE(1505), - [sym_map] = STATE(1505), - [sym__nullary_operator] = STATE(1505), - [sym_unary_operator] = STATE(1505), - [sym_binary_operator] = STATE(1505), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1505), - [sym_call] = STATE(1505), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1089), - [sym__call_arguments_without_parentheses] = STATE(1217), - [sym_do_block] = STATE(1411), - [sym_access_call] = STATE(1505), - [sym_anonymous_function] = STATE(1505), + [sym_boolean] = STATE(1378), + [sym_nil] = STATE(1378), + [sym__atom] = STATE(1378), + [sym_quoted_atom] = STATE(1378), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1378), + [sym_charlist] = STATE(1378), + [sym_sigil] = STATE(1378), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(1555), + [sym__keyword] = STATE(889), + [sym_quoted_keyword] = STATE(889), + [sym_list] = STATE(1378), + [sym_tuple] = STATE(1378), + [sym_bitstring] = STATE(1378), + [sym_map] = STATE(1378), + [sym__nullary_operator] = STATE(1378), + [sym_unary_operator] = STATE(1378), + [sym_binary_operator] = STATE(1378), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1378), + [sym_call] = STATE(1378), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1123), + [sym__call_arguments_without_parentheses] = STATE(1140), + [sym_do_block] = STATE(1452), + [sym_access_call] = STATE(1378), + [sym_anonymous_function] = STATE(1378), [aux_sym__terminator_token1] = ACTIONS(283), [anon_sym_SEMI] = ACTIONS(285), [anon_sym_LPAREN] = ACTIONS(237), @@ -24217,100 +25527,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_do] = ACTIONS(285), [anon_sym_else] = ACTIONS(285), [anon_sym_end] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(273), [anon_sym_rescue] = ACTIONS(285), - [anon_sym_LPAREN2] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(275), [anon_sym_LBRACK2] = ACTIONS(283), [sym_comment] = ACTIONS(5), [sym__newline_before_do] = ACTIONS(283), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), + [sym__before_unary_op] = ACTIONS(279), [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(281), }, [19] = { - [sym__expression] = STATE(1254), - [sym_block] = STATE(1254), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1254), - [sym_nil] = STATE(1254), - [sym__atom] = STATE(1254), - [sym_quoted_atom] = STATE(1254), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1254), - [sym_charlist] = STATE(1254), - [sym_sigil] = STATE(1254), - [sym_keywords] = STATE(1286), - [sym_pair] = STATE(1265), - [sym__keyword] = STATE(788), - [sym_quoted_keyword] = STATE(788), - [sym_list] = STATE(1254), - [sym_tuple] = STATE(1254), - [sym_bitstring] = STATE(1254), - [sym_map] = STATE(1254), - [sym__nullary_operator] = STATE(1254), - [sym_unary_operator] = STATE(1254), - [sym_binary_operator] = STATE(1254), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1254), - [sym_call] = STATE(1254), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), + [sym__expression] = STATE(1378), + [sym_block] = STATE(1378), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1378), + [sym_nil] = STATE(1378), + [sym__atom] = STATE(1378), + [sym_quoted_atom] = STATE(1378), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1378), + [sym_charlist] = STATE(1378), + [sym_sigil] = STATE(1378), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(1555), + [sym__keyword] = STATE(889), + [sym_quoted_keyword] = STATE(889), + [sym_list] = STATE(1378), + [sym_tuple] = STATE(1378), + [sym_bitstring] = STATE(1378), + [sym_map] = STATE(1378), + [sym__nullary_operator] = STATE(1378), + [sym_unary_operator] = STATE(1378), + [sym_binary_operator] = STATE(1378), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1378), + [sym_call] = STATE(1378), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym__call_arguments_with_parentheses_immediate] = STATE(1075), - [sym__call_arguments_without_parentheses] = STATE(1093), - [sym_do_block] = STATE(1267), - [sym_access_call] = STATE(1254), - [sym_anonymous_function] = STATE(1254), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1117), + [sym__call_arguments_without_parentheses] = STATE(1253), + [sym_do_block] = STATE(1453), + [sym_access_call] = STATE(1378), + [sym_anonymous_function] = STATE(1378), [aux_sym__terminator_token1] = ACTIONS(185), [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(189), + [anon_sym_LPAREN] = ACTIONS(237), [aux_sym_identifier_token1] = ACTIONS(191), [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(193), - [sym_integer] = ACTIONS(193), - [sym_float] = ACTIONS(193), - [sym_char] = ACTIONS(193), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(193), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), + [sym_alias] = ACTIONS(239), + [sym_integer] = ACTIONS(239), + [sym_float] = ACTIONS(239), + [sym_char] = ACTIONS(239), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(239), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(187), [anon_sym_GT] = ACTIONS(187), [anon_sym_PIPE] = ACTIONS(187), [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_TILDE] = ACTIONS(257), [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(213), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), + [sym_keyword] = ACTIONS(259), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(219), + [anon_sym_AMP] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(187), [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), [anon_sym_LT_DASH] = ACTIONS(187), [anon_sym_BSLASH_BSLASH] = ACTIONS(187), [anon_sym_when] = ACTIONS(187), @@ -24350,78 +25660,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(187), [anon_sym_STAR_STAR] = ACTIONS(187), [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(187), + [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(187), [anon_sym_after] = ACTIONS(187), [anon_sym_catch] = ACTIONS(187), [anon_sym_do] = ACTIONS(187), [anon_sym_else] = ACTIONS(187), [anon_sym_end] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(227), + [anon_sym_fn] = ACTIONS(273), [anon_sym_rescue] = ACTIONS(187), - [anon_sym_LPAREN2] = ACTIONS(229), + [anon_sym_LPAREN2] = ACTIONS(275), [anon_sym_LBRACK2] = ACTIONS(185), [sym_comment] = ACTIONS(5), [sym__newline_before_do] = ACTIONS(185), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), + [sym__before_unary_op] = ACTIONS(279), [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(235), + [sym__quoted_atom_start] = ACTIONS(281), }, [20] = { - [sym__expression] = STATE(1067), - [sym_block] = STATE(1067), + [sym__expression] = STATE(1070), + [sym_block] = STATE(1070), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1067), - [sym_nil] = STATE(1067), - [sym__atom] = STATE(1067), - [sym_quoted_atom] = STATE(1067), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1067), - [sym_charlist] = STATE(1067), - [sym_sigil] = STATE(1067), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1067), - [sym_tuple] = STATE(1067), - [sym_bitstring] = STATE(1067), - [sym_map] = STATE(1067), - [sym__nullary_operator] = STATE(1067), - [sym_unary_operator] = STATE(1067), - [sym_binary_operator] = STATE(1067), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1067), - [sym_call] = STATE(1067), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1070), + [sym_nil] = STATE(1070), + [sym__atom] = STATE(1070), + [sym_quoted_atom] = STATE(1070), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1070), + [sym_charlist] = STATE(1070), + [sym_sigil] = STATE(1070), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1070), + [sym_tuple] = STATE(1070), + [sym_bitstring] = STATE(1070), + [sym_map] = STATE(1070), + [sym__nullary_operator] = STATE(1070), + [sym_unary_operator] = STATE(1070), + [sym_binary_operator] = STATE(1070), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1070), + [sym_call] = STATE(1070), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4305), - [sym_rescue_block] = STATE(4305), - [sym_catch_block] = STATE(4305), - [sym_else_block] = STATE(4305), - [sym_access_call] = STATE(1067), - [sym_stab_clause] = STATE(4248), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1067), - [aux_sym_do_block_repeat1] = STATE(4305), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4742), + [sym_rescue_block] = STATE(4742), + [sym_catch_block] = STATE(4742), + [sym_else_block] = STATE(4742), + [sym_access_call] = STATE(1070), + [sym_stab_clause] = STATE(4665), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1070), + [aux_sym_do_block_repeat1] = STATE(4742), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -24509,189 +25819,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [21] = { - [sym__expression] = STATE(1505), - [sym_block] = STATE(1505), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1505), - [sym_nil] = STATE(1505), - [sym__atom] = STATE(1505), - [sym_quoted_atom] = STATE(1505), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1505), - [sym_charlist] = STATE(1505), - [sym_sigil] = STATE(1505), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(1498), - [sym__keyword] = STATE(764), - [sym_quoted_keyword] = STATE(764), - [sym_list] = STATE(1505), - [sym_tuple] = STATE(1505), - [sym_bitstring] = STATE(1505), - [sym_map] = STATE(1505), - [sym__nullary_operator] = STATE(1505), - [sym_unary_operator] = STATE(1505), - [sym_binary_operator] = STATE(1505), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1505), - [sym_call] = STATE(1505), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1111), - [sym__call_arguments_without_parentheses] = STATE(1202), - [sym_do_block] = STATE(1812), - [sym_access_call] = STATE(1505), - [sym_anonymous_function] = STATE(1505), - [aux_sym__terminator_token1] = ACTIONS(283), - [anon_sym_SEMI] = ACTIONS(285), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(239), - [sym_integer] = ACTIONS(239), - [sym_float] = ACTIONS(239), - [sym_char] = ACTIONS(239), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(239), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(259), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(299), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(302), - [anon_sym_DASH] = ACTIONS(302), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), + [sym__expression] = STATE(1079), + [sym_block] = STATE(1079), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(1079), + [sym_nil] = STATE(1079), + [sym__atom] = STATE(1079), + [sym_quoted_atom] = STATE(1079), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1079), + [sym_charlist] = STATE(1079), + [sym_sigil] = STATE(1079), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1079), + [sym_tuple] = STATE(1079), + [sym_bitstring] = STATE(1079), + [sym_map] = STATE(1079), + [sym__nullary_operator] = STATE(1079), + [sym_unary_operator] = STATE(1079), + [sym_binary_operator] = STATE(1079), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1079), + [sym_call] = STATE(1079), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4735), + [sym_rescue_block] = STATE(4735), + [sym_catch_block] = STATE(4735), + [sym_else_block] = STATE(4735), + [sym_access_call] = STATE(1079), + [sym_stab_clause] = STATE(4650), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1079), + [aux_sym_do_block_repeat1] = STATE(4735), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(63), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(309), + [sym_integer] = ACTIONS(309), + [sym_float] = ACTIONS(309), + [sym_char] = ACTIONS(309), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(309), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_after] = ACTIONS(285), - [anon_sym_catch] = ACTIONS(285), - [anon_sym_do] = ACTIONS(279), - [anon_sym_else] = ACTIONS(285), - [anon_sym_end] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(271), - [anon_sym_rescue] = ACTIONS(285), - [anon_sym_LPAREN2] = ACTIONS(273), - [anon_sym_LBRACK2] = ACTIONS(283), + [anon_sym_DASH_GT] = ACTIONS(101), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(311), + [anon_sym_fn] = ACTIONS(111), + [anon_sym_rescue] = ACTIONS(113), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), }, [22] = { - [sym__expression] = STATE(1254), - [sym_block] = STATE(1254), + [sym__expression] = STATE(1242), + [sym_block] = STATE(1242), [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1254), - [sym_nil] = STATE(1254), - [sym__atom] = STATE(1254), - [sym_quoted_atom] = STATE(1254), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1254), - [sym_charlist] = STATE(1254), - [sym_sigil] = STATE(1254), - [sym_keywords] = STATE(1286), - [sym_pair] = STATE(1265), - [sym__keyword] = STATE(788), - [sym_quoted_keyword] = STATE(788), - [sym_list] = STATE(1254), - [sym_tuple] = STATE(1254), - [sym_bitstring] = STATE(1254), - [sym_map] = STATE(1254), - [sym__nullary_operator] = STATE(1254), - [sym_unary_operator] = STATE(1254), - [sym_binary_operator] = STATE(1254), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1254), - [sym_call] = STATE(1254), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym__call_arguments_with_parentheses_immediate] = STATE(1076), - [sym__call_arguments_without_parentheses] = STATE(1086), - [sym_do_block] = STATE(1686), - [sym_access_call] = STATE(1254), - [sym_anonymous_function] = STATE(1254), + [sym_boolean] = STATE(1242), + [sym_nil] = STATE(1242), + [sym__atom] = STATE(1242), + [sym_quoted_atom] = STATE(1242), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1242), + [sym_charlist] = STATE(1242), + [sym_sigil] = STATE(1242), + [sym_keywords] = STATE(1210), + [sym_pair] = STATE(1163), + [sym__keyword] = STATE(807), + [sym_quoted_keyword] = STATE(807), + [sym_list] = STATE(1242), + [sym_tuple] = STATE(1242), + [sym_bitstring] = STATE(1242), + [sym_map] = STATE(1242), + [sym__nullary_operator] = STATE(1242), + [sym_unary_operator] = STATE(1242), + [sym_binary_operator] = STATE(1242), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1242), + [sym_call] = STATE(1242), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym__call_arguments_with_parentheses_immediate] = STATE(1085), + [sym__call_arguments_without_parentheses] = STATE(1126), + [sym_do_block] = STATE(1678), + [sym_access_call] = STATE(1242), + [sym_anonymous_function] = STATE(1242), [aux_sym__terminator_token1] = ACTIONS(283), [anon_sym_SEMI] = ACTIONS(285), [anon_sym_LPAREN] = ACTIONS(189), @@ -24787,197 +26097,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(235), }, [23] = { - [sym__expression] = STATE(1056), - [sym_block] = STATE(1056), + [sym__expression] = STATE(1073), + [sym_block] = STATE(1073), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1056), - [sym_nil] = STATE(1056), - [sym__atom] = STATE(1056), - [sym_quoted_atom] = STATE(1056), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1056), - [sym_charlist] = STATE(1056), - [sym_sigil] = STATE(1056), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1056), - [sym_tuple] = STATE(1056), - [sym_bitstring] = STATE(1056), - [sym_map] = STATE(1056), - [sym__nullary_operator] = STATE(1056), - [sym_unary_operator] = STATE(1056), - [sym_binary_operator] = STATE(1056), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1056), - [sym_call] = STATE(1056), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1073), + [sym_nil] = STATE(1073), + [sym__atom] = STATE(1073), + [sym_quoted_atom] = STATE(1073), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1073), + [sym_charlist] = STATE(1073), + [sym_sigil] = STATE(1073), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1073), + [sym_tuple] = STATE(1073), + [sym_bitstring] = STATE(1073), + [sym_map] = STATE(1073), + [sym__nullary_operator] = STATE(1073), + [sym_unary_operator] = STATE(1073), + [sym_binary_operator] = STATE(1073), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1073), + [sym_call] = STATE(1073), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4326), - [sym_rescue_block] = STATE(4326), - [sym_catch_block] = STATE(4326), - [sym_else_block] = STATE(4326), - [sym_access_call] = STATE(1056), - [sym_stab_clause] = STATE(4233), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1056), - [aux_sym_do_block_repeat1] = STATE(4326), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(63), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(309), - [sym_integer] = ACTIONS(309), - [sym_float] = ACTIONS(309), - [sym_char] = ACTIONS(309), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(309), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(101), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(311), - [anon_sym_fn] = ACTIONS(111), - [anon_sym_rescue] = ACTIONS(113), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [24] = { - [sym__expression] = STATE(1052), - [sym_block] = STATE(1052), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1052), - [sym_nil] = STATE(1052), - [sym__atom] = STATE(1052), - [sym_quoted_atom] = STATE(1052), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1052), - [sym_charlist] = STATE(1052), - [sym_sigil] = STATE(1052), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1052), - [sym_tuple] = STATE(1052), - [sym_bitstring] = STATE(1052), - [sym_map] = STATE(1052), - [sym__nullary_operator] = STATE(1052), - [sym_unary_operator] = STATE(1052), - [sym_binary_operator] = STATE(1052), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1052), - [sym_call] = STATE(1052), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4328), - [sym_rescue_block] = STATE(4328), - [sym_catch_block] = STATE(4328), - [sym_else_block] = STATE(4328), - [sym_access_call] = STATE(1052), - [sym_stab_clause] = STATE(4238), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1052), - [aux_sym_do_block_repeat1] = STATE(4328), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4695), + [sym_rescue_block] = STATE(4695), + [sym_catch_block] = STATE(4695), + [sym_else_block] = STATE(4695), + [sym_access_call] = STATE(1073), + [sym_stab_clause] = STATE(4624), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1073), + [aux_sym_do_block_repeat1] = STATE(4695), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -25064,59 +26235,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [25] = { - [sym__expression] = STATE(1063), - [sym_block] = STATE(1063), + [24] = { + [sym__expression] = STATE(1081), + [sym_block] = STATE(1081), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1063), - [sym_nil] = STATE(1063), - [sym__atom] = STATE(1063), - [sym_quoted_atom] = STATE(1063), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1063), - [sym_charlist] = STATE(1063), - [sym_sigil] = STATE(1063), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1063), - [sym_tuple] = STATE(1063), - [sym_bitstring] = STATE(1063), - [sym_map] = STATE(1063), - [sym__nullary_operator] = STATE(1063), - [sym_unary_operator] = STATE(1063), - [sym_binary_operator] = STATE(1063), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1063), - [sym_call] = STATE(1063), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1081), + [sym_nil] = STATE(1081), + [sym__atom] = STATE(1081), + [sym_quoted_atom] = STATE(1081), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1081), + [sym_charlist] = STATE(1081), + [sym_sigil] = STATE(1081), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1081), + [sym_tuple] = STATE(1081), + [sym_bitstring] = STATE(1081), + [sym_map] = STATE(1081), + [sym__nullary_operator] = STATE(1081), + [sym_unary_operator] = STATE(1081), + [sym_binary_operator] = STATE(1081), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1081), + [sym_call] = STATE(1081), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4273), - [sym_rescue_block] = STATE(4273), - [sym_catch_block] = STATE(4273), - [sym_else_block] = STATE(4273), - [sym_access_call] = STATE(1063), - [sym_stab_clause] = STATE(4251), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1063), - [aux_sym_do_block_repeat1] = STATE(4273), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4700), + [sym_rescue_block] = STATE(4700), + [sym_catch_block] = STATE(4700), + [sym_else_block] = STATE(4700), + [sym_access_call] = STATE(1081), + [sym_stab_clause] = STATE(4617), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1081), + [aux_sym_do_block_repeat1] = STATE(4700), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -25203,59 +26374,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [26] = { - [sym__expression] = STATE(1070), - [sym_block] = STATE(1070), + [25] = { + [sym__expression] = STATE(1069), + [sym_block] = STATE(1069), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1070), - [sym_nil] = STATE(1070), - [sym__atom] = STATE(1070), - [sym_quoted_atom] = STATE(1070), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1070), - [sym_charlist] = STATE(1070), - [sym_sigil] = STATE(1070), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1070), - [sym_tuple] = STATE(1070), - [sym_bitstring] = STATE(1070), - [sym_map] = STATE(1070), - [sym__nullary_operator] = STATE(1070), - [sym_unary_operator] = STATE(1070), - [sym_binary_operator] = STATE(1070), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1070), - [sym_call] = STATE(1070), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1069), + [sym_nil] = STATE(1069), + [sym__atom] = STATE(1069), + [sym_quoted_atom] = STATE(1069), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1069), + [sym_charlist] = STATE(1069), + [sym_sigil] = STATE(1069), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1069), + [sym_tuple] = STATE(1069), + [sym_bitstring] = STATE(1069), + [sym_map] = STATE(1069), + [sym__nullary_operator] = STATE(1069), + [sym_unary_operator] = STATE(1069), + [sym_binary_operator] = STATE(1069), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1069), + [sym_call] = STATE(1069), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4283), - [sym_rescue_block] = STATE(4283), - [sym_catch_block] = STATE(4283), - [sym_else_block] = STATE(4283), - [sym_access_call] = STATE(1070), - [sym_stab_clause] = STATE(4218), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1070), - [aux_sym_do_block_repeat1] = STATE(4283), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4739), + [sym_rescue_block] = STATE(4739), + [sym_catch_block] = STATE(4739), + [sym_else_block] = STATE(4739), + [sym_access_call] = STATE(1069), + [sym_stab_clause] = STATE(4651), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1069), + [aux_sym_do_block_repeat1] = STATE(4739), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -25342,59 +26513,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [27] = { - [sym__expression] = STATE(1071), - [sym_block] = STATE(1071), + [26] = { + [sym__expression] = STATE(1065), + [sym_block] = STATE(1065), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1071), - [sym_nil] = STATE(1071), - [sym__atom] = STATE(1071), - [sym_quoted_atom] = STATE(1071), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1071), - [sym_charlist] = STATE(1071), - [sym_sigil] = STATE(1071), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1071), - [sym_tuple] = STATE(1071), - [sym_bitstring] = STATE(1071), - [sym_map] = STATE(1071), - [sym__nullary_operator] = STATE(1071), - [sym_unary_operator] = STATE(1071), - [sym_binary_operator] = STATE(1071), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1071), - [sym_call] = STATE(1071), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1065), + [sym_nil] = STATE(1065), + [sym__atom] = STATE(1065), + [sym_quoted_atom] = STATE(1065), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1065), + [sym_charlist] = STATE(1065), + [sym_sigil] = STATE(1065), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1065), + [sym_tuple] = STATE(1065), + [sym_bitstring] = STATE(1065), + [sym_map] = STATE(1065), + [sym__nullary_operator] = STATE(1065), + [sym_unary_operator] = STATE(1065), + [sym_binary_operator] = STATE(1065), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1065), + [sym_call] = STATE(1065), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4272), - [sym_rescue_block] = STATE(4272), - [sym_catch_block] = STATE(4272), - [sym_else_block] = STATE(4272), - [sym_access_call] = STATE(1071), - [sym_stab_clause] = STATE(4252), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1071), - [aux_sym_do_block_repeat1] = STATE(4272), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4691), + [sym_rescue_block] = STATE(4691), + [sym_catch_block] = STATE(4691), + [sym_else_block] = STATE(4691), + [sym_access_call] = STATE(1065), + [sym_stab_clause] = STATE(4638), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1065), + [aux_sym_do_block_repeat1] = STATE(4691), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -25481,59 +26652,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [28] = { - [sym__expression] = STATE(1054), - [sym_block] = STATE(1054), + [27] = { + [sym__expression] = STATE(1066), + [sym_block] = STATE(1066), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1054), - [sym_nil] = STATE(1054), - [sym__atom] = STATE(1054), - [sym_quoted_atom] = STATE(1054), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1054), - [sym_charlist] = STATE(1054), - [sym_sigil] = STATE(1054), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1054), - [sym_tuple] = STATE(1054), - [sym_bitstring] = STATE(1054), - [sym_map] = STATE(1054), - [sym__nullary_operator] = STATE(1054), - [sym_unary_operator] = STATE(1054), - [sym_binary_operator] = STATE(1054), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1054), - [sym_call] = STATE(1054), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1066), + [sym_nil] = STATE(1066), + [sym__atom] = STATE(1066), + [sym_quoted_atom] = STATE(1066), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1066), + [sym_charlist] = STATE(1066), + [sym_sigil] = STATE(1066), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1066), + [sym_tuple] = STATE(1066), + [sym_bitstring] = STATE(1066), + [sym_map] = STATE(1066), + [sym__nullary_operator] = STATE(1066), + [sym_unary_operator] = STATE(1066), + [sym_binary_operator] = STATE(1066), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1066), + [sym_call] = STATE(1066), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4320), - [sym_rescue_block] = STATE(4320), - [sym_catch_block] = STATE(4320), - [sym_else_block] = STATE(4320), - [sym_access_call] = STATE(1054), - [sym_stab_clause] = STATE(4222), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1054), - [aux_sym_do_block_repeat1] = STATE(4320), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4738), + [sym_rescue_block] = STATE(4738), + [sym_catch_block] = STATE(4738), + [sym_else_block] = STATE(4738), + [sym_access_call] = STATE(1066), + [sym_stab_clause] = STATE(4652), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1066), + [aux_sym_do_block_repeat1] = STATE(4738), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -25620,59 +26791,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [29] = { - [sym__expression] = STATE(1069), - [sym_block] = STATE(1069), + [28] = { + [sym__expression] = STATE(1060), + [sym_block] = STATE(1060), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1069), - [sym_nil] = STATE(1069), - [sym__atom] = STATE(1069), - [sym_quoted_atom] = STATE(1069), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1069), - [sym_charlist] = STATE(1069), - [sym_sigil] = STATE(1069), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1069), - [sym_tuple] = STATE(1069), - [sym_bitstring] = STATE(1069), - [sym_map] = STATE(1069), - [sym__nullary_operator] = STATE(1069), - [sym_unary_operator] = STATE(1069), - [sym_binary_operator] = STATE(1069), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1069), - [sym_call] = STATE(1069), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1060), + [sym_nil] = STATE(1060), + [sym__atom] = STATE(1060), + [sym_quoted_atom] = STATE(1060), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1060), + [sym_charlist] = STATE(1060), + [sym_sigil] = STATE(1060), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1060), + [sym_tuple] = STATE(1060), + [sym_bitstring] = STATE(1060), + [sym_map] = STATE(1060), + [sym__nullary_operator] = STATE(1060), + [sym_unary_operator] = STATE(1060), + [sym_binary_operator] = STATE(1060), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1060), + [sym_call] = STATE(1060), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4288), - [sym_rescue_block] = STATE(4288), - [sym_catch_block] = STATE(4288), - [sym_else_block] = STATE(4288), - [sym_access_call] = STATE(1069), - [sym_stab_clause] = STATE(4203), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1069), - [aux_sym_do_block_repeat1] = STATE(4288), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4744), + [sym_rescue_block] = STATE(4744), + [sym_catch_block] = STATE(4744), + [sym_else_block] = STATE(4744), + [sym_access_call] = STATE(1060), + [sym_stab_clause] = STATE(4662), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1060), + [aux_sym_do_block_repeat1] = STATE(4744), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -25759,59 +26930,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [30] = { - [sym__expression] = STATE(1065), - [sym_block] = STATE(1065), + [29] = { + [sym__expression] = STATE(1082), + [sym_block] = STATE(1082), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1065), - [sym_nil] = STATE(1065), - [sym__atom] = STATE(1065), - [sym_quoted_atom] = STATE(1065), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1065), - [sym_charlist] = STATE(1065), - [sym_sigil] = STATE(1065), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1065), - [sym_tuple] = STATE(1065), - [sym_bitstring] = STATE(1065), - [sym_map] = STATE(1065), - [sym__nullary_operator] = STATE(1065), - [sym_unary_operator] = STATE(1065), - [sym_binary_operator] = STATE(1065), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1065), - [sym_call] = STATE(1065), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1082), + [sym_nil] = STATE(1082), + [sym__atom] = STATE(1082), + [sym_quoted_atom] = STATE(1082), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1082), + [sym_charlist] = STATE(1082), + [sym_sigil] = STATE(1082), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1082), + [sym_tuple] = STATE(1082), + [sym_bitstring] = STATE(1082), + [sym_map] = STATE(1082), + [sym__nullary_operator] = STATE(1082), + [sym_unary_operator] = STATE(1082), + [sym_binary_operator] = STATE(1082), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1082), + [sym_call] = STATE(1082), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4301), - [sym_rescue_block] = STATE(4301), - [sym_catch_block] = STATE(4301), - [sym_else_block] = STATE(4301), - [sym_access_call] = STATE(1065), - [sym_stab_clause] = STATE(4214), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1065), - [aux_sym_do_block_repeat1] = STATE(4301), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4746), + [sym_rescue_block] = STATE(4746), + [sym_catch_block] = STATE(4746), + [sym_else_block] = STATE(4746), + [sym_access_call] = STATE(1082), + [sym_stab_clause] = STATE(4660), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1082), + [aux_sym_do_block_repeat1] = STATE(4746), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -25898,59 +27069,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [31] = { - [sym__expression] = STATE(1059), - [sym_block] = STATE(1059), + [30] = { + [sym__expression] = STATE(1078), + [sym_block] = STATE(1078), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1059), - [sym_nil] = STATE(1059), - [sym__atom] = STATE(1059), - [sym_quoted_atom] = STATE(1059), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1059), - [sym_charlist] = STATE(1059), - [sym_sigil] = STATE(1059), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1059), - [sym_tuple] = STATE(1059), - [sym_bitstring] = STATE(1059), - [sym_map] = STATE(1059), - [sym__nullary_operator] = STATE(1059), - [sym_unary_operator] = STATE(1059), - [sym_binary_operator] = STATE(1059), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1059), - [sym_call] = STATE(1059), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1078), + [sym_nil] = STATE(1078), + [sym__atom] = STATE(1078), + [sym_quoted_atom] = STATE(1078), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1078), + [sym_charlist] = STATE(1078), + [sym_sigil] = STATE(1078), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1078), + [sym_tuple] = STATE(1078), + [sym_bitstring] = STATE(1078), + [sym_map] = STATE(1078), + [sym__nullary_operator] = STATE(1078), + [sym_unary_operator] = STATE(1078), + [sym_binary_operator] = STATE(1078), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1078), + [sym_call] = STATE(1078), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4293), - [sym_rescue_block] = STATE(4293), - [sym_catch_block] = STATE(4293), - [sym_else_block] = STATE(4293), - [sym_access_call] = STATE(1059), - [sym_stab_clause] = STATE(4264), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1059), - [aux_sym_do_block_repeat1] = STATE(4293), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4711), + [sym_rescue_block] = STATE(4711), + [sym_catch_block] = STATE(4711), + [sym_else_block] = STATE(4711), + [sym_access_call] = STATE(1078), + [sym_stab_clause] = STATE(4633), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1078), + [aux_sym_do_block_repeat1] = STATE(4711), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -26037,7 +27208,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [32] = { + [31] = { [sym__expression] = STATE(1062), [sym_block] = STATE(1062), [sym_identifier] = STATE(22), @@ -26045,17 +27216,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_nil] = STATE(1062), [sym__atom] = STATE(1062), [sym_quoted_atom] = STATE(1062), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), [sym_string] = STATE(1062), [sym_charlist] = STATE(1062), [sym_sigil] = STATE(1062), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), [sym_list] = STATE(1062), [sym_tuple] = STATE(1062), [sym_bitstring] = STATE(1062), @@ -26063,33 +27234,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__nullary_operator] = STATE(1062), [sym_unary_operator] = STATE(1062), [sym_binary_operator] = STATE(1062), - [sym_operator_identifier] = STATE(5550), + [sym_operator_identifier] = STATE(6891), [sym_dot] = STATE(1062), [sym_call] = STATE(1062), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4311), - [sym_rescue_block] = STATE(4311), - [sym_catch_block] = STATE(4311), - [sym_else_block] = STATE(4311), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4706), + [sym_rescue_block] = STATE(4706), + [sym_catch_block] = STATE(4706), + [sym_else_block] = STATE(4706), [sym_access_call] = STATE(1062), - [sym_stab_clause] = STATE(4247), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), + [sym_stab_clause] = STATE(4686), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), [sym_anonymous_function] = STATE(1062), - [aux_sym_do_block_repeat1] = STATE(4311), + [aux_sym_do_block_repeat1] = STATE(4706), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -26176,59 +27347,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, + [32] = { + [sym__expression] = STATE(1378), + [sym_block] = STATE(1378), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1378), + [sym_nil] = STATE(1378), + [sym__atom] = STATE(1378), + [sym_quoted_atom] = STATE(1378), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1378), + [sym_charlist] = STATE(1378), + [sym_sigil] = STATE(1378), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(1555), + [sym__keyword] = STATE(889), + [sym_quoted_keyword] = STATE(889), + [sym_list] = STATE(1378), + [sym_tuple] = STATE(1378), + [sym_bitstring] = STATE(1378), + [sym_map] = STATE(1378), + [sym__nullary_operator] = STATE(1378), + [sym_unary_operator] = STATE(1378), + [sym_binary_operator] = STATE(1378), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1378), + [sym_call] = STATE(1378), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1102), + [sym__call_arguments_without_parentheses] = STATE(1294), + [sym_do_block] = STATE(2012), + [sym_access_call] = STATE(1378), + [sym_anonymous_function] = STATE(1378), + [aux_sym__terminator_token1] = ACTIONS(283), + [anon_sym_SEMI] = ACTIONS(285), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(239), + [sym_integer] = ACTIONS(239), + [sym_float] = ACTIONS(239), + [sym_char] = ACTIONS(239), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(239), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(259), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(299), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(302), + [anon_sym_DASH] = ACTIONS(302), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_after] = ACTIONS(285), + [anon_sym_catch] = ACTIONS(285), + [anon_sym_do] = ACTIONS(271), + [anon_sym_else] = ACTIONS(285), + [anon_sym_end] = ACTIONS(285), + [anon_sym_fn] = ACTIONS(273), + [anon_sym_rescue] = ACTIONS(285), + [anon_sym_LPAREN2] = ACTIONS(275), + [anon_sym_LBRACK2] = ACTIONS(283), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(281), + }, [33] = { - [sym__expression] = STATE(1048), - [sym_block] = STATE(1048), + [sym__expression] = STATE(1061), + [sym_block] = STATE(1061), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1048), - [sym_nil] = STATE(1048), - [sym__atom] = STATE(1048), - [sym_quoted_atom] = STATE(1048), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1048), - [sym_charlist] = STATE(1048), - [sym_sigil] = STATE(1048), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1048), - [sym_tuple] = STATE(1048), - [sym_bitstring] = STATE(1048), - [sym_map] = STATE(1048), - [sym__nullary_operator] = STATE(1048), - [sym_unary_operator] = STATE(1048), - [sym_binary_operator] = STATE(1048), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1048), - [sym_call] = STATE(1048), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1061), + [sym_nil] = STATE(1061), + [sym__atom] = STATE(1061), + [sym_quoted_atom] = STATE(1061), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1061), + [sym_charlist] = STATE(1061), + [sym_sigil] = STATE(1061), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1061), + [sym_tuple] = STATE(1061), + [sym_bitstring] = STATE(1061), + [sym_map] = STATE(1061), + [sym__nullary_operator] = STATE(1061), + [sym_unary_operator] = STATE(1061), + [sym_binary_operator] = STATE(1061), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1061), + [sym_call] = STATE(1061), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_after_block] = STATE(4297), - [sym_rescue_block] = STATE(4297), - [sym_catch_block] = STATE(4297), - [sym_else_block] = STATE(4297), - [sym_access_call] = STATE(1048), - [sym_stab_clause] = STATE(4253), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1048), - [aux_sym_do_block_repeat1] = STATE(4297), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_after_block] = STATE(4692), + [sym_rescue_block] = STATE(4692), + [sym_catch_block] = STATE(4692), + [sym_else_block] = STATE(4692), + [sym_access_call] = STATE(1061), + [sym_stab_clause] = STATE(4625), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1061), + [aux_sym_do_block_repeat1] = STATE(4692), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [aux_sym_identifier_token1] = ACTIONS(65), @@ -26316,55 +27626,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [34] = { - [sym__terminator] = STATE(66), - [sym__expression] = STATE(1091), - [sym_block] = STATE(1091), + [sym__terminator] = STATE(72), + [sym__expression] = STATE(1121), + [sym_block] = STATE(1121), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1091), - [sym_nil] = STATE(1091), - [sym__atom] = STATE(1091), - [sym_quoted_atom] = STATE(1091), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1091), - [sym_charlist] = STATE(1091), - [sym_sigil] = STATE(1091), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1091), - [sym_tuple] = STATE(1091), - [sym_bitstring] = STATE(1091), - [sym_map] = STATE(1091), - [sym__nullary_operator] = STATE(1091), - [sym_unary_operator] = STATE(1091), - [sym_binary_operator] = STATE(1091), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1091), - [sym_call] = STATE(1091), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1121), + [sym_nil] = STATE(1121), + [sym__atom] = STATE(1121), + [sym_quoted_atom] = STATE(1121), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1121), + [sym_charlist] = STATE(1121), + [sym_sigil] = STATE(1121), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1121), + [sym_tuple] = STATE(1121), + [sym_bitstring] = STATE(1121), + [sym_map] = STATE(1121), + [sym__nullary_operator] = STATE(1121), + [sym_unary_operator] = STATE(1121), + [sym_binary_operator] = STATE(1121), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1121), + [sym_call] = STATE(1121), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1091), - [sym_stab_clause] = STATE(4361), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1091), - [aux_sym__terminator_repeat1] = STATE(1007), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1121), + [sym_stab_clause] = STATE(4762), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1121), + [aux_sym__terminator_repeat1] = STATE(1018), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(353), [anon_sym_LPAREN] = ACTIONS(63), @@ -26453,55 +27763,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [35] = { - [sym__terminator] = STATE(64), - [sym__expression] = STATE(1084), - [sym_block] = STATE(1084), + [sym__terminator] = STATE(71), + [sym__expression] = STATE(1118), + [sym_block] = STATE(1118), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1084), - [sym_nil] = STATE(1084), - [sym__atom] = STATE(1084), - [sym_quoted_atom] = STATE(1084), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1084), - [sym_charlist] = STATE(1084), - [sym_sigil] = STATE(1084), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1084), - [sym_tuple] = STATE(1084), - [sym_bitstring] = STATE(1084), - [sym_map] = STATE(1084), - [sym__nullary_operator] = STATE(1084), - [sym_unary_operator] = STATE(1084), - [sym_binary_operator] = STATE(1084), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1084), - [sym_call] = STATE(1084), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(1118), + [sym_nil] = STATE(1118), + [sym__atom] = STATE(1118), + [sym_quoted_atom] = STATE(1118), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1118), + [sym_charlist] = STATE(1118), + [sym_sigil] = STATE(1118), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1118), + [sym_tuple] = STATE(1118), + [sym_bitstring] = STATE(1118), + [sym_map] = STATE(1118), + [sym__nullary_operator] = STATE(1118), + [sym_unary_operator] = STATE(1118), + [sym_binary_operator] = STATE(1118), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1118), + [sym_call] = STATE(1118), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1084), - [sym_stab_clause] = STATE(4331), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1084), - [aux_sym__terminator_repeat1] = STATE(1007), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1118), + [sym_stab_clause] = STATE(4753), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1118), + [aux_sym__terminator_repeat1] = STATE(1018), [aux_sym__terminator_token1] = ACTIONS(59), [anon_sym_SEMI] = ACTIONS(359), [anon_sym_LPAREN] = ACTIONS(63), @@ -26590,495 +27900,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [36] = { - [sym__terminator] = STATE(67), - [sym__expression] = STATE(1079), - [sym_block] = STATE(1079), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1079), - [sym_nil] = STATE(1079), - [sym__atom] = STATE(1079), - [sym_quoted_atom] = STATE(1079), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1079), - [sym_charlist] = STATE(1079), - [sym_sigil] = STATE(1079), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1079), - [sym_tuple] = STATE(1079), - [sym_bitstring] = STATE(1079), - [sym_map] = STATE(1079), - [sym__nullary_operator] = STATE(1079), - [sym_unary_operator] = STATE(1079), - [sym_binary_operator] = STATE(1079), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1079), - [sym_call] = STATE(1079), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1079), - [sym_stab_clause] = STATE(4348), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1079), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym__terminator_token1] = ACTIONS(59), - [anon_sym_SEMI] = ACTIONS(365), - [anon_sym_LPAREN] = ACTIONS(63), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(367), - [sym_integer] = ACTIONS(367), - [sym_float] = ACTIONS(367), - [sym_char] = ACTIONS(367), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(367), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(101), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(369), - [anon_sym_catch] = ACTIONS(369), - [anon_sym_else] = ACTIONS(369), - [anon_sym_end] = ACTIONS(369), - [anon_sym_fn] = ACTIONS(111), - [anon_sym_rescue] = ACTIONS(369), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [37] = { - [sym__expression] = STATE(2129), - [sym_block] = STATE(2129), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2129), - [sym_nil] = STATE(2129), - [sym__atom] = STATE(2129), - [sym_quoted_atom] = STATE(2129), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2129), - [sym_charlist] = STATE(2129), - [sym_sigil] = STATE(2129), - [sym_keywords] = STATE(2140), - [sym_pair] = STATE(2150), - [sym__keyword] = STATE(510), - [sym_quoted_keyword] = STATE(510), - [sym_list] = STATE(2129), - [sym_tuple] = STATE(2129), - [sym_bitstring] = STATE(2129), - [sym_map] = STATE(2129), - [sym__nullary_operator] = STATE(2129), - [sym_unary_operator] = STATE(2129), - [sym_binary_operator] = STATE(2129), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2129), - [sym_call] = STATE(2129), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym__call_arguments_with_parentheses_immediate] = STATE(1514), - [sym__call_arguments_without_parentheses] = STATE(1731), - [sym_do_block] = STATE(2893), - [sym_access_call] = STATE(2129), - [sym_anonymous_function] = STATE(2129), + [sym__expression] = STATE(2158), + [sym_block] = STATE(2158), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2158), + [sym_nil] = STATE(2158), + [sym__atom] = STATE(2158), + [sym_quoted_atom] = STATE(2158), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2158), + [sym_charlist] = STATE(2158), + [sym_sigil] = STATE(2158), + [sym_keywords] = STATE(2157), + [sym_pair] = STATE(2161), + [sym__keyword] = STATE(551), + [sym_quoted_keyword] = STATE(551), + [sym_list] = STATE(2158), + [sym_tuple] = STATE(2158), + [sym_bitstring] = STATE(2158), + [sym_map] = STATE(2158), + [sym__nullary_operator] = STATE(2158), + [sym_unary_operator] = STATE(2158), + [sym_binary_operator] = STATE(2158), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2158), + [sym_call] = STATE(2158), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym__call_arguments_with_parentheses_immediate] = STATE(1791), + [sym__call_arguments_without_parentheses] = STATE(1862), + [sym_do_block] = STATE(2243), + [sym_access_call] = STATE(2158), + [sym_anonymous_function] = STATE(2158), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [anon_sym_RPAREN] = ACTIONS(187), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(375), - [sym_integer] = ACTIONS(375), - [sym_float] = ACTIONS(375), - [sym_char] = ACTIONS(375), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(375), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_RBRACK] = ACTIONS(187), - [anon_sym_LT] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(187), - [anon_sym_BSLASH_BSLASH] = ACTIONS(187), - [anon_sym_when] = ACTIONS(187), - [anon_sym_COLON_COLON] = ACTIONS(187), - [anon_sym_EQ_GT] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(187), - [anon_sym_PIPE_PIPE] = ACTIONS(187), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_AMP_AMP] = ACTIONS(187), - [anon_sym_AMP_AMP_AMP] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_PIPE_GT] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_GT_GT_GT] = ACTIONS(187), - [anon_sym_LT_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT_GT] = ACTIONS(187), - [anon_sym_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_PIPE_GT] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_CARET_CARET_CARET] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH_DASH] = ACTIONS(187), - [anon_sym_LT_GT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(407), - [anon_sym_fn] = ACTIONS(409), - [anon_sym_LPAREN2] = ACTIONS(411), - [anon_sym_LBRACK2] = ACTIONS(185), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(413), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [38] = { - [sym__terminator] = STATE(68), - [sym__expression] = STATE(1123), - [sym_block] = STATE(1123), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1123), - [sym_nil] = STATE(1123), - [sym__atom] = STATE(1123), - [sym_quoted_atom] = STATE(1123), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1123), - [sym_charlist] = STATE(1123), - [sym_sigil] = STATE(1123), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1123), - [sym_tuple] = STATE(1123), - [sym_bitstring] = STATE(1123), - [sym_map] = STATE(1123), - [sym__nullary_operator] = STATE(1123), - [sym_unary_operator] = STATE(1123), - [sym_binary_operator] = STATE(1123), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1123), - [sym_call] = STATE(1123), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1123), - [sym_stab_clause] = STATE(4352), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1123), - [aux_sym__terminator_repeat1] = STATE(1007), - [aux_sym__terminator_token1] = ACTIONS(59), - [anon_sym_SEMI] = ACTIONS(419), - [anon_sym_LPAREN] = ACTIONS(63), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(421), - [sym_integer] = ACTIONS(421), - [sym_float] = ACTIONS(421), - [sym_char] = ACTIONS(421), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(421), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(101), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(423), - [anon_sym_catch] = ACTIONS(423), - [anon_sym_else] = ACTIONS(423), - [anon_sym_end] = ACTIONS(423), - [anon_sym_fn] = ACTIONS(111), - [anon_sym_rescue] = ACTIONS(423), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [39] = { - [sym__expression] = STATE(2129), - [sym_block] = STATE(2129), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2129), - [sym_nil] = STATE(2129), - [sym__atom] = STATE(2129), - [sym_quoted_atom] = STATE(2129), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2129), - [sym_charlist] = STATE(2129), - [sym_sigil] = STATE(2129), - [sym_keywords] = STATE(2140), - [sym_pair] = STATE(2150), - [sym__keyword] = STATE(510), - [sym_quoted_keyword] = STATE(510), - [sym_list] = STATE(2129), - [sym_tuple] = STATE(2129), - [sym_bitstring] = STATE(2129), - [sym_map] = STATE(2129), - [sym__nullary_operator] = STATE(2129), - [sym_unary_operator] = STATE(2129), - [sym_binary_operator] = STATE(2129), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2129), - [sym_call] = STATE(2129), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym__call_arguments_with_parentheses_immediate] = STATE(1632), - [sym__call_arguments_without_parentheses] = STATE(1745), - [sym_do_block] = STATE(2120), - [sym_access_call] = STATE(2129), - [sym_anonymous_function] = STATE(2129), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), + [anon_sym_LPAREN] = ACTIONS(365), [anon_sym_RPAREN] = ACTIONS(285), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(375), - [sym_integer] = ACTIONS(375), - [sym_float] = ACTIONS(375), - [sym_char] = ACTIONS(375), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(375), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(369), + [sym_integer] = ACTIONS(369), + [sym_float] = ACTIONS(369), + [sym_char] = ACTIONS(369), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(369), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), [anon_sym_RBRACE] = ACTIONS(285), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LBRACK] = ACTIONS(385), [anon_sym_RBRACK] = ACTIONS(285), [anon_sym_LT] = ACTIONS(287), [anon_sym_GT] = ACTIONS(287), [anon_sym_PIPE] = ACTIONS(287), [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(393), + [anon_sym_TILDE] = ACTIONS(387), [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(425), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(428), - [anon_sym_DASH] = ACTIONS(428), + [sym_keyword] = ACTIONS(389), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(395), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(400), + [anon_sym_DASH] = ACTIONS(400), [anon_sym_BANG] = ACTIONS(403), [anon_sym_CARET] = ACTIONS(403), [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), @@ -27126,94 +28025,231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(287), [anon_sym_do] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(409), - [anon_sym_LPAREN2] = ACTIONS(411), + [anon_sym_fn] = ACTIONS(407), + [anon_sym_LPAREN2] = ACTIONS(409), [anon_sym_LBRACK2] = ACTIONS(283), [sym_comment] = ACTIONS(5), [sym__newline_before_do] = ACTIONS(283), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), + [sym__before_unary_op] = ACTIONS(411), [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(413), }, - [40] = { - [sym__expression] = STATE(2129), - [sym_block] = STATE(2129), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2129), - [sym_nil] = STATE(2129), - [sym__atom] = STATE(2129), - [sym_quoted_atom] = STATE(2129), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2129), - [sym_charlist] = STATE(2129), - [sym_sigil] = STATE(2129), - [sym_keywords] = STATE(2140), - [sym_pair] = STATE(2150), - [sym__keyword] = STATE(510), - [sym_quoted_keyword] = STATE(510), - [sym_list] = STATE(2129), - [sym_tuple] = STATE(2129), - [sym_bitstring] = STATE(2129), - [sym_map] = STATE(2129), - [sym__nullary_operator] = STATE(2129), - [sym_unary_operator] = STATE(2129), - [sym_binary_operator] = STATE(2129), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2129), - [sym_call] = STATE(2129), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym__call_arguments_with_parentheses_immediate] = STATE(1631), - [sym__call_arguments_without_parentheses] = STATE(1753), - [sym_do_block] = STATE(2108), - [sym_access_call] = STATE(2129), - [sym_anonymous_function] = STATE(2129), + [37] = { + [sym__terminator] = STATE(66), + [sym__expression] = STATE(1116), + [sym_block] = STATE(1116), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(1116), + [sym_nil] = STATE(1116), + [sym__atom] = STATE(1116), + [sym_quoted_atom] = STATE(1116), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1116), + [sym_charlist] = STATE(1116), + [sym_sigil] = STATE(1116), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1116), + [sym_tuple] = STATE(1116), + [sym_bitstring] = STATE(1116), + [sym_map] = STATE(1116), + [sym__nullary_operator] = STATE(1116), + [sym_unary_operator] = STATE(1116), + [sym_binary_operator] = STATE(1116), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1116), + [sym_call] = STATE(1116), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1116), + [sym_stab_clause] = STATE(4755), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1116), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym__terminator_token1] = ACTIONS(59), + [anon_sym_SEMI] = ACTIONS(415), + [anon_sym_LPAREN] = ACTIONS(63), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(417), + [sym_integer] = ACTIONS(417), + [sym_float] = ACTIONS(417), + [sym_char] = ACTIONS(417), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(417), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(101), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(419), + [anon_sym_catch] = ACTIONS(419), + [anon_sym_else] = ACTIONS(419), + [anon_sym_end] = ACTIONS(419), + [anon_sym_fn] = ACTIONS(111), + [anon_sym_rescue] = ACTIONS(419), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [38] = { + [sym__expression] = STATE(2158), + [sym_block] = STATE(2158), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2158), + [sym_nil] = STATE(2158), + [sym__atom] = STATE(2158), + [sym_quoted_atom] = STATE(2158), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2158), + [sym_charlist] = STATE(2158), + [sym_sigil] = STATE(2158), + [sym_keywords] = STATE(2157), + [sym_pair] = STATE(2161), + [sym__keyword] = STATE(551), + [sym_quoted_keyword] = STATE(551), + [sym_list] = STATE(2158), + [sym_tuple] = STATE(2158), + [sym_bitstring] = STATE(2158), + [sym_map] = STATE(2158), + [sym__nullary_operator] = STATE(2158), + [sym_unary_operator] = STATE(2158), + [sym_binary_operator] = STATE(2158), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2158), + [sym_call] = STATE(2158), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym__call_arguments_with_parentheses_immediate] = STATE(1792), + [sym__call_arguments_without_parentheses] = STATE(1858), + [sym_do_block] = STATE(2242), + [sym_access_call] = STATE(2158), + [sym_anonymous_function] = STATE(2158), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), + [anon_sym_LPAREN] = ACTIONS(365), [anon_sym_RPAREN] = ACTIONS(187), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(375), - [sym_integer] = ACTIONS(375), - [sym_float] = ACTIONS(375), - [sym_char] = ACTIONS(375), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(375), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(369), + [sym_integer] = ACTIONS(369), + [sym_float] = ACTIONS(369), + [sym_char] = ACTIONS(369), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(369), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), [anon_sym_RBRACE] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LBRACK] = ACTIONS(385), [anon_sym_RBRACK] = ACTIONS(187), [anon_sym_LT] = ACTIONS(187), [anon_sym_GT] = ACTIONS(187), [anon_sym_PIPE] = ACTIONS(187), [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(393), + [anon_sym_TILDE] = ACTIONS(387), [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), + [sym_keyword] = ACTIONS(389), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(401), + [anon_sym_AMP] = ACTIONS(398), [anon_sym_PLUS] = ACTIONS(187), [anon_sym_DASH] = ACTIONS(187), [anon_sym_BANG] = ACTIONS(403), @@ -27263,99 +28299,238 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(187), [anon_sym_do] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(409), - [anon_sym_LPAREN2] = ACTIONS(411), + [anon_sym_fn] = ACTIONS(407), + [anon_sym_LPAREN2] = ACTIONS(409), [anon_sym_LBRACK2] = ACTIONS(185), [sym_comment] = ACTIONS(5), [sym__newline_before_do] = ACTIONS(185), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), + [sym__before_unary_op] = ACTIONS(411), [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(413), }, - [41] = { - [sym__expression] = STATE(2291), - [sym_block] = STATE(2291), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(2291), - [sym_nil] = STATE(2291), - [sym__atom] = STATE(2291), - [sym_quoted_atom] = STATE(2291), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2291), - [sym_charlist] = STATE(2291), - [sym_sigil] = STATE(2291), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(2593), - [sym__keyword] = STATE(800), - [sym_quoted_keyword] = STATE(800), - [sym_list] = STATE(2291), - [sym_tuple] = STATE(2291), - [sym_bitstring] = STATE(2291), - [sym_map] = STATE(2291), - [sym__nullary_operator] = STATE(2291), - [sym_unary_operator] = STATE(2291), - [sym_binary_operator] = STATE(2291), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2291), - [sym_call] = STATE(2291), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1114), - [sym__call_arguments_without_parentheses] = STATE(1214), - [sym_do_block] = STATE(1817), - [sym_access_call] = STATE(2291), - [sym_anonymous_function] = STATE(2291), - [aux_sym__terminator_token1] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(433), - [sym_integer] = ACTIONS(433), - [sym_float] = ACTIONS(433), - [sym_char] = ACTIONS(433), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(433), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), + [39] = { + [sym__terminator] = STATE(67), + [sym__expression] = STATE(1104), + [sym_block] = STATE(1104), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(1104), + [sym_nil] = STATE(1104), + [sym__atom] = STATE(1104), + [sym_quoted_atom] = STATE(1104), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1104), + [sym_charlist] = STATE(1104), + [sym_sigil] = STATE(1104), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1104), + [sym_tuple] = STATE(1104), + [sym_bitstring] = STATE(1104), + [sym_map] = STATE(1104), + [sym__nullary_operator] = STATE(1104), + [sym_unary_operator] = STATE(1104), + [sym_binary_operator] = STATE(1104), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1104), + [sym_call] = STATE(1104), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1104), + [sym_stab_clause] = STATE(4758), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1104), + [aux_sym__terminator_repeat1] = STATE(1018), + [aux_sym__terminator_token1] = ACTIONS(59), + [anon_sym_SEMI] = ACTIONS(421), + [anon_sym_LPAREN] = ACTIONS(63), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(423), + [sym_integer] = ACTIONS(423), + [sym_float] = ACTIONS(423), + [sym_char] = ACTIONS(423), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(423), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(101), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(425), + [anon_sym_catch] = ACTIONS(425), + [anon_sym_else] = ACTIONS(425), + [anon_sym_end] = ACTIONS(425), + [anon_sym_fn] = ACTIONS(111), + [anon_sym_rescue] = ACTIONS(425), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [40] = { + [sym__expression] = STATE(2158), + [sym_block] = STATE(2158), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2158), + [sym_nil] = STATE(2158), + [sym__atom] = STATE(2158), + [sym_quoted_atom] = STATE(2158), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2158), + [sym_charlist] = STATE(2158), + [sym_sigil] = STATE(2158), + [sym_keywords] = STATE(2157), + [sym_pair] = STATE(2161), + [sym__keyword] = STATE(551), + [sym_quoted_keyword] = STATE(551), + [sym_list] = STATE(2158), + [sym_tuple] = STATE(2158), + [sym_bitstring] = STATE(2158), + [sym_map] = STATE(2158), + [sym__nullary_operator] = STATE(2158), + [sym_unary_operator] = STATE(2158), + [sym_binary_operator] = STATE(2158), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2158), + [sym_call] = STATE(2158), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym__call_arguments_with_parentheses_immediate] = STATE(1731), + [sym__call_arguments_without_parentheses] = STATE(1995), + [sym_do_block] = STATE(3214), + [sym_access_call] = STATE(2158), + [sym_anonymous_function] = STATE(2158), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [anon_sym_RPAREN] = ACTIONS(187), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(369), + [sym_integer] = ACTIONS(369), + [sym_float] = ACTIONS(369), + [sym_char] = ACTIONS(369), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(369), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(187), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_RBRACK] = ACTIONS(187), [anon_sym_LT] = ACTIONS(187), [anon_sym_GT] = ACTIONS(187), [anon_sym_PIPE] = ACTIONS(187), [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_TILDE] = ACTIONS(387), [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(437), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), + [sym_keyword] = ACTIONS(389), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(439), + [anon_sym_AMP] = ACTIONS(398), [anon_sym_PLUS] = ACTIONS(187), [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), [anon_sym_LT_DASH] = ACTIONS(187), [anon_sym_BSLASH_BSLASH] = ACTIONS(187), [anon_sym_when] = ACTIONS(187), @@ -27397,67 +28572,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(279), - [anon_sym_end] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(271), - [anon_sym_LPAREN2] = ACTIONS(273), + [anon_sym_do] = ACTIONS(427), + [anon_sym_fn] = ACTIONS(407), + [anon_sym_LPAREN2] = ACTIONS(409), [anon_sym_LBRACK2] = ACTIONS(185), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(281), + [sym__newline_before_do] = ACTIONS(429), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), + [sym__before_unary_op] = ACTIONS(411), [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(413), }, - [42] = { - [sym__expression] = STATE(2291), - [sym_block] = STATE(2291), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(2291), - [sym_nil] = STATE(2291), - [sym__atom] = STATE(2291), - [sym_quoted_atom] = STATE(2291), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2291), - [sym_charlist] = STATE(2291), - [sym_sigil] = STATE(2291), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(2593), - [sym__keyword] = STATE(800), - [sym_quoted_keyword] = STATE(800), - [sym_list] = STATE(2291), - [sym_tuple] = STATE(2291), - [sym_bitstring] = STATE(2291), - [sym_map] = STATE(2291), - [sym__nullary_operator] = STATE(2291), - [sym_unary_operator] = STATE(2291), - [sym_binary_operator] = STATE(2291), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2291), - [sym_call] = STATE(2291), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1115), - [sym__call_arguments_without_parentheses] = STATE(1225), - [sym_do_block] = STATE(1404), - [sym_access_call] = STATE(2291), - [sym_anonymous_function] = STATE(2291), + [41] = { + [sym__expression] = STATE(2694), + [sym_block] = STATE(2694), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(2694), + [sym_nil] = STATE(2694), + [sym__atom] = STATE(2694), + [sym_quoted_atom] = STATE(2694), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(2694), + [sym_charlist] = STATE(2694), + [sym_sigil] = STATE(2694), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(2563), + [sym__keyword] = STATE(464), + [sym_quoted_keyword] = STATE(464), + [sym_list] = STATE(2694), + [sym_tuple] = STATE(2694), + [sym_bitstring] = STATE(2694), + [sym_map] = STATE(2694), + [sym__nullary_operator] = STATE(2694), + [sym_unary_operator] = STATE(2694), + [sym_binary_operator] = STATE(2694), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(2694), + [sym_call] = STATE(2694), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1117), + [sym__call_arguments_without_parentheses] = STATE(1253), + [sym_do_block] = STATE(1453), + [sym_access_call] = STATE(2694), + [sym_anonymous_function] = STATE(2694), [aux_sym__terminator_token1] = ACTIONS(185), [anon_sym_SEMI] = ACTIONS(187), [anon_sym_LPAREN] = ACTIONS(237), + [anon_sym_RPAREN] = ACTIONS(187), [aux_sym_identifier_token1] = ACTIONS(431), [anon_sym_DOT_DOT_DOT] = ACTIONS(431), [sym_alias] = ACTIONS(433), @@ -27534,9 +28709,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(187), [anon_sym_do] = ACTIONS(187), - [anon_sym_end] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(271), - [anon_sym_LPAREN2] = ACTIONS(273), + [anon_sym_fn] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(275), [anon_sym_LBRACK2] = ACTIONS(185), [sym_comment] = ACTIONS(5), [sym__newline_before_do] = ACTIONS(185), @@ -27544,66 +28718,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__newline_before_comment] = ACTIONS(3), [sym__before_unary_op] = ACTIONS(445), [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(281), }, - [43] = { - [sym__expression] = STATE(2291), - [sym_block] = STATE(2291), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(2291), - [sym_nil] = STATE(2291), - [sym__atom] = STATE(2291), - [sym_quoted_atom] = STATE(2291), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2291), - [sym_charlist] = STATE(2291), - [sym_sigil] = STATE(2291), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(2593), - [sym__keyword] = STATE(800), - [sym_quoted_keyword] = STATE(800), - [sym_list] = STATE(2291), - [sym_tuple] = STATE(2291), - [sym_bitstring] = STATE(2291), - [sym_map] = STATE(2291), - [sym__nullary_operator] = STATE(2291), - [sym_unary_operator] = STATE(2291), - [sym_binary_operator] = STATE(2291), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2291), - [sym_call] = STATE(2291), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1089), - [sym__call_arguments_without_parentheses] = STATE(1217), - [sym_do_block] = STATE(1411), - [sym_access_call] = STATE(2291), - [sym_anonymous_function] = STATE(2291), + [42] = { + [sym__expression] = STATE(2402), + [sym_block] = STATE(2402), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(2402), + [sym_nil] = STATE(2402), + [sym__atom] = STATE(2402), + [sym_quoted_atom] = STATE(2402), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(2402), + [sym_charlist] = STATE(2402), + [sym_sigil] = STATE(2402), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(2367), + [sym__keyword] = STATE(568), + [sym_quoted_keyword] = STATE(568), + [sym_list] = STATE(2402), + [sym_tuple] = STATE(2402), + [sym_bitstring] = STATE(2402), + [sym_map] = STATE(2402), + [sym__nullary_operator] = STATE(2402), + [sym_unary_operator] = STATE(2402), + [sym_binary_operator] = STATE(2402), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(2402), + [sym_call] = STATE(2402), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1123), + [sym__call_arguments_without_parentheses] = STATE(1140), + [sym_do_block] = STATE(1452), + [sym_access_call] = STATE(2402), + [sym_anonymous_function] = STATE(2402), [aux_sym__terminator_token1] = ACTIONS(283), [anon_sym_SEMI] = ACTIONS(285), [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(433), - [sym_integer] = ACTIONS(433), - [sym_float] = ACTIONS(433), - [sym_char] = ACTIONS(433), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(449), + [sym_integer] = ACTIONS(449), + [sym_float] = ACTIONS(449), + [sym_char] = ACTIONS(449), [anon_sym_true] = ACTIONS(241), [anon_sym_false] = ACTIONS(241), [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(433), + [sym_atom] = ACTIONS(449), [anon_sym_DQUOTE] = ACTIONS(245), [anon_sym_SQUOTE] = ACTIONS(247), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), @@ -27614,20 +28788,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(287), [anon_sym_PIPE] = ACTIONS(287), [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_TILDE] = ACTIONS(451), [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(437), + [sym_keyword] = ACTIONS(453), [anon_sym_LT_LT] = ACTIONS(261), [anon_sym_PERCENT] = ACTIONS(263), [anon_sym_DOT_DOT] = ACTIONS(299), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(447), - [anon_sym_DASH] = ACTIONS(447), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(457), + [anon_sym_DASH] = ACTIONS(457), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), [anon_sym_LT_DASH] = ACTIONS(287), [anon_sym_BSLASH_BSLASH] = ACTIONS(287), [anon_sym_when] = ACTIONS(287), @@ -27671,76 +28845,348 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(287), [anon_sym_do] = ACTIONS(285), [anon_sym_end] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(271), - [anon_sym_LPAREN2] = ACTIONS(273), + [anon_sym_fn] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(275), [anon_sym_LBRACK2] = ACTIONS(283), [sym_comment] = ACTIONS(5), [sym__newline_before_do] = ACTIONS(283), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), + [sym__before_unary_op] = ACTIONS(464), [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [43] = { + [sym__expression] = STATE(2380), + [sym_block] = STATE(2380), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(2380), + [sym_nil] = STATE(2380), + [sym__atom] = STATE(2380), + [sym_quoted_atom] = STATE(2380), + [sym__quoted_i_double] = STATE(2642), + [sym__quoted_i_single] = STATE(2620), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(2380), + [sym_charlist] = STATE(2380), + [sym_sigil] = STATE(2380), + [sym_keywords] = STATE(3469), + [sym_pair] = STATE(2698), + [sym__keyword] = STATE(583), + [sym_quoted_keyword] = STATE(583), + [sym_list] = STATE(2380), + [sym_tuple] = STATE(2380), + [sym_bitstring] = STATE(2380), + [sym_map] = STATE(2380), + [sym__nullary_operator] = STATE(2380), + [sym_unary_operator] = STATE(2380), + [sym_binary_operator] = STATE(2380), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(2380), + [sym_call] = STATE(2380), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym__call_arguments_with_parentheses_immediate] = STATE(2172), + [sym__call_arguments_without_parentheses] = STATE(2692), + [sym_do_block] = STATE(3233), + [sym_access_call] = STATE(2380), + [sym_anonymous_function] = STATE(2380), + [ts_builtin_sym_end] = ACTIONS(283), + [aux_sym__terminator_token1] = ACTIONS(283), + [anon_sym_SEMI] = ACTIONS(285), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(470), + [sym_integer] = ACTIONS(470), + [sym_float] = ACTIONS(470), + [sym_char] = ACTIONS(470), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(470), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(496), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(501), + [anon_sym_DASH] = ACTIONS(501), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(285), + [anon_sym_fn] = ACTIONS(508), + [anon_sym_LPAREN2] = ACTIONS(510), + [anon_sym_LBRACK2] = ACTIONS(283), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(283), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(514), }, [44] = { - [sym__expression] = STATE(2081), - [sym_block] = STATE(2081), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2081), - [sym_nil] = STATE(2081), - [sym__atom] = STATE(2081), - [sym_quoted_atom] = STATE(2081), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2081), - [sym_charlist] = STATE(2081), - [sym_sigil] = STATE(2081), - [sym_keywords] = STATE(1286), - [sym_pair] = STATE(2128), - [sym__keyword] = STATE(797), - [sym_quoted_keyword] = STATE(797), - [sym_list] = STATE(2081), - [sym_tuple] = STATE(2081), - [sym_bitstring] = STATE(2081), - [sym_map] = STATE(2081), - [sym__nullary_operator] = STATE(2081), - [sym_unary_operator] = STATE(2081), - [sym_binary_operator] = STATE(2081), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2081), - [sym_call] = STATE(2081), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), + [sym__expression] = STATE(2165), + [sym_block] = STATE(2165), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2165), + [sym_nil] = STATE(2165), + [sym__atom] = STATE(2165), + [sym_quoted_atom] = STATE(2165), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2165), + [sym_charlist] = STATE(2165), + [sym_sigil] = STATE(2165), + [sym_keywords] = STATE(1210), + [sym_pair] = STATE(2162), + [sym__keyword] = STATE(509), + [sym_quoted_keyword] = STATE(509), + [sym_list] = STATE(2165), + [sym_tuple] = STATE(2165), + [sym_bitstring] = STATE(2165), + [sym_map] = STATE(2165), + [sym__nullary_operator] = STATE(2165), + [sym_unary_operator] = STATE(2165), + [sym_binary_operator] = STATE(2165), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2165), + [sym_call] = STATE(2165), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym__call_arguments_with_parentheses_immediate] = STATE(1078), - [sym__call_arguments_without_parentheses] = STATE(1118), - [sym_do_block] = STATE(1685), - [sym_access_call] = STATE(2081), - [sym_anonymous_function] = STATE(2081), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym__call_arguments_with_parentheses_immediate] = STATE(1087), + [sym__call_arguments_without_parentheses] = STATE(1115), + [sym_do_block] = STATE(1252), + [sym_access_call] = STATE(2165), + [sym_anonymous_function] = STATE(2165), + [aux_sym__terminator_token1] = ACTIONS(283), + [anon_sym_SEMI] = ACTIONS(285), + [anon_sym_LPAREN] = ACTIONS(189), + [anon_sym_RPAREN] = ACTIONS(285), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(516), + [sym_integer] = ACTIONS(516), + [sym_float] = ACTIONS(516), + [sym_char] = ACTIONS(516), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(516), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(520), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(290), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(524), + [anon_sym_DASH] = ACTIONS(524), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(287), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(285), + [anon_sym_fn] = ACTIONS(227), + [anon_sym_LPAREN2] = ACTIONS(229), + [anon_sym_LBRACK2] = ACTIONS(283), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(283), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [45] = { + [sym__expression] = STATE(2165), + [sym_block] = STATE(2165), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2165), + [sym_nil] = STATE(2165), + [sym__atom] = STATE(2165), + [sym_quoted_atom] = STATE(2165), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2165), + [sym_charlist] = STATE(2165), + [sym_sigil] = STATE(2165), + [sym_keywords] = STATE(1210), + [sym_pair] = STATE(2162), + [sym__keyword] = STATE(509), + [sym_quoted_keyword] = STATE(509), + [sym_list] = STATE(2165), + [sym_tuple] = STATE(2165), + [sym_bitstring] = STATE(2165), + [sym_map] = STATE(2165), + [sym__nullary_operator] = STATE(2165), + [sym_unary_operator] = STATE(2165), + [sym_binary_operator] = STATE(2165), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2165), + [sym_call] = STATE(2165), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym__call_arguments_with_parentheses_immediate] = STATE(1088), + [sym__call_arguments_without_parentheses] = STATE(1133), + [sym_do_block] = STATE(1679), + [sym_access_call] = STATE(2165), + [sym_anonymous_function] = STATE(2165), [aux_sym__terminator_token1] = ACTIONS(185), [anon_sym_SEMI] = ACTIONS(187), [anon_sym_LPAREN] = ACTIONS(189), [anon_sym_RPAREN] = ACTIONS(187), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(452), - [sym_integer] = ACTIONS(452), - [sym_float] = ACTIONS(452), - [sym_char] = ACTIONS(452), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(516), + [sym_integer] = ACTIONS(516), + [sym_float] = ACTIONS(516), + [sym_char] = ACTIONS(516), [anon_sym_true] = ACTIONS(195), [anon_sym_false] = ACTIONS(195), [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(452), + [sym_atom] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(199), [anon_sym_SQUOTE] = ACTIONS(201), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), @@ -27751,20 +29197,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(187), [anon_sym_PIPE] = ACTIONS(187), [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(454), + [anon_sym_TILDE] = ACTIONS(518), [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(456), + [sym_keyword] = ACTIONS(520), [anon_sym_LT_LT] = ACTIONS(215), [anon_sym_PERCENT] = ACTIONS(217), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(458), + [anon_sym_AMP] = ACTIONS(522), [anon_sym_PLUS] = ACTIONS(187), [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), [anon_sym_LT_DASH] = ACTIONS(187), [anon_sym_BSLASH_BSLASH] = ACTIONS(187), [anon_sym_when] = ACTIONS(187), @@ -27814,191 +29260,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__newline_before_do] = ACTIONS(231), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), + [sym__before_unary_op] = ACTIONS(531), [sym__not_in] = ACTIONS(185), [sym__quoted_atom_start] = ACTIONS(235), }, - [45] = { - [sym__expression] = STATE(2529), - [sym_block] = STATE(2529), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2529), - [sym_nil] = STATE(2529), - [sym__atom] = STATE(2529), - [sym_quoted_atom] = STATE(2529), - [sym__quoted_i_double] = STATE(2323), - [sym__quoted_i_single] = STATE(2324), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2529), - [sym_charlist] = STATE(2529), - [sym_sigil] = STATE(2529), - [sym_keywords] = STATE(2734), - [sym_pair] = STATE(2497), - [sym__keyword] = STATE(768), - [sym_quoted_keyword] = STATE(768), - [sym_list] = STATE(2529), - [sym_tuple] = STATE(2529), - [sym_bitstring] = STATE(2529), - [sym_map] = STATE(2529), - [sym__nullary_operator] = STATE(2529), - [sym_unary_operator] = STATE(2529), - [sym_binary_operator] = STATE(2529), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2529), - [sym_call] = STATE(2529), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym__call_arguments_with_parentheses_immediate] = STATE(2080), - [sym__call_arguments_without_parentheses] = STATE(2503), - [sym_do_block] = STATE(3856), - [sym_access_call] = STATE(2529), - [sym_anonymous_function] = STATE(2529), - [ts_builtin_sym_end] = ACTIONS(185), - [aux_sym__terminator_token1] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(470), - [sym_integer] = ACTIONS(470), - [sym_float] = ACTIONS(470), - [sym_char] = ACTIONS(470), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(470), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(490), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(187), - [anon_sym_BSLASH_BSLASH] = ACTIONS(187), - [anon_sym_when] = ACTIONS(187), - [anon_sym_COLON_COLON] = ACTIONS(187), - [anon_sym_EQ_GT] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(187), - [anon_sym_PIPE_PIPE] = ACTIONS(187), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_AMP_AMP] = ACTIONS(187), - [anon_sym_AMP_AMP_AMP] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_PIPE_GT] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_GT_GT_GT] = ACTIONS(187), - [anon_sym_LT_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT_GT] = ACTIONS(187), - [anon_sym_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_PIPE_GT] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_CARET_CARET_CARET] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH_DASH] = ACTIONS(187), - [anon_sym_LT_GT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(502), - [anon_sym_fn] = ACTIONS(504), - [anon_sym_LPAREN2] = ACTIONS(506), - [anon_sym_LBRACK2] = ACTIONS(185), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(508), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(512), - }, [46] = { - [sym__expression] = STATE(2529), - [sym_block] = STATE(2529), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2529), - [sym_nil] = STATE(2529), - [sym__atom] = STATE(2529), - [sym_quoted_atom] = STATE(2529), - [sym__quoted_i_double] = STATE(2323), - [sym__quoted_i_single] = STATE(2324), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2529), - [sym_charlist] = STATE(2529), - [sym_sigil] = STATE(2529), - [sym_keywords] = STATE(2734), - [sym_pair] = STATE(2497), - [sym__keyword] = STATE(768), - [sym_quoted_keyword] = STATE(768), - [sym_list] = STATE(2529), - [sym_tuple] = STATE(2529), - [sym_bitstring] = STATE(2529), - [sym_map] = STATE(2529), - [sym__nullary_operator] = STATE(2529), - [sym_unary_operator] = STATE(2529), - [sym_binary_operator] = STATE(2529), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2529), - [sym_call] = STATE(2529), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym__call_arguments_with_parentheses_immediate] = STATE(2083), - [sym__call_arguments_without_parentheses] = STATE(2487), - [sym_do_block] = STATE(2764), - [sym_access_call] = STATE(2529), - [sym_anonymous_function] = STATE(2529), + [sym__expression] = STATE(2402), + [sym_block] = STATE(2402), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(2402), + [sym_nil] = STATE(2402), + [sym__atom] = STATE(2402), + [sym_quoted_atom] = STATE(2402), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(2402), + [sym_charlist] = STATE(2402), + [sym_sigil] = STATE(2402), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(2367), + [sym__keyword] = STATE(568), + [sym_quoted_keyword] = STATE(568), + [sym_list] = STATE(2402), + [sym_tuple] = STATE(2402), + [sym_bitstring] = STATE(2402), + [sym_map] = STATE(2402), + [sym__nullary_operator] = STATE(2402), + [sym_unary_operator] = STATE(2402), + [sym_binary_operator] = STATE(2402), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(2402), + [sym_call] = STATE(2402), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1106), + [sym__call_arguments_without_parentheses] = STATE(1283), + [sym_do_block] = STATE(2017), + [sym_access_call] = STATE(2402), + [sym_anonymous_function] = STATE(2402), + [aux_sym__terminator_token1] = ACTIONS(185), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(449), + [sym_integer] = ACTIONS(449), + [sym_float] = ACTIONS(449), + [sym_char] = ACTIONS(449), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(449), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_COMMA] = ACTIONS(187), + [sym_keyword] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(187), + [anon_sym_BSLASH_BSLASH] = ACTIONS(187), + [anon_sym_when] = ACTIONS(187), + [anon_sym_COLON_COLON] = ACTIONS(187), + [anon_sym_EQ_GT] = ACTIONS(187), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PIPE_PIPE] = ACTIONS(187), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), + [anon_sym_or] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(187), + [anon_sym_AMP_AMP_AMP] = ACTIONS(187), + [anon_sym_and] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_PIPE_GT] = ACTIONS(187), + [anon_sym_LT_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT_GT] = ACTIONS(187), + [anon_sym_LT_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT_GT] = ACTIONS(187), + [anon_sym_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_PIPE_GT] = ACTIONS(187), + [anon_sym_in] = ACTIONS(187), + [anon_sym_CARET_CARET_CARET] = ACTIONS(187), + [anon_sym_SLASH_SLASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH_DASH] = ACTIONS(187), + [anon_sym_LT_GT] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(187), + [anon_sym_do] = ACTIONS(271), + [anon_sym_end] = ACTIONS(187), + [anon_sym_fn] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(275), + [anon_sym_LBRACK2] = ACTIONS(185), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(277), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(185), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [47] = { + [sym__expression] = STATE(2380), + [sym_block] = STATE(2380), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(2380), + [sym_nil] = STATE(2380), + [sym__atom] = STATE(2380), + [sym_quoted_atom] = STATE(2380), + [sym__quoted_i_double] = STATE(2642), + [sym__quoted_i_single] = STATE(2620), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(2380), + [sym_charlist] = STATE(2380), + [sym_sigil] = STATE(2380), + [sym_keywords] = STATE(3469), + [sym_pair] = STATE(2698), + [sym__keyword] = STATE(583), + [sym_quoted_keyword] = STATE(583), + [sym_list] = STATE(2380), + [sym_tuple] = STATE(2380), + [sym_bitstring] = STATE(2380), + [sym_map] = STATE(2380), + [sym__nullary_operator] = STATE(2380), + [sym_unary_operator] = STATE(2380), + [sym_binary_operator] = STATE(2380), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(2380), + [sym_call] = STATE(2380), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym__call_arguments_with_parentheses_immediate] = STATE(2140), + [sym__call_arguments_without_parentheses] = STATE(2384), + [sym_do_block] = STATE(4416), + [sym_access_call] = STATE(2380), + [sym_anonymous_function] = STATE(2380), [ts_builtin_sym_end] = ACTIONS(185), [aux_sym__terminator_token1] = ACTIONS(185), [anon_sym_SEMI] = ACTIONS(187), @@ -28029,14 +29475,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT] = ACTIONS(492), [anon_sym_PERCENT] = ACTIONS(494), [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(496), + [anon_sym_AMP] = ACTIONS(499), [anon_sym_PLUS] = ACTIONS(187), [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), [anon_sym_LT_DASH] = ACTIONS(187), [anon_sym_BSLASH_BSLASH] = ACTIONS(187), [anon_sym_when] = ACTIONS(187), @@ -28078,1018 +29524,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(504), - [anon_sym_LPAREN2] = ACTIONS(506), + [anon_sym_do] = ACTIONS(533), + [anon_sym_fn] = ACTIONS(508), + [anon_sym_LPAREN2] = ACTIONS(510), [anon_sym_LBRACK2] = ACTIONS(185), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(185), + [sym__newline_before_do] = ACTIONS(535), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), + [sym__before_unary_op] = ACTIONS(512), [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [47] = { - [sym__expression] = STATE(2529), - [sym_block] = STATE(2529), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2529), - [sym_nil] = STATE(2529), - [sym__atom] = STATE(2529), - [sym_quoted_atom] = STATE(2529), - [sym__quoted_i_double] = STATE(2323), - [sym__quoted_i_single] = STATE(2324), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2529), - [sym_charlist] = STATE(2529), - [sym_sigil] = STATE(2529), - [sym_keywords] = STATE(2734), - [sym_pair] = STATE(2497), - [sym__keyword] = STATE(768), - [sym_quoted_keyword] = STATE(768), - [sym_list] = STATE(2529), - [sym_tuple] = STATE(2529), - [sym_bitstring] = STATE(2529), - [sym_map] = STATE(2529), - [sym__nullary_operator] = STATE(2529), - [sym_unary_operator] = STATE(2529), - [sym_binary_operator] = STATE(2529), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2529), - [sym_call] = STATE(2529), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym__call_arguments_with_parentheses_immediate] = STATE(2084), - [sym__call_arguments_without_parentheses] = STATE(2492), - [sym_do_block] = STATE(2747), - [sym_access_call] = STATE(2529), - [sym_anonymous_function] = STATE(2529), - [ts_builtin_sym_end] = ACTIONS(283), - [aux_sym__terminator_token1] = ACTIONS(283), - [anon_sym_SEMI] = ACTIONS(285), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(470), - [sym_integer] = ACTIONS(470), - [sym_float] = ACTIONS(470), - [sym_char] = ACTIONS(470), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(470), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(490), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(514), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(517), - [anon_sym_DASH] = ACTIONS(517), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(504), - [anon_sym_LPAREN2] = ACTIONS(506), - [anon_sym_LBRACK2] = ACTIONS(283), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(283), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(512), + [sym__quoted_atom_start] = ACTIONS(514), }, [48] = { - [sym__expression] = STATE(2495), - [sym_block] = STATE(2495), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(2495), - [sym_nil] = STATE(2495), - [sym__atom] = STATE(2495), - [sym_quoted_atom] = STATE(2495), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2495), - [sym_charlist] = STATE(2495), - [sym_sigil] = STATE(2495), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(2350), - [sym__keyword] = STATE(523), - [sym_quoted_keyword] = STATE(523), - [sym_list] = STATE(2495), - [sym_tuple] = STATE(2495), - [sym_bitstring] = STATE(2495), - [sym_map] = STATE(2495), - [sym__nullary_operator] = STATE(2495), - [sym_unary_operator] = STATE(2495), - [sym_binary_operator] = STATE(2495), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2495), - [sym_call] = STATE(2495), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), + [sym__expression] = STATE(2380), + [sym_block] = STATE(2380), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(2380), + [sym_nil] = STATE(2380), + [sym__atom] = STATE(2380), + [sym_quoted_atom] = STATE(2380), + [sym__quoted_i_double] = STATE(2642), + [sym__quoted_i_single] = STATE(2620), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(2380), + [sym_charlist] = STATE(2380), + [sym_sigil] = STATE(2380), + [sym_keywords] = STATE(3469), + [sym_pair] = STATE(2698), + [sym__keyword] = STATE(583), + [sym_quoted_keyword] = STATE(583), + [sym_list] = STATE(2380), + [sym_tuple] = STATE(2380), + [sym_bitstring] = STATE(2380), + [sym_map] = STATE(2380), + [sym__nullary_operator] = STATE(2380), + [sym_unary_operator] = STATE(2380), + [sym_binary_operator] = STATE(2380), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(2380), + [sym_call] = STATE(2380), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1115), - [sym__call_arguments_without_parentheses] = STATE(1225), - [sym_do_block] = STATE(1404), - [sym_access_call] = STATE(2495), - [sym_anonymous_function] = STATE(2495), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym__call_arguments_with_parentheses_immediate] = STATE(2173), + [sym__call_arguments_without_parentheses] = STATE(2674), + [sym_do_block] = STATE(3234), + [sym_access_call] = STATE(2380), + [sym_anonymous_function] = STATE(2380), + [ts_builtin_sym_end] = ACTIONS(185), [aux_sym__terminator_token1] = ACTIONS(185), [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(237), - [anon_sym_RPAREN] = ACTIONS(187), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(520), - [sym_integer] = ACTIONS(520), - [sym_float] = ACTIONS(520), - [sym_char] = ACTIONS(520), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(520), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(524), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(187), - [anon_sym_BSLASH_BSLASH] = ACTIONS(187), - [anon_sym_when] = ACTIONS(187), - [anon_sym_COLON_COLON] = ACTIONS(187), - [anon_sym_EQ_GT] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(187), - [anon_sym_PIPE_PIPE] = ACTIONS(187), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_AMP_AMP] = ACTIONS(187), - [anon_sym_AMP_AMP_AMP] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_PIPE_GT] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_GT_GT_GT] = ACTIONS(187), - [anon_sym_LT_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT_GT] = ACTIONS(187), - [anon_sym_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_PIPE_GT] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_CARET_CARET_CARET] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH_DASH] = ACTIONS(187), - [anon_sym_LT_GT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(271), - [anon_sym_LPAREN2] = ACTIONS(273), - [anon_sym_LBRACK2] = ACTIONS(185), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(185), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [49] = { - [sym__expression] = STATE(2495), - [sym_block] = STATE(2495), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(2495), - [sym_nil] = STATE(2495), - [sym__atom] = STATE(2495), - [sym_quoted_atom] = STATE(2495), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2495), - [sym_charlist] = STATE(2495), - [sym_sigil] = STATE(2495), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(2350), - [sym__keyword] = STATE(523), - [sym_quoted_keyword] = STATE(523), - [sym_list] = STATE(2495), - [sym_tuple] = STATE(2495), - [sym_bitstring] = STATE(2495), - [sym_map] = STATE(2495), - [sym__nullary_operator] = STATE(2495), - [sym_unary_operator] = STATE(2495), - [sym_binary_operator] = STATE(2495), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2495), - [sym_call] = STATE(2495), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1089), - [sym__call_arguments_without_parentheses] = STATE(1217), - [sym_do_block] = STATE(1411), - [sym_access_call] = STATE(2495), - [sym_anonymous_function] = STATE(2495), - [aux_sym__terminator_token1] = ACTIONS(283), - [anon_sym_SEMI] = ACTIONS(285), - [anon_sym_LPAREN] = ACTIONS(237), - [anon_sym_RPAREN] = ACTIONS(285), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(520), - [sym_integer] = ACTIONS(520), - [sym_float] = ACTIONS(520), - [sym_char] = ACTIONS(520), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(520), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(524), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(299), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(534), - [anon_sym_DASH] = ACTIONS(534), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(271), - [anon_sym_LPAREN2] = ACTIONS(273), - [anon_sym_LBRACK2] = ACTIONS(283), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(283), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [50] = { - [sym__expression] = STATE(2495), - [sym_block] = STATE(2495), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(2495), - [sym_nil] = STATE(2495), - [sym__atom] = STATE(2495), - [sym_quoted_atom] = STATE(2495), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2495), - [sym_charlist] = STATE(2495), - [sym_sigil] = STATE(2495), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(2350), - [sym__keyword] = STATE(523), - [sym_quoted_keyword] = STATE(523), - [sym_list] = STATE(2495), - [sym_tuple] = STATE(2495), - [sym_bitstring] = STATE(2495), - [sym_map] = STATE(2495), - [sym__nullary_operator] = STATE(2495), - [sym_unary_operator] = STATE(2495), - [sym_binary_operator] = STATE(2495), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2495), - [sym_call] = STATE(2495), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1114), - [sym__call_arguments_without_parentheses] = STATE(1214), - [sym_do_block] = STATE(1817), - [sym_access_call] = STATE(2495), - [sym_anonymous_function] = STATE(2495), - [aux_sym__terminator_token1] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(237), - [anon_sym_RPAREN] = ACTIONS(187), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(520), - [sym_integer] = ACTIONS(520), - [sym_float] = ACTIONS(520), - [sym_char] = ACTIONS(520), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(520), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(524), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(187), - [anon_sym_BSLASH_BSLASH] = ACTIONS(187), - [anon_sym_when] = ACTIONS(187), - [anon_sym_COLON_COLON] = ACTIONS(187), - [anon_sym_EQ_GT] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(187), - [anon_sym_PIPE_PIPE] = ACTIONS(187), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_AMP_AMP] = ACTIONS(187), - [anon_sym_AMP_AMP_AMP] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_PIPE_GT] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_GT_GT_GT] = ACTIONS(187), - [anon_sym_LT_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT_GT] = ACTIONS(187), - [anon_sym_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_PIPE_GT] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_CARET_CARET_CARET] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH_DASH] = ACTIONS(187), - [anon_sym_LT_GT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(279), - [anon_sym_fn] = ACTIONS(271), - [anon_sym_LPAREN2] = ACTIONS(273), - [anon_sym_LBRACK2] = ACTIONS(185), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(281), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [51] = { - [sym__expression] = STATE(2081), - [sym_block] = STATE(2081), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2081), - [sym_nil] = STATE(2081), - [sym__atom] = STATE(2081), - [sym_quoted_atom] = STATE(2081), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2081), - [sym_charlist] = STATE(2081), - [sym_sigil] = STATE(2081), - [sym_keywords] = STATE(1286), - [sym_pair] = STATE(2128), - [sym__keyword] = STATE(797), - [sym_quoted_keyword] = STATE(797), - [sym_list] = STATE(2081), - [sym_tuple] = STATE(2081), - [sym_bitstring] = STATE(2081), - [sym_map] = STATE(2081), - [sym__nullary_operator] = STATE(2081), - [sym_unary_operator] = STATE(2081), - [sym_binary_operator] = STATE(2081), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2081), - [sym_call] = STATE(2081), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym__call_arguments_with_parentheses_immediate] = STATE(1077), - [sym__call_arguments_without_parentheses] = STATE(1116), - [sym_do_block] = STATE(1272), - [sym_access_call] = STATE(2081), - [sym_anonymous_function] = STATE(2081), - [aux_sym__terminator_token1] = ACTIONS(283), - [anon_sym_SEMI] = ACTIONS(285), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(285), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(452), - [sym_integer] = ACTIONS(452), - [sym_float] = ACTIONS(452), - [sym_char] = ACTIONS(452), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(452), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(456), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(290), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(537), - [anon_sym_DASH] = ACTIONS(537), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(287), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(227), - [anon_sym_LPAREN2] = ACTIONS(229), - [anon_sym_LBRACK2] = ACTIONS(283), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(283), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [52] = { - [sym__expression] = STATE(2081), - [sym_block] = STATE(2081), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2081), - [sym_nil] = STATE(2081), - [sym__atom] = STATE(2081), - [sym_quoted_atom] = STATE(2081), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2081), - [sym_charlist] = STATE(2081), - [sym_sigil] = STATE(2081), - [sym_keywords] = STATE(1286), - [sym_pair] = STATE(2128), - [sym__keyword] = STATE(797), - [sym_quoted_keyword] = STATE(797), - [sym_list] = STATE(2081), - [sym_tuple] = STATE(2081), - [sym_bitstring] = STATE(2081), - [sym_map] = STATE(2081), - [sym__nullary_operator] = STATE(2081), - [sym_unary_operator] = STATE(2081), - [sym_binary_operator] = STATE(2081), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2081), - [sym_call] = STATE(2081), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym__call_arguments_with_parentheses_immediate] = STATE(1075), - [sym__call_arguments_without_parentheses] = STATE(1093), - [sym_do_block] = STATE(1267), - [sym_access_call] = STATE(2081), - [sym_anonymous_function] = STATE(2081), - [aux_sym__terminator_token1] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_LPAREN] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(187), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(452), - [sym_integer] = ACTIONS(452), - [sym_float] = ACTIONS(452), - [sym_char] = ACTIONS(452), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(452), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(456), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(187), - [anon_sym_BSLASH_BSLASH] = ACTIONS(187), - [anon_sym_when] = ACTIONS(187), - [anon_sym_COLON_COLON] = ACTIONS(187), - [anon_sym_EQ_GT] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(187), - [anon_sym_PIPE_PIPE] = ACTIONS(187), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_AMP_AMP] = ACTIONS(187), - [anon_sym_AMP_AMP_AMP] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_PIPE_GT] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_GT_GT_GT] = ACTIONS(187), - [anon_sym_LT_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT_GT] = ACTIONS(187), - [anon_sym_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_PIPE_GT] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_CARET_CARET_CARET] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH_DASH] = ACTIONS(187), - [anon_sym_LT_GT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(227), - [anon_sym_LPAREN2] = ACTIONS(229), - [anon_sym_LBRACK2] = ACTIONS(185), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(185), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [53] = { - [sym__expression] = STATE(2129), - [sym_block] = STATE(2129), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2129), - [sym_nil] = STATE(2129), - [sym__atom] = STATE(2129), - [sym_quoted_atom] = STATE(2129), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2129), - [sym_charlist] = STATE(2129), - [sym_sigil] = STATE(2129), - [sym_keywords] = STATE(2140), - [sym_pair] = STATE(2150), - [sym__keyword] = STATE(510), - [sym_quoted_keyword] = STATE(510), - [sym_list] = STATE(2129), - [sym_tuple] = STATE(2129), - [sym_bitstring] = STATE(2129), - [sym_map] = STATE(2129), - [sym__nullary_operator] = STATE(2129), - [sym_unary_operator] = STATE(2129), - [sym_binary_operator] = STATE(2129), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2129), - [sym_call] = STATE(2129), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym__call_arguments_with_parentheses_immediate] = STATE(1515), - [sym__call_arguments_without_parentheses] = STATE(1734), - [sym_do_block] = STATE(2898), - [sym_access_call] = STATE(2129), - [sym_anonymous_function] = STATE(2129), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [anon_sym_RPAREN] = ACTIONS(285), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(375), - [sym_integer] = ACTIONS(375), - [sym_float] = ACTIONS(375), - [sym_char] = ACTIONS(375), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(375), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_RBRACE] = ACTIONS(285), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_RBRACK] = ACTIONS(285), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(425), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(428), - [anon_sym_DASH] = ACTIONS(428), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(407), - [anon_sym_fn] = ACTIONS(409), - [anon_sym_LPAREN2] = ACTIONS(411), - [anon_sym_LBRACK2] = ACTIONS(283), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [54] = { - [sym__expression] = STATE(2529), - [sym_block] = STATE(2529), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2529), - [sym_nil] = STATE(2529), - [sym__atom] = STATE(2529), - [sym_quoted_atom] = STATE(2529), - [sym__quoted_i_double] = STATE(2323), - [sym__quoted_i_single] = STATE(2324), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2529), - [sym_charlist] = STATE(2529), - [sym_sigil] = STATE(2529), - [sym_keywords] = STATE(2734), - [sym_pair] = STATE(2497), - [sym__keyword] = STATE(768), - [sym_quoted_keyword] = STATE(768), - [sym_list] = STATE(2529), - [sym_tuple] = STATE(2529), - [sym_bitstring] = STATE(2529), - [sym_map] = STATE(2529), - [sym__nullary_operator] = STATE(2529), - [sym_unary_operator] = STATE(2529), - [sym_binary_operator] = STATE(2529), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2529), - [sym_call] = STATE(2529), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym__call_arguments_with_parentheses_immediate] = STATE(2091), - [sym__call_arguments_without_parentheses] = STATE(2527), - [sym_do_block] = STATE(3854), - [sym_access_call] = STATE(2529), - [sym_anonymous_function] = STATE(2529), - [ts_builtin_sym_end] = ACTIONS(283), - [aux_sym__terminator_token1] = ACTIONS(283), - [anon_sym_SEMI] = ACTIONS(285), [anon_sym_LPAREN] = ACTIONS(466), [aux_sym_identifier_token1] = ACTIONS(468), [anon_sym_DOT_DOT_DOT] = ACTIONS(468), @@ -29107,124 +29601,126 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), [anon_sym_LBRACE] = ACTIONS(484), [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_COMMA] = ACTIONS(285), + [anon_sym_COMMA] = ACTIONS(187), [sym_keyword] = ACTIONS(490), [anon_sym_LT_LT] = ACTIONS(492), [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(514), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(517), - [anon_sym_DASH] = ACTIONS(517), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(187), + [anon_sym_BSLASH_BSLASH] = ACTIONS(187), + [anon_sym_when] = ACTIONS(187), + [anon_sym_COLON_COLON] = ACTIONS(187), + [anon_sym_EQ_GT] = ACTIONS(187), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PIPE_PIPE] = ACTIONS(187), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), + [anon_sym_or] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(187), + [anon_sym_AMP_AMP_AMP] = ACTIONS(187), + [anon_sym_and] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_PIPE_GT] = ACTIONS(187), + [anon_sym_LT_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT_GT] = ACTIONS(187), + [anon_sym_LT_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT_GT] = ACTIONS(187), + [anon_sym_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_PIPE_GT] = ACTIONS(187), + [anon_sym_in] = ACTIONS(187), + [anon_sym_CARET_CARET_CARET] = ACTIONS(187), + [anon_sym_SLASH_SLASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH_DASH] = ACTIONS(187), + [anon_sym_LT_GT] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(502), - [anon_sym_fn] = ACTIONS(504), - [anon_sym_LPAREN2] = ACTIONS(506), - [anon_sym_LBRACK2] = ACTIONS(283), + [anon_sym_DOT] = ACTIONS(187), + [anon_sym_do] = ACTIONS(187), + [anon_sym_fn] = ACTIONS(508), + [anon_sym_LPAREN2] = ACTIONS(510), + [anon_sym_LBRACK2] = ACTIONS(185), [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(185), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(512), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(185), + [sym__quoted_atom_start] = ACTIONS(514), }, - [55] = { - [sym__expression] = STATE(2291), - [sym_block] = STATE(2291), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(2291), - [sym_nil] = STATE(2291), - [sym__atom] = STATE(2291), - [sym_quoted_atom] = STATE(2291), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2291), - [sym_charlist] = STATE(2291), - [sym_sigil] = STATE(2291), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(2593), - [sym__keyword] = STATE(800), - [sym_quoted_keyword] = STATE(800), - [sym_list] = STATE(2291), - [sym_tuple] = STATE(2291), - [sym_bitstring] = STATE(2291), - [sym_map] = STATE(2291), - [sym__nullary_operator] = STATE(2291), - [sym_unary_operator] = STATE(2291), - [sym_binary_operator] = STATE(2291), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2291), - [sym_call] = STATE(2291), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1111), - [sym__call_arguments_without_parentheses] = STATE(1202), - [sym_do_block] = STATE(1812), - [sym_access_call] = STATE(2291), - [sym_anonymous_function] = STATE(2291), + [49] = { + [sym__expression] = STATE(2694), + [sym_block] = STATE(2694), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(2694), + [sym_nil] = STATE(2694), + [sym__atom] = STATE(2694), + [sym_quoted_atom] = STATE(2694), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(2694), + [sym_charlist] = STATE(2694), + [sym_sigil] = STATE(2694), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(2563), + [sym__keyword] = STATE(464), + [sym_quoted_keyword] = STATE(464), + [sym_list] = STATE(2694), + [sym_tuple] = STATE(2694), + [sym_bitstring] = STATE(2694), + [sym_map] = STATE(2694), + [sym__nullary_operator] = STATE(2694), + [sym_unary_operator] = STATE(2694), + [sym_binary_operator] = STATE(2694), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(2694), + [sym_call] = STATE(2694), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1123), + [sym__call_arguments_without_parentheses] = STATE(1140), + [sym_do_block] = STATE(1452), + [sym_access_call] = STATE(2694), + [sym_anonymous_function] = STATE(2694), [aux_sym__terminator_token1] = ACTIONS(283), [anon_sym_SEMI] = ACTIONS(285), [anon_sym_LPAREN] = ACTIONS(237), + [anon_sym_RPAREN] = ACTIONS(285), [aux_sym_identifier_token1] = ACTIONS(431), [anon_sym_DOT_DOT_DOT] = ACTIONS(431), [sym_alias] = ACTIONS(433), @@ -29252,8 +29748,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PERCENT] = ACTIONS(263), [anon_sym_DOT_DOT] = ACTIONS(299), [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(447), - [anon_sym_DASH] = ACTIONS(447), + [anon_sym_PLUS] = ACTIONS(537), + [anon_sym_DASH] = ACTIONS(537), [anon_sym_BANG] = ACTIONS(441), [anon_sym_CARET] = ACTIONS(441), [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), @@ -29300,752 +29796,755 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(279), - [anon_sym_end] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(271), - [anon_sym_LPAREN2] = ACTIONS(273), + [anon_sym_do] = ACTIONS(285), + [anon_sym_fn] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(275), [anon_sym_LBRACK2] = ACTIONS(283), [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(283), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), [sym__before_unary_op] = ACTIONS(445), [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(281), }, - [56] = { - [sym__expression] = STATE(2328), - [sym_block] = STATE(2328), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2328), - [sym_nil] = STATE(2328), - [sym__atom] = STATE(2328), - [sym_quoted_atom] = STATE(2328), - [sym__quoted_i_double] = STATE(2216), - [sym__quoted_i_single] = STATE(2217), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2328), - [sym_charlist] = STATE(2328), - [sym_sigil] = STATE(2328), - [sym_keywords] = STATE(3185), - [sym_pair] = STATE(2534), - [sym__keyword] = STATE(489), - [sym_quoted_keyword] = STATE(489), - [sym_list] = STATE(2328), - [sym_tuple] = STATE(2328), - [sym_bitstring] = STATE(2328), - [sym_map] = STATE(2328), - [sym__nullary_operator] = STATE(2328), - [sym_unary_operator] = STATE(2328), - [sym_binary_operator] = STATE(2328), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2328), - [sym_call] = STATE(2328), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym__call_arguments_with_parentheses_immediate] = STATE(2021), - [sym__call_arguments_without_parentheses] = STATE(2333), - [sym_do_block] = STATE(3803), - [sym_access_call] = STATE(2328), - [sym_anonymous_function] = STATE(2328), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [anon_sym_RPAREN] = ACTIONS(187), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(542), - [sym_integer] = ACTIONS(542), - [sym_float] = ACTIONS(542), - [sym_char] = ACTIONS(542), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(542), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(562), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(187), - [anon_sym_BSLASH_BSLASH] = ACTIONS(187), - [anon_sym_when] = ACTIONS(187), - [anon_sym_COLON_COLON] = ACTIONS(187), - [anon_sym_EQ_GT] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(187), - [anon_sym_PIPE_PIPE] = ACTIONS(187), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_AMP_AMP] = ACTIONS(187), - [anon_sym_AMP_AMP_AMP] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_PIPE_GT] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_GT_GT_GT] = ACTIONS(187), - [anon_sym_LT_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT_GT] = ACTIONS(187), - [anon_sym_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_PIPE_GT] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_CARET_CARET_CARET] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH_DASH] = ACTIONS(187), - [anon_sym_LT_GT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(574), - [anon_sym_fn] = ACTIONS(576), - [anon_sym_LPAREN2] = ACTIONS(578), - [anon_sym_LBRACK2] = ACTIONS(185), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(580), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [57] = { - [sym__expression] = STATE(3189), - [sym_block] = STATE(3189), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3189), - [sym_nil] = STATE(3189), - [sym__atom] = STATE(3189), - [sym_quoted_atom] = STATE(3189), - [sym__quoted_i_double] = STATE(3131), - [sym__quoted_i_single] = STATE(3132), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3189), - [sym_charlist] = STATE(3189), - [sym_sigil] = STATE(3189), - [sym_keywords] = STATE(3198), - [sym_pair] = STATE(3135), - [sym__keyword] = STATE(473), - [sym_quoted_keyword] = STATE(473), - [sym_list] = STATE(3189), - [sym_tuple] = STATE(3189), - [sym_bitstring] = STATE(3189), - [sym_map] = STATE(3189), - [sym__nullary_operator] = STATE(3189), - [sym_unary_operator] = STATE(3189), - [sym_binary_operator] = STATE(3189), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3189), - [sym_call] = STATE(3189), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym__call_arguments_with_parentheses_immediate] = STATE(2471), - [sym__call_arguments_without_parentheses] = STATE(3103), - [sym_do_block] = STATE(3282), - [sym_access_call] = STATE(3189), - [sym_anonymous_function] = STATE(3189), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(590), - [sym_integer] = ACTIONS(590), - [sym_float] = ACTIONS(590), - [sym_char] = ACTIONS(590), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(610), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_GT_GT] = ACTIONS(187), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(187), - [anon_sym_BSLASH_BSLASH] = ACTIONS(187), - [anon_sym_when] = ACTIONS(187), - [anon_sym_COLON_COLON] = ACTIONS(187), - [anon_sym_EQ_GT] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(187), - [anon_sym_PIPE_PIPE] = ACTIONS(187), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_AMP_AMP] = ACTIONS(187), - [anon_sym_AMP_AMP_AMP] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_PIPE_GT] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_GT_GT_GT] = ACTIONS(187), - [anon_sym_LT_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT_GT] = ACTIONS(187), - [anon_sym_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_PIPE_GT] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_CARET_CARET_CARET] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH_DASH] = ACTIONS(187), - [anon_sym_LT_GT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(622), - [anon_sym_LPAREN2] = ACTIONS(624), - [anon_sym_LBRACK2] = ACTIONS(185), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(185), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [58] = { - [sym__expression] = STATE(2328), - [sym_block] = STATE(2328), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2328), - [sym_nil] = STATE(2328), - [sym__atom] = STATE(2328), - [sym_quoted_atom] = STATE(2328), - [sym__quoted_i_double] = STATE(2216), - [sym__quoted_i_single] = STATE(2217), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2328), - [sym_charlist] = STATE(2328), - [sym_sigil] = STATE(2328), - [sym_keywords] = STATE(3185), - [sym_pair] = STATE(2534), - [sym__keyword] = STATE(489), - [sym_quoted_keyword] = STATE(489), - [sym_list] = STATE(2328), - [sym_tuple] = STATE(2328), - [sym_bitstring] = STATE(2328), - [sym_map] = STATE(2328), - [sym__nullary_operator] = STATE(2328), - [sym_unary_operator] = STATE(2328), - [sym_binary_operator] = STATE(2328), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2328), - [sym_call] = STATE(2328), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym__call_arguments_with_parentheses_immediate] = STATE(2189), - [sym__call_arguments_without_parentheses] = STATE(2651), - [sym_do_block] = STATE(2683), - [sym_access_call] = STATE(2328), - [sym_anonymous_function] = STATE(2328), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [anon_sym_RPAREN] = ACTIONS(285), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(542), - [sym_integer] = ACTIONS(542), - [sym_float] = ACTIONS(542), - [sym_char] = ACTIONS(542), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(542), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(562), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(630), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(633), - [anon_sym_DASH] = ACTIONS(633), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(287), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(576), - [anon_sym_LPAREN2] = ACTIONS(578), - [anon_sym_LBRACK2] = ACTIONS(283), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(283), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [59] = { - [sym__expression] = STATE(2328), - [sym_block] = STATE(2328), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2328), - [sym_nil] = STATE(2328), - [sym__atom] = STATE(2328), - [sym_quoted_atom] = STATE(2328), - [sym__quoted_i_double] = STATE(2216), - [sym__quoted_i_single] = STATE(2217), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2328), - [sym_charlist] = STATE(2328), - [sym_sigil] = STATE(2328), - [sym_keywords] = STATE(3185), - [sym_pair] = STATE(2534), - [sym__keyword] = STATE(489), - [sym_quoted_keyword] = STATE(489), - [sym_list] = STATE(2328), - [sym_tuple] = STATE(2328), - [sym_bitstring] = STATE(2328), - [sym_map] = STATE(2328), - [sym__nullary_operator] = STATE(2328), - [sym_unary_operator] = STATE(2328), - [sym_binary_operator] = STATE(2328), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2328), - [sym_call] = STATE(2328), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym__call_arguments_with_parentheses_immediate] = STATE(2173), - [sym__call_arguments_without_parentheses] = STATE(2647), - [sym_do_block] = STATE(2688), - [sym_access_call] = STATE(2328), - [sym_anonymous_function] = STATE(2328), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [anon_sym_RPAREN] = ACTIONS(187), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(542), - [sym_integer] = ACTIONS(542), - [sym_float] = ACTIONS(542), - [sym_char] = ACTIONS(542), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(542), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(562), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(187), - [anon_sym_BSLASH_BSLASH] = ACTIONS(187), - [anon_sym_when] = ACTIONS(187), - [anon_sym_COLON_COLON] = ACTIONS(187), - [anon_sym_EQ_GT] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(187), - [anon_sym_PIPE_PIPE] = ACTIONS(187), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_AMP_AMP] = ACTIONS(187), - [anon_sym_AMP_AMP_AMP] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_PIPE_GT] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_GT_GT_GT] = ACTIONS(187), - [anon_sym_LT_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT_GT] = ACTIONS(187), - [anon_sym_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_PIPE_GT] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_CARET_CARET_CARET] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH_DASH] = ACTIONS(187), - [anon_sym_LT_GT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(187), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(576), - [anon_sym_LPAREN2] = ACTIONS(578), - [anon_sym_LBRACK2] = ACTIONS(185), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(185), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [60] = { - [sym__expression] = STATE(3189), - [sym_block] = STATE(3189), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3189), - [sym_nil] = STATE(3189), - [sym__atom] = STATE(3189), - [sym_quoted_atom] = STATE(3189), - [sym__quoted_i_double] = STATE(3131), - [sym__quoted_i_single] = STATE(3132), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3189), - [sym_charlist] = STATE(3189), - [sym_sigil] = STATE(3189), - [sym_keywords] = STATE(3198), - [sym_pair] = STATE(3135), - [sym__keyword] = STATE(473), - [sym_quoted_keyword] = STATE(473), - [sym_list] = STATE(3189), - [sym_tuple] = STATE(3189), - [sym_bitstring] = STATE(3189), - [sym_map] = STATE(3189), - [sym__nullary_operator] = STATE(3189), - [sym_unary_operator] = STATE(3189), - [sym_binary_operator] = STATE(3189), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3189), - [sym_call] = STATE(3189), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym__call_arguments_with_parentheses_immediate] = STATE(2466), - [sym__call_arguments_without_parentheses] = STATE(3107), - [sym_do_block] = STATE(3281), - [sym_access_call] = STATE(3189), - [sym_anonymous_function] = STATE(3189), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(590), - [sym_integer] = ACTIONS(590), - [sym_float] = ACTIONS(590), - [sym_char] = ACTIONS(590), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(610), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_GT_GT] = ACTIONS(285), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(636), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(622), - [anon_sym_LPAREN2] = ACTIONS(624), - [anon_sym_LBRACK2] = ACTIONS(283), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(283), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [61] = { - [sym__expression] = STATE(2495), - [sym_block] = STATE(2495), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(2495), - [sym_nil] = STATE(2495), - [sym__atom] = STATE(2495), - [sym_quoted_atom] = STATE(2495), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2495), - [sym_charlist] = STATE(2495), - [sym_sigil] = STATE(2495), - [sym_keywords] = STATE(1477), - [sym_pair] = STATE(2350), - [sym__keyword] = STATE(523), - [sym_quoted_keyword] = STATE(523), - [sym_list] = STATE(2495), - [sym_tuple] = STATE(2495), - [sym_bitstring] = STATE(2495), - [sym_map] = STATE(2495), - [sym__nullary_operator] = STATE(2495), - [sym_unary_operator] = STATE(2495), - [sym_binary_operator] = STATE(2495), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2495), - [sym_call] = STATE(2495), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym__call_arguments_with_parentheses_immediate] = STATE(1111), - [sym__call_arguments_without_parentheses] = STATE(1202), - [sym_do_block] = STATE(1812), - [sym_access_call] = STATE(2495), - [sym_anonymous_function] = STATE(2495), - [aux_sym__terminator_token1] = ACTIONS(283), - [anon_sym_SEMI] = ACTIONS(285), + [50] = { + [sym__expression] = STATE(2402), + [sym_block] = STATE(2402), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(2402), + [sym_nil] = STATE(2402), + [sym__atom] = STATE(2402), + [sym_quoted_atom] = STATE(2402), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(2402), + [sym_charlist] = STATE(2402), + [sym_sigil] = STATE(2402), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(2367), + [sym__keyword] = STATE(568), + [sym_quoted_keyword] = STATE(568), + [sym_list] = STATE(2402), + [sym_tuple] = STATE(2402), + [sym_bitstring] = STATE(2402), + [sym_map] = STATE(2402), + [sym__nullary_operator] = STATE(2402), + [sym_unary_operator] = STATE(2402), + [sym_binary_operator] = STATE(2402), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(2402), + [sym_call] = STATE(2402), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1117), + [sym__call_arguments_without_parentheses] = STATE(1253), + [sym_do_block] = STATE(1453), + [sym_access_call] = STATE(2402), + [sym_anonymous_function] = STATE(2402), + [aux_sym__terminator_token1] = ACTIONS(185), + [anon_sym_SEMI] = ACTIONS(187), [anon_sym_LPAREN] = ACTIONS(237), - [anon_sym_RPAREN] = ACTIONS(285), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(520), - [sym_integer] = ACTIONS(520), - [sym_float] = ACTIONS(520), - [sym_char] = ACTIONS(520), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(449), + [sym_integer] = ACTIONS(449), + [sym_float] = ACTIONS(449), + [sym_char] = ACTIONS(449), [anon_sym_true] = ACTIONS(241), [anon_sym_false] = ACTIONS(241), [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(520), + [sym_atom] = ACTIONS(449), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_COMMA] = ACTIONS(187), + [sym_keyword] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(187), + [anon_sym_BSLASH_BSLASH] = ACTIONS(187), + [anon_sym_when] = ACTIONS(187), + [anon_sym_COLON_COLON] = ACTIONS(187), + [anon_sym_EQ_GT] = ACTIONS(187), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PIPE_PIPE] = ACTIONS(187), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), + [anon_sym_or] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(187), + [anon_sym_AMP_AMP_AMP] = ACTIONS(187), + [anon_sym_and] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_PIPE_GT] = ACTIONS(187), + [anon_sym_LT_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT_GT] = ACTIONS(187), + [anon_sym_LT_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT_GT] = ACTIONS(187), + [anon_sym_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_PIPE_GT] = ACTIONS(187), + [anon_sym_in] = ACTIONS(187), + [anon_sym_CARET_CARET_CARET] = ACTIONS(187), + [anon_sym_SLASH_SLASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH_DASH] = ACTIONS(187), + [anon_sym_LT_GT] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(187), + [anon_sym_do] = ACTIONS(187), + [anon_sym_end] = ACTIONS(187), + [anon_sym_fn] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(275), + [anon_sym_LBRACK2] = ACTIONS(185), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(185), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(185), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [51] = { + [sym__expression] = STATE(2694), + [sym_block] = STATE(2694), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(2694), + [sym_nil] = STATE(2694), + [sym__atom] = STATE(2694), + [sym_quoted_atom] = STATE(2694), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(2694), + [sym_charlist] = STATE(2694), + [sym_sigil] = STATE(2694), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(2563), + [sym__keyword] = STATE(464), + [sym_quoted_keyword] = STATE(464), + [sym_list] = STATE(2694), + [sym_tuple] = STATE(2694), + [sym_bitstring] = STATE(2694), + [sym_map] = STATE(2694), + [sym__nullary_operator] = STATE(2694), + [sym_unary_operator] = STATE(2694), + [sym_binary_operator] = STATE(2694), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(2694), + [sym_call] = STATE(2694), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1106), + [sym__call_arguments_without_parentheses] = STATE(1283), + [sym_do_block] = STATE(2017), + [sym_access_call] = STATE(2694), + [sym_anonymous_function] = STATE(2694), + [aux_sym__terminator_token1] = ACTIONS(185), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(237), + [anon_sym_RPAREN] = ACTIONS(187), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(433), + [sym_integer] = ACTIONS(433), + [sym_float] = ACTIONS(433), + [sym_char] = ACTIONS(433), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(433), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_COMMA] = ACTIONS(187), + [sym_keyword] = ACTIONS(437), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(187), + [anon_sym_BSLASH_BSLASH] = ACTIONS(187), + [anon_sym_when] = ACTIONS(187), + [anon_sym_COLON_COLON] = ACTIONS(187), + [anon_sym_EQ_GT] = ACTIONS(187), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PIPE_PIPE] = ACTIONS(187), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), + [anon_sym_or] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(187), + [anon_sym_AMP_AMP_AMP] = ACTIONS(187), + [anon_sym_and] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_PIPE_GT] = ACTIONS(187), + [anon_sym_LT_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT_GT] = ACTIONS(187), + [anon_sym_LT_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT_GT] = ACTIONS(187), + [anon_sym_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_PIPE_GT] = ACTIONS(187), + [anon_sym_in] = ACTIONS(187), + [anon_sym_CARET_CARET_CARET] = ACTIONS(187), + [anon_sym_SLASH_SLASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH_DASH] = ACTIONS(187), + [anon_sym_LT_GT] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(187), + [anon_sym_do] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(275), + [anon_sym_LBRACK2] = ACTIONS(185), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(277), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(185), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [52] = { + [sym__expression] = STATE(2165), + [sym_block] = STATE(2165), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2165), + [sym_nil] = STATE(2165), + [sym__atom] = STATE(2165), + [sym_quoted_atom] = STATE(2165), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2165), + [sym_charlist] = STATE(2165), + [sym_sigil] = STATE(2165), + [sym_keywords] = STATE(1210), + [sym_pair] = STATE(2162), + [sym__keyword] = STATE(509), + [sym_quoted_keyword] = STATE(509), + [sym_list] = STATE(2165), + [sym_tuple] = STATE(2165), + [sym_bitstring] = STATE(2165), + [sym_map] = STATE(2165), + [sym__nullary_operator] = STATE(2165), + [sym_unary_operator] = STATE(2165), + [sym_binary_operator] = STATE(2165), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2165), + [sym_call] = STATE(2165), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym__call_arguments_with_parentheses_immediate] = STATE(1086), + [sym__call_arguments_without_parentheses] = STATE(1112), + [sym_do_block] = STATE(1257), + [sym_access_call] = STATE(2165), + [sym_anonymous_function] = STATE(2165), + [aux_sym__terminator_token1] = ACTIONS(185), + [anon_sym_SEMI] = ACTIONS(187), + [anon_sym_LPAREN] = ACTIONS(189), + [anon_sym_RPAREN] = ACTIONS(187), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(516), + [sym_integer] = ACTIONS(516), + [sym_float] = ACTIONS(516), + [sym_char] = ACTIONS(516), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(516), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_COMMA] = ACTIONS(187), + [sym_keyword] = ACTIONS(520), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(187), + [anon_sym_BSLASH_BSLASH] = ACTIONS(187), + [anon_sym_when] = ACTIONS(187), + [anon_sym_COLON_COLON] = ACTIONS(187), + [anon_sym_EQ_GT] = ACTIONS(187), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PIPE_PIPE] = ACTIONS(187), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), + [anon_sym_or] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(187), + [anon_sym_AMP_AMP_AMP] = ACTIONS(187), + [anon_sym_and] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_PIPE_GT] = ACTIONS(187), + [anon_sym_LT_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT_GT] = ACTIONS(187), + [anon_sym_LT_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT_GT] = ACTIONS(187), + [anon_sym_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_PIPE_GT] = ACTIONS(187), + [anon_sym_in] = ACTIONS(187), + [anon_sym_CARET_CARET_CARET] = ACTIONS(187), + [anon_sym_SLASH_SLASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH_DASH] = ACTIONS(187), + [anon_sym_LT_GT] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(187), + [anon_sym_DOT] = ACTIONS(187), + [anon_sym_do] = ACTIONS(187), + [anon_sym_fn] = ACTIONS(227), + [anon_sym_LPAREN2] = ACTIONS(229), + [anon_sym_LBRACK2] = ACTIONS(185), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(185), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(185), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [53] = { + [sym__expression] = STATE(2158), + [sym_block] = STATE(2158), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2158), + [sym_nil] = STATE(2158), + [sym__atom] = STATE(2158), + [sym_quoted_atom] = STATE(2158), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2158), + [sym_charlist] = STATE(2158), + [sym_sigil] = STATE(2158), + [sym_keywords] = STATE(2157), + [sym_pair] = STATE(2161), + [sym__keyword] = STATE(551), + [sym_quoted_keyword] = STATE(551), + [sym_list] = STATE(2158), + [sym_tuple] = STATE(2158), + [sym_bitstring] = STATE(2158), + [sym_map] = STATE(2158), + [sym__nullary_operator] = STATE(2158), + [sym_unary_operator] = STATE(2158), + [sym_binary_operator] = STATE(2158), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2158), + [sym_call] = STATE(2158), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym__call_arguments_with_parentheses_immediate] = STATE(1744), + [sym__call_arguments_without_parentheses] = STATE(1981), + [sym_do_block] = STATE(3140), + [sym_access_call] = STATE(2158), + [sym_anonymous_function] = STATE(2158), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [anon_sym_RPAREN] = ACTIONS(285), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(369), + [sym_integer] = ACTIONS(369), + [sym_float] = ACTIONS(369), + [sym_char] = ACTIONS(369), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(369), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_RBRACE] = ACTIONS(285), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_RBRACK] = ACTIONS(285), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(389), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(395), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(400), + [anon_sym_DASH] = ACTIONS(400), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(427), + [anon_sym_fn] = ACTIONS(407), + [anon_sym_LPAREN2] = ACTIONS(409), + [anon_sym_LBRACK2] = ACTIONS(283), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [54] = { + [sym__expression] = STATE(2927), + [sym_block] = STATE(2927), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(2927), + [sym_nil] = STATE(2927), + [sym__atom] = STATE(2927), + [sym_quoted_atom] = STATE(2927), + [sym__quoted_i_double] = STATE(3347), + [sym__quoted_i_single] = STATE(3348), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(2927), + [sym_charlist] = STATE(2927), + [sym_sigil] = STATE(2927), + [sym_keywords] = STATE(3657), + [sym_pair] = STATE(3276), + [sym__keyword] = STATE(588), + [sym_quoted_keyword] = STATE(588), + [sym_list] = STATE(2927), + [sym_tuple] = STATE(2927), + [sym_bitstring] = STATE(2927), + [sym_map] = STATE(2927), + [sym__nullary_operator] = STATE(2927), + [sym_unary_operator] = STATE(2927), + [sym_binary_operator] = STATE(2927), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(2927), + [sym_call] = STATE(2927), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym__call_arguments_with_parentheses_immediate] = STATE(2723), + [sym__call_arguments_without_parentheses] = STATE(3181), + [sym_do_block] = STATE(4447), + [sym_access_call] = STATE(2927), + [sym_anonymous_function] = STATE(2927), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(544), + [sym_integer] = ACTIONS(544), + [sym_float] = ACTIONS(544), + [sym_char] = ACTIONS(544), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(544), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_COMMA] = ACTIONS(187), + [sym_keyword] = ACTIONS(564), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(187), + [anon_sym_BSLASH_BSLASH] = ACTIONS(187), + [anon_sym_when] = ACTIONS(187), + [anon_sym_COLON_COLON] = ACTIONS(187), + [anon_sym_EQ_GT] = ACTIONS(187), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PIPE_PIPE] = ACTIONS(187), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), + [anon_sym_or] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(187), + [anon_sym_AMP_AMP_AMP] = ACTIONS(187), + [anon_sym_and] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_PIPE_GT] = ACTIONS(187), + [anon_sym_LT_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT_GT] = ACTIONS(187), + [anon_sym_LT_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT_GT] = ACTIONS(187), + [anon_sym_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_PIPE_GT] = ACTIONS(187), + [anon_sym_in] = ACTIONS(187), + [anon_sym_CARET_CARET_CARET] = ACTIONS(187), + [anon_sym_SLASH_SLASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH_DASH] = ACTIONS(187), + [anon_sym_LT_GT] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(187), + [anon_sym_do] = ACTIONS(576), + [anon_sym_fn] = ACTIONS(578), + [anon_sym_LPAREN2] = ACTIONS(580), + [anon_sym_LBRACK2] = ACTIONS(185), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(582), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(185), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [55] = { + [sym__expression] = STATE(2402), + [sym_block] = STATE(2402), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(2402), + [sym_nil] = STATE(2402), + [sym__atom] = STATE(2402), + [sym_quoted_atom] = STATE(2402), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(2402), + [sym_charlist] = STATE(2402), + [sym_sigil] = STATE(2402), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(2367), + [sym__keyword] = STATE(568), + [sym_quoted_keyword] = STATE(568), + [sym_list] = STATE(2402), + [sym_tuple] = STATE(2402), + [sym_bitstring] = STATE(2402), + [sym_map] = STATE(2402), + [sym__nullary_operator] = STATE(2402), + [sym_unary_operator] = STATE(2402), + [sym_binary_operator] = STATE(2402), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(2402), + [sym_call] = STATE(2402), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1102), + [sym__call_arguments_without_parentheses] = STATE(1294), + [sym_do_block] = STATE(2012), + [sym_access_call] = STATE(2402), + [sym_anonymous_function] = STATE(2402), + [aux_sym__terminator_token1] = ACTIONS(283), + [anon_sym_SEMI] = ACTIONS(285), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(449), + [sym_integer] = ACTIONS(449), + [sym_float] = ACTIONS(449), + [sym_char] = ACTIONS(449), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(449), [anon_sym_DQUOTE] = ACTIONS(245), [anon_sym_SQUOTE] = ACTIONS(247), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), @@ -30056,20 +30555,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(287), [anon_sym_PIPE] = ACTIONS(287), [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(522), + [anon_sym_TILDE] = ACTIONS(451), [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(524), + [sym_keyword] = ACTIONS(453), [anon_sym_LT_LT] = ACTIONS(261), [anon_sym_PERCENT] = ACTIONS(263), [anon_sym_DOT_DOT] = ACTIONS(299), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(534), - [anon_sym_DASH] = ACTIONS(534), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(457), + [anon_sym_DASH] = ACTIONS(457), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), [anon_sym_LT_DASH] = ACTIONS(287), [anon_sym_BSLASH_BSLASH] = ACTIONS(287), [anon_sym_when] = ACTIONS(287), @@ -30111,66 +30610,338 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(279), - [anon_sym_fn] = ACTIONS(271), - [anon_sym_LPAREN2] = ACTIONS(273), + [anon_sym_do] = ACTIONS(271), + [anon_sym_end] = ACTIONS(285), + [anon_sym_fn] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(275), [anon_sym_LBRACK2] = ACTIONS(283), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), + [sym__before_unary_op] = ACTIONS(464), [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(281), }, - [62] = { - [sym__expression] = STATE(3189), - [sym_block] = STATE(3189), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3189), - [sym_nil] = STATE(3189), - [sym__atom] = STATE(3189), - [sym_quoted_atom] = STATE(3189), - [sym__quoted_i_double] = STATE(3131), - [sym__quoted_i_single] = STATE(3132), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3189), - [sym_charlist] = STATE(3189), - [sym_sigil] = STATE(3189), - [sym_keywords] = STATE(3198), - [sym_pair] = STATE(3135), - [sym__keyword] = STATE(473), - [sym_quoted_keyword] = STATE(473), - [sym_list] = STATE(3189), - [sym_tuple] = STATE(3189), - [sym_bitstring] = STATE(3189), - [sym_map] = STATE(3189), - [sym__nullary_operator] = STATE(3189), - [sym_unary_operator] = STATE(3189), - [sym_binary_operator] = STATE(3189), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3189), - [sym_call] = STATE(3189), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), + [56] = { + [sym__expression] = STATE(2694), + [sym_block] = STATE(2694), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(2694), + [sym_nil] = STATE(2694), + [sym__atom] = STATE(2694), + [sym_quoted_atom] = STATE(2694), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(2694), + [sym_charlist] = STATE(2694), + [sym_sigil] = STATE(2694), + [sym_keywords] = STATE(1530), + [sym_pair] = STATE(2563), + [sym__keyword] = STATE(464), + [sym_quoted_keyword] = STATE(464), + [sym_list] = STATE(2694), + [sym_tuple] = STATE(2694), + [sym_bitstring] = STATE(2694), + [sym_map] = STATE(2694), + [sym__nullary_operator] = STATE(2694), + [sym_unary_operator] = STATE(2694), + [sym_binary_operator] = STATE(2694), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(2694), + [sym_call] = STATE(2694), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym__call_arguments_with_parentheses_immediate] = STATE(1102), + [sym__call_arguments_without_parentheses] = STATE(1294), + [sym_do_block] = STATE(2012), + [sym_access_call] = STATE(2694), + [sym_anonymous_function] = STATE(2694), + [aux_sym__terminator_token1] = ACTIONS(283), + [anon_sym_SEMI] = ACTIONS(285), + [anon_sym_LPAREN] = ACTIONS(237), + [anon_sym_RPAREN] = ACTIONS(285), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(433), + [sym_integer] = ACTIONS(433), + [sym_float] = ACTIONS(433), + [sym_char] = ACTIONS(433), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(433), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(437), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(299), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(537), + [anon_sym_DASH] = ACTIONS(537), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(273), + [anon_sym_LPAREN2] = ACTIONS(275), + [anon_sym_LBRACK2] = ACTIONS(283), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [57] = { + [sym__expression] = STATE(2927), + [sym_block] = STATE(2927), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(2927), + [sym_nil] = STATE(2927), + [sym__atom] = STATE(2927), + [sym_quoted_atom] = STATE(2927), + [sym__quoted_i_double] = STATE(3347), + [sym__quoted_i_single] = STATE(3348), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(2927), + [sym_charlist] = STATE(2927), + [sym_sigil] = STATE(2927), + [sym_keywords] = STATE(3657), + [sym_pair] = STATE(3276), + [sym__keyword] = STATE(588), + [sym_quoted_keyword] = STATE(588), + [sym_list] = STATE(2927), + [sym_tuple] = STATE(2927), + [sym_bitstring] = STATE(2927), + [sym_map] = STATE(2927), + [sym__nullary_operator] = STATE(2927), + [sym_unary_operator] = STATE(2927), + [sym_binary_operator] = STATE(2927), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(2927), + [sym_call] = STATE(2927), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym__call_arguments_with_parentheses_immediate] = STATE(2224), - [sym__call_arguments_without_parentheses] = STATE(3157), - [sym_do_block] = STATE(4094), - [sym_access_call] = STATE(3189), - [sym_anonymous_function] = STATE(3189), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym__call_arguments_with_parentheses_immediate] = STATE(2731), + [sym__call_arguments_without_parentheses] = STATE(3169), + [sym_do_block] = STATE(3743), + [sym_access_call] = STATE(2927), + [sym_anonymous_function] = STATE(2927), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(544), + [sym_integer] = ACTIONS(544), + [sym_float] = ACTIONS(544), + [sym_char] = ACTIONS(544), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(544), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_COMMA] = ACTIONS(187), + [sym_keyword] = ACTIONS(564), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_GT_GT] = ACTIONS(187), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(187), + [anon_sym_BSLASH_BSLASH] = ACTIONS(187), + [anon_sym_when] = ACTIONS(187), + [anon_sym_COLON_COLON] = ACTIONS(187), + [anon_sym_EQ_GT] = ACTIONS(187), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PIPE_PIPE] = ACTIONS(187), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), + [anon_sym_or] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(187), + [anon_sym_AMP_AMP_AMP] = ACTIONS(187), + [anon_sym_and] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_PIPE_GT] = ACTIONS(187), + [anon_sym_LT_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT_GT] = ACTIONS(187), + [anon_sym_LT_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT_GT] = ACTIONS(187), + [anon_sym_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_PIPE_GT] = ACTIONS(187), + [anon_sym_in] = ACTIONS(187), + [anon_sym_CARET_CARET_CARET] = ACTIONS(187), + [anon_sym_SLASH_SLASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH_DASH] = ACTIONS(187), + [anon_sym_LT_GT] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(187), + [anon_sym_do] = ACTIONS(187), + [anon_sym_fn] = ACTIONS(578), + [anon_sym_LPAREN2] = ACTIONS(580), + [anon_sym_LBRACK2] = ACTIONS(185), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(185), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(185), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [58] = { + [sym__expression] = STATE(2573), + [sym_block] = STATE(2573), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(2573), + [sym_nil] = STATE(2573), + [sym__atom] = STATE(2573), + [sym_quoted_atom] = STATE(2573), + [sym__quoted_i_double] = STATE(2456), + [sym__quoted_i_single] = STATE(2457), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(2573), + [sym_charlist] = STATE(2573), + [sym_sigil] = STATE(2573), + [sym_keywords] = STATE(3346), + [sym_pair] = STATE(2470), + [sym__keyword] = STATE(830), + [sym_quoted_keyword] = STATE(830), + [sym_list] = STATE(2573), + [sym_tuple] = STATE(2573), + [sym_bitstring] = STATE(2573), + [sym_map] = STATE(2573), + [sym__nullary_operator] = STATE(2573), + [sym_unary_operator] = STATE(2573), + [sym_binary_operator] = STATE(2573), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(2573), + [sym_call] = STATE(2573), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym__call_arguments_with_parentheses_immediate] = STATE(2226), + [sym__call_arguments_without_parentheses] = STATE(2558), + [sym_do_block] = STATE(4208), + [sym_access_call] = STATE(2573), + [sym_anonymous_function] = STATE(2573), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [anon_sym_RPAREN] = ACTIONS(187), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), [sym_alias] = ACTIONS(590), [sym_integer] = ACTIONS(590), [sym_float] = ACTIONS(590), @@ -30193,7 +30964,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(187), [sym_keyword] = ACTIONS(610), [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_GT_GT] = ACTIONS(187), [anon_sym_PERCENT] = ACTIONS(614), [anon_sym_DOT_DOT] = ACTIONS(187), [anon_sym_AMP] = ACTIONS(616), @@ -30243,79 +31013,349 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(187), [anon_sym_STAR_STAR] = ACTIONS(187), [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(187), [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(642), - [anon_sym_fn] = ACTIONS(622), - [anon_sym_LPAREN2] = ACTIONS(624), + [anon_sym_do] = ACTIONS(622), + [anon_sym_fn] = ACTIONS(624), + [anon_sym_LPAREN2] = ACTIONS(626), [anon_sym_LBRACK2] = ACTIONS(185), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(644), + [sym__newline_before_do] = ACTIONS(628), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), + [sym__before_unary_op] = ACTIONS(630), [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(628), + [sym__quoted_atom_start] = ACTIONS(632), }, - [63] = { - [sym__expression] = STATE(2081), - [sym_block] = STATE(2081), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2081), - [sym_nil] = STATE(2081), - [sym__atom] = STATE(2081), - [sym_quoted_atom] = STATE(2081), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2081), - [sym_charlist] = STATE(2081), - [sym_sigil] = STATE(2081), - [sym_keywords] = STATE(1286), - [sym_pair] = STATE(2128), - [sym__keyword] = STATE(797), - [sym_quoted_keyword] = STATE(797), - [sym_list] = STATE(2081), - [sym_tuple] = STATE(2081), - [sym_bitstring] = STATE(2081), - [sym_map] = STATE(2081), - [sym__nullary_operator] = STATE(2081), - [sym_unary_operator] = STATE(2081), - [sym_binary_operator] = STATE(2081), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2081), - [sym_call] = STATE(2081), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), + [59] = { + [sym__expression] = STATE(2927), + [sym_block] = STATE(2927), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(2927), + [sym_nil] = STATE(2927), + [sym__atom] = STATE(2927), + [sym_quoted_atom] = STATE(2927), + [sym__quoted_i_double] = STATE(3347), + [sym__quoted_i_single] = STATE(3348), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(2927), + [sym_charlist] = STATE(2927), + [sym_sigil] = STATE(2927), + [sym_keywords] = STATE(3657), + [sym_pair] = STATE(3276), + [sym__keyword] = STATE(588), + [sym_quoted_keyword] = STATE(588), + [sym_list] = STATE(2927), + [sym_tuple] = STATE(2927), + [sym_bitstring] = STATE(2927), + [sym_map] = STATE(2927), + [sym__nullary_operator] = STATE(2927), + [sym_unary_operator] = STATE(2927), + [sym_binary_operator] = STATE(2927), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(2927), + [sym_call] = STATE(2927), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym__call_arguments_with_parentheses_immediate] = STATE(2726), + [sym__call_arguments_without_parentheses] = STATE(3174), + [sym_do_block] = STATE(3669), + [sym_access_call] = STATE(2927), + [sym_anonymous_function] = STATE(2927), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(544), + [sym_integer] = ACTIONS(544), + [sym_float] = ACTIONS(544), + [sym_char] = ACTIONS(544), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(544), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(564), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_GT_GT] = ACTIONS(285), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(634), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(637), + [anon_sym_DASH] = ACTIONS(637), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(285), + [anon_sym_fn] = ACTIONS(578), + [anon_sym_LPAREN2] = ACTIONS(580), + [anon_sym_LBRACK2] = ACTIONS(283), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(283), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [60] = { + [sym__expression] = STATE(2380), + [sym_block] = STATE(2380), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(2380), + [sym_nil] = STATE(2380), + [sym__atom] = STATE(2380), + [sym_quoted_atom] = STATE(2380), + [sym__quoted_i_double] = STATE(2642), + [sym__quoted_i_single] = STATE(2620), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(2380), + [sym_charlist] = STATE(2380), + [sym_sigil] = STATE(2380), + [sym_keywords] = STATE(3469), + [sym_pair] = STATE(2698), + [sym__keyword] = STATE(583), + [sym_quoted_keyword] = STATE(583), + [sym_list] = STATE(2380), + [sym_tuple] = STATE(2380), + [sym_bitstring] = STATE(2380), + [sym_map] = STATE(2380), + [sym__nullary_operator] = STATE(2380), + [sym_unary_operator] = STATE(2380), + [sym_binary_operator] = STATE(2380), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(2380), + [sym_call] = STATE(2380), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym__call_arguments_with_parentheses_immediate] = STATE(2139), + [sym__call_arguments_without_parentheses] = STATE(2381), + [sym_do_block] = STATE(4407), + [sym_access_call] = STATE(2380), + [sym_anonymous_function] = STATE(2380), + [ts_builtin_sym_end] = ACTIONS(283), + [aux_sym__terminator_token1] = ACTIONS(283), + [anon_sym_SEMI] = ACTIONS(285), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(470), + [sym_integer] = ACTIONS(470), + [sym_float] = ACTIONS(470), + [sym_char] = ACTIONS(470), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(470), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(496), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(501), + [anon_sym_DASH] = ACTIONS(501), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(533), + [anon_sym_fn] = ACTIONS(508), + [anon_sym_LPAREN2] = ACTIONS(510), + [anon_sym_LBRACK2] = ACTIONS(283), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [61] = { + [sym__expression] = STATE(2165), + [sym_block] = STATE(2165), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2165), + [sym_nil] = STATE(2165), + [sym__atom] = STATE(2165), + [sym_quoted_atom] = STATE(2165), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2165), + [sym_charlist] = STATE(2165), + [sym_sigil] = STATE(2165), + [sym_keywords] = STATE(1210), + [sym_pair] = STATE(2162), + [sym__keyword] = STATE(509), + [sym_quoted_keyword] = STATE(509), + [sym_list] = STATE(2165), + [sym_tuple] = STATE(2165), + [sym_bitstring] = STATE(2165), + [sym_map] = STATE(2165), + [sym__nullary_operator] = STATE(2165), + [sym_unary_operator] = STATE(2165), + [sym_binary_operator] = STATE(2165), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2165), + [sym_call] = STATE(2165), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym__call_arguments_with_parentheses_immediate] = STATE(1076), - [sym__call_arguments_without_parentheses] = STATE(1086), - [sym_do_block] = STATE(1686), - [sym_access_call] = STATE(2081), - [sym_anonymous_function] = STATE(2081), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym__call_arguments_with_parentheses_immediate] = STATE(1085), + [sym__call_arguments_without_parentheses] = STATE(1126), + [sym_do_block] = STATE(1678), + [sym_access_call] = STATE(2165), + [sym_anonymous_function] = STATE(2165), [aux_sym__terminator_token1] = ACTIONS(283), [anon_sym_SEMI] = ACTIONS(285), [anon_sym_LPAREN] = ACTIONS(189), [anon_sym_RPAREN] = ACTIONS(285), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(452), - [sym_integer] = ACTIONS(452), - [sym_float] = ACTIONS(452), - [sym_char] = ACTIONS(452), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(516), + [sym_integer] = ACTIONS(516), + [sym_float] = ACTIONS(516), + [sym_char] = ACTIONS(516), [anon_sym_true] = ACTIONS(195), [anon_sym_false] = ACTIONS(195), [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(452), + [sym_atom] = ACTIONS(516), [anon_sym_DQUOTE] = ACTIONS(199), [anon_sym_SQUOTE] = ACTIONS(201), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), @@ -30326,20 +31366,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(287), [anon_sym_PIPE] = ACTIONS(287), [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(454), + [anon_sym_TILDE] = ACTIONS(518), [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(456), + [sym_keyword] = ACTIONS(520), [anon_sym_LT_LT] = ACTIONS(215), [anon_sym_PERCENT] = ACTIONS(217), [anon_sym_DOT_DOT] = ACTIONS(290), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(537), - [anon_sym_DASH] = ACTIONS(537), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(524), + [anon_sym_DASH] = ACTIONS(524), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), [anon_sym_LT_DASH] = ACTIONS(287), [anon_sym_BSLASH_BSLASH] = ACTIONS(287), [anon_sym_when] = ACTIONS(287), @@ -30388,1131 +31428,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), + [sym__before_unary_op] = ACTIONS(531), [sym__not_in] = ACTIONS(296), [sym__quoted_atom_start] = ACTIONS(235), }, - [64] = { - [sym__expression] = STATE(1098), - [sym_block] = STATE(1098), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1098), - [sym_nil] = STATE(1098), - [sym__atom] = STATE(1098), - [sym_quoted_atom] = STATE(1098), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1098), - [sym_charlist] = STATE(1098), - [sym_sigil] = STATE(1098), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1098), - [sym_tuple] = STATE(1098), - [sym_bitstring] = STATE(1098), - [sym_map] = STATE(1098), - [sym__nullary_operator] = STATE(1098), - [sym_unary_operator] = STATE(1098), - [sym_binary_operator] = STATE(1098), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1098), - [sym_call] = STATE(1098), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1098), - [sym_stab_clause] = STATE(4353), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1098), + [62] = { + [sym__expression] = STATE(2573), + [sym_block] = STATE(2573), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(2573), + [sym_nil] = STATE(2573), + [sym__atom] = STATE(2573), + [sym_quoted_atom] = STATE(2573), + [sym__quoted_i_double] = STATE(2456), + [sym__quoted_i_single] = STATE(2457), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(2573), + [sym_charlist] = STATE(2573), + [sym_sigil] = STATE(2573), + [sym_keywords] = STATE(3346), + [sym_pair] = STATE(2470), + [sym__keyword] = STATE(830), + [sym_quoted_keyword] = STATE(830), + [sym_list] = STATE(2573), + [sym_tuple] = STATE(2573), + [sym_bitstring] = STATE(2573), + [sym_map] = STATE(2573), + [sym__nullary_operator] = STATE(2573), + [sym_unary_operator] = STATE(2573), + [sym_binary_operator] = STATE(2573), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(2573), + [sym_call] = STATE(2573), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym__call_arguments_with_parentheses_immediate] = STATE(2160), + [sym__call_arguments_without_parentheses] = STATE(2900), + [sym_do_block] = STATE(2974), + [sym_access_call] = STATE(2573), + [sym_anonymous_function] = STATE(2573), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(63), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(646), - [sym_integer] = ACTIONS(646), - [sym_float] = ACTIONS(646), - [sym_char] = ACTIONS(646), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(646), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(101), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(648), - [anon_sym_catch] = ACTIONS(648), - [anon_sym_else] = ACTIONS(648), - [anon_sym_end] = ACTIONS(648), - [anon_sym_fn] = ACTIONS(111), - [anon_sym_rescue] = ACTIONS(648), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [65] = { - [sym__expression] = STATE(2328), - [sym_block] = STATE(2328), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2328), - [sym_nil] = STATE(2328), - [sym__atom] = STATE(2328), - [sym_quoted_atom] = STATE(2328), - [sym__quoted_i_double] = STATE(2216), - [sym__quoted_i_single] = STATE(2217), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2328), - [sym_charlist] = STATE(2328), - [sym_sigil] = STATE(2328), - [sym_keywords] = STATE(3185), - [sym_pair] = STATE(2534), - [sym__keyword] = STATE(489), - [sym_quoted_keyword] = STATE(489), - [sym_list] = STATE(2328), - [sym_tuple] = STATE(2328), - [sym_bitstring] = STATE(2328), - [sym_map] = STATE(2328), - [sym__nullary_operator] = STATE(2328), - [sym_unary_operator] = STATE(2328), - [sym_binary_operator] = STATE(2328), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2328), - [sym_call] = STATE(2328), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym__call_arguments_with_parentheses_immediate] = STATE(2025), - [sym__call_arguments_without_parentheses] = STATE(2330), - [sym_do_block] = STATE(3804), - [sym_access_call] = STATE(2328), - [sym_anonymous_function] = STATE(2328), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), + [anon_sym_LPAREN] = ACTIONS(588), [anon_sym_RPAREN] = ACTIONS(285), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(542), - [sym_integer] = ACTIONS(542), - [sym_float] = ACTIONS(542), - [sym_char] = ACTIONS(542), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(542), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(562), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(630), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(633), - [anon_sym_DASH] = ACTIONS(633), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(287), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(574), - [anon_sym_fn] = ACTIONS(576), - [anon_sym_LPAREN2] = ACTIONS(578), - [anon_sym_LBRACK2] = ACTIONS(283), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [66] = { - [sym__expression] = STATE(1092), - [sym_block] = STATE(1092), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1092), - [sym_nil] = STATE(1092), - [sym__atom] = STATE(1092), - [sym_quoted_atom] = STATE(1092), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1092), - [sym_charlist] = STATE(1092), - [sym_sigil] = STATE(1092), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1092), - [sym_tuple] = STATE(1092), - [sym_bitstring] = STATE(1092), - [sym_map] = STATE(1092), - [sym__nullary_operator] = STATE(1092), - [sym_unary_operator] = STATE(1092), - [sym_binary_operator] = STATE(1092), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1092), - [sym_call] = STATE(1092), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1092), - [sym_stab_clause] = STATE(4358), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1092), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(63), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(650), - [sym_integer] = ACTIONS(650), - [sym_float] = ACTIONS(650), - [sym_char] = ACTIONS(650), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(650), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(101), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(652), - [anon_sym_catch] = ACTIONS(652), - [anon_sym_else] = ACTIONS(652), - [anon_sym_end] = ACTIONS(652), - [anon_sym_fn] = ACTIONS(111), - [anon_sym_rescue] = ACTIONS(652), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [67] = { - [sym__expression] = STATE(1090), - [sym_block] = STATE(1090), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1090), - [sym_nil] = STATE(1090), - [sym__atom] = STATE(1090), - [sym_quoted_atom] = STATE(1090), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1090), - [sym_charlist] = STATE(1090), - [sym_sigil] = STATE(1090), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1090), - [sym_tuple] = STATE(1090), - [sym_bitstring] = STATE(1090), - [sym_map] = STATE(1090), - [sym__nullary_operator] = STATE(1090), - [sym_unary_operator] = STATE(1090), - [sym_binary_operator] = STATE(1090), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1090), - [sym_call] = STATE(1090), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1090), - [sym_stab_clause] = STATE(4359), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1090), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(63), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(654), - [sym_integer] = ACTIONS(654), - [sym_float] = ACTIONS(654), - [sym_char] = ACTIONS(654), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(654), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(101), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(656), - [anon_sym_catch] = ACTIONS(656), - [anon_sym_else] = ACTIONS(656), - [anon_sym_end] = ACTIONS(656), - [anon_sym_fn] = ACTIONS(111), - [anon_sym_rescue] = ACTIONS(656), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [68] = { - [sym__expression] = STATE(1083), - [sym_block] = STATE(1083), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1083), - [sym_nil] = STATE(1083), - [sym__atom] = STATE(1083), - [sym_quoted_atom] = STATE(1083), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1083), - [sym_charlist] = STATE(1083), - [sym_sigil] = STATE(1083), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1083), - [sym_tuple] = STATE(1083), - [sym_bitstring] = STATE(1083), - [sym_map] = STATE(1083), - [sym__nullary_operator] = STATE(1083), - [sym_unary_operator] = STATE(1083), - [sym_binary_operator] = STATE(1083), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1083), - [sym_call] = STATE(1083), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1083), - [sym_stab_clause] = STATE(4347), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1083), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(63), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(658), - [sym_integer] = ACTIONS(658), - [sym_float] = ACTIONS(658), - [sym_char] = ACTIONS(658), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(658), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(101), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(660), - [anon_sym_catch] = ACTIONS(660), - [anon_sym_else] = ACTIONS(660), - [anon_sym_end] = ACTIONS(660), - [anon_sym_fn] = ACTIONS(111), - [anon_sym_rescue] = ACTIONS(660), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [69] = { - [sym__expression] = STATE(2781), - [sym_block] = STATE(2781), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(2781), - [sym_nil] = STATE(2781), - [sym__atom] = STATE(2781), - [sym_quoted_atom] = STATE(2781), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2781), - [sym_charlist] = STATE(2781), - [sym_sigil] = STATE(2781), - [sym_keywords] = STATE(2140), - [sym_pair] = STATE(2700), - [sym__keyword] = STATE(815), - [sym_quoted_keyword] = STATE(815), - [sym_list] = STATE(2781), - [sym_tuple] = STATE(2781), - [sym_bitstring] = STATE(2781), - [sym_map] = STATE(2781), - [sym__nullary_operator] = STATE(2781), - [sym_unary_operator] = STATE(2781), - [sym_binary_operator] = STATE(2781), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2781), - [sym_call] = STATE(2781), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym__call_arguments_with_parentheses_immediate] = STATE(1632), - [sym__call_arguments_without_parentheses] = STATE(1745), - [sym_do_block] = STATE(2120), - [sym_access_call] = STATE(2781), - [sym_anonymous_function] = STATE(2781), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(662), - [sym_integer] = ACTIONS(662), - [sym_float] = ACTIONS(662), - [sym_char] = ACTIONS(662), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(667), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(425), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(285), - [anon_sym_fn] = ACTIONS(409), - [anon_sym_LPAREN2] = ACTIONS(411), - [anon_sym_LBRACK2] = ACTIONS(283), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(283), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [70] = { - [sym__expression] = STATE(2781), - [sym_block] = STATE(2781), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(2781), - [sym_nil] = STATE(2781), - [sym__atom] = STATE(2781), - [sym_quoted_atom] = STATE(2781), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2781), - [sym_charlist] = STATE(2781), - [sym_sigil] = STATE(2781), - [sym_keywords] = STATE(2140), - [sym_pair] = STATE(2700), - [sym__keyword] = STATE(815), - [sym_quoted_keyword] = STATE(815), - [sym_list] = STATE(2781), - [sym_tuple] = STATE(2781), - [sym_bitstring] = STATE(2781), - [sym_map] = STATE(2781), - [sym__nullary_operator] = STATE(2781), - [sym_unary_operator] = STATE(2781), - [sym_binary_operator] = STATE(2781), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2781), - [sym_call] = STATE(2781), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym__call_arguments_with_parentheses_immediate] = STATE(1631), - [sym__call_arguments_without_parentheses] = STATE(1753), - [sym_do_block] = STATE(2108), - [sym_access_call] = STATE(2781), - [sym_anonymous_function] = STATE(2781), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(662), - [sym_integer] = ACTIONS(662), - [sym_float] = ACTIONS(662), - [sym_char] = ACTIONS(662), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(667), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(187), - [anon_sym_BSLASH_BSLASH] = ACTIONS(187), - [anon_sym_when] = ACTIONS(187), - [anon_sym_COLON_COLON] = ACTIONS(187), - [anon_sym_EQ_GT] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(187), - [anon_sym_PIPE_PIPE] = ACTIONS(187), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_AMP_AMP] = ACTIONS(187), - [anon_sym_AMP_AMP_AMP] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_PIPE_GT] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_GT_GT_GT] = ACTIONS(187), - [anon_sym_LT_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT_GT] = ACTIONS(187), - [anon_sym_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_PIPE_GT] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_CARET_CARET_CARET] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH_DASH] = ACTIONS(187), - [anon_sym_LT_GT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(187), - [anon_sym_fn] = ACTIONS(409), - [anon_sym_LPAREN2] = ACTIONS(411), - [anon_sym_LBRACK2] = ACTIONS(185), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(185), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [71] = { - [sym__expression] = STATE(2781), - [sym_block] = STATE(2781), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(2781), - [sym_nil] = STATE(2781), - [sym__atom] = STATE(2781), - [sym_quoted_atom] = STATE(2781), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2781), - [sym_charlist] = STATE(2781), - [sym_sigil] = STATE(2781), - [sym_keywords] = STATE(2140), - [sym_pair] = STATE(2700), - [sym__keyword] = STATE(815), - [sym_quoted_keyword] = STATE(815), - [sym_list] = STATE(2781), - [sym_tuple] = STATE(2781), - [sym_bitstring] = STATE(2781), - [sym_map] = STATE(2781), - [sym__nullary_operator] = STATE(2781), - [sym_unary_operator] = STATE(2781), - [sym_binary_operator] = STATE(2781), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2781), - [sym_call] = STATE(2781), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym__call_arguments_with_parentheses_immediate] = STATE(1514), - [sym__call_arguments_without_parentheses] = STATE(1731), - [sym_do_block] = STATE(2893), - [sym_access_call] = STATE(2781), - [sym_anonymous_function] = STATE(2781), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(662), - [sym_integer] = ACTIONS(662), - [sym_float] = ACTIONS(662), - [sym_char] = ACTIONS(662), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(187), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(187), - [anon_sym_GT] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(187), - [anon_sym_SLASH] = ACTIONS(187), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_COMMA] = ACTIONS(187), - [sym_keyword] = ACTIONS(667), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(187), - [anon_sym_DASH] = ACTIONS(187), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(187), - [anon_sym_BSLASH_BSLASH] = ACTIONS(187), - [anon_sym_when] = ACTIONS(187), - [anon_sym_COLON_COLON] = ACTIONS(187), - [anon_sym_EQ_GT] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(187), - [anon_sym_PIPE_PIPE] = ACTIONS(187), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), - [anon_sym_or] = ACTIONS(187), - [anon_sym_AMP_AMP] = ACTIONS(187), - [anon_sym_AMP_AMP_AMP] = ACTIONS(187), - [anon_sym_and] = ACTIONS(187), - [anon_sym_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(187), - [anon_sym_EQ_EQ_EQ] = ACTIONS(187), - [anon_sym_BANG_EQ_EQ] = ACTIONS(187), - [anon_sym_LT_EQ] = ACTIONS(187), - [anon_sym_GT_EQ] = ACTIONS(187), - [anon_sym_PIPE_GT] = ACTIONS(187), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_GT_GT_GT] = ACTIONS(187), - [anon_sym_LT_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT_GT] = ACTIONS(187), - [anon_sym_LT_TILDE] = ACTIONS(187), - [anon_sym_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_TILDE_GT] = ACTIONS(187), - [anon_sym_LT_PIPE_GT] = ACTIONS(187), - [anon_sym_in] = ACTIONS(187), - [anon_sym_CARET_CARET_CARET] = ACTIONS(187), - [anon_sym_SLASH_SLASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH] = ACTIONS(187), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), - [anon_sym_DASH_DASH_DASH] = ACTIONS(187), - [anon_sym_LT_GT] = ACTIONS(187), - [anon_sym_STAR] = ACTIONS(187), - [anon_sym_STAR_STAR] = ACTIONS(187), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(187), - [anon_sym_do] = ACTIONS(407), - [anon_sym_fn] = ACTIONS(409), - [anon_sym_LPAREN2] = ACTIONS(411), - [anon_sym_LBRACK2] = ACTIONS(185), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(413), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(185), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [72] = { - [sym__expression] = STATE(3189), - [sym_block] = STATE(3189), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3189), - [sym_nil] = STATE(3189), - [sym__atom] = STATE(3189), - [sym_quoted_atom] = STATE(3189), - [sym__quoted_i_double] = STATE(3131), - [sym__quoted_i_single] = STATE(3132), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3189), - [sym_charlist] = STATE(3189), - [sym_sigil] = STATE(3189), - [sym_keywords] = STATE(3198), - [sym_pair] = STATE(3135), - [sym__keyword] = STATE(473), - [sym_quoted_keyword] = STATE(473), - [sym_list] = STATE(3189), - [sym_tuple] = STATE(3189), - [sym_bitstring] = STATE(3189), - [sym_map] = STATE(3189), - [sym__nullary_operator] = STATE(3189), - [sym_unary_operator] = STATE(3189), - [sym_binary_operator] = STATE(3189), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3189), - [sym_call] = STATE(3189), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym__call_arguments_with_parentheses_immediate] = STATE(2214), - [sym__call_arguments_without_parentheses] = STATE(3188), - [sym_do_block] = STATE(4112), - [sym_access_call] = STATE(3189), - [sym_anonymous_function] = STATE(3189), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), [sym_alias] = ACTIONS(590), [sym_integer] = ACTIONS(590), [sym_float] = ACTIONS(590), @@ -31535,12 +31504,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(285), [sym_keyword] = ACTIONS(610), [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_GT_GT] = ACTIONS(285), [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(636), + [anon_sym_DOT_DOT] = ACTIONS(640), [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), [anon_sym_BANG] = ACTIONS(618), [anon_sym_CARET] = ACTIONS(618), [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), @@ -31585,69 +31553,1411 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(287), [anon_sym_STAR_STAR] = ACTIONS(287), [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(287), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(285), + [anon_sym_fn] = ACTIONS(624), + [anon_sym_LPAREN2] = ACTIONS(626), + [anon_sym_LBRACK2] = ACTIONS(283), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(283), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [63] = { + [sym__expression] = STATE(2573), + [sym_block] = STATE(2573), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(2573), + [sym_nil] = STATE(2573), + [sym__atom] = STATE(2573), + [sym_quoted_atom] = STATE(2573), + [sym__quoted_i_double] = STATE(2456), + [sym__quoted_i_single] = STATE(2457), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(2573), + [sym_charlist] = STATE(2573), + [sym_sigil] = STATE(2573), + [sym_keywords] = STATE(3346), + [sym_pair] = STATE(2470), + [sym__keyword] = STATE(830), + [sym_quoted_keyword] = STATE(830), + [sym_list] = STATE(2573), + [sym_tuple] = STATE(2573), + [sym_bitstring] = STATE(2573), + [sym_map] = STATE(2573), + [sym__nullary_operator] = STATE(2573), + [sym_unary_operator] = STATE(2573), + [sym_binary_operator] = STATE(2573), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(2573), + [sym_call] = STATE(2573), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym__call_arguments_with_parentheses_immediate] = STATE(2159), + [sym__call_arguments_without_parentheses] = STATE(2913), + [sym_do_block] = STATE(2975), + [sym_access_call] = STATE(2573), + [sym_anonymous_function] = STATE(2573), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [anon_sym_RPAREN] = ACTIONS(187), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(590), + [sym_integer] = ACTIONS(590), + [sym_float] = ACTIONS(590), + [sym_char] = ACTIONS(590), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(590), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_COMMA] = ACTIONS(187), + [sym_keyword] = ACTIONS(610), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(187), + [anon_sym_BSLASH_BSLASH] = ACTIONS(187), + [anon_sym_when] = ACTIONS(187), + [anon_sym_COLON_COLON] = ACTIONS(187), + [anon_sym_EQ_GT] = ACTIONS(187), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PIPE_PIPE] = ACTIONS(187), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), + [anon_sym_or] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(187), + [anon_sym_AMP_AMP_AMP] = ACTIONS(187), + [anon_sym_and] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_PIPE_GT] = ACTIONS(187), + [anon_sym_LT_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT_GT] = ACTIONS(187), + [anon_sym_LT_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT_GT] = ACTIONS(187), + [anon_sym_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_PIPE_GT] = ACTIONS(187), + [anon_sym_in] = ACTIONS(187), + [anon_sym_CARET_CARET_CARET] = ACTIONS(187), + [anon_sym_SLASH_SLASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH_DASH] = ACTIONS(187), + [anon_sym_LT_GT] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(187), + [anon_sym_DOT] = ACTIONS(187), + [anon_sym_do] = ACTIONS(187), + [anon_sym_fn] = ACTIONS(624), + [anon_sym_LPAREN2] = ACTIONS(626), + [anon_sym_LBRACK2] = ACTIONS(185), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(185), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(185), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [64] = { + [sym__expression] = STATE(3472), + [sym_block] = STATE(3472), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3472), + [sym_nil] = STATE(3472), + [sym__atom] = STATE(3472), + [sym_quoted_atom] = STATE(3472), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3472), + [sym_charlist] = STATE(3472), + [sym_sigil] = STATE(3472), + [sym_keywords] = STATE(2157), + [sym_pair] = STATE(3491), + [sym__keyword] = STATE(501), + [sym_quoted_keyword] = STATE(501), + [sym_list] = STATE(3472), + [sym_tuple] = STATE(3472), + [sym_bitstring] = STATE(3472), + [sym_map] = STATE(3472), + [sym__nullary_operator] = STATE(3472), + [sym_unary_operator] = STATE(3472), + [sym_binary_operator] = STATE(3472), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3472), + [sym_call] = STATE(3472), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym__call_arguments_with_parentheses_immediate] = STATE(1791), + [sym__call_arguments_without_parentheses] = STATE(1862), + [sym_do_block] = STATE(2243), + [sym_access_call] = STATE(3472), + [sym_anonymous_function] = STATE(3472), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(646), + [sym_integer] = ACTIONS(646), + [sym_float] = ACTIONS(646), + [sym_char] = ACTIONS(646), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(646), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(651), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(395), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(642), - [anon_sym_fn] = ACTIONS(622), - [anon_sym_LPAREN2] = ACTIONS(624), + [anon_sym_do] = ACTIONS(285), + [anon_sym_fn] = ACTIONS(407), + [anon_sym_LPAREN2] = ACTIONS(409), + [anon_sym_LBRACK2] = ACTIONS(283), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(283), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [65] = { + [sym__expression] = STATE(2573), + [sym_block] = STATE(2573), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(2573), + [sym_nil] = STATE(2573), + [sym__atom] = STATE(2573), + [sym_quoted_atom] = STATE(2573), + [sym__quoted_i_double] = STATE(2456), + [sym__quoted_i_single] = STATE(2457), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(2573), + [sym_charlist] = STATE(2573), + [sym_sigil] = STATE(2573), + [sym_keywords] = STATE(3346), + [sym_pair] = STATE(2470), + [sym__keyword] = STATE(830), + [sym_quoted_keyword] = STATE(830), + [sym_list] = STATE(2573), + [sym_tuple] = STATE(2573), + [sym_bitstring] = STATE(2573), + [sym_map] = STATE(2573), + [sym__nullary_operator] = STATE(2573), + [sym_unary_operator] = STATE(2573), + [sym_binary_operator] = STATE(2573), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(2573), + [sym_call] = STATE(2573), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym__call_arguments_with_parentheses_immediate] = STATE(2216), + [sym__call_arguments_without_parentheses] = STATE(2372), + [sym_do_block] = STATE(4204), + [sym_access_call] = STATE(2573), + [sym_anonymous_function] = STATE(2573), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [anon_sym_RPAREN] = ACTIONS(285), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(590), + [sym_integer] = ACTIONS(590), + [sym_float] = ACTIONS(590), + [sym_char] = ACTIONS(590), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(590), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(610), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(640), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(287), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(622), + [anon_sym_fn] = ACTIONS(624), + [anon_sym_LPAREN2] = ACTIONS(626), [anon_sym_LBRACK2] = ACTIONS(283), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), + [sym__before_unary_op] = ACTIONS(630), [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(628), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [66] = { + [sym__expression] = STATE(1130), + [sym_block] = STATE(1130), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(1130), + [sym_nil] = STATE(1130), + [sym__atom] = STATE(1130), + [sym_quoted_atom] = STATE(1130), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1130), + [sym_charlist] = STATE(1130), + [sym_sigil] = STATE(1130), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1130), + [sym_tuple] = STATE(1130), + [sym_bitstring] = STATE(1130), + [sym_map] = STATE(1130), + [sym__nullary_operator] = STATE(1130), + [sym_unary_operator] = STATE(1130), + [sym_binary_operator] = STATE(1130), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1130), + [sym_call] = STATE(1130), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1130), + [sym_stab_clause] = STATE(4774), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1130), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(63), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(664), + [sym_integer] = ACTIONS(664), + [sym_float] = ACTIONS(664), + [sym_char] = ACTIONS(664), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(664), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(101), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(666), + [anon_sym_catch] = ACTIONS(666), + [anon_sym_else] = ACTIONS(666), + [anon_sym_end] = ACTIONS(666), + [anon_sym_fn] = ACTIONS(111), + [anon_sym_rescue] = ACTIONS(666), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [67] = { + [sym__expression] = STATE(1136), + [sym_block] = STATE(1136), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(1136), + [sym_nil] = STATE(1136), + [sym__atom] = STATE(1136), + [sym_quoted_atom] = STATE(1136), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1136), + [sym_charlist] = STATE(1136), + [sym_sigil] = STATE(1136), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1136), + [sym_tuple] = STATE(1136), + [sym_bitstring] = STATE(1136), + [sym_map] = STATE(1136), + [sym__nullary_operator] = STATE(1136), + [sym_unary_operator] = STATE(1136), + [sym_binary_operator] = STATE(1136), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1136), + [sym_call] = STATE(1136), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1136), + [sym_stab_clause] = STATE(4756), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1136), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(63), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(668), + [sym_integer] = ACTIONS(668), + [sym_float] = ACTIONS(668), + [sym_char] = ACTIONS(668), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(668), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(101), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(670), + [anon_sym_catch] = ACTIONS(670), + [anon_sym_else] = ACTIONS(670), + [anon_sym_end] = ACTIONS(670), + [anon_sym_fn] = ACTIONS(111), + [anon_sym_rescue] = ACTIONS(670), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [68] = { + [sym__expression] = STATE(3472), + [sym_block] = STATE(3472), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3472), + [sym_nil] = STATE(3472), + [sym__atom] = STATE(3472), + [sym_quoted_atom] = STATE(3472), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3472), + [sym_charlist] = STATE(3472), + [sym_sigil] = STATE(3472), + [sym_keywords] = STATE(2157), + [sym_pair] = STATE(3491), + [sym__keyword] = STATE(501), + [sym_quoted_keyword] = STATE(501), + [sym_list] = STATE(3472), + [sym_tuple] = STATE(3472), + [sym_bitstring] = STATE(3472), + [sym_map] = STATE(3472), + [sym__nullary_operator] = STATE(3472), + [sym_unary_operator] = STATE(3472), + [sym_binary_operator] = STATE(3472), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3472), + [sym_call] = STATE(3472), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym__call_arguments_with_parentheses_immediate] = STATE(1731), + [sym__call_arguments_without_parentheses] = STATE(1995), + [sym_do_block] = STATE(3214), + [sym_access_call] = STATE(3472), + [sym_anonymous_function] = STATE(3472), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(646), + [sym_integer] = ACTIONS(646), + [sym_float] = ACTIONS(646), + [sym_char] = ACTIONS(646), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(646), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(187), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_COMMA] = ACTIONS(187), + [sym_keyword] = ACTIONS(651), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(187), + [anon_sym_BSLASH_BSLASH] = ACTIONS(187), + [anon_sym_when] = ACTIONS(187), + [anon_sym_COLON_COLON] = ACTIONS(187), + [anon_sym_EQ_GT] = ACTIONS(187), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PIPE_PIPE] = ACTIONS(187), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), + [anon_sym_or] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(187), + [anon_sym_AMP_AMP_AMP] = ACTIONS(187), + [anon_sym_and] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_PIPE_GT] = ACTIONS(187), + [anon_sym_LT_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT_GT] = ACTIONS(187), + [anon_sym_LT_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT_GT] = ACTIONS(187), + [anon_sym_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_PIPE_GT] = ACTIONS(187), + [anon_sym_in] = ACTIONS(187), + [anon_sym_CARET_CARET_CARET] = ACTIONS(187), + [anon_sym_SLASH_SLASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH_DASH] = ACTIONS(187), + [anon_sym_LT_GT] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(187), + [anon_sym_do] = ACTIONS(427), + [anon_sym_fn] = ACTIONS(407), + [anon_sym_LPAREN2] = ACTIONS(409), + [anon_sym_LBRACK2] = ACTIONS(185), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(429), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(185), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [69] = { + [sym__expression] = STATE(2927), + [sym_block] = STATE(2927), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(2927), + [sym_nil] = STATE(2927), + [sym__atom] = STATE(2927), + [sym_quoted_atom] = STATE(2927), + [sym__quoted_i_double] = STATE(3347), + [sym__quoted_i_single] = STATE(3348), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(2927), + [sym_charlist] = STATE(2927), + [sym_sigil] = STATE(2927), + [sym_keywords] = STATE(3657), + [sym_pair] = STATE(3276), + [sym__keyword] = STATE(588), + [sym_quoted_keyword] = STATE(588), + [sym_list] = STATE(2927), + [sym_tuple] = STATE(2927), + [sym_bitstring] = STATE(2927), + [sym_map] = STATE(2927), + [sym__nullary_operator] = STATE(2927), + [sym_unary_operator] = STATE(2927), + [sym_binary_operator] = STATE(2927), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(2927), + [sym_call] = STATE(2927), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym__call_arguments_with_parentheses_immediate] = STATE(2907), + [sym__call_arguments_without_parentheses] = STATE(2926), + [sym_do_block] = STATE(4476), + [sym_access_call] = STATE(2927), + [sym_anonymous_function] = STATE(2927), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(544), + [sym_integer] = ACTIONS(544), + [sym_float] = ACTIONS(544), + [sym_char] = ACTIONS(544), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(544), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(564), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_GT_GT] = ACTIONS(285), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(634), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(637), + [anon_sym_DASH] = ACTIONS(637), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(576), + [anon_sym_fn] = ACTIONS(578), + [anon_sym_LPAREN2] = ACTIONS(580), + [anon_sym_LBRACK2] = ACTIONS(283), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [70] = { + [sym__expression] = STATE(3472), + [sym_block] = STATE(3472), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3472), + [sym_nil] = STATE(3472), + [sym__atom] = STATE(3472), + [sym_quoted_atom] = STATE(3472), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3472), + [sym_charlist] = STATE(3472), + [sym_sigil] = STATE(3472), + [sym_keywords] = STATE(2157), + [sym_pair] = STATE(3491), + [sym__keyword] = STATE(501), + [sym_quoted_keyword] = STATE(501), + [sym_list] = STATE(3472), + [sym_tuple] = STATE(3472), + [sym_bitstring] = STATE(3472), + [sym_map] = STATE(3472), + [sym__nullary_operator] = STATE(3472), + [sym_unary_operator] = STATE(3472), + [sym_binary_operator] = STATE(3472), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3472), + [sym_call] = STATE(3472), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym__call_arguments_with_parentheses_immediate] = STATE(1792), + [sym__call_arguments_without_parentheses] = STATE(1858), + [sym_do_block] = STATE(2242), + [sym_access_call] = STATE(3472), + [sym_anonymous_function] = STATE(3472), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(646), + [sym_integer] = ACTIONS(646), + [sym_float] = ACTIONS(646), + [sym_char] = ACTIONS(646), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(646), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(187), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(187), + [anon_sym_GT] = ACTIONS(187), + [anon_sym_PIPE] = ACTIONS(187), + [anon_sym_SLASH] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_COMMA] = ACTIONS(187), + [sym_keyword] = ACTIONS(651), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(187), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(187), + [anon_sym_BSLASH_BSLASH] = ACTIONS(187), + [anon_sym_when] = ACTIONS(187), + [anon_sym_COLON_COLON] = ACTIONS(187), + [anon_sym_EQ_GT] = ACTIONS(187), + [anon_sym_EQ] = ACTIONS(187), + [anon_sym_PIPE_PIPE] = ACTIONS(187), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(187), + [anon_sym_or] = ACTIONS(187), + [anon_sym_AMP_AMP] = ACTIONS(187), + [anon_sym_AMP_AMP_AMP] = ACTIONS(187), + [anon_sym_and] = ACTIONS(187), + [anon_sym_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ] = ACTIONS(187), + [anon_sym_EQ_TILDE] = ACTIONS(187), + [anon_sym_EQ_EQ_EQ] = ACTIONS(187), + [anon_sym_BANG_EQ_EQ] = ACTIONS(187), + [anon_sym_LT_EQ] = ACTIONS(187), + [anon_sym_GT_EQ] = ACTIONS(187), + [anon_sym_PIPE_GT] = ACTIONS(187), + [anon_sym_LT_LT_LT] = ACTIONS(187), + [anon_sym_GT_GT_GT] = ACTIONS(187), + [anon_sym_LT_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT_GT] = ACTIONS(187), + [anon_sym_LT_TILDE] = ACTIONS(187), + [anon_sym_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_TILDE_GT] = ACTIONS(187), + [anon_sym_LT_PIPE_GT] = ACTIONS(187), + [anon_sym_in] = ACTIONS(187), + [anon_sym_CARET_CARET_CARET] = ACTIONS(187), + [anon_sym_SLASH_SLASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(187), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(187), + [anon_sym_DASH_DASH_DASH] = ACTIONS(187), + [anon_sym_LT_GT] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(187), + [anon_sym_STAR_STAR] = ACTIONS(187), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(187), + [anon_sym_do] = ACTIONS(187), + [anon_sym_fn] = ACTIONS(407), + [anon_sym_LPAREN2] = ACTIONS(409), + [anon_sym_LBRACK2] = ACTIONS(185), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(185), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(185), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [71] = { + [sym__expression] = STATE(1125), + [sym_block] = STATE(1125), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(1125), + [sym_nil] = STATE(1125), + [sym__atom] = STATE(1125), + [sym_quoted_atom] = STATE(1125), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1125), + [sym_charlist] = STATE(1125), + [sym_sigil] = STATE(1125), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1125), + [sym_tuple] = STATE(1125), + [sym_bitstring] = STATE(1125), + [sym_map] = STATE(1125), + [sym__nullary_operator] = STATE(1125), + [sym_unary_operator] = STATE(1125), + [sym_binary_operator] = STATE(1125), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1125), + [sym_call] = STATE(1125), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1125), + [sym_stab_clause] = STATE(4781), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1125), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(63), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(672), + [sym_integer] = ACTIONS(672), + [sym_float] = ACTIONS(672), + [sym_char] = ACTIONS(672), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(672), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(101), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(674), + [anon_sym_catch] = ACTIONS(674), + [anon_sym_else] = ACTIONS(674), + [anon_sym_end] = ACTIONS(674), + [anon_sym_fn] = ACTIONS(111), + [anon_sym_rescue] = ACTIONS(674), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [72] = { + [sym__expression] = STATE(1124), + [sym_block] = STATE(1124), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(1124), + [sym_nil] = STATE(1124), + [sym__atom] = STATE(1124), + [sym_quoted_atom] = STATE(1124), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1124), + [sym_charlist] = STATE(1124), + [sym_sigil] = STATE(1124), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1124), + [sym_tuple] = STATE(1124), + [sym_bitstring] = STATE(1124), + [sym_map] = STATE(1124), + [sym__nullary_operator] = STATE(1124), + [sym_unary_operator] = STATE(1124), + [sym_binary_operator] = STATE(1124), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1124), + [sym_call] = STATE(1124), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1124), + [sym_stab_clause] = STATE(4765), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1124), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(63), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(676), + [sym_integer] = ACTIONS(676), + [sym_float] = ACTIONS(676), + [sym_char] = ACTIONS(676), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(676), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(101), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(678), + [anon_sym_catch] = ACTIONS(678), + [anon_sym_else] = ACTIONS(678), + [anon_sym_end] = ACTIONS(678), + [anon_sym_fn] = ACTIONS(111), + [anon_sym_rescue] = ACTIONS(678), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), }, [73] = { - [sym__terminator] = STATE(116), - [sym__expression] = STATE(1729), - [sym_block] = STATE(1729), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1729), - [sym_nil] = STATE(1729), - [sym__atom] = STATE(1729), - [sym_quoted_atom] = STATE(1729), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1729), - [sym_charlist] = STATE(1729), - [sym_sigil] = STATE(1729), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1729), - [sym_tuple] = STATE(1729), - [sym_bitstring] = STATE(1729), - [sym_map] = STATE(1729), - [sym__nullary_operator] = STATE(1729), - [sym_unary_operator] = STATE(1729), - [sym_binary_operator] = STATE(1729), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1729), - [sym_call] = STATE(1729), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1729), - [sym_stab_clause] = STATE(5025), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1729), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(120), + [sym__expression] = STATE(2093), + [sym_block] = STATE(2093), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2093), + [sym_nil] = STATE(2093), + [sym__atom] = STATE(2093), + [sym_quoted_atom] = STATE(2093), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2093), + [sym_charlist] = STATE(2093), + [sym_sigil] = STATE(2093), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2093), + [sym_tuple] = STATE(2093), + [sym_bitstring] = STATE(2093), + [sym_map] = STATE(2093), + [sym__nullary_operator] = STATE(2093), + [sym_unary_operator] = STATE(2093), + [sym_binary_operator] = STATE(2093), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2093), + [sym_call] = STATE(2093), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2093), + [sym_stab_clause] = STATE(5641), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2093), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(682), [anon_sym_LPAREN] = ACTIONS(63), @@ -31732,55 +33042,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [74] = { - [sym__terminator] = STATE(120), - [sym__expression] = STATE(1896), - [sym_block] = STATE(1896), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1896), - [sym_nil] = STATE(1896), - [sym__atom] = STATE(1896), - [sym_quoted_atom] = STATE(1896), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1896), - [sym_charlist] = STATE(1896), - [sym_sigil] = STATE(1896), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1896), - [sym_tuple] = STATE(1896), - [sym_bitstring] = STATE(1896), - [sym_map] = STATE(1896), - [sym__nullary_operator] = STATE(1896), - [sym_unary_operator] = STATE(1896), - [sym_binary_operator] = STATE(1896), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1896), - [sym_call] = STATE(1896), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1896), - [sym_stab_clause] = STATE(4922), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1896), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(113), + [sym__expression] = STATE(2090), + [sym_block] = STATE(2090), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2090), + [sym_nil] = STATE(2090), + [sym__atom] = STATE(2090), + [sym_quoted_atom] = STATE(2090), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2090), + [sym_charlist] = STATE(2090), + [sym_sigil] = STATE(2090), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2090), + [sym_tuple] = STATE(2090), + [sym_bitstring] = STATE(2090), + [sym_map] = STATE(2090), + [sym__nullary_operator] = STATE(2090), + [sym_unary_operator] = STATE(2090), + [sym_binary_operator] = STATE(2090), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2090), + [sym_call] = STATE(2090), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2090), + [sym_stab_clause] = STATE(5498), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2090), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(702), [anon_sym_LPAREN] = ACTIONS(63), @@ -31865,55 +33175,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [75] = { - [sym__terminator] = STATE(119), - [sym__expression] = STATE(1966), - [sym_block] = STATE(1966), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1966), - [sym_nil] = STATE(1966), - [sym__atom] = STATE(1966), - [sym_quoted_atom] = STATE(1966), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1966), - [sym_charlist] = STATE(1966), - [sym_sigil] = STATE(1966), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1966), - [sym_tuple] = STATE(1966), - [sym_bitstring] = STATE(1966), - [sym_map] = STATE(1966), - [sym__nullary_operator] = STATE(1966), - [sym_unary_operator] = STATE(1966), - [sym_binary_operator] = STATE(1966), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1966), - [sym_call] = STATE(1966), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1966), - [sym_stab_clause] = STATE(5035), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1966), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(121), + [sym__expression] = STATE(2100), + [sym_block] = STATE(2100), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2100), + [sym_nil] = STATE(2100), + [sym__atom] = STATE(2100), + [sym_quoted_atom] = STATE(2100), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2100), + [sym_charlist] = STATE(2100), + [sym_sigil] = STATE(2100), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2100), + [sym_tuple] = STATE(2100), + [sym_bitstring] = STATE(2100), + [sym_map] = STATE(2100), + [sym__nullary_operator] = STATE(2100), + [sym_unary_operator] = STATE(2100), + [sym_binary_operator] = STATE(2100), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2100), + [sym_call] = STATE(2100), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2100), + [sym_stab_clause] = STATE(5923), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2100), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(708), [anon_sym_LPAREN] = ACTIONS(63), @@ -31998,55 +33308,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [76] = { - [sym__terminator] = STATE(121), - [sym__expression] = STATE(1847), - [sym_block] = STATE(1847), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1847), - [sym_nil] = STATE(1847), - [sym__atom] = STATE(1847), - [sym_quoted_atom] = STATE(1847), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1847), - [sym_charlist] = STATE(1847), - [sym_sigil] = STATE(1847), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1847), - [sym_tuple] = STATE(1847), - [sym_bitstring] = STATE(1847), - [sym_map] = STATE(1847), - [sym__nullary_operator] = STATE(1847), - [sym_unary_operator] = STATE(1847), - [sym_binary_operator] = STATE(1847), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1847), - [sym_call] = STATE(1847), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1847), - [sym_stab_clause] = STATE(5021), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1847), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(119), + [sym__expression] = STATE(2016), + [sym_block] = STATE(2016), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2016), + [sym_nil] = STATE(2016), + [sym__atom] = STATE(2016), + [sym_quoted_atom] = STATE(2016), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2016), + [sym_charlist] = STATE(2016), + [sym_sigil] = STATE(2016), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2016), + [sym_tuple] = STATE(2016), + [sym_bitstring] = STATE(2016), + [sym_map] = STATE(2016), + [sym__nullary_operator] = STATE(2016), + [sym_unary_operator] = STATE(2016), + [sym_binary_operator] = STATE(2016), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2016), + [sym_call] = STATE(2016), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2016), + [sym_stab_clause] = STATE(5107), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2016), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(63), @@ -32131,69 +33441,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [77] = { - [sym__terminator] = STATE(120), - [sym__expression] = STATE(1898), - [sym_block] = STATE(1898), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1898), - [sym_nil] = STATE(1898), - [sym__atom] = STATE(1898), - [sym_quoted_atom] = STATE(1898), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1898), - [sym_charlist] = STATE(1898), - [sym_sigil] = STATE(1898), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1898), - [sym_tuple] = STATE(1898), - [sym_bitstring] = STATE(1898), - [sym_map] = STATE(1898), - [sym__nullary_operator] = STATE(1898), - [sym_unary_operator] = STATE(1898), - [sym_binary_operator] = STATE(1898), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1898), - [sym_call] = STATE(1898), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1898), - [sym_stab_clause] = STATE(4922), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1898), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(124), + [sym__expression] = STATE(2072), + [sym_block] = STATE(2072), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2072), + [sym_nil] = STATE(2072), + [sym__atom] = STATE(2072), + [sym_quoted_atom] = STATE(2072), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2072), + [sym_charlist] = STATE(2072), + [sym_sigil] = STATE(2072), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2072), + [sym_tuple] = STATE(2072), + [sym_bitstring] = STATE(2072), + [sym_map] = STATE(2072), + [sym__nullary_operator] = STATE(2072), + [sym_unary_operator] = STATE(2072), + [sym_binary_operator] = STATE(2072), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2072), + [sym_call] = STATE(2072), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2072), + [sym_stab_clause] = STATE(5204), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2072), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(720), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(704), + [anon_sym_RPAREN] = ACTIONS(722), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(720), - [sym_integer] = ACTIONS(720), - [sym_float] = ACTIONS(720), - [sym_char] = ACTIONS(720), + [sym_alias] = ACTIONS(724), + [sym_integer] = ACTIONS(724), + [sym_float] = ACTIONS(724), + [sym_char] = ACTIONS(724), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(720), + [sym_atom] = ACTIONS(724), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -32264,69 +33574,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [78] = { - [sym__terminator] = STATE(117), - [sym__expression] = STATE(1715), - [sym_block] = STATE(1715), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1715), - [sym_nil] = STATE(1715), - [sym__atom] = STATE(1715), - [sym_quoted_atom] = STATE(1715), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1715), - [sym_charlist] = STATE(1715), - [sym_sigil] = STATE(1715), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1715), - [sym_tuple] = STATE(1715), - [sym_bitstring] = STATE(1715), - [sym_map] = STATE(1715), - [sym__nullary_operator] = STATE(1715), - [sym_unary_operator] = STATE(1715), - [sym_binary_operator] = STATE(1715), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1715), - [sym_call] = STATE(1715), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1715), - [sym_stab_clause] = STATE(4988), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1715), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(116), + [sym__expression] = STATE(2039), + [sym_block] = STATE(2039), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2039), + [sym_nil] = STATE(2039), + [sym__atom] = STATE(2039), + [sym_quoted_atom] = STATE(2039), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2039), + [sym_charlist] = STATE(2039), + [sym_sigil] = STATE(2039), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2039), + [sym_tuple] = STATE(2039), + [sym_bitstring] = STATE(2039), + [sym_map] = STATE(2039), + [sym__nullary_operator] = STATE(2039), + [sym_unary_operator] = STATE(2039), + [sym_binary_operator] = STATE(2039), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2039), + [sym_call] = STATE(2039), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2039), + [sym_stab_clause] = STATE(5120), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2039), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(722), + [anon_sym_SEMI] = ACTIONS(726), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(724), + [anon_sym_RPAREN] = ACTIONS(728), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(726), - [sym_integer] = ACTIONS(726), - [sym_float] = ACTIONS(726), - [sym_char] = ACTIONS(726), + [sym_alias] = ACTIONS(730), + [sym_integer] = ACTIONS(730), + [sym_float] = ACTIONS(730), + [sym_char] = ACTIONS(730), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(726), + [sym_atom] = ACTIONS(730), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -32398,68 +33708,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [79] = { [sym__terminator] = STATE(117), - [sym__expression] = STATE(1722), - [sym_block] = STATE(1722), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1722), - [sym_nil] = STATE(1722), - [sym__atom] = STATE(1722), - [sym_quoted_atom] = STATE(1722), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1722), - [sym_charlist] = STATE(1722), - [sym_sigil] = STATE(1722), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1722), - [sym_tuple] = STATE(1722), - [sym_bitstring] = STATE(1722), - [sym_map] = STATE(1722), - [sym__nullary_operator] = STATE(1722), - [sym_unary_operator] = STATE(1722), - [sym_binary_operator] = STATE(1722), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1722), - [sym_call] = STATE(1722), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1722), - [sym_stab_clause] = STATE(4988), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1722), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__expression] = STATE(2094), + [sym_block] = STATE(2094), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2094), + [sym_nil] = STATE(2094), + [sym__atom] = STATE(2094), + [sym_quoted_atom] = STATE(2094), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2094), + [sym_charlist] = STATE(2094), + [sym_sigil] = STATE(2094), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2094), + [sym_tuple] = STATE(2094), + [sym_bitstring] = STATE(2094), + [sym_map] = STATE(2094), + [sym__nullary_operator] = STATE(2094), + [sym_unary_operator] = STATE(2094), + [sym_binary_operator] = STATE(2094), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2094), + [sym_call] = STATE(2094), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2094), + [sym_stab_clause] = STATE(5784), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2094), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(722), + [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(724), + [anon_sym_RPAREN] = ACTIONS(734), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(728), - [sym_integer] = ACTIONS(728), - [sym_float] = ACTIONS(728), - [sym_char] = ACTIONS(728), + [sym_alias] = ACTIONS(736), + [sym_integer] = ACTIONS(736), + [sym_float] = ACTIONS(736), + [sym_char] = ACTIONS(736), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(728), + [sym_atom] = ACTIONS(736), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -32530,69 +33840,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [80] = { - [sym__terminator] = STATE(115), - [sym__expression] = STATE(1975), - [sym_block] = STATE(1975), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1975), - [sym_nil] = STATE(1975), - [sym__atom] = STATE(1975), - [sym_quoted_atom] = STATE(1975), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1975), - [sym_charlist] = STATE(1975), - [sym_sigil] = STATE(1975), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1975), - [sym_tuple] = STATE(1975), - [sym_bitstring] = STATE(1975), - [sym_map] = STATE(1975), - [sym__nullary_operator] = STATE(1975), - [sym_unary_operator] = STATE(1975), - [sym_binary_operator] = STATE(1975), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1975), - [sym_call] = STATE(1975), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1975), - [sym_stab_clause] = STATE(4927), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1975), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(123), + [sym__expression] = STATE(2070), + [sym_block] = STATE(2070), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2070), + [sym_nil] = STATE(2070), + [sym__atom] = STATE(2070), + [sym_quoted_atom] = STATE(2070), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2070), + [sym_charlist] = STATE(2070), + [sym_sigil] = STATE(2070), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2070), + [sym_tuple] = STATE(2070), + [sym_bitstring] = STATE(2070), + [sym_map] = STATE(2070), + [sym__nullary_operator] = STATE(2070), + [sym_unary_operator] = STATE(2070), + [sym_binary_operator] = STATE(2070), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2070), + [sym_call] = STATE(2070), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2070), + [sym_stab_clause] = STATE(5355), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2070), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(730), + [anon_sym_SEMI] = ACTIONS(738), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(732), + [anon_sym_RPAREN] = ACTIONS(740), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(734), - [sym_integer] = ACTIONS(734), - [sym_float] = ACTIONS(734), - [sym_char] = ACTIONS(734), + [sym_alias] = ACTIONS(742), + [sym_integer] = ACTIONS(742), + [sym_float] = ACTIONS(742), + [sym_char] = ACTIONS(742), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(734), + [sym_atom] = ACTIONS(742), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -32663,202 +33973,202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [81] = { - [sym__terminator] = STATE(114), - [sym__expression] = STATE(1737), - [sym_block] = STATE(1737), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1737), - [sym_nil] = STATE(1737), - [sym__atom] = STATE(1737), - [sym_quoted_atom] = STATE(1737), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1737), - [sym_charlist] = STATE(1737), - [sym_sigil] = STATE(1737), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1737), - [sym_tuple] = STATE(1737), - [sym_bitstring] = STATE(1737), - [sym_map] = STATE(1737), - [sym__nullary_operator] = STATE(1737), - [sym_unary_operator] = STATE(1737), - [sym_binary_operator] = STATE(1737), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1737), - [sym_call] = STATE(1737), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1737), - [sym_stab_clause] = STATE(5028), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1737), - [aux_sym__terminator_repeat1] = STATE(1014), - [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(736), - [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(738), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(740), - [sym_integer] = ACTIONS(740), - [sym_float] = ACTIONS(740), - [sym_char] = ACTIONS(740), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(740), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), + [sym__expression] = STATE(3472), + [sym_block] = STATE(3472), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3472), + [sym_nil] = STATE(3472), + [sym__atom] = STATE(3472), + [sym_quoted_atom] = STATE(3472), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3472), + [sym_charlist] = STATE(3472), + [sym_sigil] = STATE(3472), + [sym_keywords] = STATE(2157), + [sym_pair] = STATE(3491), + [sym__keyword] = STATE(501), + [sym_quoted_keyword] = STATE(501), + [sym_list] = STATE(3472), + [sym_tuple] = STATE(3472), + [sym_bitstring] = STATE(3472), + [sym_map] = STATE(3472), + [sym__nullary_operator] = STATE(3472), + [sym_unary_operator] = STATE(3472), + [sym_binary_operator] = STATE(3472), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3472), + [sym_call] = STATE(3472), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym__call_arguments_with_parentheses_immediate] = STATE(1744), + [sym__call_arguments_without_parentheses] = STATE(1981), + [sym_do_block] = STATE(3140), + [sym_access_call] = STATE(3472), + [sym_anonymous_function] = STATE(3472), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(646), + [sym_integer] = ACTIONS(646), + [sym_float] = ACTIONS(646), + [sym_char] = ACTIONS(646), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(646), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(648), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_COMMA] = ACTIONS(285), + [sym_keyword] = ACTIONS(651), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(395), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(655), + [anon_sym_DASH] = ACTIONS(655), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(427), + [anon_sym_fn] = ACTIONS(407), + [anon_sym_LPAREN2] = ACTIONS(409), + [anon_sym_LBRACK2] = ACTIONS(283), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(413), }, [82] = { [sym__terminator] = STATE(122), - [sym__expression] = STATE(1748), - [sym_block] = STATE(1748), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1748), - [sym_nil] = STATE(1748), - [sym__atom] = STATE(1748), - [sym_quoted_atom] = STATE(1748), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1748), - [sym_charlist] = STATE(1748), - [sym_sigil] = STATE(1748), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1748), - [sym_tuple] = STATE(1748), - [sym_bitstring] = STATE(1748), - [sym_map] = STATE(1748), - [sym__nullary_operator] = STATE(1748), - [sym_unary_operator] = STATE(1748), - [sym_binary_operator] = STATE(1748), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1748), - [sym_call] = STATE(1748), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1748), - [sym_stab_clause] = STATE(5030), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1748), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__expression] = STATE(2013), + [sym_block] = STATE(2013), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2013), + [sym_nil] = STATE(2013), + [sym__atom] = STATE(2013), + [sym_quoted_atom] = STATE(2013), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2013), + [sym_charlist] = STATE(2013), + [sym_sigil] = STATE(2013), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2013), + [sym_tuple] = STATE(2013), + [sym_bitstring] = STATE(2013), + [sym_map] = STATE(2013), + [sym__nullary_operator] = STATE(2013), + [sym_unary_operator] = STATE(2013), + [sym_binary_operator] = STATE(2013), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2013), + [sym_call] = STATE(2013), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2013), + [sym_stab_clause] = STATE(5627), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2013), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(742), + [anon_sym_SEMI] = ACTIONS(744), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(744), + [anon_sym_RPAREN] = ACTIONS(746), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(746), - [sym_integer] = ACTIONS(746), - [sym_float] = ACTIONS(746), - [sym_char] = ACTIONS(746), + [sym_alias] = ACTIONS(748), + [sym_integer] = ACTIONS(748), + [sym_float] = ACTIONS(748), + [sym_char] = ACTIONS(748), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(746), + [sym_atom] = ACTIONS(748), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -32929,69 +34239,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [83] = { - [sym__terminator] = STATE(119), - [sym__expression] = STATE(1565), - [sym_block] = STATE(1565), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1565), - [sym_nil] = STATE(1565), - [sym__atom] = STATE(1565), - [sym_quoted_atom] = STATE(1565), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1565), - [sym_charlist] = STATE(1565), - [sym_sigil] = STATE(1565), - [sym_keywords] = STATE(5443), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1565), - [sym_tuple] = STATE(1565), - [sym_bitstring] = STATE(1565), - [sym_map] = STATE(1565), - [sym__nullary_operator] = STATE(1565), - [sym_unary_operator] = STATE(1565), - [sym_binary_operator] = STATE(1565), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1565), - [sym_call] = STATE(1565), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1565), - [sym_stab_clause] = STATE(5035), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1565), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(115), + [sym__expression] = STATE(1686), + [sym_block] = STATE(1686), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(1686), + [sym_nil] = STATE(1686), + [sym__atom] = STATE(1686), + [sym_quoted_atom] = STATE(1686), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1686), + [sym_charlist] = STATE(1686), + [sym_sigil] = STATE(1686), + [sym_keywords] = STATE(6412), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1686), + [sym_tuple] = STATE(1686), + [sym_bitstring] = STATE(1686), + [sym_map] = STATE(1686), + [sym__nullary_operator] = STATE(1686), + [sym_unary_operator] = STATE(1686), + [sym_binary_operator] = STATE(1686), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1686), + [sym_call] = STATE(1686), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1686), + [sym_stab_clause] = STATE(5538), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1686), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(708), + [anon_sym_SEMI] = ACTIONS(750), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(748), + [anon_sym_RPAREN] = ACTIONS(752), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(750), - [sym_integer] = ACTIONS(750), - [sym_float] = ACTIONS(750), - [sym_char] = ACTIONS(750), + [sym_alias] = ACTIONS(754), + [sym_integer] = ACTIONS(754), + [sym_float] = ACTIONS(754), + [sym_char] = ACTIONS(754), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(750), + [sym_atom] = ACTIONS(754), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -33063,68 +34373,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [84] = { [sym__terminator] = STATE(122), - [sym__expression] = STATE(1845), - [sym_block] = STATE(1845), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1845), - [sym_nil] = STATE(1845), - [sym__atom] = STATE(1845), - [sym_quoted_atom] = STATE(1845), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1845), - [sym_charlist] = STATE(1845), - [sym_sigil] = STATE(1845), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1845), - [sym_tuple] = STATE(1845), - [sym_bitstring] = STATE(1845), - [sym_map] = STATE(1845), - [sym__nullary_operator] = STATE(1845), - [sym_unary_operator] = STATE(1845), - [sym_binary_operator] = STATE(1845), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1845), - [sym_call] = STATE(1845), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1845), - [sym_stab_clause] = STATE(5030), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1845), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__expression] = STATE(2041), + [sym_block] = STATE(2041), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2041), + [sym_nil] = STATE(2041), + [sym__atom] = STATE(2041), + [sym_quoted_atom] = STATE(2041), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2041), + [sym_charlist] = STATE(2041), + [sym_sigil] = STATE(2041), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2041), + [sym_tuple] = STATE(2041), + [sym_bitstring] = STATE(2041), + [sym_map] = STATE(2041), + [sym__nullary_operator] = STATE(2041), + [sym_unary_operator] = STATE(2041), + [sym_binary_operator] = STATE(2041), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2041), + [sym_call] = STATE(2041), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2041), + [sym_stab_clause] = STATE(5627), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2041), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(742), + [anon_sym_SEMI] = ACTIONS(744), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(744), + [anon_sym_RPAREN] = ACTIONS(746), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(752), - [sym_integer] = ACTIONS(752), - [sym_float] = ACTIONS(752), - [sym_char] = ACTIONS(752), + [sym_alias] = ACTIONS(756), + [sym_integer] = ACTIONS(756), + [sym_float] = ACTIONS(756), + [sym_char] = ACTIONS(756), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(752), + [sym_atom] = ACTIONS(756), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -33195,59 +34505,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [85] = { - [sym__terminator] = STATE(124), - [sym__expression] = STATE(1968), - [sym_block] = STATE(1968), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1968), - [sym_nil] = STATE(1968), - [sym__atom] = STATE(1968), - [sym_quoted_atom] = STATE(1968), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1968), - [sym_charlist] = STATE(1968), - [sym_sigil] = STATE(1968), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1968), - [sym_tuple] = STATE(1968), - [sym_bitstring] = STATE(1968), - [sym_map] = STATE(1968), - [sym__nullary_operator] = STATE(1968), - [sym_unary_operator] = STATE(1968), - [sym_binary_operator] = STATE(1968), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1968), - [sym_call] = STATE(1968), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1968), - [sym_stab_clause] = STATE(4969), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1968), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(123), + [sym__expression] = STATE(2076), + [sym_block] = STATE(2076), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2076), + [sym_nil] = STATE(2076), + [sym__atom] = STATE(2076), + [sym_quoted_atom] = STATE(2076), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2076), + [sym_charlist] = STATE(2076), + [sym_sigil] = STATE(2076), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2076), + [sym_tuple] = STATE(2076), + [sym_bitstring] = STATE(2076), + [sym_map] = STATE(2076), + [sym__nullary_operator] = STATE(2076), + [sym_unary_operator] = STATE(2076), + [sym_binary_operator] = STATE(2076), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2076), + [sym_call] = STATE(2076), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2076), + [sym_stab_clause] = STATE(5355), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2076), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(754), + [anon_sym_SEMI] = ACTIONS(738), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(756), + [anon_sym_RPAREN] = ACTIONS(740), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [sym_alias] = ACTIONS(758), @@ -33328,325 +34638,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [86] = { - [sym__terminator] = STATE(124), - [sym__expression] = STATE(1740), - [sym_block] = STATE(1740), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1740), - [sym_nil] = STATE(1740), - [sym__atom] = STATE(1740), - [sym_quoted_atom] = STATE(1740), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1740), - [sym_charlist] = STATE(1740), - [sym_sigil] = STATE(1740), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1740), - [sym_tuple] = STATE(1740), - [sym_bitstring] = STATE(1740), - [sym_map] = STATE(1740), - [sym__nullary_operator] = STATE(1740), - [sym_unary_operator] = STATE(1740), - [sym_binary_operator] = STATE(1740), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1740), - [sym_call] = STATE(1740), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1740), - [sym_stab_clause] = STATE(4969), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1740), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(115), + [sym__expression] = STATE(2065), + [sym_block] = STATE(2065), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2065), + [sym_nil] = STATE(2065), + [sym__atom] = STATE(2065), + [sym_quoted_atom] = STATE(2065), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2065), + [sym_charlist] = STATE(2065), + [sym_sigil] = STATE(2065), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2065), + [sym_tuple] = STATE(2065), + [sym_bitstring] = STATE(2065), + [sym_map] = STATE(2065), + [sym__nullary_operator] = STATE(2065), + [sym_unary_operator] = STATE(2065), + [sym_binary_operator] = STATE(2065), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2065), + [sym_call] = STATE(2065), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2065), + [sym_stab_clause] = STATE(5538), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2065), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(754), + [anon_sym_SEMI] = ACTIONS(750), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(756), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(760), - [sym_integer] = ACTIONS(760), - [sym_float] = ACTIONS(760), - [sym_char] = ACTIONS(760), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(760), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [87] = { - [sym__expression] = STATE(2781), - [sym_block] = STATE(2781), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(2781), - [sym_nil] = STATE(2781), - [sym__atom] = STATE(2781), - [sym_quoted_atom] = STATE(2781), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2781), - [sym_charlist] = STATE(2781), - [sym_sigil] = STATE(2781), - [sym_keywords] = STATE(2140), - [sym_pair] = STATE(2700), - [sym__keyword] = STATE(815), - [sym_quoted_keyword] = STATE(815), - [sym_list] = STATE(2781), - [sym_tuple] = STATE(2781), - [sym_bitstring] = STATE(2781), - [sym_map] = STATE(2781), - [sym__nullary_operator] = STATE(2781), - [sym_unary_operator] = STATE(2781), - [sym_binary_operator] = STATE(2781), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2781), - [sym_call] = STATE(2781), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym__call_arguments_with_parentheses_immediate] = STATE(1515), - [sym__call_arguments_without_parentheses] = STATE(1734), - [sym_do_block] = STATE(2898), - [sym_access_call] = STATE(2781), - [sym_anonymous_function] = STATE(2781), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(662), - [sym_integer] = ACTIONS(662), - [sym_float] = ACTIONS(662), - [sym_char] = ACTIONS(662), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_COMMA] = ACTIONS(285), - [sym_keyword] = ACTIONS(667), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(425), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(671), - [anon_sym_DASH] = ACTIONS(671), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(407), - [anon_sym_fn] = ACTIONS(409), - [anon_sym_LPAREN2] = ACTIONS(411), - [anon_sym_LBRACK2] = ACTIONS(283), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [88] = { - [sym__terminator] = STATE(119), - [sym__expression] = STATE(1721), - [sym_block] = STATE(1721), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1721), - [sym_nil] = STATE(1721), - [sym__atom] = STATE(1721), - [sym_quoted_atom] = STATE(1721), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1721), - [sym_charlist] = STATE(1721), - [sym_sigil] = STATE(1721), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1721), - [sym_tuple] = STATE(1721), - [sym_bitstring] = STATE(1721), - [sym_map] = STATE(1721), - [sym__nullary_operator] = STATE(1721), - [sym_unary_operator] = STATE(1721), - [sym_binary_operator] = STATE(1721), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1721), - [sym_call] = STATE(1721), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1721), - [sym_stab_clause] = STATE(5035), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1721), - [aux_sym__terminator_repeat1] = STATE(1014), - [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(708), - [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(710), + [anon_sym_RPAREN] = ACTIONS(760), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [sym_alias] = ACTIONS(762), @@ -33726,56 +34770,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [89] = { - [sym__terminator] = STATE(123), - [sym__expression] = STATE(1758), - [sym_block] = STATE(1758), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1758), - [sym_nil] = STATE(1758), - [sym__atom] = STATE(1758), - [sym_quoted_atom] = STATE(1758), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1758), - [sym_charlist] = STATE(1758), - [sym_sigil] = STATE(1758), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1758), - [sym_tuple] = STATE(1758), - [sym_bitstring] = STATE(1758), - [sym_map] = STATE(1758), - [sym__nullary_operator] = STATE(1758), - [sym_unary_operator] = STATE(1758), - [sym_binary_operator] = STATE(1758), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1758), - [sym_call] = STATE(1758), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1758), - [sym_stab_clause] = STATE(4949), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1758), - [aux_sym__terminator_repeat1] = STATE(1014), + [87] = { + [sym__terminator] = STATE(118), + [sym__expression] = STATE(2119), + [sym_block] = STATE(2119), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2119), + [sym_nil] = STATE(2119), + [sym__atom] = STATE(2119), + [sym_quoted_atom] = STATE(2119), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2119), + [sym_charlist] = STATE(2119), + [sym_sigil] = STATE(2119), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2119), + [sym_tuple] = STATE(2119), + [sym_bitstring] = STATE(2119), + [sym_map] = STATE(2119), + [sym__nullary_operator] = STATE(2119), + [sym_unary_operator] = STATE(2119), + [sym_binary_operator] = STATE(2119), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2119), + [sym_call] = STATE(2119), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2119), + [sym_stab_clause] = STATE(5078), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2119), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(764), [anon_sym_LPAREN] = ACTIONS(63), @@ -33859,60 +34903,326 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [90] = { + [88] = { [sym__terminator] = STATE(113), - [sym__expression] = STATE(1736), - [sym_block] = STATE(1736), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1736), - [sym_nil] = STATE(1736), - [sym__atom] = STATE(1736), - [sym_quoted_atom] = STATE(1736), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1736), - [sym_charlist] = STATE(1736), - [sym_sigil] = STATE(1736), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1736), - [sym_tuple] = STATE(1736), - [sym_bitstring] = STATE(1736), - [sym_map] = STATE(1736), - [sym__nullary_operator] = STATE(1736), - [sym_unary_operator] = STATE(1736), - [sym_binary_operator] = STATE(1736), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1736), - [sym_call] = STATE(1736), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1736), - [sym_stab_clause] = STATE(4951), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1736), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__expression] = STATE(2079), + [sym_block] = STATE(2079), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2079), + [sym_nil] = STATE(2079), + [sym__atom] = STATE(2079), + [sym_quoted_atom] = STATE(2079), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2079), + [sym_charlist] = STATE(2079), + [sym_sigil] = STATE(2079), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2079), + [sym_tuple] = STATE(2079), + [sym_bitstring] = STATE(2079), + [sym_map] = STATE(2079), + [sym__nullary_operator] = STATE(2079), + [sym_unary_operator] = STATE(2079), + [sym_binary_operator] = STATE(2079), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2079), + [sym_call] = STATE(2079), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2079), + [sym_stab_clause] = STATE(5498), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2079), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(770), + [anon_sym_SEMI] = ACTIONS(702), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(772), + [anon_sym_RPAREN] = ACTIONS(704), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(770), + [sym_integer] = ACTIONS(770), + [sym_float] = ACTIONS(770), + [sym_char] = ACTIONS(770), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(770), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(698), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [89] = { + [sym__terminator] = STATE(120), + [sym__expression] = STATE(2091), + [sym_block] = STATE(2091), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2091), + [sym_nil] = STATE(2091), + [sym__atom] = STATE(2091), + [sym_quoted_atom] = STATE(2091), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2091), + [sym_charlist] = STATE(2091), + [sym_sigil] = STATE(2091), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2091), + [sym_tuple] = STATE(2091), + [sym_bitstring] = STATE(2091), + [sym_map] = STATE(2091), + [sym__nullary_operator] = STATE(2091), + [sym_unary_operator] = STATE(2091), + [sym_binary_operator] = STATE(2091), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2091), + [sym_call] = STATE(2091), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2091), + [sym_stab_clause] = STATE(5641), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2091), + [aux_sym__terminator_repeat1] = STATE(1027), + [aux_sym__terminator_token1] = ACTIONS(680), + [anon_sym_SEMI] = ACTIONS(682), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_RPAREN] = ACTIONS(684), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(772), + [sym_integer] = ACTIONS(772), + [sym_float] = ACTIONS(772), + [sym_char] = ACTIONS(772), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(772), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(698), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [90] = { + [sym__terminator] = STATE(115), + [sym__expression] = STATE(2073), + [sym_block] = STATE(2073), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2073), + [sym_nil] = STATE(2073), + [sym__atom] = STATE(2073), + [sym_quoted_atom] = STATE(2073), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2073), + [sym_charlist] = STATE(2073), + [sym_sigil] = STATE(2073), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2073), + [sym_tuple] = STATE(2073), + [sym_bitstring] = STATE(2073), + [sym_map] = STATE(2073), + [sym__nullary_operator] = STATE(2073), + [sym_unary_operator] = STATE(2073), + [sym_binary_operator] = STATE(2073), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2073), + [sym_call] = STATE(2073), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2073), + [sym_stab_clause] = STATE(5538), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2073), + [aux_sym__terminator_repeat1] = STATE(1027), + [aux_sym__terminator_token1] = ACTIONS(680), + [anon_sym_SEMI] = ACTIONS(750), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_RPAREN] = ACTIONS(760), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [sym_alias] = ACTIONS(774), @@ -33994,58 +35304,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [91] = { [sym__terminator] = STATE(116), - [sym__expression] = STATE(1717), - [sym_block] = STATE(1717), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1717), - [sym_nil] = STATE(1717), - [sym__atom] = STATE(1717), - [sym_quoted_atom] = STATE(1717), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1717), - [sym_charlist] = STATE(1717), - [sym_sigil] = STATE(1717), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1717), - [sym_tuple] = STATE(1717), - [sym_bitstring] = STATE(1717), - [sym_map] = STATE(1717), - [sym__nullary_operator] = STATE(1717), - [sym_unary_operator] = STATE(1717), - [sym_binary_operator] = STATE(1717), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1717), - [sym_call] = STATE(1717), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1717), - [sym_stab_clause] = STATE(5025), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1717), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__expression] = STATE(2058), + [sym_block] = STATE(2058), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2058), + [sym_nil] = STATE(2058), + [sym__atom] = STATE(2058), + [sym_quoted_atom] = STATE(2058), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2058), + [sym_charlist] = STATE(2058), + [sym_sigil] = STATE(2058), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2058), + [sym_tuple] = STATE(2058), + [sym_bitstring] = STATE(2058), + [sym_map] = STATE(2058), + [sym__nullary_operator] = STATE(2058), + [sym_unary_operator] = STATE(2058), + [sym_binary_operator] = STATE(2058), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2058), + [sym_call] = STATE(2058), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2058), + [sym_stab_clause] = STATE(5120), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2058), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(682), + [anon_sym_SEMI] = ACTIONS(726), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(684), + [anon_sym_RPAREN] = ACTIONS(728), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [sym_alias] = ACTIONS(776), @@ -34126,69 +35436,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [92] = { - [sym__terminator] = STATE(121), - [sym__expression] = STATE(1893), - [sym_block] = STATE(1893), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1893), - [sym_nil] = STATE(1893), - [sym__atom] = STATE(1893), - [sym_quoted_atom] = STATE(1893), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1893), - [sym_charlist] = STATE(1893), - [sym_sigil] = STATE(1893), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1893), - [sym_tuple] = STATE(1893), - [sym_bitstring] = STATE(1893), - [sym_map] = STATE(1893), - [sym__nullary_operator] = STATE(1893), - [sym_unary_operator] = STATE(1893), - [sym_binary_operator] = STATE(1893), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1893), - [sym_call] = STATE(1893), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1893), - [sym_stab_clause] = STATE(5021), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1893), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(114), + [sym__expression] = STATE(2069), + [sym_block] = STATE(2069), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2069), + [sym_nil] = STATE(2069), + [sym__atom] = STATE(2069), + [sym_quoted_atom] = STATE(2069), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2069), + [sym_charlist] = STATE(2069), + [sym_sigil] = STATE(2069), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2069), + [sym_tuple] = STATE(2069), + [sym_bitstring] = STATE(2069), + [sym_map] = STATE(2069), + [sym__nullary_operator] = STATE(2069), + [sym_unary_operator] = STATE(2069), + [sym_binary_operator] = STATE(2069), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2069), + [sym_call] = STATE(2069), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2069), + [sym_stab_clause] = STATE(5196), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2069), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(714), + [anon_sym_SEMI] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(716), + [anon_sym_RPAREN] = ACTIONS(780), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(778), - [sym_integer] = ACTIONS(778), - [sym_float] = ACTIONS(778), - [sym_char] = ACTIONS(778), + [sym_alias] = ACTIONS(782), + [sym_integer] = ACTIONS(782), + [sym_float] = ACTIONS(782), + [sym_char] = ACTIONS(782), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(778), + [sym_atom] = ACTIONS(782), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -34259,69 +35569,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [93] = { - [sym__terminator] = STATE(113), - [sym__expression] = STATE(1738), - [sym_block] = STATE(1738), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1738), - [sym_nil] = STATE(1738), - [sym__atom] = STATE(1738), - [sym_quoted_atom] = STATE(1738), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1738), - [sym_charlist] = STATE(1738), - [sym_sigil] = STATE(1738), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1738), - [sym_tuple] = STATE(1738), - [sym_bitstring] = STATE(1738), - [sym_map] = STATE(1738), - [sym__nullary_operator] = STATE(1738), - [sym_unary_operator] = STATE(1738), - [sym_binary_operator] = STATE(1738), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1738), - [sym_call] = STATE(1738), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1738), - [sym_stab_clause] = STATE(4951), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1738), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(121), + [sym__expression] = STATE(2112), + [sym_block] = STATE(2112), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2112), + [sym_nil] = STATE(2112), + [sym__atom] = STATE(2112), + [sym_quoted_atom] = STATE(2112), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2112), + [sym_charlist] = STATE(2112), + [sym_sigil] = STATE(2112), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2112), + [sym_tuple] = STATE(2112), + [sym_bitstring] = STATE(2112), + [sym_map] = STATE(2112), + [sym__nullary_operator] = STATE(2112), + [sym_unary_operator] = STATE(2112), + [sym_binary_operator] = STATE(2112), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2112), + [sym_call] = STATE(2112), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2112), + [sym_stab_clause] = STATE(5923), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2112), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(770), + [anon_sym_SEMI] = ACTIONS(708), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(772), + [anon_sym_RPAREN] = ACTIONS(710), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(780), - [sym_integer] = ACTIONS(780), - [sym_float] = ACTIONS(780), - [sym_char] = ACTIONS(780), + [sym_alias] = ACTIONS(784), + [sym_integer] = ACTIONS(784), + [sym_float] = ACTIONS(784), + [sym_char] = ACTIONS(784), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(780), + [sym_atom] = ACTIONS(784), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -34392,59 +35702,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [94] = { - [sym__terminator] = STATE(118), - [sym__expression] = STATE(1741), - [sym_block] = STATE(1741), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1741), - [sym_nil] = STATE(1741), - [sym__atom] = STATE(1741), - [sym_quoted_atom] = STATE(1741), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1741), - [sym_charlist] = STATE(1741), - [sym_sigil] = STATE(1741), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1741), - [sym_tuple] = STATE(1741), - [sym_bitstring] = STATE(1741), - [sym_map] = STATE(1741), - [sym__nullary_operator] = STATE(1741), - [sym_unary_operator] = STATE(1741), - [sym_binary_operator] = STATE(1741), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1741), - [sym_call] = STATE(1741), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1741), - [sym_stab_clause] = STATE(4912), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1741), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(124), + [sym__expression] = STATE(2067), + [sym_block] = STATE(2067), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2067), + [sym_nil] = STATE(2067), + [sym__atom] = STATE(2067), + [sym_quoted_atom] = STATE(2067), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2067), + [sym_charlist] = STATE(2067), + [sym_sigil] = STATE(2067), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2067), + [sym_tuple] = STATE(2067), + [sym_bitstring] = STATE(2067), + [sym_map] = STATE(2067), + [sym__nullary_operator] = STATE(2067), + [sym_unary_operator] = STATE(2067), + [sym_binary_operator] = STATE(2067), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2067), + [sym_call] = STATE(2067), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2067), + [sym_stab_clause] = STATE(5204), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2067), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(782), + [anon_sym_SEMI] = ACTIONS(720), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(784), + [anon_sym_RPAREN] = ACTIONS(722), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [sym_alias] = ACTIONS(786), @@ -34525,59 +35835,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [95] = { - [sym__terminator] = STATE(118), - [sym__expression] = STATE(1727), - [sym_block] = STATE(1727), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1727), - [sym_nil] = STATE(1727), - [sym__atom] = STATE(1727), - [sym_quoted_atom] = STATE(1727), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1727), - [sym_charlist] = STATE(1727), - [sym_sigil] = STATE(1727), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1727), - [sym_tuple] = STATE(1727), - [sym_bitstring] = STATE(1727), - [sym_map] = STATE(1727), - [sym__nullary_operator] = STATE(1727), - [sym_unary_operator] = STATE(1727), - [sym_binary_operator] = STATE(1727), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1727), - [sym_call] = STATE(1727), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1727), - [sym_stab_clause] = STATE(4912), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1727), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(114), + [sym__expression] = STATE(2050), + [sym_block] = STATE(2050), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2050), + [sym_nil] = STATE(2050), + [sym__atom] = STATE(2050), + [sym_quoted_atom] = STATE(2050), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2050), + [sym_charlist] = STATE(2050), + [sym_sigil] = STATE(2050), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2050), + [sym_tuple] = STATE(2050), + [sym_bitstring] = STATE(2050), + [sym_map] = STATE(2050), + [sym__nullary_operator] = STATE(2050), + [sym_unary_operator] = STATE(2050), + [sym_binary_operator] = STATE(2050), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2050), + [sym_call] = STATE(2050), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2050), + [sym_stab_clause] = STATE(5196), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2050), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(782), + [anon_sym_SEMI] = ACTIONS(778), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(784), + [anon_sym_RPAREN] = ACTIONS(780), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [sym_alias] = ACTIONS(788), @@ -34658,59 +35968,192 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [96] = { - [sym__terminator] = STATE(113), - [sym__expression] = STATE(1656), - [sym_block] = STATE(1656), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1656), - [sym_nil] = STATE(1656), - [sym__atom] = STATE(1656), - [sym_quoted_atom] = STATE(1656), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1656), - [sym_charlist] = STATE(1656), - [sym_sigil] = STATE(1656), - [sym_keywords] = STATE(5443), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1656), - [sym_tuple] = STATE(1656), - [sym_bitstring] = STATE(1656), - [sym_map] = STATE(1656), - [sym__nullary_operator] = STATE(1656), - [sym_unary_operator] = STATE(1656), - [sym_binary_operator] = STATE(1656), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1656), - [sym_call] = STATE(1656), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1656), - [sym_stab_clause] = STATE(4951), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1656), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(118), + [sym__expression] = STATE(2078), + [sym_block] = STATE(2078), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2078), + [sym_nil] = STATE(2078), + [sym__atom] = STATE(2078), + [sym_quoted_atom] = STATE(2078), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2078), + [sym_charlist] = STATE(2078), + [sym_sigil] = STATE(2078), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2078), + [sym_tuple] = STATE(2078), + [sym_bitstring] = STATE(2078), + [sym_map] = STATE(2078), + [sym__nullary_operator] = STATE(2078), + [sym_unary_operator] = STATE(2078), + [sym_binary_operator] = STATE(2078), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2078), + [sym_call] = STATE(2078), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2078), + [sym_stab_clause] = STATE(5078), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2078), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(770), + [anon_sym_SEMI] = ACTIONS(764), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(790), + [anon_sym_RPAREN] = ACTIONS(766), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(790), + [sym_integer] = ACTIONS(790), + [sym_float] = ACTIONS(790), + [sym_char] = ACTIONS(790), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(790), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(698), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [97] = { + [sym__terminator] = STATE(119), + [sym__expression] = STATE(2059), + [sym_block] = STATE(2059), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2059), + [sym_nil] = STATE(2059), + [sym__atom] = STATE(2059), + [sym_quoted_atom] = STATE(2059), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2059), + [sym_charlist] = STATE(2059), + [sym_sigil] = STATE(2059), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2059), + [sym_tuple] = STATE(2059), + [sym_bitstring] = STATE(2059), + [sym_map] = STATE(2059), + [sym__nullary_operator] = STATE(2059), + [sym_unary_operator] = STATE(2059), + [sym_binary_operator] = STATE(2059), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2059), + [sym_call] = STATE(2059), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2059), + [sym_stab_clause] = STATE(5107), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2059), + [aux_sym__terminator_repeat1] = STATE(1027), + [aux_sym__terminator_token1] = ACTIONS(680), + [anon_sym_SEMI] = ACTIONS(714), + [anon_sym_LPAREN] = ACTIONS(63), + [anon_sym_RPAREN] = ACTIONS(716), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [sym_alias] = ACTIONS(792), @@ -34790,193 +36233,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [97] = { - [sym__terminator] = STATE(115), - [sym__expression] = STATE(1735), - [sym_block] = STATE(1735), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1735), - [sym_nil] = STATE(1735), - [sym__atom] = STATE(1735), - [sym_quoted_atom] = STATE(1735), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1735), - [sym_charlist] = STATE(1735), - [sym_sigil] = STATE(1735), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1735), - [sym_tuple] = STATE(1735), - [sym_bitstring] = STATE(1735), - [sym_map] = STATE(1735), - [sym__nullary_operator] = STATE(1735), - [sym_unary_operator] = STATE(1735), - [sym_binary_operator] = STATE(1735), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1735), - [sym_call] = STATE(1735), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1735), - [sym_stab_clause] = STATE(4927), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1735), - [aux_sym__terminator_repeat1] = STATE(1014), - [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(730), - [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(732), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(794), - [sym_integer] = ACTIONS(794), - [sym_float] = ACTIONS(794), - [sym_char] = ACTIONS(794), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(794), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, [98] = { - [sym__terminator] = STATE(123), - [sym__expression] = STATE(1744), - [sym_block] = STATE(1744), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1744), - [sym_nil] = STATE(1744), - [sym__atom] = STATE(1744), - [sym_quoted_atom] = STATE(1744), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1744), - [sym_charlist] = STATE(1744), - [sym_sigil] = STATE(1744), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1744), - [sym_tuple] = STATE(1744), - [sym_bitstring] = STATE(1744), - [sym_map] = STATE(1744), - [sym__nullary_operator] = STATE(1744), - [sym_unary_operator] = STATE(1744), - [sym_binary_operator] = STATE(1744), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1744), - [sym_call] = STATE(1744), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1744), - [sym_stab_clause] = STATE(4949), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1744), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(119), + [sym__expression] = STATE(1625), + [sym_block] = STATE(1625), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(1625), + [sym_nil] = STATE(1625), + [sym__atom] = STATE(1625), + [sym_quoted_atom] = STATE(1625), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1625), + [sym_charlist] = STATE(1625), + [sym_sigil] = STATE(1625), + [sym_keywords] = STATE(6412), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(1625), + [sym_tuple] = STATE(1625), + [sym_bitstring] = STATE(1625), + [sym_map] = STATE(1625), + [sym__nullary_operator] = STATE(1625), + [sym_unary_operator] = STATE(1625), + [sym_binary_operator] = STATE(1625), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1625), + [sym_call] = STATE(1625), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1625), + [sym_stab_clause] = STATE(5107), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(1625), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(764), + [anon_sym_SEMI] = ACTIONS(714), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(766), + [anon_sym_RPAREN] = ACTIONS(794), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [sym_alias] = ACTIONS(796), @@ -35057,59 +36367,59 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [99] = { - [sym__terminator] = STATE(114), - [sym__expression] = STATE(1974), - [sym_block] = STATE(1974), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1974), - [sym_nil] = STATE(1974), - [sym__atom] = STATE(1974), - [sym_quoted_atom] = STATE(1974), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1974), - [sym_charlist] = STATE(1974), - [sym_sigil] = STATE(1974), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1974), - [sym_tuple] = STATE(1974), - [sym_bitstring] = STATE(1974), - [sym_map] = STATE(1974), - [sym__nullary_operator] = STATE(1974), - [sym_unary_operator] = STATE(1974), - [sym_binary_operator] = STATE(1974), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1974), - [sym_call] = STATE(1974), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1974), - [sym_stab_clause] = STATE(5028), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1974), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym__terminator] = STATE(117), + [sym__expression] = STATE(2098), + [sym_block] = STATE(2098), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2098), + [sym_nil] = STATE(2098), + [sym__atom] = STATE(2098), + [sym_quoted_atom] = STATE(2098), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2098), + [sym_charlist] = STATE(2098), + [sym_sigil] = STATE(2098), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2098), + [sym_tuple] = STATE(2098), + [sym_bitstring] = STATE(2098), + [sym_map] = STATE(2098), + [sym__nullary_operator] = STATE(2098), + [sym_unary_operator] = STATE(2098), + [sym_binary_operator] = STATE(2098), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2098), + [sym_call] = STATE(2098), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2098), + [sym_stab_clause] = STATE(5784), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2098), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(736), + [anon_sym_SEMI] = ACTIONS(732), [anon_sym_LPAREN] = ACTIONS(63), - [anon_sym_RPAREN] = ACTIONS(738), + [anon_sym_RPAREN] = ACTIONS(734), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [sym_alias] = ACTIONS(798), @@ -35190,55 +36500,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [100] = { - [sym__terminator] = STATE(132), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__terminator] = STATE(138), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4968), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5611), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(800), [anon_sym_LPAREN] = ACTIONS(802), @@ -35322,187 +36632,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [101] = { - [sym__terminator] = STATE(129), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(5032), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), - [aux_sym__terminator_token1] = ACTIONS(680), - [anon_sym_SEMI] = ACTIONS(846), - [anon_sym_LPAREN] = ACTIONS(802), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(806), - [sym_integer] = ACTIONS(806), - [sym_float] = ACTIONS(806), - [sym_char] = ACTIONS(806), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(806), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), + [sym__expression] = STATE(2158), + [sym_block] = STATE(2158), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2158), + [sym_nil] = STATE(2158), + [sym__atom] = STATE(2158), + [sym_quoted_atom] = STATE(2158), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2158), + [sym_charlist] = STATE(2158), + [sym_sigil] = STATE(2158), + [sym_keywords] = STATE(2157), + [sym_pair] = STATE(2161), + [sym__keyword] = STATE(551), + [sym_quoted_keyword] = STATE(551), + [sym_list] = STATE(2158), + [sym_tuple] = STATE(2158), + [sym_bitstring] = STATE(2158), + [sym_map] = STATE(2158), + [sym__nullary_operator] = STATE(2158), + [sym_unary_operator] = STATE(2158), + [sym_binary_operator] = STATE(2158), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2158), + [sym_call] = STATE(2158), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym__call_arguments_with_parentheses_immediate] = STATE(1744), + [sym__call_arguments_without_parentheses] = STATE(1981), + [sym_do_block] = STATE(3140), + [sym_access_call] = STATE(2158), + [sym_anonymous_function] = STATE(2158), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(369), + [sym_integer] = ACTIONS(369), + [sym_float] = ACTIONS(369), + [sym_char] = ACTIONS(369), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(369), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(846), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(287), + [anon_sym_GT] = ACTIONS(287), + [anon_sym_PIPE] = ACTIONS(287), + [anon_sym_SLASH] = ACTIONS(287), + [anon_sym_TILDE] = ACTIONS(387), + [sym_keyword] = ACTIONS(389), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(395), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(400), + [anon_sym_DASH] = ACTIONS(400), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(287), + [anon_sym_BSLASH_BSLASH] = ACTIONS(287), + [anon_sym_when] = ACTIONS(287), + [anon_sym_COLON_COLON] = ACTIONS(287), + [anon_sym_EQ_GT] = ACTIONS(285), + [anon_sym_EQ] = ACTIONS(287), + [anon_sym_PIPE_PIPE] = ACTIONS(287), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), + [anon_sym_or] = ACTIONS(287), + [anon_sym_AMP_AMP] = ACTIONS(287), + [anon_sym_AMP_AMP_AMP] = ACTIONS(287), + [anon_sym_and] = ACTIONS(287), + [anon_sym_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ] = ACTIONS(287), + [anon_sym_EQ_TILDE] = ACTIONS(287), + [anon_sym_EQ_EQ_EQ] = ACTIONS(287), + [anon_sym_BANG_EQ_EQ] = ACTIONS(287), + [anon_sym_LT_EQ] = ACTIONS(287), + [anon_sym_GT_EQ] = ACTIONS(287), + [anon_sym_PIPE_GT] = ACTIONS(287), + [anon_sym_LT_LT_LT] = ACTIONS(287), + [anon_sym_GT_GT_GT] = ACTIONS(287), + [anon_sym_LT_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT_GT] = ACTIONS(287), + [anon_sym_LT_TILDE] = ACTIONS(287), + [anon_sym_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_TILDE_GT] = ACTIONS(287), + [anon_sym_LT_PIPE_GT] = ACTIONS(287), + [anon_sym_in] = ACTIONS(287), + [anon_sym_CARET_CARET_CARET] = ACTIONS(285), + [anon_sym_SLASH_SLASH] = ACTIONS(285), + [anon_sym_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH] = ACTIONS(287), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), + [anon_sym_DASH_DASH_DASH] = ACTIONS(287), + [anon_sym_LT_GT] = ACTIONS(287), + [anon_sym_STAR] = ACTIONS(287), + [anon_sym_STAR_STAR] = ACTIONS(287), [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(838), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(287), + [anon_sym_do] = ACTIONS(427), + [anon_sym_fn] = ACTIONS(407), + [anon_sym_LPAREN2] = ACTIONS(409), + [anon_sym_LBRACK2] = ACTIONS(283), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(296), + [sym__quoted_atom_start] = ACTIONS(413), }, [102] = { - [sym__terminator] = STATE(138), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__terminator] = STATE(135), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4992), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5074), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(848), [anon_sym_LPAREN] = ACTIONS(802), @@ -35586,55 +36896,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [103] = { - [sym__terminator] = STATE(125), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__terminator] = STATE(132), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4957), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5219), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(850), [anon_sym_LPAREN] = ACTIONS(802), @@ -35718,55 +37028,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [104] = { - [sym__terminator] = STATE(127), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__terminator] = STATE(131), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4905), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5140), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(852), [anon_sym_LPAREN] = ACTIONS(802), @@ -35850,55 +37160,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [105] = { - [sym__terminator] = STATE(136), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__terminator] = STATE(139), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(5023), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5938), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(854), [anon_sym_LPAREN] = ACTIONS(802), @@ -35982,55 +37292,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [106] = { - [sym__terminator] = STATE(128), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__terminator] = STATE(134), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(5014), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5452), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(856), [anon_sym_LPAREN] = ACTIONS(802), @@ -36114,55 +37424,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [107] = { - [sym__terminator] = STATE(135), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__terminator] = STATE(126), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(5041), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5867), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(858), [anon_sym_LPAREN] = ACTIONS(802), @@ -36246,55 +37556,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [108] = { - [sym__terminator] = STATE(126), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__terminator] = STATE(125), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4933), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5656), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(860), [anon_sym_LPAREN] = ACTIONS(802), @@ -36378,187 +37688,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [109] = { - [sym__expression] = STATE(2129), - [sym_block] = STATE(2129), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2129), - [sym_nil] = STATE(2129), - [sym__atom] = STATE(2129), - [sym_quoted_atom] = STATE(2129), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2129), - [sym_charlist] = STATE(2129), - [sym_sigil] = STATE(2129), - [sym_keywords] = STATE(2140), - [sym_pair] = STATE(2150), - [sym__keyword] = STATE(510), - [sym_quoted_keyword] = STATE(510), - [sym_list] = STATE(2129), - [sym_tuple] = STATE(2129), - [sym_bitstring] = STATE(2129), - [sym_map] = STATE(2129), - [sym__nullary_operator] = STATE(2129), - [sym_unary_operator] = STATE(2129), - [sym_binary_operator] = STATE(2129), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2129), - [sym_call] = STATE(2129), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym__call_arguments_with_parentheses_immediate] = STATE(1515), - [sym__call_arguments_without_parentheses] = STATE(1734), - [sym_do_block] = STATE(2898), - [sym_access_call] = STATE(2129), - [sym_anonymous_function] = STATE(2129), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(375), - [sym_integer] = ACTIONS(375), - [sym_float] = ACTIONS(375), - [sym_char] = ACTIONS(375), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(375), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(862), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(287), - [anon_sym_GT] = ACTIONS(287), - [anon_sym_PIPE] = ACTIONS(287), - [anon_sym_SLASH] = ACTIONS(287), - [anon_sym_TILDE] = ACTIONS(393), - [sym_keyword] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(425), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(428), - [anon_sym_DASH] = ACTIONS(428), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(287), - [anon_sym_BSLASH_BSLASH] = ACTIONS(287), - [anon_sym_when] = ACTIONS(287), - [anon_sym_COLON_COLON] = ACTIONS(287), - [anon_sym_EQ_GT] = ACTIONS(285), - [anon_sym_EQ] = ACTIONS(287), - [anon_sym_PIPE_PIPE] = ACTIONS(287), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(287), - [anon_sym_or] = ACTIONS(287), - [anon_sym_AMP_AMP] = ACTIONS(287), - [anon_sym_AMP_AMP_AMP] = ACTIONS(287), - [anon_sym_and] = ACTIONS(287), - [anon_sym_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ] = ACTIONS(287), - [anon_sym_EQ_TILDE] = ACTIONS(287), - [anon_sym_EQ_EQ_EQ] = ACTIONS(287), - [anon_sym_BANG_EQ_EQ] = ACTIONS(287), - [anon_sym_LT_EQ] = ACTIONS(287), - [anon_sym_GT_EQ] = ACTIONS(287), - [anon_sym_PIPE_GT] = ACTIONS(287), - [anon_sym_LT_LT_LT] = ACTIONS(287), - [anon_sym_GT_GT_GT] = ACTIONS(287), - [anon_sym_LT_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT_GT] = ACTIONS(287), - [anon_sym_LT_TILDE] = ACTIONS(287), - [anon_sym_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_TILDE_GT] = ACTIONS(287), - [anon_sym_LT_PIPE_GT] = ACTIONS(287), - [anon_sym_in] = ACTIONS(287), - [anon_sym_CARET_CARET_CARET] = ACTIONS(285), - [anon_sym_SLASH_SLASH] = ACTIONS(285), - [anon_sym_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH] = ACTIONS(287), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(287), - [anon_sym_DASH_DASH_DASH] = ACTIONS(287), - [anon_sym_LT_GT] = ACTIONS(287), - [anon_sym_STAR] = ACTIONS(287), - [anon_sym_STAR_STAR] = ACTIONS(287), + [sym__terminator] = STATE(137), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5092), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), + [aux_sym__terminator_token1] = ACTIONS(680), + [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_LPAREN] = ACTIONS(802), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(806), + [sym_integer] = ACTIONS(806), + [sym_float] = ACTIONS(806), + [sym_char] = ACTIONS(806), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(806), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(287), - [anon_sym_do] = ACTIONS(407), - [anon_sym_fn] = ACTIONS(409), - [anon_sym_LPAREN2] = ACTIONS(411), - [anon_sym_LBRACK2] = ACTIONS(283), + [anon_sym_DASH_GT] = ACTIONS(838), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(296), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), }, [110] = { [sym__terminator] = STATE(130), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4926), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5799), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(864), [anon_sym_LPAREN] = ACTIONS(802), @@ -36642,55 +37952,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [111] = { - [sym__terminator] = STATE(131), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__terminator] = STATE(128), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4947), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5370), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(866), [anon_sym_LPAREN] = ACTIONS(802), @@ -36774,55 +38084,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [112] = { - [sym__terminator] = STATE(139), - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__terminator] = STATE(127), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4987), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_repeat1] = STATE(1014), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5513), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_repeat1] = STATE(1027), [aux_sym__terminator_token1] = ACTIONS(680), [anon_sym_SEMI] = ACTIONS(868), [anon_sym_LPAREN] = ACTIONS(802), @@ -36906,53 +38216,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [113] = { - [sym__expression] = STATE(1742), - [sym_block] = STATE(1742), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1742), - [sym_nil] = STATE(1742), - [sym__atom] = STATE(1742), - [sym_quoted_atom] = STATE(1742), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1742), - [sym_charlist] = STATE(1742), - [sym_sigil] = STATE(1742), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1742), - [sym_tuple] = STATE(1742), - [sym_bitstring] = STATE(1742), - [sym_map] = STATE(1742), - [sym__nullary_operator] = STATE(1742), - [sym_unary_operator] = STATE(1742), - [sym_binary_operator] = STATE(1742), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1742), - [sym_call] = STATE(1742), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1742), - [sym_stab_clause] = STATE(4959), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1742), + [sym__expression] = STATE(2086), + [sym_block] = STATE(2086), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2086), + [sym_nil] = STATE(2086), + [sym__atom] = STATE(2086), + [sym_quoted_atom] = STATE(2086), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2086), + [sym_charlist] = STATE(2086), + [sym_sigil] = STATE(2086), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2086), + [sym_tuple] = STATE(2086), + [sym_bitstring] = STATE(2086), + [sym_map] = STATE(2086), + [sym__nullary_operator] = STATE(2086), + [sym_unary_operator] = STATE(2086), + [sym_binary_operator] = STATE(2086), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2086), + [sym_call] = STATE(2086), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2086), + [sym_stab_clause] = STATE(5519), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2086), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(870), @@ -37036,53 +38346,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [114] = { - [sym__expression] = STATE(1739), - [sym_block] = STATE(1739), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1739), - [sym_nil] = STATE(1739), - [sym__atom] = STATE(1739), - [sym_quoted_atom] = STATE(1739), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1739), - [sym_charlist] = STATE(1739), - [sym_sigil] = STATE(1739), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1739), - [sym_tuple] = STATE(1739), - [sym_bitstring] = STATE(1739), - [sym_map] = STATE(1739), - [sym__nullary_operator] = STATE(1739), - [sym_unary_operator] = STATE(1739), - [sym_binary_operator] = STATE(1739), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1739), - [sym_call] = STATE(1739), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1739), - [sym_stab_clause] = STATE(4993), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1739), + [sym__expression] = STATE(2068), + [sym_block] = STATE(2068), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2068), + [sym_nil] = STATE(2068), + [sym__atom] = STATE(2068), + [sym_quoted_atom] = STATE(2068), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2068), + [sym_charlist] = STATE(2068), + [sym_sigil] = STATE(2068), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2068), + [sym_tuple] = STATE(2068), + [sym_bitstring] = STATE(2068), + [sym_map] = STATE(2068), + [sym__nullary_operator] = STATE(2068), + [sym_unary_operator] = STATE(2068), + [sym_binary_operator] = STATE(2068), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2068), + [sym_call] = STATE(2068), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2068), + [sym_stab_clause] = STATE(5081), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2068), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(874), @@ -37166,53 +38476,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [115] = { - [sym__expression] = STATE(1977), - [sym_block] = STATE(1977), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1977), - [sym_nil] = STATE(1977), - [sym__atom] = STATE(1977), - [sym_quoted_atom] = STATE(1977), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1977), - [sym_charlist] = STATE(1977), - [sym_sigil] = STATE(1977), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1977), - [sym_tuple] = STATE(1977), - [sym_bitstring] = STATE(1977), - [sym_map] = STATE(1977), - [sym__nullary_operator] = STATE(1977), - [sym_unary_operator] = STATE(1977), - [sym_binary_operator] = STATE(1977), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1977), - [sym_call] = STATE(1977), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1977), - [sym_stab_clause] = STATE(4924), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1977), + [sym__expression] = STATE(2061), + [sym_block] = STATE(2061), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2061), + [sym_nil] = STATE(2061), + [sym__atom] = STATE(2061), + [sym_quoted_atom] = STATE(2061), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2061), + [sym_charlist] = STATE(2061), + [sym_sigil] = STATE(2061), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2061), + [sym_tuple] = STATE(2061), + [sym_bitstring] = STATE(2061), + [sym_map] = STATE(2061), + [sym__nullary_operator] = STATE(2061), + [sym_unary_operator] = STATE(2061), + [sym_binary_operator] = STATE(2061), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2061), + [sym_call] = STATE(2061), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2061), + [sym_stab_clause] = STATE(5660), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2061), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(878), @@ -37296,53 +38606,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [116] = { - [sym__expression] = STATE(1718), - [sym_block] = STATE(1718), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1718), - [sym_nil] = STATE(1718), - [sym__atom] = STATE(1718), - [sym_quoted_atom] = STATE(1718), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1718), - [sym_charlist] = STATE(1718), - [sym_sigil] = STATE(1718), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1718), - [sym_tuple] = STATE(1718), - [sym_bitstring] = STATE(1718), - [sym_map] = STATE(1718), - [sym__nullary_operator] = STATE(1718), - [sym_unary_operator] = STATE(1718), - [sym_binary_operator] = STATE(1718), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1718), - [sym_call] = STATE(1718), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1718), - [sym_stab_clause] = STATE(5039), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1718), + [sym__expression] = STATE(2057), + [sym_block] = STATE(2057), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2057), + [sym_nil] = STATE(2057), + [sym__atom] = STATE(2057), + [sym_quoted_atom] = STATE(2057), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2057), + [sym_charlist] = STATE(2057), + [sym_sigil] = STATE(2057), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2057), + [sym_tuple] = STATE(2057), + [sym_bitstring] = STATE(2057), + [sym_map] = STATE(2057), + [sym__nullary_operator] = STATE(2057), + [sym_unary_operator] = STATE(2057), + [sym_binary_operator] = STATE(2057), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2057), + [sym_call] = STATE(2057), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2057), + [sym_stab_clause] = STATE(5238), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2057), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(882), @@ -37426,53 +38736,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [117] = { - [sym__expression] = STATE(1716), - [sym_block] = STATE(1716), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1716), - [sym_nil] = STATE(1716), - [sym__atom] = STATE(1716), - [sym_quoted_atom] = STATE(1716), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1716), - [sym_charlist] = STATE(1716), - [sym_sigil] = STATE(1716), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1716), - [sym_tuple] = STATE(1716), - [sym_bitstring] = STATE(1716), - [sym_map] = STATE(1716), - [sym__nullary_operator] = STATE(1716), - [sym_unary_operator] = STATE(1716), - [sym_binary_operator] = STATE(1716), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1716), - [sym_call] = STATE(1716), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1716), - [sym_stab_clause] = STATE(4985), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1716), + [sym__expression] = STATE(2097), + [sym_block] = STATE(2097), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2097), + [sym_nil] = STATE(2097), + [sym__atom] = STATE(2097), + [sym_quoted_atom] = STATE(2097), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2097), + [sym_charlist] = STATE(2097), + [sym_sigil] = STATE(2097), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2097), + [sym_tuple] = STATE(2097), + [sym_bitstring] = STATE(2097), + [sym_map] = STATE(2097), + [sym__nullary_operator] = STATE(2097), + [sym_unary_operator] = STATE(2097), + [sym_binary_operator] = STATE(2097), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2097), + [sym_call] = STATE(2097), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2097), + [sym_stab_clause] = STATE(5805), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2097), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(886), @@ -37556,53 +38866,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [118] = { - [sym__expression] = STATE(1728), - [sym_block] = STATE(1728), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1728), - [sym_nil] = STATE(1728), - [sym__atom] = STATE(1728), - [sym_quoted_atom] = STATE(1728), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1728), - [sym_charlist] = STATE(1728), - [sym_sigil] = STATE(1728), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1728), - [sym_tuple] = STATE(1728), - [sym_bitstring] = STATE(1728), - [sym_map] = STATE(1728), - [sym__nullary_operator] = STATE(1728), - [sym_unary_operator] = STATE(1728), - [sym_binary_operator] = STATE(1728), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1728), - [sym_call] = STATE(1728), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1728), - [sym_stab_clause] = STATE(4973), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1728), + [sym__expression] = STATE(2099), + [sym_block] = STATE(2099), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2099), + [sym_nil] = STATE(2099), + [sym__atom] = STATE(2099), + [sym_quoted_atom] = STATE(2099), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2099), + [sym_charlist] = STATE(2099), + [sym_sigil] = STATE(2099), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2099), + [sym_tuple] = STATE(2099), + [sym_bitstring] = STATE(2099), + [sym_map] = STATE(2099), + [sym__nullary_operator] = STATE(2099), + [sym_unary_operator] = STATE(2099), + [sym_binary_operator] = STATE(2099), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2099), + [sym_call] = STATE(2099), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2099), + [sym_stab_clause] = STATE(5881), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2099), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(890), @@ -37686,53 +38996,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [119] = { - [sym__expression] = STATE(1969), - [sym_block] = STATE(1969), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1969), - [sym_nil] = STATE(1969), - [sym__atom] = STATE(1969), - [sym_quoted_atom] = STATE(1969), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1969), - [sym_charlist] = STATE(1969), - [sym_sigil] = STATE(1969), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1969), - [sym_tuple] = STATE(1969), - [sym_bitstring] = STATE(1969), - [sym_map] = STATE(1969), - [sym__nullary_operator] = STATE(1969), - [sym_unary_operator] = STATE(1969), - [sym_binary_operator] = STATE(1969), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1969), - [sym_call] = STATE(1969), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1969), - [sym_stab_clause] = STATE(5022), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1969), + [sym__expression] = STATE(2015), + [sym_block] = STATE(2015), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2015), + [sym_nil] = STATE(2015), + [sym__atom] = STATE(2015), + [sym_quoted_atom] = STATE(2015), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2015), + [sym_charlist] = STATE(2015), + [sym_sigil] = STATE(2015), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2015), + [sym_tuple] = STATE(2015), + [sym_bitstring] = STATE(2015), + [sym_map] = STATE(2015), + [sym__nullary_operator] = STATE(2015), + [sym_unary_operator] = STATE(2015), + [sym_binary_operator] = STATE(2015), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2015), + [sym_call] = STATE(2015), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2015), + [sym_stab_clause] = STATE(5485), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2015), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(894), @@ -37816,53 +39126,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [120] = { - [sym__expression] = STATE(1897), - [sym_block] = STATE(1897), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1897), - [sym_nil] = STATE(1897), - [sym__atom] = STATE(1897), - [sym_quoted_atom] = STATE(1897), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1897), - [sym_charlist] = STATE(1897), - [sym_sigil] = STATE(1897), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1897), - [sym_tuple] = STATE(1897), - [sym_bitstring] = STATE(1897), - [sym_map] = STATE(1897), - [sym__nullary_operator] = STATE(1897), - [sym_unary_operator] = STATE(1897), - [sym_binary_operator] = STATE(1897), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1897), - [sym_call] = STATE(1897), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1897), - [sym_stab_clause] = STATE(4939), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1897), + [sym__expression] = STATE(2092), + [sym_block] = STATE(2092), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2092), + [sym_nil] = STATE(2092), + [sym__atom] = STATE(2092), + [sym_quoted_atom] = STATE(2092), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2092), + [sym_charlist] = STATE(2092), + [sym_sigil] = STATE(2092), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2092), + [sym_tuple] = STATE(2092), + [sym_bitstring] = STATE(2092), + [sym_map] = STATE(2092), + [sym__nullary_operator] = STATE(2092), + [sym_unary_operator] = STATE(2092), + [sym_binary_operator] = STATE(2092), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2092), + [sym_call] = STATE(2092), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2092), + [sym_stab_clause] = STATE(5662), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2092), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(898), @@ -37946,53 +39256,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [121] = { - [sym__expression] = STATE(1852), - [sym_block] = STATE(1852), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1852), - [sym_nil] = STATE(1852), - [sym__atom] = STATE(1852), - [sym_quoted_atom] = STATE(1852), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1852), - [sym_charlist] = STATE(1852), - [sym_sigil] = STATE(1852), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1852), - [sym_tuple] = STATE(1852), - [sym_bitstring] = STATE(1852), - [sym_map] = STATE(1852), - [sym__nullary_operator] = STATE(1852), - [sym_unary_operator] = STATE(1852), - [sym_binary_operator] = STATE(1852), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1852), - [sym_call] = STATE(1852), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1852), - [sym_stab_clause] = STATE(5038), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1852), + [sym__expression] = STATE(2101), + [sym_block] = STATE(2101), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2101), + [sym_nil] = STATE(2101), + [sym__atom] = STATE(2101), + [sym_quoted_atom] = STATE(2101), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2101), + [sym_charlist] = STATE(2101), + [sym_sigil] = STATE(2101), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2101), + [sym_tuple] = STATE(2101), + [sym_bitstring] = STATE(2101), + [sym_map] = STATE(2101), + [sym__nullary_operator] = STATE(2101), + [sym_unary_operator] = STATE(2101), + [sym_binary_operator] = STATE(2101), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2101), + [sym_call] = STATE(2101), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2101), + [sym_stab_clause] = STATE(5944), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2101), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(902), @@ -38076,53 +39386,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [122] = { - [sym__expression] = STATE(1837), - [sym_block] = STATE(1837), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1837), - [sym_nil] = STATE(1837), - [sym__atom] = STATE(1837), - [sym_quoted_atom] = STATE(1837), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1837), - [sym_charlist] = STATE(1837), - [sym_sigil] = STATE(1837), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1837), - [sym_tuple] = STATE(1837), - [sym_bitstring] = STATE(1837), - [sym_map] = STATE(1837), - [sym__nullary_operator] = STATE(1837), - [sym_unary_operator] = STATE(1837), - [sym_binary_operator] = STATE(1837), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1837), - [sym_call] = STATE(1837), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1837), - [sym_stab_clause] = STATE(5012), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1837), + [sym__expression] = STATE(2040), + [sym_block] = STATE(2040), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2040), + [sym_nil] = STATE(2040), + [sym__atom] = STATE(2040), + [sym_quoted_atom] = STATE(2040), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2040), + [sym_charlist] = STATE(2040), + [sym_sigil] = STATE(2040), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2040), + [sym_tuple] = STATE(2040), + [sym_bitstring] = STATE(2040), + [sym_map] = STATE(2040), + [sym__nullary_operator] = STATE(2040), + [sym_unary_operator] = STATE(2040), + [sym_binary_operator] = STATE(2040), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2040), + [sym_call] = STATE(2040), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2040), + [sym_stab_clause] = STATE(5518), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2040), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(906), @@ -38206,53 +39516,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [123] = { - [sym__expression] = STATE(1749), - [sym_block] = STATE(1749), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1749), - [sym_nil] = STATE(1749), - [sym__atom] = STATE(1749), - [sym_quoted_atom] = STATE(1749), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1749), - [sym_charlist] = STATE(1749), - [sym_sigil] = STATE(1749), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1749), - [sym_tuple] = STATE(1749), - [sym_bitstring] = STATE(1749), - [sym_map] = STATE(1749), - [sym__nullary_operator] = STATE(1749), - [sym_unary_operator] = STATE(1749), - [sym_binary_operator] = STATE(1749), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1749), - [sym_call] = STATE(1749), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1749), - [sym_stab_clause] = STATE(4946), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1749), + [sym__expression] = STATE(2074), + [sym_block] = STATE(2074), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2074), + [sym_nil] = STATE(2074), + [sym__atom] = STATE(2074), + [sym_quoted_atom] = STATE(2074), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2074), + [sym_charlist] = STATE(2074), + [sym_sigil] = STATE(2074), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2074), + [sym_tuple] = STATE(2074), + [sym_bitstring] = STATE(2074), + [sym_map] = STATE(2074), + [sym__nullary_operator] = STATE(2074), + [sym_unary_operator] = STATE(2074), + [sym_binary_operator] = STATE(2074), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2074), + [sym_call] = STATE(2074), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2074), + [sym_stab_clause] = STATE(5376), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2074), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(910), @@ -38336,53 +39646,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [124] = { - [sym__expression] = STATE(1743), - [sym_block] = STATE(1743), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1743), - [sym_nil] = STATE(1743), - [sym__atom] = STATE(1743), - [sym_quoted_atom] = STATE(1743), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1743), - [sym_charlist] = STATE(1743), - [sym_sigil] = STATE(1743), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(1743), - [sym_tuple] = STATE(1743), - [sym_bitstring] = STATE(1743), - [sym_map] = STATE(1743), - [sym__nullary_operator] = STATE(1743), - [sym_unary_operator] = STATE(1743), - [sym_binary_operator] = STATE(1743), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1743), - [sym_call] = STATE(1743), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1743), - [sym_stab_clause] = STATE(4967), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(1743), + [sym__expression] = STATE(2071), + [sym_block] = STATE(2071), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(2071), + [sym_nil] = STATE(2071), + [sym__atom] = STATE(2071), + [sym_quoted_atom] = STATE(2071), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2071), + [sym_charlist] = STATE(2071), + [sym_sigil] = STATE(2071), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(2071), + [sym_tuple] = STATE(2071), + [sym_bitstring] = STATE(2071), + [sym_map] = STATE(2071), + [sym__nullary_operator] = STATE(2071), + [sym_unary_operator] = STATE(2071), + [sym_binary_operator] = STATE(2071), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2071), + [sym_call] = STATE(2071), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2071), + [sym_stab_clause] = STATE(5226), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(2071), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(63), [anon_sym_RPAREN] = ACTIONS(914), @@ -38466,53 +39776,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(117), }, [125] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4970), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5691), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -38595,53 +39905,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [126] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4963), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5458), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -38724,53 +40034,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [127] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4928), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5548), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -38853,53 +40163,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [128] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4940), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5405), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -38982,53 +40292,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [129] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(5033), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(4825), + [sym__stab_clause_left] = STATE(6857), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -39100,7 +40410,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(35), [anon_sym_STAR_STAR] = ACTIONS(35), [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(838), + [anon_sym_DASH_GT] = ACTIONS(101), [anon_sym_DOT] = ACTIONS(35), [anon_sym_fn] = ACTIONS(840), [sym_comment] = ACTIONS(5), @@ -39111,53 +40421,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [130] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4919), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5833), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -39240,53 +40550,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [131] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4942), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5778), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -39369,53 +40679,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [132] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4961), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5255), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -39498,53 +40808,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [133] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(5487), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(6764), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -39627,53 +40937,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [134] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4405), - [sym__stab_clause_left] = STATE(5623), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5453), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -39745,7 +41055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(35), [anon_sym_STAR_STAR] = ACTIONS(35), [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(698), + [anon_sym_DASH_GT] = ACTIONS(838), [anon_sym_DOT] = ACTIONS(35), [anon_sym_fn] = ACTIONS(840), [sym_comment] = ACTIONS(5), @@ -39756,53 +41066,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [135] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(5027), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5110), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -39885,53 +41195,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [136] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(5002), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(4825), + [sym__stab_clause_left] = STATE(6906), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(802), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(806), + [sym_integer] = ACTIONS(806), + [sym_float] = ACTIONS(806), + [sym_char] = ACTIONS(806), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(806), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(698), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [137] = { + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5677), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -40013,183 +41452,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(844), }, - [137] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4405), - [sym__stab_clause_left] = STATE(5640), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(802), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(806), - [sym_integer] = ACTIONS(806), - [sym_float] = ACTIONS(806), - [sym_char] = ACTIONS(806), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(806), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(101), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, [138] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(5029), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5770), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -40272,53 +41582,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [139] = { - [sym__expression] = STATE(3853), - [sym_block] = STATE(3853), + [sym__expression] = STATE(4377), + [sym_block] = STATE(4377), [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3853), - [sym_nil] = STATE(3853), - [sym__atom] = STATE(3853), - [sym_quoted_atom] = STATE(3853), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3853), - [sym_charlist] = STATE(3853), - [sym_sigil] = STATE(3853), - [sym_keywords] = STATE(5453), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3853), - [sym_tuple] = STATE(3853), - [sym_bitstring] = STATE(3853), - [sym_map] = STATE(3853), - [sym__nullary_operator] = STATE(3853), - [sym_unary_operator] = STATE(3853), - [sym_binary_operator] = STATE(3853), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3853), - [sym_call] = STATE(3853), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3853), - [sym_stab_clause] = STATE(4980), - [sym__stab_clause_left] = STATE(5629), - [sym__stab_clause_arguments_with_parentheses] = STATE(5477), - [sym__stab_clause_arguments_without_parentheses] = STATE(5476), - [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(5618), - [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(5616), - [sym_anonymous_function] = STATE(3853), + [sym_boolean] = STATE(4377), + [sym_nil] = STATE(4377), + [sym__atom] = STATE(4377), + [sym_quoted_atom] = STATE(4377), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4377), + [sym_charlist] = STATE(4377), + [sym_sigil] = STATE(4377), + [sym_keywords] = STATE(6837), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4377), + [sym_tuple] = STATE(4377), + [sym_bitstring] = STATE(4377), + [sym_map] = STATE(4377), + [sym__nullary_operator] = STATE(4377), + [sym_unary_operator] = STATE(4377), + [sym_binary_operator] = STATE(4377), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4377), + [sym_call] = STATE(4377), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4377), + [sym_stab_clause] = STATE(5919), + [sym__stab_clause_left] = STATE(6846), + [sym__stab_clause_arguments_with_parentheses] = STATE(6808), + [sym__stab_clause_arguments_without_parentheses] = STATE(6809), + [sym__stab_clause_arguments_with_parentheses_with_guard] = STATE(6901), + [sym__stab_clause_arguments_without_parentheses_with_guard] = STATE(6900), + [sym_anonymous_function] = STATE(4377), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(802), [aux_sym_identifier_token1] = ACTIONS(804), @@ -40401,48 +41711,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [140] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4315), - [sym_rescue_block] = STATE(4315), - [sym_catch_block] = STATE(4315), - [sym_else_block] = STATE(4315), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4315), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4730), + [sym_rescue_block] = STATE(4730), + [sym_catch_block] = STATE(4730), + [sym_else_block] = STATE(4730), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4730), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -40529,48 +41839,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [141] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4316), - [sym_rescue_block] = STATE(4316), - [sym_catch_block] = STATE(4316), - [sym_else_block] = STATE(4316), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4316), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4713), + [sym_rescue_block] = STATE(4713), + [sym_catch_block] = STATE(4713), + [sym_else_block] = STATE(4713), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4713), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -40657,48 +41967,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [142] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4308), - [sym_rescue_block] = STATE(4308), - [sym_catch_block] = STATE(4308), - [sym_else_block] = STATE(4308), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4308), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4736), + [sym_rescue_block] = STATE(4736), + [sym_catch_block] = STATE(4736), + [sym_else_block] = STATE(4736), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4736), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -40785,48 +42095,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [143] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4329), - [sym_rescue_block] = STATE(4329), - [sym_catch_block] = STATE(4329), - [sym_else_block] = STATE(4329), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4329), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4714), + [sym_rescue_block] = STATE(4714), + [sym_catch_block] = STATE(4714), + [sym_else_block] = STATE(4714), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4714), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -40913,48 +42223,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [144] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4325), - [sym_rescue_block] = STATE(4325), - [sym_catch_block] = STATE(4325), - [sym_else_block] = STATE(4325), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4325), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4704), + [sym_rescue_block] = STATE(4704), + [sym_catch_block] = STATE(4704), + [sym_else_block] = STATE(4704), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4704), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -41041,48 +42351,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [145] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4324), - [sym_rescue_block] = STATE(4324), - [sym_catch_block] = STATE(4324), - [sym_else_block] = STATE(4324), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4324), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4693), + [sym_rescue_block] = STATE(4693), + [sym_catch_block] = STATE(4693), + [sym_else_block] = STATE(4693), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4693), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -41169,48 +42479,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [146] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4307), - [sym_rescue_block] = STATE(4307), - [sym_catch_block] = STATE(4307), - [sym_else_block] = STATE(4307), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4307), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4721), + [sym_rescue_block] = STATE(4721), + [sym_catch_block] = STATE(4721), + [sym_else_block] = STATE(4721), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4721), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -41297,48 +42607,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [147] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4304), - [sym_rescue_block] = STATE(4304), - [sym_catch_block] = STATE(4304), - [sym_else_block] = STATE(4304), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4304), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4737), + [sym_rescue_block] = STATE(4737), + [sym_catch_block] = STATE(4737), + [sym_else_block] = STATE(4737), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4737), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -41425,48 +42735,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [148] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4284), - [sym_rescue_block] = STATE(4284), - [sym_catch_block] = STATE(4284), - [sym_else_block] = STATE(4284), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4284), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4690), + [sym_rescue_block] = STATE(4690), + [sym_catch_block] = STATE(4690), + [sym_else_block] = STATE(4690), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4690), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -41553,48 +42863,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [149] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4282), - [sym_rescue_block] = STATE(4282), - [sym_catch_block] = STATE(4282), - [sym_else_block] = STATE(4282), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4282), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4701), + [sym_rescue_block] = STATE(4701), + [sym_catch_block] = STATE(4701), + [sym_else_block] = STATE(4701), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4701), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -41681,48 +42991,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [150] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4280), - [sym_rescue_block] = STATE(4280), - [sym_catch_block] = STATE(4280), - [sym_else_block] = STATE(4280), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4280), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4724), + [sym_rescue_block] = STATE(4724), + [sym_catch_block] = STATE(4724), + [sym_else_block] = STATE(4724), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4724), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -41809,48 +43119,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [151] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4298), - [sym_rescue_block] = STATE(4298), - [sym_catch_block] = STATE(4298), - [sym_else_block] = STATE(4298), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4298), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4697), + [sym_rescue_block] = STATE(4697), + [sym_catch_block] = STATE(4697), + [sym_else_block] = STATE(4697), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4697), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -41937,48 +43247,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [152] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4291), - [sym_rescue_block] = STATE(4291), - [sym_catch_block] = STATE(4291), - [sym_else_block] = STATE(4291), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4291), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4707), + [sym_rescue_block] = STATE(4707), + [sym_catch_block] = STATE(4707), + [sym_else_block] = STATE(4707), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4707), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -42065,48 +43375,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [153] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4290), - [sym_rescue_block] = STATE(4290), - [sym_catch_block] = STATE(4290), - [sym_else_block] = STATE(4290), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4290), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4747), + [sym_rescue_block] = STATE(4747), + [sym_catch_block] = STATE(4747), + [sym_else_block] = STATE(4747), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4747), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -42193,48 +43503,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [154] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4292), - [sym_rescue_block] = STATE(4292), - [sym_catch_block] = STATE(4292), - [sym_else_block] = STATE(4292), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4292), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4719), + [sym_rescue_block] = STATE(4719), + [sym_catch_block] = STATE(4719), + [sym_else_block] = STATE(4719), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4719), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -42321,48 +43631,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [155] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4309), - [sym_rescue_block] = STATE(4309), - [sym_catch_block] = STATE(4309), - [sym_else_block] = STATE(4309), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4309), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4699), + [sym_rescue_block] = STATE(4699), + [sym_catch_block] = STATE(4699), + [sym_else_block] = STATE(4699), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4699), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -42449,48 +43759,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [156] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4303), - [sym_rescue_block] = STATE(4303), - [sym_catch_block] = STATE(4303), - [sym_else_block] = STATE(4303), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4303), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4716), + [sym_rescue_block] = STATE(4716), + [sym_catch_block] = STATE(4716), + [sym_else_block] = STATE(4716), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4716), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -42577,48 +43887,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [157] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4300), - [sym_rescue_block] = STATE(4300), - [sym_catch_block] = STATE(4300), - [sym_else_block] = STATE(4300), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4300), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4749), + [sym_rescue_block] = STATE(4749), + [sym_catch_block] = STATE(4749), + [sym_else_block] = STATE(4749), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4749), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -42705,48 +44015,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [158] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4295), - [sym_rescue_block] = STATE(4295), - [sym_catch_block] = STATE(4295), - [sym_else_block] = STATE(4295), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4295), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4720), + [sym_rescue_block] = STATE(4720), + [sym_catch_block] = STATE(4720), + [sym_else_block] = STATE(4720), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4720), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -42833,48 +44143,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [159] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4276), - [sym_rescue_block] = STATE(4276), - [sym_catch_block] = STATE(4276), - [sym_else_block] = STATE(4276), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4276), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4723), + [sym_rescue_block] = STATE(4723), + [sym_catch_block] = STATE(4723), + [sym_else_block] = STATE(4723), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4723), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -42961,48 +44271,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [160] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4312), - [sym_rescue_block] = STATE(4312), - [sym_catch_block] = STATE(4312), - [sym_else_block] = STATE(4312), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4312), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4712), + [sym_rescue_block] = STATE(4712), + [sym_catch_block] = STATE(4712), + [sym_else_block] = STATE(4712), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4712), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -43089,48 +44399,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [161] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4279), - [sym_rescue_block] = STATE(4279), - [sym_catch_block] = STATE(4279), - [sym_else_block] = STATE(4279), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4279), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4734), + [sym_rescue_block] = STATE(4734), + [sym_catch_block] = STATE(4734), + [sym_else_block] = STATE(4734), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4734), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -43217,48 +44527,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [162] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4327), - [sym_rescue_block] = STATE(4327), - [sym_catch_block] = STATE(4327), - [sym_else_block] = STATE(4327), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4327), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4722), + [sym_rescue_block] = STATE(4722), + [sym_catch_block] = STATE(4722), + [sym_else_block] = STATE(4722), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4722), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -43345,48 +44655,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [163] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4271), - [sym_rescue_block] = STATE(4271), - [sym_catch_block] = STATE(4271), - [sym_else_block] = STATE(4271), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4271), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4727), + [sym_rescue_block] = STATE(4727), + [sym_catch_block] = STATE(4727), + [sym_else_block] = STATE(4727), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4727), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -43473,48 +44783,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [164] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4302), - [sym_rescue_block] = STATE(4302), - [sym_catch_block] = STATE(4302), - [sym_else_block] = STATE(4302), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4302), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4733), + [sym_rescue_block] = STATE(4733), + [sym_catch_block] = STATE(4733), + [sym_else_block] = STATE(4733), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4733), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -43601,48 +44911,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [165] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4278), - [sym_rescue_block] = STATE(4278), - [sym_catch_block] = STATE(4278), - [sym_else_block] = STATE(4278), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4278), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4710), + [sym_rescue_block] = STATE(4710), + [sym_catch_block] = STATE(4710), + [sym_else_block] = STATE(4710), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4710), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -43729,48 +45039,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [166] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4299), - [sym_rescue_block] = STATE(4299), - [sym_catch_block] = STATE(4299), - [sym_else_block] = STATE(4299), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4299), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4705), + [sym_rescue_block] = STATE(4705), + [sym_catch_block] = STATE(4705), + [sym_else_block] = STATE(4705), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4705), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -43857,48 +45167,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [167] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4317), - [sym_rescue_block] = STATE(4317), - [sym_catch_block] = STATE(4317), - [sym_else_block] = STATE(4317), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4317), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4728), + [sym_rescue_block] = STATE(4728), + [sym_catch_block] = STATE(4728), + [sym_else_block] = STATE(4728), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4728), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -43985,48 +45295,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [168] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4286), - [sym_rescue_block] = STATE(4286), - [sym_catch_block] = STATE(4286), - [sym_else_block] = STATE(4286), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4286), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4732), + [sym_rescue_block] = STATE(4732), + [sym_catch_block] = STATE(4732), + [sym_else_block] = STATE(4732), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4732), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -44113,48 +45423,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [169] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4322), - [sym_rescue_block] = STATE(4322), - [sym_catch_block] = STATE(4322), - [sym_else_block] = STATE(4322), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4322), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4729), + [sym_rescue_block] = STATE(4729), + [sym_catch_block] = STATE(4729), + [sym_else_block] = STATE(4729), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4729), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -44241,48 +45551,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [170] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4277), - [sym_rescue_block] = STATE(4277), - [sym_catch_block] = STATE(4277), - [sym_else_block] = STATE(4277), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4277), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4725), + [sym_rescue_block] = STATE(4725), + [sym_catch_block] = STATE(4725), + [sym_else_block] = STATE(4725), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4725), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -44369,48 +45679,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [171] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4306), - [sym_rescue_block] = STATE(4306), - [sym_catch_block] = STATE(4306), - [sym_else_block] = STATE(4306), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4306), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4694), + [sym_rescue_block] = STATE(4694), + [sym_catch_block] = STATE(4694), + [sym_else_block] = STATE(4694), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4694), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -44497,48 +45807,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [172] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4318), - [sym_rescue_block] = STATE(4318), - [sym_catch_block] = STATE(4318), - [sym_else_block] = STATE(4318), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4318), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4731), + [sym_rescue_block] = STATE(4731), + [sym_catch_block] = STATE(4731), + [sym_else_block] = STATE(4731), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4731), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -44625,48 +45935,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [173] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4294), - [sym_rescue_block] = STATE(4294), - [sym_catch_block] = STATE(4294), - [sym_else_block] = STATE(4294), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4294), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4717), + [sym_rescue_block] = STATE(4717), + [sym_catch_block] = STATE(4717), + [sym_else_block] = STATE(4717), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4717), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -44753,48 +46063,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [174] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4275), - [sym_rescue_block] = STATE(4275), - [sym_catch_block] = STATE(4275), - [sym_else_block] = STATE(4275), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4275), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4726), + [sym_rescue_block] = STATE(4726), + [sym_catch_block] = STATE(4726), + [sym_else_block] = STATE(4726), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4726), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -44881,48 +46191,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [175] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_after_block] = STATE(4285), - [sym_rescue_block] = STATE(4285), - [sym_catch_block] = STATE(4285), - [sym_else_block] = STATE(4285), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym_do_block_repeat1] = STATE(4285), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_after_block] = STATE(4718), + [sym_rescue_block] = STATE(4718), + [sym_catch_block] = STATE(4718), + [sym_else_block] = STATE(4718), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym_do_block_repeat1] = STATE(4718), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -45009,46 +46319,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [176] = { - [sym__terminator] = STATE(762), - [sym__expression] = STATE(1655), - [sym_block] = STATE(1655), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(1655), - [sym_nil] = STATE(1655), - [sym__atom] = STATE(1655), - [sym_quoted_atom] = STATE(1655), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(1655), - [sym_charlist] = STATE(1655), - [sym_sigil] = STATE(1655), - [sym_list] = STATE(1655), - [sym_tuple] = STATE(1655), - [sym_bitstring] = STATE(1655), - [sym_map] = STATE(1655), - [sym__nullary_operator] = STATE(1655), - [sym_unary_operator] = STATE(1655), - [sym_binary_operator] = STATE(1655), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(1655), - [sym_call] = STATE(1655), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__terminator] = STATE(768), + [sym__expression] = STATE(1671), + [sym_block] = STATE(1671), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(1671), + [sym_nil] = STATE(1671), + [sym__atom] = STATE(1671), + [sym_quoted_atom] = STATE(1671), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(1671), + [sym_charlist] = STATE(1671), + [sym_sigil] = STATE(1671), + [sym_list] = STATE(1671), + [sym_tuple] = STATE(1671), + [sym_bitstring] = STATE(1671), + [sym_map] = STATE(1671), + [sym__nullary_operator] = STATE(1671), + [sym_unary_operator] = STATE(1671), + [sym_binary_operator] = STATE(1671), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(1671), + [sym_call] = STATE(1671), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(1655), - [sym_body] = STATE(4406), - [sym_anonymous_function] = STATE(1655), - [aux_sym__terminator_repeat1] = STATE(1018), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(1671), + [sym_body] = STATE(4826), + [sym_anonymous_function] = STATE(1671), + [aux_sym__terminator_repeat1] = STATE(1031), + [aux_sym__terminator_token1] = ACTIONS(1030), + [anon_sym_SEMI] = ACTIONS(1032), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1034), + [sym_integer] = ACTIONS(1034), + [sym_float] = ACTIONS(1034), + [sym_char] = ACTIONS(1034), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1034), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1039), + [anon_sym_catch] = ACTIONS(1039), + [anon_sym_else] = ACTIONS(1039), + [anon_sym_end] = ACTIONS(1039), + [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1039), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [177] = { + [sym__terminator] = STATE(768), + [sym__expression] = STATE(1671), + [sym_block] = STATE(1671), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(1671), + [sym_nil] = STATE(1671), + [sym__atom] = STATE(1671), + [sym_quoted_atom] = STATE(1671), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(1671), + [sym_charlist] = STATE(1671), + [sym_sigil] = STATE(1671), + [sym_list] = STATE(1671), + [sym_tuple] = STATE(1671), + [sym_bitstring] = STATE(1671), + [sym_map] = STATE(1671), + [sym__nullary_operator] = STATE(1671), + [sym_unary_operator] = STATE(1671), + [sym_binary_operator] = STATE(1671), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(1671), + [sym_call] = STATE(1671), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(1671), + [sym_body] = STATE(4827), + [sym_anonymous_function] = STATE(1671), + [aux_sym__terminator_repeat1] = STATE(1031), [aux_sym__terminator_token1] = ACTIONS(1030), [anon_sym_SEMI] = ACTIONS(1032), [anon_sym_LPAREN] = ACTIONS(918), @@ -45122,133 +46559,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1036), - [anon_sym_catch] = ACTIONS(1036), - [anon_sym_else] = ACTIONS(1036), - [anon_sym_end] = ACTIONS(1036), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1036), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [177] = { - [sym__terminator] = STATE(762), - [sym__expression] = STATE(1655), - [sym_block] = STATE(1655), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(1655), - [sym_nil] = STATE(1655), - [sym__atom] = STATE(1655), - [sym_quoted_atom] = STATE(1655), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(1655), - [sym_charlist] = STATE(1655), - [sym_sigil] = STATE(1655), - [sym_list] = STATE(1655), - [sym_tuple] = STATE(1655), - [sym_bitstring] = STATE(1655), - [sym_map] = STATE(1655), - [sym__nullary_operator] = STATE(1655), - [sym_unary_operator] = STATE(1655), - [sym_binary_operator] = STATE(1655), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(1655), - [sym_call] = STATE(1655), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(1655), - [sym_body] = STATE(4407), - [sym_anonymous_function] = STATE(1655), - [aux_sym__terminator_repeat1] = STATE(1018), - [aux_sym__terminator_token1] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1032), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1034), - [sym_integer] = ACTIONS(1034), - [sym_float] = ACTIONS(1034), - [sym_char] = ACTIONS(1034), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1034), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), [anon_sym_after] = ACTIONS(1041), [anon_sym_catch] = ACTIONS(1041), [anon_sym_else] = ACTIONS(1041), @@ -45263,48 +46573,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [178] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5638), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6847), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -45388,48 +46698,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [179] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5665), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6930), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -45447,8 +46757,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1087), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1087), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -45513,66 +46823,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [180] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5555), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5555), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6922), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1089), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1089), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -45638,61 +46948,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [181] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5551), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5551), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6854), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6854), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1093), + [anon_sym_RPAREN] = ACTIONS(1091), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -45763,67 +47073,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [182] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5544), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5544), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6851), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1095), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1095), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -45888,48 +47198,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [183] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5556), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6875), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -46013,84 +47323,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [184] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5563), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6852), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1099), - [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1127), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -46129,57 +47439,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), + [anon_sym_fn] = ACTIONS(1139), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), + [sym__before_unary_op] = ACTIONS(1141), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), + [sym__quoted_atom_start] = ACTIONS(1143), }, [185] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6966), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1145), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [186] = { + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5619), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6913), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -46197,8 +47632,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1101), [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1147), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -46262,174 +47697,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [186] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5591), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1131), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, [187] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5564), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6895), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -46447,8 +47757,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1149), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1149), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -46513,84 +47823,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [188] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5565), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6863), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1151), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1151), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1067), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -46629,57 +47939,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(1085), }, [189] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5554), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6944), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -46763,48 +48073,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [190] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5546), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6882), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -46822,8 +48132,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1155), [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1155), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -46888,48 +48198,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [191] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5548), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6870), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -46947,8 +48257,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1157), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1157), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -47013,67 +48323,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [192] = { - [sym__expression] = STATE(3535), - [sym_block] = STATE(3535), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3535), - [sym_nil] = STATE(3535), - [sym__atom] = STATE(3535), - [sym_quoted_atom] = STATE(3535), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3535), - [sym_charlist] = STATE(3535), - [sym_sigil] = STATE(3535), - [sym__keywords_with_trailing_separator] = STATE(5437), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3535), - [sym_tuple] = STATE(3535), - [sym_bitstring] = STATE(3535), - [sym_map] = STATE(3535), - [sym__nullary_operator] = STATE(3535), - [sym_unary_operator] = STATE(3535), - [sym_binary_operator] = STATE(3535), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3535), - [sym_call] = STATE(3535), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3535), - [sym_anonymous_function] = STATE(3535), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6872), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1159), - [sym_integer] = ACTIONS(1159), - [sym_float] = ACTIONS(1159), - [sym_char] = ACTIONS(1159), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1159), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1161), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1161), + [anon_sym_RBRACK] = ACTIONS(1159), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -47138,48 +48448,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [193] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6874), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1161), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [194] = { + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5568), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6844), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -47262,62 +48697,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [194] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [195] = { + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5570), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5570), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6858), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6858), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [anon_sym_RPAREN] = ACTIONS(1165), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -47387,187 +48822,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [195] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5567), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1167), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, [196] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5589), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5589), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6919), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6919), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1169), + [anon_sym_RPAREN] = ACTIONS(1167), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -47638,61 +48948,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [197] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5602), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5602), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6973), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1169), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1067), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [198] = { + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6853), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6853), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [anon_sym_RPAREN] = ACTIONS(1171), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -47762,49 +49197,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [198] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [199] = { + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5566), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6866), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -47887,192 +49322,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [199] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5608), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1175), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, [200] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5660), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6880), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6880), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1175), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1177), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -48138,84 +49448,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [201] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5664), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6925), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1179), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1177), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -48254,57 +49564,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(1139), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(1141), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(1143), }, [202] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5597), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6927), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -48323,7 +49633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1181), + [anon_sym_RBRACK] = ACTIONS(1179), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -48388,48 +49698,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [203] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5543), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6941), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1181), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1067), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [204] = { + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6971), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -48512,192 +49947,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [204] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5576), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1185), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, [205] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5647), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6871), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6871), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1185), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1187), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -48763,67 +50073,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [206] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5648), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6862), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6862), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1187), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1189), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -48888,84 +50198,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [207] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5649), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), + [sym__expression] = STATE(3630), + [sym_block] = STATE(3630), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3630), + [sym_nil] = STATE(3630), + [sym__atom] = STATE(3630), + [sym_quoted_atom] = STATE(3630), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3630), + [sym_charlist] = STATE(3630), + [sym_sigil] = STATE(3630), + [sym__keywords_with_trailing_separator] = STATE(6221), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3630), + [sym_tuple] = STATE(3630), + [sym_bitstring] = STATE(3630), + [sym_map] = STATE(3630), + [sym__nullary_operator] = STATE(3630), + [sym_unary_operator] = STATE(3630), + [sym_binary_operator] = STATE(3630), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3630), + [sym_call] = STATE(3630), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3630), + [sym_anonymous_function] = STATE(3630), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1189), + [sym_integer] = ACTIONS(1189), + [sym_float] = ACTIONS(1189), + [sym_char] = ACTIONS(1189), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1189), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1191), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1191), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1191), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1067), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -49004,57 +50314,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(1085), }, [208] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5661), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6877), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -49138,84 +50448,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [209] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5654), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5654), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6867), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1195), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1195), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -49254,70 +50564,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), + [anon_sym_fn] = ACTIONS(1139), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), + [sym__before_unary_op] = ACTIONS(1141), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), + [sym__quoted_atom_start] = ACTIONS(1143), }, [210] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5653), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5653), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6864), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6864), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [anon_sym_RPAREN] = ACTIONS(1197), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -49388,67 +50698,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [211] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5577), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6897), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6897), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1199), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1199), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -49513,84 +50823,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [212] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5578), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6885), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1201), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1201), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1067), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -49629,57 +50939,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(1085), }, [213] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5634), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6889), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -49763,84 +51073,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [214] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5581), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6879), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1205), - [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1205), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -49879,76 +51189,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), + [anon_sym_fn] = ACTIONS(1139), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), + [sym__before_unary_op] = ACTIONS(1141), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), + [sym__quoted_atom_start] = ACTIONS(1143), }, [215] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5583), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5583), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6876), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1207), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1207), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -50013,48 +51323,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [216] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5584), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6873), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -50138,48 +51448,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [217] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5595), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6887), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -50197,8 +51507,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1211), [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1211), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -50263,48 +51573,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [218] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5605), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6916), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -50388,48 +51698,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [219] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5593), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6924), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -50513,65 +51823,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [220] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3630), + [sym_block] = STATE(3630), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5585), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3630), + [sym_nil] = STATE(3630), + [sym__atom] = STATE(3630), + [sym_quoted_atom] = STATE(3630), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3630), + [sym_charlist] = STATE(3630), + [sym_sigil] = STATE(3630), + [sym__keywords_with_trailing_separator] = STATE(6571), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3630), + [sym_tuple] = STATE(3630), + [sym_bitstring] = STATE(3630), + [sym_map] = STATE(3630), + [sym__nullary_operator] = STATE(3630), + [sym_unary_operator] = STATE(3630), + [sym_binary_operator] = STATE(3630), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3630), + [sym_call] = STATE(3630), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3630), + [sym_anonymous_function] = STATE(3630), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1189), + [sym_integer] = ACTIONS(1189), + [sym_float] = ACTIONS(1189), + [sym_char] = ACTIONS(1189), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1189), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1217), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_RBRACK] = ACTIONS(1217), [anon_sym_LT] = ACTIONS(35), @@ -50638,173 +51948,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [221] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5540), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1219), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [222] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5601), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6850), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -50822,7 +52007,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1219), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -50887,67 +52072,192 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, + [222] = { + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6911), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1221), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, [223] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5599), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5599), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6848), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1223), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1223), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -51013,66 +52323,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [224] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5603), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5603), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6956), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1225), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1225), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -51138,67 +52448,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [225] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5609), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6869), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6869), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1227), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1227), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -51263,66 +52573,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [226] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5575), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6965), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6965), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1229), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1229), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -51388,84 +52698,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [227] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5610), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6952), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6952), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1231), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1093), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1231), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1067), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -51504,57 +52814,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(1085), }, [228] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5613), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6881), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -51638,67 +52948,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [229] = { - [sym__expression] = STATE(3535), - [sym_block] = STATE(3535), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3535), - [sym_nil] = STATE(3535), - [sym__atom] = STATE(3535), - [sym_quoted_atom] = STATE(3535), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3535), - [sym_charlist] = STATE(3535), - [sym_sigil] = STATE(3535), - [sym__keywords_with_trailing_separator] = STATE(5448), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3535), - [sym_tuple] = STATE(3535), - [sym_bitstring] = STATE(3535), - [sym_map] = STATE(3535), - [sym__nullary_operator] = STATE(3535), - [sym_unary_operator] = STATE(3535), - [sym_binary_operator] = STATE(3535), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3535), - [sym_call] = STATE(3535), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3535), - [sym_anonymous_function] = STATE(3535), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6909), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6909), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1235), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1159), - [sym_integer] = ACTIONS(1159), - [sym_float] = ACTIONS(1159), - [sym_char] = ACTIONS(1159), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1159), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1235), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1235), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -51763,66 +53073,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [230] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5615), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5615), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6972), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1237), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1237), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -51888,84 +53198,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [231] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5574), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6903), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1239), - [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1239), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -52004,57 +53314,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), + [anon_sym_fn] = ACTIONS(1139), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), + [sym__before_unary_op] = ACTIONS(1141), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), + [sym__quoted_atom_start] = ACTIONS(1143), }, [232] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5621), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6905), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -52072,8 +53382,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1241), [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1241), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -52138,84 +53448,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [233] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5592), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6907), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1243), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1243), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1067), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -52254,57 +53564,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(1085), }, [234] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5635), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6951), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -52388,48 +53698,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [235] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5627), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6958), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -52447,8 +53757,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1247), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1247), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -52513,173 +53823,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [236] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5632), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1249), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [237] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5600), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6960), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -52697,8 +53882,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1251), [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1249), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -52762,49 +53947,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, + [237] = { + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6961), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1251), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, [238] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5573), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6948), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -52822,8 +54132,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1253), [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1253), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -52888,173 +54198,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [239] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5552), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1255), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [240] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5572), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6959), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -53072,8 +54257,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1255), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1257), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -53137,49 +54322,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, + [240] = { + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6947), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1257), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, [241] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5652), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6917), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -53263,66 +54573,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [242] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6845), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1261), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [243] = { + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5547), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6861), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6861), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1263), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1261), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -53387,193 +54822,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [243] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5571), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, [244] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5657), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5657), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6898), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1265), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1265), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -53638,48 +54948,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [245] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5561), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6957), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -53763,66 +55073,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [246] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5641), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5641), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6893), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1269), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1269), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -53888,66 +55198,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [247] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5668), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6954), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6954), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1271), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1271), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -54013,66 +55323,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [248] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5559), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5559), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6923), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1273), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1273), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -54138,66 +55448,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [249] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5557), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5557), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6915), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1275), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1275), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -54263,66 +55573,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [250] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5639), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5639), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6929), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1277), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), + [sym_atom] = ACTIONS(1045), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1277), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -54388,84 +55698,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [251] = { - [sym__expression] = STATE(3726), - [sym_block] = STATE(3726), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(3726), - [sym_nil] = STATE(3726), - [sym__atom] = STATE(3726), - [sym_quoted_atom] = STATE(3726), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(3726), - [sym_charlist] = STATE(3726), - [sym_sigil] = STATE(3726), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(3726), - [sym_tuple] = STATE(3726), - [sym_bitstring] = STATE(3726), - [sym_map] = STATE(3726), - [sym__items_with_trailing_separator] = STATE(5658), - [sym__nullary_operator] = STATE(3726), - [sym_unary_operator] = STATE(3726), - [sym_binary_operator] = STATE(3726), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(3726), - [sym_call] = STATE(3726), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(3726), - [sym_anonymous_function] = STATE(3726), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6856), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1107), - [sym_integer] = ACTIONS(1107), - [sym_float] = ACTIONS(1107), - [sym_char] = ACTIONS(1107), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1107), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1045), + [sym_integer] = ACTIONS(1045), + [sym_float] = ACTIONS(1045), + [sym_char] = ACTIONS(1045), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1045), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_RBRACE] = ACTIONS(1279), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1279), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1067), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -54504,76 +55814,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(1085), }, [252] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5656), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6931), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6931), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1281), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1281), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -54638,66 +55948,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [253] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5655), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6939), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6939), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1283), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1283), [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), @@ -54763,48 +56073,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [254] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5645), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6855), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -54822,8 +56132,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_RBRACE] = ACTIONS(1285), [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_RBRACK] = ACTIONS(1285), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -54888,48 +56198,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [255] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(3748), + [sym_block] = STATE(3748), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5545), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(3748), + [sym_nil] = STATE(3748), + [sym__atom] = STATE(3748), + [sym_quoted_atom] = STATE(3748), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3748), + [sym_charlist] = STATE(3748), + [sym_sigil] = STATE(3748), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3748), + [sym_tuple] = STATE(3748), + [sym_bitstring] = STATE(3748), + [sym_map] = STATE(3748), + [sym__items_with_trailing_separator] = STATE(6940), + [sym__nullary_operator] = STATE(3748), + [sym_unary_operator] = STATE(3748), + [sym_binary_operator] = STATE(3748), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3748), + [sym_call] = STATE(3748), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3748), + [sym_anonymous_function] = STATE(3748), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -55013,84 +56323,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [256] = { - [sym__expression] = STATE(3952), - [sym_block] = STATE(3952), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3952), - [sym_nil] = STATE(3952), - [sym__atom] = STATE(3952), - [sym_quoted_atom] = STATE(3952), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3952), - [sym_charlist] = STATE(3952), - [sym_sigil] = STATE(3952), - [sym__keywords_with_trailing_separator] = STATE(5651), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3952), - [sym_tuple] = STATE(3952), - [sym_bitstring] = STATE(3952), - [sym_map] = STATE(3952), - [sym__nullary_operator] = STATE(3952), - [sym_unary_operator] = STATE(3952), - [sym_binary_operator] = STATE(3952), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3952), - [sym_call] = STATE(3952), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym__call_arguments_with_trailing_separator] = STATE(5651), - [sym_access_call] = STATE(3952), - [sym_anonymous_function] = STATE(3952), + [sym__expression] = STATE(4050), + [sym_block] = STATE(4050), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4050), + [sym_nil] = STATE(4050), + [sym__atom] = STATE(4050), + [sym_quoted_atom] = STATE(4050), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4050), + [sym_charlist] = STATE(4050), + [sym_sigil] = STATE(4050), + [sym__keywords_with_trailing_separator] = STATE(6416), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4050), + [sym_tuple] = STATE(4050), + [sym_bitstring] = STATE(4050), + [sym_map] = STATE(4050), + [sym__items_with_trailing_separator] = STATE(6849), + [sym__nullary_operator] = STATE(4050), + [sym_unary_operator] = STATE(4050), + [sym_binary_operator] = STATE(4050), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4050), + [sym_call] = STATE(4050), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4050), + [sym_anonymous_function] = STATE(4050), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [anon_sym_RPAREN] = ACTIONS(1289), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1091), - [sym_integer] = ACTIONS(1091), - [sym_float] = ACTIONS(1091), - [sym_char] = ACTIONS(1091), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1091), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1103), + [sym_integer] = ACTIONS(1103), + [sym_float] = ACTIONS(1103), + [sym_char] = ACTIONS(1103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1289), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -55129,76 +56439,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), + [anon_sym_fn] = ACTIONS(1139), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), + [sym__before_unary_op] = ACTIONS(1141), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), + [sym__quoted_atom_start] = ACTIONS(1143), }, [257] = { - [sym__expression] = STATE(3624), - [sym_block] = STATE(3624), + [sym__expression] = STATE(4234), + [sym_block] = STATE(4234), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3624), - [sym_nil] = STATE(3624), - [sym__atom] = STATE(3624), - [sym_quoted_atom] = STATE(3624), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3624), - [sym_charlist] = STATE(3624), - [sym_sigil] = STATE(3624), - [sym__keywords_with_trailing_separator] = STATE(5449), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3624), - [sym_tuple] = STATE(3624), - [sym_bitstring] = STATE(3624), - [sym_map] = STATE(3624), - [sym__items_with_trailing_separator] = STATE(5594), - [sym__nullary_operator] = STATE(3624), - [sym_unary_operator] = STATE(3624), - [sym_binary_operator] = STATE(3624), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3624), - [sym_call] = STATE(3624), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3624), - [sym_anonymous_function] = STATE(3624), + [sym_boolean] = STATE(4234), + [sym_nil] = STATE(4234), + [sym__atom] = STATE(4234), + [sym_quoted_atom] = STATE(4234), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4234), + [sym_charlist] = STATE(4234), + [sym_sigil] = STATE(4234), + [sym__keywords_with_trailing_separator] = STATE(6933), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4234), + [sym_tuple] = STATE(4234), + [sym_bitstring] = STATE(4234), + [sym_map] = STATE(4234), + [sym__nullary_operator] = STATE(4234), + [sym_unary_operator] = STATE(4234), + [sym_binary_operator] = STATE(4234), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4234), + [sym_call] = STATE(4234), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym__call_arguments_with_trailing_separator] = STATE(6933), + [sym_access_call] = STATE(4234), + [sym_anonymous_function] = STATE(4234), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_RPAREN] = ACTIONS(1291), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1045), - [sym_integer] = ACTIONS(1045), - [sym_float] = ACTIONS(1045), - [sym_char] = ACTIONS(1045), + [sym_alias] = ACTIONS(1093), + [sym_integer] = ACTIONS(1093), + [sym_float] = ACTIONS(1093), + [sym_char] = ACTIONS(1093), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1045), + [sym_atom] = ACTIONS(1093), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), [anon_sym_LBRACE] = ACTIONS(1059), [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_RBRACK] = ACTIONS(1291), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), @@ -55263,43 +56573,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(1085), }, [258] = { - [sym__expression] = STATE(2246), - [sym_block] = STATE(2246), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2246), - [sym_nil] = STATE(2246), - [sym__atom] = STATE(2246), - [sym_quoted_atom] = STATE(2246), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2246), - [sym_charlist] = STATE(2246), - [sym_sigil] = STATE(2246), - [sym_list] = STATE(2246), - [sym_tuple] = STATE(2246), - [sym_bitstring] = STATE(2246), - [sym_map] = STATE(2246), - [sym__nullary_operator] = STATE(2246), - [sym_unary_operator] = STATE(2246), - [sym_binary_operator] = STATE(2246), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2246), - [sym_call] = STATE(2246), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2401), + [sym_block] = STATE(2401), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2401), + [sym_nil] = STATE(2401), + [sym__atom] = STATE(2401), + [sym_quoted_atom] = STATE(2401), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2401), + [sym_charlist] = STATE(2401), + [sym_sigil] = STATE(2401), + [sym_list] = STATE(2401), + [sym_tuple] = STATE(2401), + [sym_bitstring] = STATE(2401), + [sym_map] = STATE(2401), + [sym__nullary_operator] = STATE(2401), + [sym_unary_operator] = STATE(2401), + [sym_binary_operator] = STATE(2401), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2401), + [sym_call] = STATE(2401), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2246), - [sym_anonymous_function] = STATE(2246), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2401), + [sym_anonymous_function] = STATE(2401), [aux_sym__terminator_token1] = ACTIONS(1293), [anon_sym_SEMI] = ACTIONS(1295), [anon_sym_LPAREN] = ACTIONS(918), @@ -55387,169 +56697,45 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [259] = { - [sym__expression] = STATE(4043), - [sym_block] = STATE(4043), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4043), - [sym_nil] = STATE(4043), - [sym__atom] = STATE(4043), - [sym_quoted_atom] = STATE(4043), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4043), - [sym_charlist] = STATE(4043), - [sym_sigil] = STATE(4043), - [sym__keywords_with_trailing_separator] = STATE(5437), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(4043), - [sym_tuple] = STATE(4043), - [sym_bitstring] = STATE(4043), - [sym_map] = STATE(4043), - [sym__nullary_operator] = STATE(4043), - [sym_unary_operator] = STATE(4043), - [sym_binary_operator] = STATE(4043), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4043), - [sym_call] = STATE(4043), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4043), - [sym_anonymous_function] = STATE(4043), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1299), - [sym_integer] = ACTIONS(1299), - [sym_float] = ACTIONS(1299), - [sym_char] = ACTIONS(1299), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1299), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1161), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [260] = { - [sym__expression] = STATE(2246), - [sym_block] = STATE(2246), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2246), - [sym_nil] = STATE(2246), - [sym__atom] = STATE(2246), - [sym_quoted_atom] = STATE(2246), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2246), - [sym_charlist] = STATE(2246), - [sym_sigil] = STATE(2246), - [sym_list] = STATE(2246), - [sym_tuple] = STATE(2246), - [sym_bitstring] = STATE(2246), - [sym_map] = STATE(2246), - [sym__nullary_operator] = STATE(2246), - [sym_unary_operator] = STATE(2246), - [sym_binary_operator] = STATE(2246), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2246), - [sym_call] = STATE(2246), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2401), + [sym_block] = STATE(2401), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2401), + [sym_nil] = STATE(2401), + [sym__atom] = STATE(2401), + [sym_quoted_atom] = STATE(2401), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2401), + [sym_charlist] = STATE(2401), + [sym_sigil] = STATE(2401), + [sym_list] = STATE(2401), + [sym_tuple] = STATE(2401), + [sym_bitstring] = STATE(2401), + [sym_map] = STATE(2401), + [sym__nullary_operator] = STATE(2401), + [sym_unary_operator] = STATE(2401), + [sym_binary_operator] = STATE(2401), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2401), + [sym_call] = STATE(2401), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2246), - [sym_anonymous_function] = STATE(2246), - [aux_sym__terminator_token1] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1303), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2401), + [sym_anonymous_function] = STATE(2401), + [aux_sym__terminator_token1] = ACTIONS(1299), + [anon_sym_SEMI] = ACTIONS(1301), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), [anon_sym_DOT_DOT_DOT] = ACTIONS(65), @@ -55621,12 +56807,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1303), - [anon_sym_catch] = ACTIONS(1303), - [anon_sym_else] = ACTIONS(1303), - [anon_sym_end] = ACTIONS(1303), + [anon_sym_after] = ACTIONS(1301), + [anon_sym_catch] = ACTIONS(1301), + [anon_sym_else] = ACTIONS(1301), + [anon_sym_end] = ACTIONS(1301), [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1303), + [anon_sym_rescue] = ACTIONS(1301), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [260] = { + [sym__expression] = STATE(2401), + [sym_block] = STATE(2401), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2401), + [sym_nil] = STATE(2401), + [sym__atom] = STATE(2401), + [sym_quoted_atom] = STATE(2401), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2401), + [sym_charlist] = STATE(2401), + [sym_sigil] = STATE(2401), + [sym_list] = STATE(2401), + [sym_tuple] = STATE(2401), + [sym_bitstring] = STATE(2401), + [sym_map] = STATE(2401), + [sym__nullary_operator] = STATE(2401), + [sym_unary_operator] = STATE(2401), + [sym_binary_operator] = STATE(2401), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2401), + [sym_call] = STATE(2401), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2401), + [sym_anonymous_function] = STATE(2401), + [aux_sym__terminator_token1] = ACTIONS(1303), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1297), + [sym_integer] = ACTIONS(1297), + [sym_float] = ACTIONS(1297), + [sym_char] = ACTIONS(1297), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1297), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1305), + [anon_sym_catch] = ACTIONS(1305), + [anon_sym_else] = ACTIONS(1305), + [anon_sym_end] = ACTIONS(1305), + [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1305), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), @@ -55635,83 +56945,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [261] = { - [sym__expression] = STATE(4043), - [sym_block] = STATE(4043), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4043), - [sym_nil] = STATE(4043), - [sym__atom] = STATE(4043), - [sym_quoted_atom] = STATE(4043), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4043), - [sym_charlist] = STATE(4043), - [sym_sigil] = STATE(4043), - [sym__keywords_with_trailing_separator] = STATE(5448), - [sym_pair] = STATE(5439), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(4043), - [sym_tuple] = STATE(4043), - [sym_bitstring] = STATE(4043), - [sym_map] = STATE(4043), - [sym__nullary_operator] = STATE(4043), - [sym_unary_operator] = STATE(4043), - [sym_binary_operator] = STATE(4043), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4043), - [sym_call] = STATE(4043), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4043), - [sym_anonymous_function] = STATE(4043), + [sym__expression] = STATE(4541), + [sym_block] = STATE(4541), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4541), + [sym_nil] = STATE(4541), + [sym__atom] = STATE(4541), + [sym_quoted_atom] = STATE(4541), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4541), + [sym_charlist] = STATE(4541), + [sym_sigil] = STATE(4541), + [sym__keywords_with_trailing_separator] = STATE(6221), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4541), + [sym_tuple] = STATE(4541), + [sym_bitstring] = STATE(4541), + [sym_map] = STATE(4541), + [sym__nullary_operator] = STATE(4541), + [sym_unary_operator] = STATE(4541), + [sym_binary_operator] = STATE(4541), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4541), + [sym_call] = STATE(4541), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4541), + [sym_anonymous_function] = STATE(4541), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1299), - [sym_integer] = ACTIONS(1299), - [sym_float] = ACTIONS(1299), - [sym_char] = ACTIONS(1299), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1299), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1307), + [sym_integer] = ACTIONS(1307), + [sym_float] = ACTIONS(1307), + [sym_char] = ACTIONS(1307), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1307), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_GT_GT] = ACTIONS(1235), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1191), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -55750,87 +57060,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(1139), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(1141), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(1143), }, [262] = { - [sym__expression] = STATE(2246), - [sym_block] = STATE(2246), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2246), - [sym_nil] = STATE(2246), - [sym__atom] = STATE(2246), - [sym_quoted_atom] = STATE(2246), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2246), - [sym_charlist] = STATE(2246), - [sym_sigil] = STATE(2246), - [sym_list] = STATE(2246), - [sym_tuple] = STATE(2246), - [sym_bitstring] = STATE(2246), - [sym_map] = STATE(2246), - [sym__nullary_operator] = STATE(2246), - [sym_unary_operator] = STATE(2246), - [sym_binary_operator] = STATE(2246), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2246), - [sym_call] = STATE(2246), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2246), - [sym_anonymous_function] = STATE(2246), - [aux_sym__terminator_token1] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1307), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1297), - [sym_integer] = ACTIONS(1297), - [sym_float] = ACTIONS(1297), - [sym_char] = ACTIONS(1297), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1297), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [sym__expression] = STATE(4541), + [sym_block] = STATE(4541), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4541), + [sym_nil] = STATE(4541), + [sym__atom] = STATE(4541), + [sym_quoted_atom] = STATE(4541), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4541), + [sym_charlist] = STATE(4541), + [sym_sigil] = STATE(4541), + [sym__keywords_with_trailing_separator] = STATE(6571), + [sym_pair] = STATE(6209), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4541), + [sym_tuple] = STATE(4541), + [sym_bitstring] = STATE(4541), + [sym_map] = STATE(4541), + [sym__nullary_operator] = STATE(4541), + [sym_unary_operator] = STATE(4541), + [sym_binary_operator] = STATE(4541), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4541), + [sym_call] = STATE(4541), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4541), + [sym_anonymous_function] = STATE(4541), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1307), + [sym_integer] = ACTIONS(1307), + [sym_float] = ACTIONS(1307), + [sym_char] = ACTIONS(1307), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1307), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_GT_GT] = ACTIONS(1217), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -55869,3886 +57184,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1307), - [anon_sym_catch] = ACTIONS(1307), - [anon_sym_else] = ACTIONS(1307), - [anon_sym_end] = ACTIONS(1307), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1307), + [anon_sym_fn] = ACTIONS(1139), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), + [sym__before_unary_op] = ACTIONS(1141), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(1143), }, [263] = { - [sym__expression] = STATE(2297), - [sym_block] = STATE(2297), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2297), - [sym_nil] = STATE(2297), - [sym__atom] = STATE(2297), - [sym_quoted_atom] = STATE(2297), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2297), - [sym_charlist] = STATE(2297), - [sym_sigil] = STATE(2297), - [sym_keywords] = STATE(2045), - [sym_pair] = STATE(2150), - [sym__keyword] = STATE(510), - [sym_quoted_keyword] = STATE(510), - [sym_list] = STATE(2297), - [sym_tuple] = STATE(2297), - [sym_bitstring] = STATE(2297), - [sym_map] = STATE(2297), - [sym__nullary_operator] = STATE(2297), - [sym_unary_operator] = STATE(2297), - [sym_binary_operator] = STATE(2297), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2297), - [sym_call] = STATE(2297), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2297), - [sym_anonymous_function] = STATE(2297), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1309), - [sym_integer] = ACTIONS(1309), - [sym_float] = ACTIONS(1309), - [sym_char] = ACTIONS(1309), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1309), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [sym_keyword] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [264] = { - [sym__expression] = STATE(3193), - [sym_block] = STATE(3193), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3193), - [sym_nil] = STATE(3193), - [sym__atom] = STATE(3193), - [sym_quoted_atom] = STATE(3193), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3193), - [sym_charlist] = STATE(3193), - [sym_sigil] = STATE(3193), - [sym_keywords] = STATE(1650), - [sym_pair] = STATE(3163), - [sym__keyword] = STATE(688), - [sym_quoted_keyword] = STATE(688), - [sym_list] = STATE(3193), - [sym_tuple] = STATE(3193), - [sym_bitstring] = STATE(3193), - [sym_map] = STATE(3193), - [sym__nullary_operator] = STATE(3193), - [sym_unary_operator] = STATE(3193), - [sym_binary_operator] = STATE(3193), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3193), - [sym_call] = STATE(3193), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3193), - [sym_anonymous_function] = STATE(3193), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1315), - [sym_integer] = ACTIONS(1315), - [sym_float] = ACTIONS(1315), - [sym_char] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1315), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [sym_keyword] = ACTIONS(1317), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [265] = { - [sym__expression] = STATE(3329), - [sym_block] = STATE(3329), + [sym__expression] = STATE(4170), + [sym_block] = STATE(4170), [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3329), - [sym_nil] = STATE(3329), - [sym__atom] = STATE(3329), - [sym_quoted_atom] = STATE(3329), - [sym__quoted_i_double] = STATE(3131), - [sym__quoted_i_single] = STATE(3132), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3329), - [sym_charlist] = STATE(3329), - [sym_sigil] = STATE(3329), - [sym_keywords] = STATE(3330), - [sym_pair] = STATE(3135), - [sym__keyword] = STATE(473), - [sym_quoted_keyword] = STATE(473), - [sym_list] = STATE(3329), - [sym_tuple] = STATE(3329), - [sym_bitstring] = STATE(3329), - [sym_map] = STATE(3329), - [sym__nullary_operator] = STATE(3329), - [sym_unary_operator] = STATE(3329), - [sym_binary_operator] = STATE(3329), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3329), - [sym_call] = STATE(3329), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3329), - [sym_anonymous_function] = STATE(3329), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(1319), - [sym_integer] = ACTIONS(1319), - [sym_float] = ACTIONS(1319), - [sym_char] = ACTIONS(1319), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(1319), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [sym_keyword] = ACTIONS(610), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [266] = { - [sym__expression] = STATE(3335), - [sym_block] = STATE(3335), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3335), - [sym_nil] = STATE(3335), - [sym__atom] = STATE(3335), - [sym_quoted_atom] = STATE(3335), - [sym__quoted_i_double] = STATE(3131), - [sym__quoted_i_single] = STATE(3132), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3335), - [sym_charlist] = STATE(3335), - [sym_sigil] = STATE(3335), - [sym_keywords] = STATE(3336), - [sym_pair] = STATE(3135), - [sym__keyword] = STATE(473), - [sym_quoted_keyword] = STATE(473), - [sym_list] = STATE(3335), - [sym_tuple] = STATE(3335), - [sym_bitstring] = STATE(3335), - [sym_map] = STATE(3335), - [sym__nullary_operator] = STATE(3335), - [sym_unary_operator] = STATE(3335), - [sym_binary_operator] = STATE(3335), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3335), - [sym_call] = STATE(3335), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3335), - [sym_anonymous_function] = STATE(3335), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(1323), - [sym_integer] = ACTIONS(1323), - [sym_float] = ACTIONS(1323), - [sym_char] = ACTIONS(1323), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(1323), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [sym_keyword] = ACTIONS(610), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [267] = { - [sym__expression] = STATE(1391), - [sym_block] = STATE(1391), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1391), - [sym_nil] = STATE(1391), - [sym__atom] = STATE(1391), - [sym_quoted_atom] = STATE(1391), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1391), - [sym_charlist] = STATE(1391), - [sym_sigil] = STATE(1391), - [sym_keywords] = STATE(1188), - [sym_pair] = STATE(1265), - [sym__keyword] = STATE(788), - [sym_quoted_keyword] = STATE(788), - [sym_list] = STATE(1391), - [sym_tuple] = STATE(1391), - [sym_bitstring] = STATE(1391), - [sym_map] = STATE(1391), - [sym__nullary_operator] = STATE(1391), - [sym_unary_operator] = STATE(1391), - [sym_binary_operator] = STATE(1391), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1391), - [sym_call] = STATE(1391), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1391), - [sym_anonymous_function] = STATE(1391), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1325), - [sym_integer] = ACTIONS(1325), - [sym_float] = ACTIONS(1325), - [sym_char] = ACTIONS(1325), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1325), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [sym_keyword] = ACTIONS(213), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [268] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(920), - [sym_integer] = ACTIONS(920), - [sym_float] = ACTIONS(920), - [sym_char] = ACTIONS(920), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1329), - [anon_sym_catch] = ACTIONS(1329), - [anon_sym_else] = ACTIONS(1329), - [anon_sym_end] = ACTIONS(1329), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1329), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [269] = { - [sym__terminator] = STATE(609), - [sym__expression] = STATE(2746), - [sym_block] = STATE(2746), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(2746), - [sym_nil] = STATE(2746), - [sym__atom] = STATE(2746), - [sym_quoted_atom] = STATE(2746), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2746), - [sym_charlist] = STATE(2746), - [sym_sigil] = STATE(2746), - [sym_list] = STATE(2746), - [sym_tuple] = STATE(2746), - [sym_bitstring] = STATE(2746), - [sym_map] = STATE(2746), - [sym__nullary_operator] = STATE(2746), - [sym_unary_operator] = STATE(2746), - [sym_binary_operator] = STATE(2746), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2746), - [sym_call] = STATE(2746), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2746), - [sym_body] = STATE(4407), - [sym_anonymous_function] = STATE(2746), - [aux_sym__terminator_repeat1] = STATE(1018), - [aux_sym__terminator_token1] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1041), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1333), - [sym_integer] = ACTIONS(1333), - [sym_float] = ACTIONS(1333), - [sym_char] = ACTIONS(1333), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1333), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [270] = { - [sym__expression] = STATE(3686), - [sym_block] = STATE(3686), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3686), - [sym_nil] = STATE(3686), - [sym__atom] = STATE(3686), - [sym_quoted_atom] = STATE(3686), - [sym__quoted_i_double] = STATE(1512), - [sym__quoted_i_single] = STATE(1513), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3686), - [sym_charlist] = STATE(3686), - [sym_sigil] = STATE(3686), - [sym_keywords] = STATE(1860), - [sym_pair] = STATE(3593), - [sym__keyword] = STATE(765), - [sym_quoted_keyword] = STATE(765), - [sym_list] = STATE(3686), - [sym_tuple] = STATE(3686), - [sym_bitstring] = STATE(3686), - [sym_map] = STATE(3686), - [sym__nullary_operator] = STATE(3686), - [sym_unary_operator] = STATE(3686), - [sym_binary_operator] = STATE(3686), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3686), - [sym_call] = STATE(3686), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3686), - [sym_anonymous_function] = STATE(3686), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1347), - [sym_integer] = ACTIONS(1347), - [sym_float] = ACTIONS(1347), - [sym_char] = ACTIONS(1347), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1347), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [sym_keyword] = ACTIONS(1351), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [271] = { - [sym__expression] = STATE(3681), - [sym_block] = STATE(3681), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3681), - [sym_nil] = STATE(3681), - [sym__atom] = STATE(3681), - [sym_quoted_atom] = STATE(3681), - [sym__quoted_i_double] = STATE(1512), - [sym__quoted_i_single] = STATE(1513), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3681), - [sym_charlist] = STATE(3681), - [sym_sigil] = STATE(3681), - [sym_keywords] = STATE(1866), - [sym_pair] = STATE(3593), - [sym__keyword] = STATE(765), - [sym_quoted_keyword] = STATE(765), - [sym_list] = STATE(3681), - [sym_tuple] = STATE(3681), - [sym_bitstring] = STATE(3681), - [sym_map] = STATE(3681), - [sym__nullary_operator] = STATE(3681), - [sym_unary_operator] = STATE(3681), - [sym_binary_operator] = STATE(3681), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3681), - [sym_call] = STATE(3681), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3681), - [sym_anonymous_function] = STATE(3681), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1361), - [sym_integer] = ACTIONS(1361), - [sym_float] = ACTIONS(1361), - [sym_char] = ACTIONS(1361), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1361), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [sym_keyword] = ACTIONS(1351), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [272] = { - [sym__expression] = STATE(2816), - [sym_block] = STATE(2816), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2816), - [sym_nil] = STATE(2816), - [sym__atom] = STATE(2816), - [sym_quoted_atom] = STATE(2816), - [sym__quoted_i_double] = STATE(2323), - [sym__quoted_i_single] = STATE(2324), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2816), - [sym_charlist] = STATE(2816), - [sym_sigil] = STATE(2816), - [sym_keywords] = STATE(2817), - [sym_pair] = STATE(2497), - [sym__keyword] = STATE(768), - [sym_quoted_keyword] = STATE(768), - [sym_list] = STATE(2816), - [sym_tuple] = STATE(2816), - [sym_bitstring] = STATE(2816), - [sym_map] = STATE(2816), - [sym__nullary_operator] = STATE(2816), - [sym_unary_operator] = STATE(2816), - [sym_binary_operator] = STATE(2816), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2816), - [sym_call] = STATE(2816), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2816), - [sym_anonymous_function] = STATE(2816), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1363), - [sym_integer] = ACTIONS(1363), - [sym_float] = ACTIONS(1363), - [sym_char] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [sym_keyword] = ACTIONS(490), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [273] = { - [sym__expression] = STATE(3579), - [sym_block] = STATE(3579), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3579), - [sym_nil] = STATE(3579), - [sym__atom] = STATE(3579), - [sym_quoted_atom] = STATE(3579), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3579), - [sym_charlist] = STATE(3579), - [sym_sigil] = STATE(3579), - [sym_keywords] = STATE(2178), - [sym_pair] = STATE(2700), - [sym__keyword] = STATE(815), - [sym_quoted_keyword] = STATE(815), - [sym_list] = STATE(3579), - [sym_tuple] = STATE(3579), - [sym_bitstring] = STATE(3579), - [sym_map] = STATE(3579), - [sym__nullary_operator] = STATE(3579), - [sym_unary_operator] = STATE(3579), - [sym_binary_operator] = STATE(3579), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3579), - [sym_call] = STATE(3579), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3579), - [sym_anonymous_function] = STATE(3579), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1367), - [sym_integer] = ACTIONS(1367), - [sym_float] = ACTIONS(1367), - [sym_char] = ACTIONS(1367), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1367), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [sym_keyword] = ACTIONS(667), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [274] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(920), - [sym_integer] = ACTIONS(920), - [sym_float] = ACTIONS(920), - [sym_char] = ACTIONS(920), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1369), - [anon_sym_catch] = ACTIONS(1369), - [anon_sym_else] = ACTIONS(1369), - [anon_sym_end] = ACTIONS(1369), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1369), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [275] = { - [sym__expression] = STATE(1356), - [sym_block] = STATE(1356), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1356), - [sym_nil] = STATE(1356), - [sym__atom] = STATE(1356), - [sym_quoted_atom] = STATE(1356), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1356), - [sym_charlist] = STATE(1356), - [sym_sigil] = STATE(1356), - [sym_keywords] = STATE(1189), - [sym_pair] = STATE(1265), - [sym__keyword] = STATE(788), - [sym_quoted_keyword] = STATE(788), - [sym_list] = STATE(1356), - [sym_tuple] = STATE(1356), - [sym_bitstring] = STATE(1356), - [sym_map] = STATE(1356), - [sym__nullary_operator] = STATE(1356), - [sym_unary_operator] = STATE(1356), - [sym_binary_operator] = STATE(1356), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1356), - [sym_call] = STATE(1356), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1356), - [sym_anonymous_function] = STATE(1356), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1371), - [sym_integer] = ACTIONS(1371), - [sym_float] = ACTIONS(1371), - [sym_char] = ACTIONS(1371), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [sym_keyword] = ACTIONS(213), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [276] = { - [sym__expression] = STATE(4018), - [sym_block] = STATE(4018), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4018), - [sym_nil] = STATE(4018), - [sym__atom] = STATE(4018), - [sym_quoted_atom] = STATE(4018), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4018), - [sym_charlist] = STATE(4018), - [sym_sigil] = STATE(4018), - [sym_keywords] = STATE(5662), - [sym_pair] = STATE(5441), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(4018), - [sym_tuple] = STATE(4018), - [sym_bitstring] = STATE(4018), - [sym_map] = STATE(4018), - [sym__nullary_operator] = STATE(4018), - [sym_unary_operator] = STATE(4018), - [sym_binary_operator] = STATE(4018), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4018), - [sym_call] = STATE(4018), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4018), - [sym_anonymous_function] = STATE(4018), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1373), - [sym_integer] = ACTIONS(1373), - [sym_float] = ACTIONS(1373), - [sym_char] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [277] = { - [sym__expression] = STATE(2673), - [sym_block] = STATE(2673), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2673), - [sym_nil] = STATE(2673), - [sym__atom] = STATE(2673), - [sym_quoted_atom] = STATE(2673), - [sym__quoted_i_double] = STATE(2323), - [sym__quoted_i_single] = STATE(2324), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2673), - [sym_charlist] = STATE(2673), - [sym_sigil] = STATE(2673), - [sym_keywords] = STATE(2830), - [sym_pair] = STATE(2497), - [sym__keyword] = STATE(768), - [sym_quoted_keyword] = STATE(768), - [sym_list] = STATE(2673), - [sym_tuple] = STATE(2673), - [sym_bitstring] = STATE(2673), - [sym_map] = STATE(2673), - [sym__nullary_operator] = STATE(2673), - [sym_unary_operator] = STATE(2673), - [sym_binary_operator] = STATE(2673), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2673), - [sym_call] = STATE(2673), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2673), - [sym_anonymous_function] = STATE(2673), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1375), - [sym_integer] = ACTIONS(1375), - [sym_float] = ACTIONS(1375), - [sym_char] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [sym_keyword] = ACTIONS(490), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [278] = { - [sym__expression] = STATE(2823), - [sym_block] = STATE(2823), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2823), - [sym_nil] = STATE(2823), - [sym__atom] = STATE(2823), - [sym_quoted_atom] = STATE(2823), - [sym__quoted_i_double] = STATE(2323), - [sym__quoted_i_single] = STATE(2324), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2823), - [sym_charlist] = STATE(2823), - [sym_sigil] = STATE(2823), - [sym_keywords] = STATE(2838), - [sym_pair] = STATE(2497), - [sym__keyword] = STATE(768), - [sym_quoted_keyword] = STATE(768), - [sym_list] = STATE(2823), - [sym_tuple] = STATE(2823), - [sym_bitstring] = STATE(2823), - [sym_map] = STATE(2823), - [sym__nullary_operator] = STATE(2823), - [sym_unary_operator] = STATE(2823), - [sym_binary_operator] = STATE(2823), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2823), - [sym_call] = STATE(2823), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2823), - [sym_anonymous_function] = STATE(2823), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1377), - [sym_integer] = ACTIONS(1377), - [sym_float] = ACTIONS(1377), - [sym_char] = ACTIONS(1377), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1377), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [sym_keyword] = ACTIONS(490), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [279] = { - [sym__terminator] = STATE(609), - [sym__expression] = STATE(2746), - [sym_block] = STATE(2746), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(2746), - [sym_nil] = STATE(2746), - [sym__atom] = STATE(2746), - [sym_quoted_atom] = STATE(2746), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2746), - [sym_charlist] = STATE(2746), - [sym_sigil] = STATE(2746), - [sym_list] = STATE(2746), - [sym_tuple] = STATE(2746), - [sym_bitstring] = STATE(2746), - [sym_map] = STATE(2746), - [sym__nullary_operator] = STATE(2746), - [sym_unary_operator] = STATE(2746), - [sym_binary_operator] = STATE(2746), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2746), - [sym_call] = STATE(2746), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2746), - [sym_body] = STATE(4406), - [sym_anonymous_function] = STATE(2746), - [aux_sym__terminator_repeat1] = STATE(1018), - [aux_sym__terminator_token1] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1331), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1036), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1333), - [sym_integer] = ACTIONS(1333), - [sym_float] = ACTIONS(1333), - [sym_char] = ACTIONS(1333), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1333), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [280] = { - [sym__expression] = STATE(2947), - [sym_block] = STATE(2947), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2947), - [sym_nil] = STATE(2947), - [sym__atom] = STATE(2947), - [sym_quoted_atom] = STATE(2947), - [sym__quoted_i_double] = STATE(2216), - [sym__quoted_i_single] = STATE(2217), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2947), - [sym_charlist] = STATE(2947), - [sym_sigil] = STATE(2947), - [sym_keywords] = STATE(2732), - [sym_pair] = STATE(2534), - [sym__keyword] = STATE(489), - [sym_quoted_keyword] = STATE(489), - [sym_list] = STATE(2947), - [sym_tuple] = STATE(2947), - [sym_bitstring] = STATE(2947), - [sym_map] = STATE(2947), - [sym__nullary_operator] = STATE(2947), - [sym_unary_operator] = STATE(2947), - [sym_binary_operator] = STATE(2947), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2947), - [sym_call] = STATE(2947), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2947), - [sym_anonymous_function] = STATE(2947), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1379), - [sym_integer] = ACTIONS(1379), - [sym_float] = ACTIONS(1379), - [sym_char] = ACTIONS(1379), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(1379), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [sym_keyword] = ACTIONS(562), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [281] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(920), - [sym_integer] = ACTIONS(920), - [sym_float] = ACTIONS(920), - [sym_char] = ACTIONS(920), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1383), - [anon_sym_catch] = ACTIONS(1383), - [anon_sym_else] = ACTIONS(1383), - [anon_sym_end] = ACTIONS(1383), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1383), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [282] = { - [sym__expression] = STATE(2287), - [sym_block] = STATE(2287), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2287), - [sym_nil] = STATE(2287), - [sym__atom] = STATE(2287), - [sym_quoted_atom] = STATE(2287), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2287), - [sym_charlist] = STATE(2287), - [sym_sigil] = STATE(2287), - [sym_keywords] = STATE(1203), - [sym_pair] = STATE(2128), - [sym__keyword] = STATE(797), - [sym_quoted_keyword] = STATE(797), - [sym_list] = STATE(2287), - [sym_tuple] = STATE(2287), - [sym_bitstring] = STATE(2287), - [sym_map] = STATE(2287), - [sym__nullary_operator] = STATE(2287), - [sym_unary_operator] = STATE(2287), - [sym_binary_operator] = STATE(2287), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2287), - [sym_call] = STATE(2287), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2287), - [sym_anonymous_function] = STATE(2287), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1385), - [sym_integer] = ACTIONS(1385), - [sym_float] = ACTIONS(1385), - [sym_char] = ACTIONS(1385), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1385), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [sym_keyword] = ACTIONS(456), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [283] = { - [sym__expression] = STATE(2953), - [sym_block] = STATE(2953), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2953), - [sym_nil] = STATE(2953), - [sym__atom] = STATE(2953), - [sym_quoted_atom] = STATE(2953), - [sym__quoted_i_double] = STATE(2216), - [sym__quoted_i_single] = STATE(2217), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2953), - [sym_charlist] = STATE(2953), - [sym_sigil] = STATE(2953), - [sym_keywords] = STATE(2738), - [sym_pair] = STATE(2534), - [sym__keyword] = STATE(489), - [sym_quoted_keyword] = STATE(489), - [sym_list] = STATE(2953), - [sym_tuple] = STATE(2953), - [sym_bitstring] = STATE(2953), - [sym_map] = STATE(2953), - [sym__nullary_operator] = STATE(2953), - [sym_unary_operator] = STATE(2953), - [sym_binary_operator] = STATE(2953), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2953), - [sym_call] = STATE(2953), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2953), - [sym_anonymous_function] = STATE(2953), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1387), - [sym_integer] = ACTIONS(1387), - [sym_float] = ACTIONS(1387), - [sym_char] = ACTIONS(1387), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(1387), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [sym_keyword] = ACTIONS(562), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [284] = { - [sym__expression] = STATE(2673), - [sym_block] = STATE(2673), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2673), - [sym_nil] = STATE(2673), - [sym__atom] = STATE(2673), - [sym_quoted_atom] = STATE(2673), - [sym__quoted_i_double] = STATE(2323), - [sym__quoted_i_single] = STATE(2324), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2673), - [sym_charlist] = STATE(2673), - [sym_sigil] = STATE(2673), - [sym_keywords] = STATE(2845), - [sym_pair] = STATE(2497), - [sym__keyword] = STATE(768), - [sym_quoted_keyword] = STATE(768), - [sym_list] = STATE(2673), - [sym_tuple] = STATE(2673), - [sym_bitstring] = STATE(2673), - [sym_map] = STATE(2673), - [sym__nullary_operator] = STATE(2673), - [sym_unary_operator] = STATE(2673), - [sym_binary_operator] = STATE(2673), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2673), - [sym_call] = STATE(2673), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2673), - [sym_anonymous_function] = STATE(2673), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1375), - [sym_integer] = ACTIONS(1375), - [sym_float] = ACTIONS(1375), - [sym_char] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [sym_keyword] = ACTIONS(490), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [285] = { - [sym__expression] = STATE(3179), - [sym_block] = STATE(3179), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3179), - [sym_nil] = STATE(3179), - [sym__atom] = STATE(3179), - [sym_quoted_atom] = STATE(3179), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3179), - [sym_charlist] = STATE(3179), - [sym_sigil] = STATE(3179), - [sym_keywords] = STATE(1462), - [sym_pair] = STATE(2350), - [sym__keyword] = STATE(523), - [sym_quoted_keyword] = STATE(523), - [sym_list] = STATE(3179), - [sym_tuple] = STATE(3179), - [sym_bitstring] = STATE(3179), - [sym_map] = STATE(3179), - [sym__nullary_operator] = STATE(3179), - [sym_unary_operator] = STATE(3179), - [sym_binary_operator] = STATE(3179), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3179), - [sym_call] = STATE(3179), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3179), - [sym_anonymous_function] = STATE(3179), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1389), - [sym_integer] = ACTIONS(1389), - [sym_float] = ACTIONS(1389), - [sym_char] = ACTIONS(1389), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1389), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [sym_keyword] = ACTIONS(524), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [286] = { - [sym__expression] = STATE(3507), - [sym_block] = STATE(3507), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3507), - [sym_nil] = STATE(3507), - [sym__atom] = STATE(3507), - [sym_quoted_atom] = STATE(3507), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3507), - [sym_charlist] = STATE(3507), - [sym_sigil] = STATE(3507), - [sym_keywords] = STATE(2808), - [sym_pair] = STATE(3134), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3507), - [sym_tuple] = STATE(3507), - [sym_bitstring] = STATE(3507), - [sym_map] = STATE(3507), - [sym__nullary_operator] = STATE(3507), - [sym_unary_operator] = STATE(3507), - [sym_binary_operator] = STATE(3507), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3507), - [sym_call] = STATE(3507), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3507), - [sym_anonymous_function] = STATE(3507), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1393), - [sym_integer] = ACTIONS(1393), - [sym_float] = ACTIONS(1393), - [sym_char] = ACTIONS(1393), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1393), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [287] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(920), - [sym_integer] = ACTIONS(920), - [sym_float] = ACTIONS(920), - [sym_char] = ACTIONS(920), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1395), - [anon_sym_catch] = ACTIONS(1395), - [anon_sym_else] = ACTIONS(1395), - [anon_sym_end] = ACTIONS(1395), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1395), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [288] = { - [sym__expression] = STATE(4082), - [sym_block] = STATE(4082), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4082), - [sym_nil] = STATE(4082), - [sym__atom] = STATE(4082), - [sym_quoted_atom] = STATE(4082), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4082), - [sym_charlist] = STATE(4082), - [sym_sigil] = STATE(4082), - [sym_keywords] = STATE(2808), - [sym_pair] = STATE(3873), - [sym__keyword] = STATE(779), - [sym_quoted_keyword] = STATE(779), - [sym_list] = STATE(4082), - [sym_tuple] = STATE(4082), - [sym_bitstring] = STATE(4082), - [sym_map] = STATE(4082), - [sym__nullary_operator] = STATE(4082), - [sym_unary_operator] = STATE(4082), - [sym_binary_operator] = STATE(4082), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4082), - [sym_call] = STATE(4082), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4082), - [sym_anonymous_function] = STATE(4082), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1397), - [sym_integer] = ACTIONS(1397), - [sym_float] = ACTIONS(1397), - [sym_char] = ACTIONS(1397), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1397), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1399), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [289] = { - [sym__expression] = STATE(3719), - [sym_block] = STATE(3719), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3719), - [sym_nil] = STATE(3719), - [sym__atom] = STATE(3719), - [sym_quoted_atom] = STATE(3719), - [sym__quoted_i_double] = STATE(1512), - [sym__quoted_i_single] = STATE(1513), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3719), - [sym_charlist] = STATE(3719), - [sym_sigil] = STATE(3719), - [sym_keywords] = STATE(1860), - [sym_pair] = STATE(3323), - [sym__keyword] = STATE(787), - [sym_quoted_keyword] = STATE(787), - [sym_list] = STATE(3719), - [sym_tuple] = STATE(3719), - [sym_bitstring] = STATE(3719), - [sym_map] = STATE(3719), - [sym__nullary_operator] = STATE(3719), - [sym_unary_operator] = STATE(3719), - [sym_binary_operator] = STATE(3719), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3719), - [sym_call] = STATE(3719), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3719), - [sym_anonymous_function] = STATE(3719), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1409), - [sym_integer] = ACTIONS(1409), - [sym_float] = ACTIONS(1409), - [sym_char] = ACTIONS(1409), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1409), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [sym_keyword] = ACTIONS(1411), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [290] = { - [sym__expression] = STATE(3535), - [sym_block] = STATE(3535), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3535), - [sym_nil] = STATE(3535), - [sym__atom] = STATE(3535), - [sym_quoted_atom] = STATE(3535), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3535), - [sym_charlist] = STATE(3535), - [sym_sigil] = STATE(3535), - [sym__keywords_with_trailing_separator] = STATE(5607), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3535), - [sym_tuple] = STATE(3535), - [sym_bitstring] = STATE(3535), - [sym_map] = STATE(3535), - [sym__nullary_operator] = STATE(3535), - [sym_unary_operator] = STATE(3535), - [sym_binary_operator] = STATE(3535), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3535), - [sym_call] = STATE(3535), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3535), - [sym_anonymous_function] = STATE(3535), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1159), - [sym_integer] = ACTIONS(1159), - [sym_float] = ACTIONS(1159), - [sym_char] = ACTIONS(1159), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1159), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1067), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [291] = { - [sym__expression] = STATE(2287), - [sym_block] = STATE(2287), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2287), - [sym_nil] = STATE(2287), - [sym__atom] = STATE(2287), - [sym_quoted_atom] = STATE(2287), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2287), - [sym_charlist] = STATE(2287), - [sym_sigil] = STATE(2287), - [sym_keywords] = STATE(1264), - [sym_pair] = STATE(2128), - [sym__keyword] = STATE(797), - [sym_quoted_keyword] = STATE(797), - [sym_list] = STATE(2287), - [sym_tuple] = STATE(2287), - [sym_bitstring] = STATE(2287), - [sym_map] = STATE(2287), - [sym__nullary_operator] = STATE(2287), - [sym_unary_operator] = STATE(2287), - [sym_binary_operator] = STATE(2287), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2287), - [sym_call] = STATE(2287), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2287), - [sym_anonymous_function] = STATE(2287), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1385), - [sym_integer] = ACTIONS(1385), - [sym_float] = ACTIONS(1385), - [sym_char] = ACTIONS(1385), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1385), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [sym_keyword] = ACTIONS(456), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [292] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(920), - [sym_integer] = ACTIONS(920), - [sym_float] = ACTIONS(920), - [sym_char] = ACTIONS(920), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1413), - [anon_sym_catch] = ACTIONS(1413), - [anon_sym_else] = ACTIONS(1413), - [anon_sym_end] = ACTIONS(1413), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1413), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [293] = { - [sym__expression] = STATE(3714), - [sym_block] = STATE(3714), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3714), - [sym_nil] = STATE(3714), - [sym__atom] = STATE(3714), - [sym_quoted_atom] = STATE(3714), - [sym__quoted_i_double] = STATE(1512), - [sym__quoted_i_single] = STATE(1513), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3714), - [sym_charlist] = STATE(3714), - [sym_sigil] = STATE(3714), - [sym_keywords] = STATE(1866), - [sym_pair] = STATE(3323), - [sym__keyword] = STATE(787), - [sym_quoted_keyword] = STATE(787), - [sym_list] = STATE(3714), - [sym_tuple] = STATE(3714), - [sym_bitstring] = STATE(3714), - [sym_map] = STATE(3714), - [sym__nullary_operator] = STATE(3714), - [sym_unary_operator] = STATE(3714), - [sym_binary_operator] = STATE(3714), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3714), - [sym_call] = STATE(3714), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3714), - [sym_anonymous_function] = STATE(3714), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1415), - [sym_integer] = ACTIONS(1415), - [sym_float] = ACTIONS(1415), - [sym_char] = ACTIONS(1415), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1415), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [sym_keyword] = ACTIONS(1411), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [294] = { - [sym__expression] = STATE(3976), - [sym_block] = STATE(3976), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3976), - [sym_nil] = STATE(3976), - [sym__atom] = STATE(3976), - [sym_quoted_atom] = STATE(3976), - [sym__quoted_i_double] = STATE(3252), - [sym__quoted_i_single] = STATE(3253), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3976), - [sym_charlist] = STATE(3976), - [sym_sigil] = STATE(3976), - [sym_keywords] = STATE(3975), - [sym_pair] = STATE(3418), - [sym__keyword] = STATE(564), - [sym_quoted_keyword] = STATE(564), - [sym_list] = STATE(3976), - [sym_tuple] = STATE(3976), - [sym_bitstring] = STATE(3976), - [sym_map] = STATE(3976), - [sym__nullary_operator] = STATE(3976), - [sym_unary_operator] = STATE(3976), - [sym_binary_operator] = STATE(3976), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3976), - [sym_call] = STATE(3976), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3976), - [sym_anonymous_function] = STATE(3976), + [sym_boolean] = STATE(4170), + [sym_nil] = STATE(4170), + [sym__atom] = STATE(4170), + [sym_quoted_atom] = STATE(4170), + [sym__quoted_i_double] = STATE(3771), + [sym__quoted_i_single] = STATE(3770), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4170), + [sym_charlist] = STATE(4170), + [sym_sigil] = STATE(4170), + [sym_keywords] = STATE(4171), + [sym_pair] = STATE(3851), + [sym__keyword] = STATE(664), + [sym_quoted_keyword] = STATE(664), + [sym_list] = STATE(4170), + [sym_tuple] = STATE(4170), + [sym_bitstring] = STATE(4170), + [sym_map] = STATE(4170), + [sym__nullary_operator] = STATE(4170), + [sym_unary_operator] = STATE(4170), + [sym_binary_operator] = STATE(4170), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4170), + [sym_call] = STATE(4170), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4170), + [sym_anonymous_function] = STATE(4170), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(13), [aux_sym_identifier_token1] = ACTIONS(15), [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1417), - [sym_integer] = ACTIONS(1417), - [sym_float] = ACTIONS(1417), - [sym_char] = ACTIONS(1417), + [sym_alias] = ACTIONS(1309), + [sym_integer] = ACTIONS(1309), + [sym_float] = ACTIONS(1309), + [sym_char] = ACTIONS(1309), [anon_sym_true] = ACTIONS(19), [anon_sym_false] = ACTIONS(19), [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1417), + [sym_atom] = ACTIONS(1309), [anon_sym_DQUOTE] = ACTIONS(23), [anon_sym_SQUOTE] = ACTIONS(25), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), @@ -59760,7 +57257,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), [anon_sym_TILDE] = ACTIONS(37), - [sym_keyword] = ACTIONS(1419), + [sym_keyword] = ACTIONS(1311), [anon_sym_LT_LT] = ACTIONS(39), [anon_sym_PERCENT] = ACTIONS(41), [anon_sym_DOT_DOT] = ACTIONS(43), @@ -59818,83 +57315,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(57), }, - [295] = { - [sym__expression] = STATE(3179), - [sym_block] = STATE(3179), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3179), - [sym_nil] = STATE(3179), - [sym__atom] = STATE(3179), - [sym_quoted_atom] = STATE(3179), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3179), - [sym_charlist] = STATE(3179), - [sym_sigil] = STATE(3179), - [sym_keywords] = STATE(1463), - [sym_pair] = STATE(2350), - [sym__keyword] = STATE(523), - [sym_quoted_keyword] = STATE(523), - [sym_list] = STATE(3179), - [sym_tuple] = STATE(3179), - [sym_bitstring] = STATE(3179), - [sym_map] = STATE(3179), - [sym__nullary_operator] = STATE(3179), - [sym_unary_operator] = STATE(3179), - [sym_binary_operator] = STATE(3179), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3179), - [sym_call] = STATE(3179), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3179), - [sym_anonymous_function] = STATE(3179), + [264] = { + [sym__expression] = STATE(4389), + [sym_block] = STATE(4389), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4389), + [sym_nil] = STATE(4389), + [sym__atom] = STATE(4389), + [sym_quoted_atom] = STATE(4389), + [sym__quoted_i_double] = STATE(1730), + [sym__quoted_i_single] = STATE(1729), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4389), + [sym_charlist] = STATE(4389), + [sym_sigil] = STATE(4389), + [sym_keywords] = STATE(2066), + [sym_pair] = STATE(3751), + [sym__keyword] = STATE(881), + [sym_quoted_keyword] = STATE(881), + [sym_list] = STATE(4389), + [sym_tuple] = STATE(4389), + [sym_bitstring] = STATE(4389), + [sym_map] = STATE(4389), + [sym__nullary_operator] = STATE(4389), + [sym_unary_operator] = STATE(4389), + [sym_binary_operator] = STATE(4389), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4389), + [sym_call] = STATE(4389), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4389), + [sym_anonymous_function] = STATE(4389), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1389), - [sym_integer] = ACTIONS(1389), - [sym_float] = ACTIONS(1389), - [sym_char] = ACTIONS(1389), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1389), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1315), + [sym_integer] = ACTIONS(1315), + [sym_float] = ACTIONS(1315), + [sym_char] = ACTIONS(1315), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1315), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [sym_keyword] = ACTIONS(524), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), + [anon_sym_TILDE] = ACTIONS(1317), + [sym_keyword] = ACTIONS(1319), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -59933,68 +57430,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(954), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), + [sym__before_unary_op] = ACTIONS(1327), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(958), }, - [296] = { - [sym__expression] = STATE(3535), - [sym_block] = STATE(3535), + [265] = { + [sym__expression] = STATE(1547), + [sym_block] = STATE(1547), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1547), + [sym_nil] = STATE(1547), + [sym__atom] = STATE(1547), + [sym_quoted_atom] = STATE(1547), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1547), + [sym_charlist] = STATE(1547), + [sym_sigil] = STATE(1547), + [sym_keywords] = STATE(1279), + [sym_pair] = STATE(1163), + [sym__keyword] = STATE(807), + [sym_quoted_keyword] = STATE(807), + [sym_list] = STATE(1547), + [sym_tuple] = STATE(1547), + [sym_bitstring] = STATE(1547), + [sym_map] = STATE(1547), + [sym__nullary_operator] = STATE(1547), + [sym_unary_operator] = STATE(1547), + [sym_binary_operator] = STATE(1547), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1547), + [sym_call] = STATE(1547), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1547), + [sym_anonymous_function] = STATE(1547), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1329), + [sym_integer] = ACTIONS(1329), + [sym_float] = ACTIONS(1329), + [sym_char] = ACTIONS(1329), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1329), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [sym_keyword] = ACTIONS(213), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [266] = { + [sym__expression] = STATE(3630), + [sym_block] = STATE(3630), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3535), - [sym_nil] = STATE(3535), - [sym__atom] = STATE(3535), - [sym_quoted_atom] = STATE(3535), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3535), - [sym_charlist] = STATE(3535), - [sym_sigil] = STATE(3535), - [sym__keywords_with_trailing_separator] = STATE(5558), - [sym_pair] = STATE(5024), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3535), - [sym_tuple] = STATE(3535), - [sym_bitstring] = STATE(3535), - [sym_map] = STATE(3535), - [sym__nullary_operator] = STATE(3535), - [sym_unary_operator] = STATE(3535), - [sym_binary_operator] = STATE(3535), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3535), - [sym_call] = STATE(3535), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3535), - [sym_anonymous_function] = STATE(3535), + [sym_boolean] = STATE(3630), + [sym_nil] = STATE(3630), + [sym__atom] = STATE(3630), + [sym_quoted_atom] = STATE(3630), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3630), + [sym_charlist] = STATE(3630), + [sym_sigil] = STATE(3630), + [sym__keywords_with_trailing_separator] = STATE(6938), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3630), + [sym_tuple] = STATE(3630), + [sym_bitstring] = STATE(3630), + [sym_map] = STATE(3630), + [sym__nullary_operator] = STATE(3630), + [sym_unary_operator] = STATE(3630), + [sym_binary_operator] = STATE(3630), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3630), + [sym_call] = STATE(3630), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3630), + [sym_anonymous_function] = STATE(3630), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1159), - [sym_integer] = ACTIONS(1159), - [sym_float] = ACTIONS(1159), - [sym_char] = ACTIONS(1159), + [sym_alias] = ACTIONS(1189), + [sym_integer] = ACTIONS(1189), + [sym_float] = ACTIONS(1189), + [sym_char] = ACTIONS(1189), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1159), + [sym_atom] = ACTIONS(1189), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -60064,60 +57684,1167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [297] = { - [sym__expression] = STATE(3831), - [sym_block] = STATE(3831), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3831), - [sym_nil] = STATE(3831), - [sym__atom] = STATE(3831), - [sym_quoted_atom] = STATE(3831), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3831), - [sym_charlist] = STATE(3831), - [sym_sigil] = STATE(3831), - [sym_keywords] = STATE(5450), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3831), - [sym_tuple] = STATE(3831), - [sym_bitstring] = STATE(3831), - [sym_map] = STATE(3831), - [sym__nullary_operator] = STATE(3831), - [sym_unary_operator] = STATE(3831), - [sym_binary_operator] = STATE(3831), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3831), - [sym_call] = STATE(3831), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3831), - [sym_anonymous_function] = STATE(3831), + [267] = { + [sym__expression] = STATE(3652), + [sym_block] = STATE(3652), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3652), + [sym_nil] = STATE(3652), + [sym__atom] = STATE(3652), + [sym_quoted_atom] = STATE(3652), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3652), + [sym_charlist] = STATE(3652), + [sym_sigil] = STATE(3652), + [sym_keywords] = STATE(2152), + [sym_pair] = STATE(3491), + [sym__keyword] = STATE(501), + [sym_quoted_keyword] = STATE(501), + [sym_list] = STATE(3652), + [sym_tuple] = STATE(3652), + [sym_bitstring] = STATE(3652), + [sym_map] = STATE(3652), + [sym__nullary_operator] = STATE(3652), + [sym_unary_operator] = STATE(3652), + [sym_binary_operator] = STATE(3652), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3652), + [sym_call] = STATE(3652), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3652), + [sym_anonymous_function] = STATE(3652), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1333), + [sym_integer] = ACTIONS(1333), + [sym_float] = ACTIONS(1333), + [sym_char] = ACTIONS(1333), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1333), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [sym_keyword] = ACTIONS(651), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [268] = { + [sym__expression] = STATE(1552), + [sym_block] = STATE(1552), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1552), + [sym_nil] = STATE(1552), + [sym__atom] = STATE(1552), + [sym_quoted_atom] = STATE(1552), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1552), + [sym_charlist] = STATE(1552), + [sym_sigil] = STATE(1552), + [sym_keywords] = STATE(1278), + [sym_pair] = STATE(1163), + [sym__keyword] = STATE(807), + [sym_quoted_keyword] = STATE(807), + [sym_list] = STATE(1552), + [sym_tuple] = STATE(1552), + [sym_bitstring] = STATE(1552), + [sym_map] = STATE(1552), + [sym__nullary_operator] = STATE(1552), + [sym_unary_operator] = STATE(1552), + [sym_binary_operator] = STATE(1552), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1552), + [sym_call] = STATE(1552), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1552), + [sym_anonymous_function] = STATE(1552), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1337), + [sym_integer] = ACTIONS(1337), + [sym_float] = ACTIONS(1337), + [sym_char] = ACTIONS(1337), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1337), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [sym_keyword] = ACTIONS(213), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [269] = { + [sym__expression] = STATE(3303), + [sym_block] = STATE(3303), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3303), + [sym_nil] = STATE(3303), + [sym__atom] = STATE(3303), + [sym_quoted_atom] = STATE(3303), + [sym__quoted_i_double] = STATE(2642), + [sym__quoted_i_single] = STATE(2620), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3303), + [sym_charlist] = STATE(3303), + [sym_sigil] = STATE(3303), + [sym_keywords] = STATE(3304), + [sym_pair] = STATE(2698), + [sym__keyword] = STATE(583), + [sym_quoted_keyword] = STATE(583), + [sym_list] = STATE(3303), + [sym_tuple] = STATE(3303), + [sym_bitstring] = STATE(3303), + [sym_map] = STATE(3303), + [sym__nullary_operator] = STATE(3303), + [sym_unary_operator] = STATE(3303), + [sym_binary_operator] = STATE(3303), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3303), + [sym_call] = STATE(3303), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3303), + [sym_anonymous_function] = STATE(3303), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1339), + [sym_integer] = ACTIONS(1339), + [sym_float] = ACTIONS(1339), + [sym_char] = ACTIONS(1339), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1339), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [sym_keyword] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [270] = { + [sym__terminator] = STATE(499), + [sym__expression] = STATE(3438), + [sym_block] = STATE(3438), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(3438), + [sym_nil] = STATE(3438), + [sym__atom] = STATE(3438), + [sym_quoted_atom] = STATE(3438), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(3438), + [sym_charlist] = STATE(3438), + [sym_sigil] = STATE(3438), + [sym_list] = STATE(3438), + [sym_tuple] = STATE(3438), + [sym_bitstring] = STATE(3438), + [sym_map] = STATE(3438), + [sym__nullary_operator] = STATE(3438), + [sym_unary_operator] = STATE(3438), + [sym_binary_operator] = STATE(3438), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(3438), + [sym_call] = STATE(3438), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(3438), + [sym_body] = STATE(4827), + [sym_anonymous_function] = STATE(3438), + [aux_sym__terminator_repeat1] = STATE(1031), + [aux_sym__terminator_token1] = ACTIONS(1030), + [anon_sym_SEMI] = ACTIONS(1343), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1345), + [sym_integer] = ACTIONS(1345), + [sym_float] = ACTIONS(1345), + [sym_char] = ACTIONS(1345), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1345), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_end] = ACTIONS(1041), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [271] = { + [sym__expression] = STATE(1627), + [sym_block] = STATE(1627), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1627), + [sym_nil] = STATE(1627), + [sym__atom] = STATE(1627), + [sym_quoted_atom] = STATE(1627), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1627), + [sym_charlist] = STATE(1627), + [sym_sigil] = STATE(1627), + [sym_keywords] = STATE(1463), + [sym_pair] = STATE(1555), + [sym__keyword] = STATE(889), + [sym_quoted_keyword] = STATE(889), + [sym_list] = STATE(1627), + [sym_tuple] = STATE(1627), + [sym_bitstring] = STATE(1627), + [sym_map] = STATE(1627), + [sym__nullary_operator] = STATE(1627), + [sym_unary_operator] = STATE(1627), + [sym_binary_operator] = STATE(1627), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1627), + [sym_call] = STATE(1627), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1627), + [sym_anonymous_function] = STATE(1627), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1347), + [sym_integer] = ACTIONS(1347), + [sym_float] = ACTIONS(1347), + [sym_char] = ACTIONS(1347), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1347), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [sym_keyword] = ACTIONS(259), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [272] = { + [sym__expression] = STATE(4074), + [sym_block] = STATE(4074), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4074), + [sym_nil] = STATE(4074), + [sym__atom] = STATE(4074), + [sym_quoted_atom] = STATE(4074), + [sym__quoted_i_double] = STATE(1730), + [sym__quoted_i_single] = STATE(1729), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4074), + [sym_charlist] = STATE(4074), + [sym_sigil] = STATE(4074), + [sym_keywords] = STATE(2060), + [sym_pair] = STATE(3509), + [sym__keyword] = STATE(849), + [sym_quoted_keyword] = STATE(849), + [sym_list] = STATE(4074), + [sym_tuple] = STATE(4074), + [sym_bitstring] = STATE(4074), + [sym_map] = STATE(4074), + [sym__nullary_operator] = STATE(4074), + [sym_unary_operator] = STATE(4074), + [sym_binary_operator] = STATE(4074), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4074), + [sym_call] = STATE(4074), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4074), + [sym_anonymous_function] = STATE(4074), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1351), + [sym_integer] = ACTIONS(1351), + [sym_float] = ACTIONS(1351), + [sym_char] = ACTIONS(1351), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1351), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [sym_keyword] = ACTIONS(1355), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [273] = { + [sym__expression] = STATE(2371), + [sym_block] = STATE(2371), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2371), + [sym_nil] = STATE(2371), + [sym__atom] = STATE(2371), + [sym_quoted_atom] = STATE(2371), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2371), + [sym_charlist] = STATE(2371), + [sym_sigil] = STATE(2371), + [sym_keywords] = STATE(2151), + [sym_pair] = STATE(2161), + [sym__keyword] = STATE(551), + [sym_quoted_keyword] = STATE(551), + [sym_list] = STATE(2371), + [sym_tuple] = STATE(2371), + [sym_bitstring] = STATE(2371), + [sym_map] = STATE(2371), + [sym__nullary_operator] = STATE(2371), + [sym_unary_operator] = STATE(2371), + [sym_binary_operator] = STATE(2371), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2371), + [sym_call] = STATE(2371), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2371), + [sym_anonymous_function] = STATE(2371), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1365), + [sym_integer] = ACTIONS(1365), + [sym_float] = ACTIONS(1365), + [sym_char] = ACTIONS(1365), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [sym_keyword] = ACTIONS(389), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [274] = { + [sym__expression] = STATE(2251), + [sym_block] = STATE(2251), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2251), + [sym_nil] = STATE(2251), + [sym__atom] = STATE(2251), + [sym_quoted_atom] = STATE(2251), + [sym__quoted_i_double] = STATE(1730), + [sym__quoted_i_single] = STATE(1729), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2251), + [sym_charlist] = STATE(2251), + [sym_sigil] = STATE(2251), + [sym_keywords] = STATE(2066), + [sym_pair] = STATE(2116), + [sym__keyword] = STATE(797), + [sym_quoted_keyword] = STATE(797), + [sym_list] = STATE(2251), + [sym_tuple] = STATE(2251), + [sym_bitstring] = STATE(2251), + [sym_map] = STATE(2251), + [sym__nullary_operator] = STATE(2251), + [sym_unary_operator] = STATE(2251), + [sym_binary_operator] = STATE(2251), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2251), + [sym_call] = STATE(2251), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2251), + [sym_anonymous_function] = STATE(2251), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1367), + [sym_integer] = ACTIONS(1367), + [sym_float] = ACTIONS(1367), + [sym_char] = ACTIONS(1367), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1367), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [sym_keyword] = ACTIONS(1369), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [275] = { + [sym__expression] = STATE(2371), + [sym_block] = STATE(2371), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2371), + [sym_nil] = STATE(2371), + [sym__atom] = STATE(2371), + [sym_quoted_atom] = STATE(2371), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2371), + [sym_charlist] = STATE(2371), + [sym_sigil] = STATE(2371), + [sym_keywords] = STATE(2152), + [sym_pair] = STATE(2161), + [sym__keyword] = STATE(551), + [sym_quoted_keyword] = STATE(551), + [sym_list] = STATE(2371), + [sym_tuple] = STATE(2371), + [sym_bitstring] = STATE(2371), + [sym_map] = STATE(2371), + [sym__nullary_operator] = STATE(2371), + [sym_unary_operator] = STATE(2371), + [sym_binary_operator] = STATE(2371), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2371), + [sym_call] = STATE(2371), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2371), + [sym_anonymous_function] = STATE(2371), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1365), + [sym_integer] = ACTIONS(1365), + [sym_float] = ACTIONS(1365), + [sym_char] = ACTIONS(1365), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [sym_keyword] = ACTIONS(389), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [276] = { + [sym__expression] = STATE(4283), + [sym_block] = STATE(4283), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4283), + [sym_nil] = STATE(4283), + [sym__atom] = STATE(4283), + [sym_quoted_atom] = STATE(4283), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4283), + [sym_charlist] = STATE(4283), + [sym_sigil] = STATE(4283), + [sym_keywords] = STATE(4284), + [sym_pair] = STATE(3527), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4283), + [sym_tuple] = STATE(4283), + [sym_bitstring] = STATE(4283), + [sym_map] = STATE(4283), + [sym__nullary_operator] = STATE(4283), + [sym_unary_operator] = STATE(4283), + [sym_binary_operator] = STATE(4283), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4283), + [sym_call] = STATE(4283), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4283), + [sym_anonymous_function] = STATE(4283), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1423), - [sym_integer] = ACTIONS(1423), - [sym_float] = ACTIONS(1423), - [sym_char] = ACTIONS(1423), + [sym_alias] = ACTIONS(1373), + [sym_integer] = ACTIONS(1373), + [sym_float] = ACTIONS(1373), + [sym_char] = ACTIONS(1373), [anon_sym_true] = ACTIONS(808), [anon_sym_false] = ACTIONS(808), [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(1423), + [sym_atom] = ACTIONS(1373), [anon_sym_DQUOTE] = ACTIONS(812), [anon_sym_SQUOTE] = ACTIONS(814), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), @@ -60187,60 +58914,552 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(844), }, - [298] = { - [sym__expression] = STATE(4088), - [sym_block] = STATE(4088), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4088), - [sym_nil] = STATE(4088), - [sym__atom] = STATE(4088), - [sym_quoted_atom] = STATE(4088), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4088), - [sym_charlist] = STATE(4088), - [sym_sigil] = STATE(4088), - [sym_keywords] = STATE(2843), - [sym_pair] = STATE(3873), - [sym__keyword] = STATE(779), - [sym_quoted_keyword] = STATE(779), - [sym_list] = STATE(4088), - [sym_tuple] = STATE(4088), - [sym_bitstring] = STATE(4088), - [sym_map] = STATE(4088), - [sym__nullary_operator] = STATE(4088), - [sym_unary_operator] = STATE(4088), - [sym_binary_operator] = STATE(4088), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4088), - [sym_call] = STATE(4088), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4088), - [sym_anonymous_function] = STATE(4088), + [277] = { + [sym__expression] = STATE(2246), + [sym_block] = STATE(2246), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2246), + [sym_nil] = STATE(2246), + [sym__atom] = STATE(2246), + [sym_quoted_atom] = STATE(2246), + [sym__quoted_i_double] = STATE(1730), + [sym__quoted_i_single] = STATE(1729), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2246), + [sym_charlist] = STATE(2246), + [sym_sigil] = STATE(2246), + [sym_keywords] = STATE(2060), + [sym_pair] = STATE(2116), + [sym__keyword] = STATE(797), + [sym_quoted_keyword] = STATE(797), + [sym_list] = STATE(2246), + [sym_tuple] = STATE(2246), + [sym_bitstring] = STATE(2246), + [sym_map] = STATE(2246), + [sym__nullary_operator] = STATE(2246), + [sym_unary_operator] = STATE(2246), + [sym_binary_operator] = STATE(2246), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2246), + [sym_call] = STATE(2246), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2246), + [sym_anonymous_function] = STATE(2246), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1375), + [sym_integer] = ACTIONS(1375), + [sym_float] = ACTIONS(1375), + [sym_char] = ACTIONS(1375), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1375), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [sym_keyword] = ACTIONS(1369), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [278] = { + [sym__expression] = STATE(4190), + [sym_block] = STATE(4190), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4190), + [sym_nil] = STATE(4190), + [sym__atom] = STATE(4190), + [sym_quoted_atom] = STATE(4190), + [sym__quoted_i_double] = STATE(3771), + [sym__quoted_i_single] = STATE(3770), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4190), + [sym_charlist] = STATE(4190), + [sym_sigil] = STATE(4190), + [sym_keywords] = STATE(4191), + [sym_pair] = STATE(3851), + [sym__keyword] = STATE(664), + [sym_quoted_keyword] = STATE(664), + [sym_list] = STATE(4190), + [sym_tuple] = STATE(4190), + [sym_bitstring] = STATE(4190), + [sym_map] = STATE(4190), + [sym__nullary_operator] = STATE(4190), + [sym_unary_operator] = STATE(4190), + [sym_binary_operator] = STATE(4190), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4190), + [sym_call] = STATE(4190), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4190), + [sym_anonymous_function] = STATE(4190), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(1377), + [sym_integer] = ACTIONS(1377), + [sym_float] = ACTIONS(1377), + [sym_char] = ACTIONS(1377), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(1377), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [sym_keyword] = ACTIONS(1311), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [279] = { + [sym__expression] = STATE(3108), + [sym_block] = STATE(3108), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3108), + [sym_nil] = STATE(3108), + [sym__atom] = STATE(3108), + [sym_quoted_atom] = STATE(3108), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3108), + [sym_charlist] = STATE(3108), + [sym_sigil] = STATE(3108), + [sym_keywords] = STATE(1464), + [sym_pair] = STATE(2367), + [sym__keyword] = STATE(568), + [sym_quoted_keyword] = STATE(568), + [sym_list] = STATE(3108), + [sym_tuple] = STATE(3108), + [sym_bitstring] = STATE(3108), + [sym_map] = STATE(3108), + [sym__nullary_operator] = STATE(3108), + [sym_unary_operator] = STATE(3108), + [sym_binary_operator] = STATE(3108), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3108), + [sym_call] = STATE(3108), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3108), + [sym_anonymous_function] = STATE(3108), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(1379), + [sym_integer] = ACTIONS(1379), + [sym_float] = ACTIONS(1379), + [sym_char] = ACTIONS(1379), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1379), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [sym_keyword] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [280] = { + [sym__expression] = STATE(3089), + [sym_block] = STATE(3089), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3089), + [sym_nil] = STATE(3089), + [sym__atom] = STATE(3089), + [sym_quoted_atom] = STATE(3089), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3089), + [sym_charlist] = STATE(3089), + [sym_sigil] = STATE(3089), + [sym_keywords] = STATE(1463), + [sym_pair] = STATE(2367), + [sym__keyword] = STATE(568), + [sym_quoted_keyword] = STATE(568), + [sym_list] = STATE(3089), + [sym_tuple] = STATE(3089), + [sym_bitstring] = STATE(3089), + [sym_map] = STATE(3089), + [sym__nullary_operator] = STATE(3089), + [sym_unary_operator] = STATE(3089), + [sym_binary_operator] = STATE(3089), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3089), + [sym_call] = STATE(3089), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3089), + [sym_anonymous_function] = STATE(3089), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(1381), + [sym_integer] = ACTIONS(1381), + [sym_float] = ACTIONS(1381), + [sym_char] = ACTIONS(1381), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [sym_keyword] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [281] = { + [sym__expression] = STATE(3504), + [sym_block] = STATE(3504), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3504), + [sym_nil] = STATE(3504), + [sym__atom] = STATE(3504), + [sym_quoted_atom] = STATE(3504), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3504), + [sym_charlist] = STATE(3504), + [sym_sigil] = STATE(3504), + [sym_keywords] = STATE(3389), + [sym_pair] = STATE(3222), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3504), + [sym_tuple] = STATE(3504), + [sym_bitstring] = STATE(3504), + [sym_map] = STATE(3504), + [sym__nullary_operator] = STATE(3504), + [sym_unary_operator] = STATE(3504), + [sym_binary_operator] = STATE(3504), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3504), + [sym_call] = STATE(3504), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3504), + [sym_anonymous_function] = STATE(3504), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1425), - [sym_integer] = ACTIONS(1425), - [sym_float] = ACTIONS(1425), - [sym_char] = ACTIONS(1425), + [sym_alias] = ACTIONS(1383), + [sym_integer] = ACTIONS(1383), + [sym_float] = ACTIONS(1383), + [sym_char] = ACTIONS(1383), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1425), + [sym_atom] = ACTIONS(1383), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -60252,18 +59471,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), [anon_sym_TILDE] = ACTIONS(1065), - [sym_keyword] = ACTIONS(1399), + [sym_keyword] = ACTIONS(1067), [anon_sym_LT_LT] = ACTIONS(1069), [anon_sym_PERCENT] = ACTIONS(1071), [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -60306,87 +59525,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [299] = { - [sym__expression] = STATE(1407), - [sym_block] = STATE(1407), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1407), - [sym_nil] = STATE(1407), - [sym__atom] = STATE(1407), - [sym_quoted_atom] = STATE(1407), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1407), - [sym_charlist] = STATE(1407), - [sym_sigil] = STATE(1407), - [sym_keywords] = STATE(1203), - [sym_pair] = STATE(1265), - [sym__keyword] = STATE(788), - [sym_quoted_keyword] = STATE(788), - [sym_list] = STATE(1407), - [sym_tuple] = STATE(1407), - [sym_bitstring] = STATE(1407), - [sym_map] = STATE(1407), - [sym__nullary_operator] = STATE(1407), - [sym_unary_operator] = STATE(1407), - [sym_binary_operator] = STATE(1407), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1407), - [sym_call] = STATE(1407), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1407), - [sym_anonymous_function] = STATE(1407), + [282] = { + [sym__expression] = STATE(3510), + [sym_block] = STATE(3510), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3510), + [sym_nil] = STATE(3510), + [sym__atom] = STATE(3510), + [sym_quoted_atom] = STATE(3510), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3510), + [sym_charlist] = STATE(3510), + [sym_sigil] = STATE(3510), + [sym_keywords] = STATE(3380), + [sym_pair] = STATE(3222), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3510), + [sym_tuple] = STATE(3510), + [sym_bitstring] = STATE(3510), + [sym_map] = STATE(3510), + [sym__nullary_operator] = STATE(3510), + [sym_unary_operator] = STATE(3510), + [sym_binary_operator] = STATE(3510), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3510), + [sym_call] = STATE(3510), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3510), + [sym_anonymous_function] = STATE(3510), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1427), - [sym_integer] = ACTIONS(1427), - [sym_float] = ACTIONS(1427), - [sym_char] = ACTIONS(1427), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1385), + [sym_integer] = ACTIONS(1385), + [sym_float] = ACTIONS(1385), + [sym_char] = ACTIONS(1385), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1385), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [sym_keyword] = ACTIONS(213), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1067), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -60425,52 +59644,2512 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [283] = { + [sym__expression] = STATE(3652), + [sym_block] = STATE(3652), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3652), + [sym_nil] = STATE(3652), + [sym__atom] = STATE(3652), + [sym_quoted_atom] = STATE(3652), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3652), + [sym_charlist] = STATE(3652), + [sym_sigil] = STATE(3652), + [sym_keywords] = STATE(2151), + [sym_pair] = STATE(3491), + [sym__keyword] = STATE(501), + [sym_quoted_keyword] = STATE(501), + [sym_list] = STATE(3652), + [sym_tuple] = STATE(3652), + [sym_bitstring] = STATE(3652), + [sym_map] = STATE(3652), + [sym__nullary_operator] = STATE(3652), + [sym_unary_operator] = STATE(3652), + [sym_binary_operator] = STATE(3652), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3652), + [sym_call] = STATE(3652), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3652), + [sym_anonymous_function] = STATE(3652), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1333), + [sym_integer] = ACTIONS(1333), + [sym_float] = ACTIONS(1333), + [sym_char] = ACTIONS(1333), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1333), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [sym_keyword] = ACTIONS(651), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [284] = { + [sym__expression] = STATE(3092), + [sym_block] = STATE(3092), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3092), + [sym_nil] = STATE(3092), + [sym__atom] = STATE(3092), + [sym_quoted_atom] = STATE(3092), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3092), + [sym_charlist] = STATE(3092), + [sym_sigil] = STATE(3092), + [sym_keywords] = STATE(1464), + [sym_pair] = STATE(2563), + [sym__keyword] = STATE(464), + [sym_quoted_keyword] = STATE(464), + [sym_list] = STATE(3092), + [sym_tuple] = STATE(3092), + [sym_bitstring] = STATE(3092), + [sym_map] = STATE(3092), + [sym__nullary_operator] = STATE(3092), + [sym_unary_operator] = STATE(3092), + [sym_binary_operator] = STATE(3092), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3092), + [sym_call] = STATE(3092), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3092), + [sym_anonymous_function] = STATE(3092), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1387), + [sym_integer] = ACTIONS(1387), + [sym_float] = ACTIONS(1387), + [sym_char] = ACTIONS(1387), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1387), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [sym_keyword] = ACTIONS(437), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [285] = { + [sym__expression] = STATE(3103), + [sym_block] = STATE(3103), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3103), + [sym_nil] = STATE(3103), + [sym__atom] = STATE(3103), + [sym_quoted_atom] = STATE(3103), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3103), + [sym_charlist] = STATE(3103), + [sym_sigil] = STATE(3103), + [sym_keywords] = STATE(1463), + [sym_pair] = STATE(2563), + [sym__keyword] = STATE(464), + [sym_quoted_keyword] = STATE(464), + [sym_list] = STATE(3103), + [sym_tuple] = STATE(3103), + [sym_bitstring] = STATE(3103), + [sym_map] = STATE(3103), + [sym__nullary_operator] = STATE(3103), + [sym_unary_operator] = STATE(3103), + [sym_binary_operator] = STATE(3103), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3103), + [sym_call] = STATE(3103), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3103), + [sym_anonymous_function] = STATE(3103), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1389), + [sym_integer] = ACTIONS(1389), + [sym_float] = ACTIONS(1389), + [sym_char] = ACTIONS(1389), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [sym_keyword] = ACTIONS(437), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [286] = { + [sym__expression] = STATE(1635), + [sym_block] = STATE(1635), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1635), + [sym_nil] = STATE(1635), + [sym__atom] = STATE(1635), + [sym_quoted_atom] = STATE(1635), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1635), + [sym_charlist] = STATE(1635), + [sym_sigil] = STATE(1635), + [sym_keywords] = STATE(1464), + [sym_pair] = STATE(1555), + [sym__keyword] = STATE(889), + [sym_quoted_keyword] = STATE(889), + [sym_list] = STATE(1635), + [sym_tuple] = STATE(1635), + [sym_bitstring] = STATE(1635), + [sym_map] = STATE(1635), + [sym__nullary_operator] = STATE(1635), + [sym_unary_operator] = STATE(1635), + [sym_binary_operator] = STATE(1635), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1635), + [sym_call] = STATE(1635), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1635), + [sym_anonymous_function] = STATE(1635), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1391), + [sym_integer] = ACTIONS(1391), + [sym_float] = ACTIONS(1391), + [sym_char] = ACTIONS(1391), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1391), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [sym_keyword] = ACTIONS(259), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [287] = { + [sym__expression] = STATE(3445), + [sym_block] = STATE(3445), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3445), + [sym_nil] = STATE(3445), + [sym__atom] = STATE(3445), + [sym_quoted_atom] = STATE(3445), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3445), + [sym_charlist] = STATE(3445), + [sym_sigil] = STATE(3445), + [sym_keywords] = STATE(1516), + [sym_pair] = STATE(2367), + [sym__keyword] = STATE(568), + [sym_quoted_keyword] = STATE(568), + [sym_list] = STATE(3445), + [sym_tuple] = STATE(3445), + [sym_bitstring] = STATE(3445), + [sym_map] = STATE(3445), + [sym__nullary_operator] = STATE(3445), + [sym_unary_operator] = STATE(3445), + [sym_binary_operator] = STATE(3445), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3445), + [sym_call] = STATE(3445), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3445), + [sym_anonymous_function] = STATE(3445), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(1393), + [sym_integer] = ACTIONS(1393), + [sym_float] = ACTIONS(1393), + [sym_char] = ACTIONS(1393), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [sym_keyword] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [288] = { + [sym__expression] = STATE(2018), + [sym_block] = STATE(2018), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2018), + [sym_nil] = STATE(2018), + [sym__atom] = STATE(2018), + [sym_quoted_atom] = STATE(2018), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2018), + [sym_charlist] = STATE(2018), + [sym_sigil] = STATE(2018), + [sym_keywords] = STATE(1726), + [sym_pair] = STATE(1574), + [sym__keyword] = STATE(898), + [sym_quoted_keyword] = STATE(898), + [sym_list] = STATE(2018), + [sym_tuple] = STATE(2018), + [sym_bitstring] = STATE(2018), + [sym_map] = STATE(2018), + [sym__nullary_operator] = STATE(2018), + [sym_unary_operator] = STATE(2018), + [sym_binary_operator] = STATE(2018), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2018), + [sym_call] = STATE(2018), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2018), + [sym_anonymous_function] = STATE(2018), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1397), + [sym_integer] = ACTIONS(1397), + [sym_float] = ACTIONS(1397), + [sym_char] = ACTIONS(1397), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [sym_keyword] = ACTIONS(1399), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [289] = { + [sym__expression] = STATE(3924), + [sym_block] = STATE(3924), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3924), + [sym_nil] = STATE(3924), + [sym__atom] = STATE(3924), + [sym_quoted_atom] = STATE(3924), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3924), + [sym_charlist] = STATE(3924), + [sym_sigil] = STATE(3924), + [sym_keywords] = STATE(2229), + [sym_pair] = STATE(3491), + [sym__keyword] = STATE(501), + [sym_quoted_keyword] = STATE(501), + [sym_list] = STATE(3924), + [sym_tuple] = STATE(3924), + [sym_bitstring] = STATE(3924), + [sym_map] = STATE(3924), + [sym__nullary_operator] = STATE(3924), + [sym_unary_operator] = STATE(3924), + [sym_binary_operator] = STATE(3924), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3924), + [sym_call] = STATE(3924), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3924), + [sym_anonymous_function] = STATE(3924), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1401), + [sym_integer] = ACTIONS(1401), + [sym_float] = ACTIONS(1401), + [sym_char] = ACTIONS(1401), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1401), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [sym_keyword] = ACTIONS(651), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [290] = { + [sym__expression] = STATE(3779), + [sym_block] = STATE(3779), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3779), + [sym_nil] = STATE(3779), + [sym__atom] = STATE(3779), + [sym_quoted_atom] = STATE(3779), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3779), + [sym_charlist] = STATE(3779), + [sym_sigil] = STATE(3779), + [sym_keywords] = STATE(2230), + [sym_pair] = STATE(3491), + [sym__keyword] = STATE(501), + [sym_quoted_keyword] = STATE(501), + [sym_list] = STATE(3779), + [sym_tuple] = STATE(3779), + [sym_bitstring] = STATE(3779), + [sym_map] = STATE(3779), + [sym__nullary_operator] = STATE(3779), + [sym_unary_operator] = STATE(3779), + [sym_binary_operator] = STATE(3779), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3779), + [sym_call] = STATE(3779), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3779), + [sym_anonymous_function] = STATE(3779), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1403), + [sym_integer] = ACTIONS(1403), + [sym_float] = ACTIONS(1403), + [sym_char] = ACTIONS(1403), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1403), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [sym_keyword] = ACTIONS(651), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [291] = { + [sym__expression] = STATE(3969), + [sym_block] = STATE(3969), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3969), + [sym_nil] = STATE(3969), + [sym__atom] = STATE(3969), + [sym_quoted_atom] = STATE(3969), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3969), + [sym_charlist] = STATE(3969), + [sym_sigil] = STATE(3969), + [sym_keywords] = STATE(1726), + [sym_pair] = STATE(3421), + [sym__keyword] = STATE(481), + [sym_quoted_keyword] = STATE(481), + [sym_list] = STATE(3969), + [sym_tuple] = STATE(3969), + [sym_bitstring] = STATE(3969), + [sym_map] = STATE(3969), + [sym__nullary_operator] = STATE(3969), + [sym_unary_operator] = STATE(3969), + [sym_binary_operator] = STATE(3969), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3969), + [sym_call] = STATE(3969), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3969), + [sym_anonymous_function] = STATE(3969), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1405), + [sym_integer] = ACTIONS(1405), + [sym_float] = ACTIONS(1405), + [sym_char] = ACTIONS(1405), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [sym_keyword] = ACTIONS(1407), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [292] = { + [sym__expression] = STATE(3316), + [sym_block] = STATE(3316), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3316), + [sym_nil] = STATE(3316), + [sym__atom] = STATE(3316), + [sym_quoted_atom] = STATE(3316), + [sym__quoted_i_double] = STATE(2642), + [sym__quoted_i_single] = STATE(2620), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3316), + [sym_charlist] = STATE(3316), + [sym_sigil] = STATE(3316), + [sym_keywords] = STATE(3442), + [sym_pair] = STATE(2698), + [sym__keyword] = STATE(583), + [sym_quoted_keyword] = STATE(583), + [sym_list] = STATE(3316), + [sym_tuple] = STATE(3316), + [sym_bitstring] = STATE(3316), + [sym_map] = STATE(3316), + [sym__nullary_operator] = STATE(3316), + [sym_unary_operator] = STATE(3316), + [sym_binary_operator] = STATE(3316), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3316), + [sym_call] = STATE(3316), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3316), + [sym_anonymous_function] = STATE(3316), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1409), + [sym_integer] = ACTIONS(1409), + [sym_float] = ACTIONS(1409), + [sym_char] = ACTIONS(1409), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [sym_keyword] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [293] = { + [sym__expression] = STATE(2002), + [sym_block] = STATE(2002), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2002), + [sym_nil] = STATE(2002), + [sym__atom] = STATE(2002), + [sym_quoted_atom] = STATE(2002), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2002), + [sym_charlist] = STATE(2002), + [sym_sigil] = STATE(2002), + [sym_keywords] = STATE(1723), + [sym_pair] = STATE(1574), + [sym__keyword] = STATE(898), + [sym_quoted_keyword] = STATE(898), + [sym_list] = STATE(2002), + [sym_tuple] = STATE(2002), + [sym_bitstring] = STATE(2002), + [sym_map] = STATE(2002), + [sym__nullary_operator] = STATE(2002), + [sym_unary_operator] = STATE(2002), + [sym_binary_operator] = STATE(2002), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2002), + [sym_call] = STATE(2002), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2002), + [sym_anonymous_function] = STATE(2002), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1411), + [sym_integer] = ACTIONS(1411), + [sym_float] = ACTIONS(1411), + [sym_char] = ACTIONS(1411), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(1411), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [sym_keyword] = ACTIONS(1399), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [294] = { + [sym__expression] = STATE(3975), + [sym_block] = STATE(3975), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3975), + [sym_nil] = STATE(3975), + [sym__atom] = STATE(3975), + [sym_quoted_atom] = STATE(3975), + [sym__quoted_i_double] = STATE(1429), + [sym__quoted_i_single] = STATE(1511), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3975), + [sym_charlist] = STATE(3975), + [sym_sigil] = STATE(3975), + [sym_keywords] = STATE(1723), + [sym_pair] = STATE(3421), + [sym__keyword] = STATE(481), + [sym_quoted_keyword] = STATE(481), + [sym_list] = STATE(3975), + [sym_tuple] = STATE(3975), + [sym_bitstring] = STATE(3975), + [sym_map] = STATE(3975), + [sym__nullary_operator] = STATE(3975), + [sym_unary_operator] = STATE(3975), + [sym_binary_operator] = STATE(3975), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3975), + [sym_call] = STATE(3975), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3975), + [sym_anonymous_function] = STATE(3975), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1413), + [sym_integer] = ACTIONS(1413), + [sym_float] = ACTIONS(1413), + [sym_char] = ACTIONS(1413), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(1413), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [sym_keyword] = ACTIONS(1407), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [295] = { + [sym__terminator] = STATE(499), + [sym__expression] = STATE(3438), + [sym_block] = STATE(3438), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(3438), + [sym_nil] = STATE(3438), + [sym__atom] = STATE(3438), + [sym_quoted_atom] = STATE(3438), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(3438), + [sym_charlist] = STATE(3438), + [sym_sigil] = STATE(3438), + [sym_list] = STATE(3438), + [sym_tuple] = STATE(3438), + [sym_bitstring] = STATE(3438), + [sym_map] = STATE(3438), + [sym__nullary_operator] = STATE(3438), + [sym_unary_operator] = STATE(3438), + [sym_binary_operator] = STATE(3438), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(3438), + [sym_call] = STATE(3438), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(3438), + [sym_body] = STATE(4826), + [sym_anonymous_function] = STATE(3438), + [aux_sym__terminator_repeat1] = STATE(1031), + [aux_sym__terminator_token1] = ACTIONS(1030), + [anon_sym_SEMI] = ACTIONS(1343), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1345), + [sym_integer] = ACTIONS(1345), + [sym_float] = ACTIONS(1345), + [sym_char] = ACTIONS(1345), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1345), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_end] = ACTIONS(1039), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [296] = { + [sym__expression] = STATE(3445), + [sym_block] = STATE(3445), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3445), + [sym_nil] = STATE(3445), + [sym__atom] = STATE(3445), + [sym_quoted_atom] = STATE(3445), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3445), + [sym_charlist] = STATE(3445), + [sym_sigil] = STATE(3445), + [sym_keywords] = STATE(1515), + [sym_pair] = STATE(2367), + [sym__keyword] = STATE(568), + [sym_quoted_keyword] = STATE(568), + [sym_list] = STATE(3445), + [sym_tuple] = STATE(3445), + [sym_bitstring] = STATE(3445), + [sym_map] = STATE(3445), + [sym__nullary_operator] = STATE(3445), + [sym_unary_operator] = STATE(3445), + [sym_binary_operator] = STATE(3445), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3445), + [sym_call] = STATE(3445), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3445), + [sym_anonymous_function] = STATE(3445), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(1393), + [sym_integer] = ACTIONS(1393), + [sym_float] = ACTIONS(1393), + [sym_char] = ACTIONS(1393), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [sym_keyword] = ACTIONS(453), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [297] = { + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(920), + [sym_integer] = ACTIONS(920), + [sym_float] = ACTIONS(920), + [sym_char] = ACTIONS(920), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1415), + [anon_sym_catch] = ACTIONS(1415), + [anon_sym_else] = ACTIONS(1415), + [anon_sym_end] = ACTIONS(1415), + [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1415), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [298] = { + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(920), + [sym_integer] = ACTIONS(920), + [sym_float] = ACTIONS(920), + [sym_char] = ACTIONS(920), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1417), + [anon_sym_catch] = ACTIONS(1417), + [anon_sym_else] = ACTIONS(1417), + [anon_sym_end] = ACTIONS(1417), + [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1417), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [299] = { + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(920), + [sym_integer] = ACTIONS(920), + [sym_float] = ACTIONS(920), + [sym_char] = ACTIONS(920), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1419), + [anon_sym_catch] = ACTIONS(1419), + [anon_sym_else] = ACTIONS(1419), + [anon_sym_end] = ACTIONS(1419), + [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1419), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), }, [300] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(920), + [sym_integer] = ACTIONS(920), + [sym_float] = ACTIONS(920), + [sym_char] = ACTIONS(920), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1421), + [anon_sym_catch] = ACTIONS(1421), + [anon_sym_else] = ACTIONS(1421), + [anon_sym_end] = ACTIONS(1421), + [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1421), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [301] = { + [sym__expression] = STATE(3253), + [sym_block] = STATE(3253), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3253), + [sym_nil] = STATE(3253), + [sym__atom] = STATE(3253), + [sym_quoted_atom] = STATE(3253), + [sym__quoted_i_double] = STATE(2456), + [sym__quoted_i_single] = STATE(2457), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3253), + [sym_charlist] = STATE(3253), + [sym_sigil] = STATE(3253), + [sym_keywords] = STATE(3018), + [sym_pair] = STATE(2470), + [sym__keyword] = STATE(830), + [sym_quoted_keyword] = STATE(830), + [sym_list] = STATE(3253), + [sym_tuple] = STATE(3253), + [sym_bitstring] = STATE(3253), + [sym_map] = STATE(3253), + [sym__nullary_operator] = STATE(3253), + [sym_unary_operator] = STATE(3253), + [sym_binary_operator] = STATE(3253), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3253), + [sym_call] = STATE(3253), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3253), + [sym_anonymous_function] = STATE(3253), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1423), + [sym_integer] = ACTIONS(1423), + [sym_float] = ACTIONS(1423), + [sym_char] = ACTIONS(1423), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(1423), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [sym_keyword] = ACTIONS(610), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [302] = { + [sym__expression] = STATE(3247), + [sym_block] = STATE(3247), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3247), + [sym_nil] = STATE(3247), + [sym__atom] = STATE(3247), + [sym_quoted_atom] = STATE(3247), + [sym__quoted_i_double] = STATE(2456), + [sym__quoted_i_single] = STATE(2457), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3247), + [sym_charlist] = STATE(3247), + [sym_sigil] = STATE(3247), + [sym_keywords] = STATE(3012), + [sym_pair] = STATE(2470), + [sym__keyword] = STATE(830), + [sym_quoted_keyword] = STATE(830), + [sym_list] = STATE(3247), + [sym_tuple] = STATE(3247), + [sym_bitstring] = STATE(3247), + [sym_map] = STATE(3247), + [sym__nullary_operator] = STATE(3247), + [sym_unary_operator] = STATE(3247), + [sym_binary_operator] = STATE(3247), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3247), + [sym_call] = STATE(3247), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3247), + [sym_anonymous_function] = STATE(3247), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1427), + [sym_integer] = ACTIONS(1427), + [sym_float] = ACTIONS(1427), + [sym_char] = ACTIONS(1427), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(1427), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [sym_keyword] = ACTIONS(610), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [303] = { + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -60556,52 +62235,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(958), }, - [301] = { - [sym__terminator] = STATE(672), - [sym__expression] = STATE(3138), - [sym_block] = STATE(3138), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3138), - [sym_nil] = STATE(3138), - [sym__atom] = STATE(3138), - [sym_quoted_atom] = STATE(3138), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3138), - [sym_charlist] = STATE(3138), - [sym_sigil] = STATE(3138), - [sym_list] = STATE(3138), - [sym_tuple] = STATE(3138), - [sym_bitstring] = STATE(3138), - [sym_map] = STATE(3138), - [sym__nullary_operator] = STATE(3138), - [sym_unary_operator] = STATE(3138), - [sym_binary_operator] = STATE(3138), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3138), - [sym_call] = STATE(3138), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3138), - [sym_body] = STATE(4407), - [sym_anonymous_function] = STATE(3138), - [aux_sym__terminator_repeat1] = STATE(1018), + [304] = { + [sym__terminator] = STATE(567), + [sym__expression] = STATE(3462), + [sym_block] = STATE(3462), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(3462), + [sym_nil] = STATE(3462), + [sym__atom] = STATE(3462), + [sym_quoted_atom] = STATE(3462), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(3462), + [sym_charlist] = STATE(3462), + [sym_sigil] = STATE(3462), + [sym_list] = STATE(3462), + [sym_tuple] = STATE(3462), + [sym_bitstring] = STATE(3462), + [sym_map] = STATE(3462), + [sym__nullary_operator] = STATE(3462), + [sym_unary_operator] = STATE(3462), + [sym_binary_operator] = STATE(3462), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(3462), + [sym_call] = STATE(3462), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(3462), + [sym_body] = STATE(4826), + [sym_anonymous_function] = STATE(3462), + [aux_sym__terminator_repeat1] = STATE(1031), [aux_sym__terminator_token1] = ACTIONS(1030), [anon_sym_SEMI] = ACTIONS(1431), [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), + [anon_sym_RPAREN] = ACTIONS(1039), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), [sym_alias] = ACTIONS(1433), [sym_integer] = ACTIONS(1433), [sym_float] = ACTIONS(1433), @@ -60619,19 +62299,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1349), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1353), [anon_sym_LT_LT] = ACTIONS(940), [anon_sym_PERCENT] = ACTIONS(942), [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -60670,92 +62350,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_end] = ACTIONS(1041), [anon_sym_fn] = ACTIONS(954), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(1363), [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(958), }, - [302] = { - [sym__expression] = STATE(2493), - [sym_block] = STATE(2493), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2493), - [sym_nil] = STATE(2493), - [sym__atom] = STATE(2493), - [sym_quoted_atom] = STATE(2493), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2493), - [sym_charlist] = STATE(2493), - [sym_sigil] = STATE(2493), - [sym_keywords] = STATE(2178), - [sym_pair] = STATE(2150), - [sym__keyword] = STATE(510), - [sym_quoted_keyword] = STATE(510), - [sym_list] = STATE(2493), - [sym_tuple] = STATE(2493), - [sym_bitstring] = STATE(2493), - [sym_map] = STATE(2493), - [sym__nullary_operator] = STATE(2493), - [sym_unary_operator] = STATE(2493), - [sym_binary_operator] = STATE(2493), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2493), - [sym_call] = STATE(2493), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2493), - [sym_anonymous_function] = STATE(2493), + [305] = { + [sym__expression] = STATE(3272), + [sym_block] = STATE(3272), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3272), + [sym_nil] = STATE(3272), + [sym__atom] = STATE(3272), + [sym_quoted_atom] = STATE(3272), + [sym__quoted_i_double] = STATE(2642), + [sym__quoted_i_single] = STATE(2620), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3272), + [sym_charlist] = STATE(3272), + [sym_sigil] = STATE(3272), + [sym_keywords] = STATE(3273), + [sym_pair] = STATE(2698), + [sym__keyword] = STATE(583), + [sym_quoted_keyword] = STATE(583), + [sym_list] = STATE(3272), + [sym_tuple] = STATE(3272), + [sym_bitstring] = STATE(3272), + [sym_map] = STATE(3272), + [sym__nullary_operator] = STATE(3272), + [sym_unary_operator] = STATE(3272), + [sym_binary_operator] = STATE(3272), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3272), + [sym_call] = STATE(3272), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3272), + [sym_anonymous_function] = STATE(3272), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), [sym_alias] = ACTIONS(1435), [sym_integer] = ACTIONS(1435), [sym_float] = ACTIONS(1435), [sym_char] = ACTIONS(1435), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), [sym_atom] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [sym_keyword] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), + [anon_sym_TILDE] = ACTIONS(488), + [sym_keyword] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -60794,52 +62473,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(508), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), + [sym__before_unary_op] = ACTIONS(512), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(514), }, - [303] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [306] = { + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -60925,83 +62604,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(958), }, - [304] = { - [sym__expression] = STATE(3202), - [sym_block] = STATE(3202), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3202), - [sym_nil] = STATE(3202), - [sym__atom] = STATE(3202), - [sym_quoted_atom] = STATE(3202), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3202), - [sym_charlist] = STATE(3202), - [sym_sigil] = STATE(3202), - [sym_keywords] = STATE(1649), - [sym_pair] = STATE(3163), - [sym__keyword] = STATE(688), - [sym_quoted_keyword] = STATE(688), - [sym_list] = STATE(3202), - [sym_tuple] = STATE(3202), - [sym_bitstring] = STATE(3202), - [sym_map] = STATE(3202), - [sym__nullary_operator] = STATE(3202), - [sym_unary_operator] = STATE(3202), - [sym_binary_operator] = STATE(3202), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3202), - [sym_call] = STATE(3202), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3202), - [sym_anonymous_function] = STATE(3202), + [307] = { + [sym__expression] = STATE(3399), + [sym_block] = STATE(3399), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3399), + [sym_nil] = STATE(3399), + [sym__atom] = STATE(3399), + [sym_quoted_atom] = STATE(3399), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3399), + [sym_charlist] = STATE(3399), + [sym_sigil] = STATE(3399), + [sym_keywords] = STATE(1515), + [sym_pair] = STATE(2563), + [sym__keyword] = STATE(464), + [sym_quoted_keyword] = STATE(464), + [sym_list] = STATE(3399), + [sym_tuple] = STATE(3399), + [sym_bitstring] = STATE(3399), + [sym_map] = STATE(3399), + [sym__nullary_operator] = STATE(3399), + [sym_unary_operator] = STATE(3399), + [sym_binary_operator] = STATE(3399), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3399), + [sym_call] = STATE(3399), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3399), + [sym_anonymous_function] = STATE(3399), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), [sym_alias] = ACTIONS(1439), [sym_integer] = ACTIONS(1439), [sym_float] = ACTIONS(1439), [sym_char] = ACTIONS(1439), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), [sym_atom] = ACTIONS(1439), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [sym_keyword] = ACTIONS(1317), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), + [anon_sym_TILDE] = ACTIONS(435), + [sym_keyword] = ACTIONS(437), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -61040,68 +62719,1298 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), + [sym__before_unary_op] = ACTIONS(445), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), + [sym__quoted_atom_start] = ACTIONS(281), }, - [305] = { - [sym__expression] = STATE(3591), - [sym_block] = STATE(3591), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3591), - [sym_nil] = STATE(3591), - [sym__atom] = STATE(3591), - [sym_quoted_atom] = STATE(3591), - [sym__quoted_i_double] = STATE(2500), - [sym__quoted_i_single] = STATE(2498), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3591), - [sym_charlist] = STATE(3591), - [sym_sigil] = STATE(3591), - [sym_keywords] = STATE(2843), - [sym_pair] = STATE(3134), - [sym__keyword] = STATE(646), - [sym_quoted_keyword] = STATE(646), - [sym_list] = STATE(3591), - [sym_tuple] = STATE(3591), - [sym_bitstring] = STATE(3591), - [sym_map] = STATE(3591), - [sym__nullary_operator] = STATE(3591), - [sym_unary_operator] = STATE(3591), - [sym_binary_operator] = STATE(3591), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3591), - [sym_call] = STATE(3591), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3591), - [sym_anonymous_function] = STATE(3591), + [308] = { + [sym__expression] = STATE(4380), + [sym_block] = STATE(4380), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4380), + [sym_nil] = STATE(4380), + [sym__atom] = STATE(4380), + [sym_quoted_atom] = STATE(4380), + [sym__quoted_i_double] = STATE(1730), + [sym__quoted_i_single] = STATE(1729), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4380), + [sym_charlist] = STATE(4380), + [sym_sigil] = STATE(4380), + [sym_keywords] = STATE(2060), + [sym_pair] = STATE(3751), + [sym__keyword] = STATE(881), + [sym_quoted_keyword] = STATE(881), + [sym_list] = STATE(4380), + [sym_tuple] = STATE(4380), + [sym_bitstring] = STATE(4380), + [sym_map] = STATE(4380), + [sym__nullary_operator] = STATE(4380), + [sym_unary_operator] = STATE(4380), + [sym_binary_operator] = STATE(4380), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4380), + [sym_call] = STATE(4380), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4380), + [sym_anonymous_function] = STATE(4380), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), [sym_alias] = ACTIONS(1441), [sym_integer] = ACTIONS(1441), [sym_float] = ACTIONS(1441), [sym_char] = ACTIONS(1441), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1441), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [sym_keyword] = ACTIONS(1319), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [309] = { + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(920), + [sym_integer] = ACTIONS(920), + [sym_float] = ACTIONS(920), + [sym_char] = ACTIONS(920), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1443), + [anon_sym_catch] = ACTIONS(1443), + [anon_sym_else] = ACTIONS(1443), + [anon_sym_end] = ACTIONS(1443), + [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1443), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [310] = { + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(920), + [sym_integer] = ACTIONS(920), + [sym_float] = ACTIONS(920), + [sym_char] = ACTIONS(920), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1445), + [anon_sym_catch] = ACTIONS(1445), + [anon_sym_else] = ACTIONS(1445), + [anon_sym_end] = ACTIONS(1445), + [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1445), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [311] = { + [sym__expression] = STATE(3399), + [sym_block] = STATE(3399), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3399), + [sym_nil] = STATE(3399), + [sym__atom] = STATE(3399), + [sym_quoted_atom] = STATE(3399), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3399), + [sym_charlist] = STATE(3399), + [sym_sigil] = STATE(3399), + [sym_keywords] = STATE(1516), + [sym_pair] = STATE(2563), + [sym__keyword] = STATE(464), + [sym_quoted_keyword] = STATE(464), + [sym_list] = STATE(3399), + [sym_tuple] = STATE(3399), + [sym_bitstring] = STATE(3399), + [sym_map] = STATE(3399), + [sym__nullary_operator] = STATE(3399), + [sym_unary_operator] = STATE(3399), + [sym_binary_operator] = STATE(3399), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3399), + [sym_call] = STATE(3399), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1439), + [sym_integer] = ACTIONS(1439), + [sym_float] = ACTIONS(1439), + [sym_char] = ACTIONS(1439), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1439), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [sym_keyword] = ACTIONS(437), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [312] = { + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(920), + [sym_integer] = ACTIONS(920), + [sym_float] = ACTIONS(920), + [sym_char] = ACTIONS(920), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1447), + [anon_sym_catch] = ACTIONS(1447), + [anon_sym_else] = ACTIONS(1447), + [anon_sym_end] = ACTIONS(1447), + [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1447), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [313] = { + [sym__expression] = STATE(4375), + [sym_block] = STATE(4375), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4375), + [sym_nil] = STATE(4375), + [sym__atom] = STATE(4375), + [sym_quoted_atom] = STATE(4375), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4375), + [sym_charlist] = STATE(4375), + [sym_sigil] = STATE(4375), + [sym_keywords] = STATE(6175), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4375), + [sym_tuple] = STATE(4375), + [sym_bitstring] = STATE(4375), + [sym_map] = STATE(4375), + [sym__nullary_operator] = STATE(4375), + [sym_unary_operator] = STATE(4375), + [sym_binary_operator] = STATE(4375), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4375), + [sym_call] = STATE(4375), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4375), + [sym_anonymous_function] = STATE(4375), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1449), + [sym_integer] = ACTIONS(1449), + [sym_float] = ACTIONS(1449), + [sym_char] = ACTIONS(1449), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1449), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [314] = { + [sym__expression] = STATE(4464), + [sym_block] = STATE(4464), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4464), + [sym_nil] = STATE(4464), + [sym__atom] = STATE(4464), + [sym_quoted_atom] = STATE(4464), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4464), + [sym_charlist] = STATE(4464), + [sym_sigil] = STATE(4464), + [sym_keywords] = STATE(4465), + [sym_pair] = STATE(4347), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4464), + [sym_tuple] = STATE(4464), + [sym_bitstring] = STATE(4464), + [sym_map] = STATE(4464), + [sym__nullary_operator] = STATE(4464), + [sym_unary_operator] = STATE(4464), + [sym_binary_operator] = STATE(4464), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4464), + [sym_call] = STATE(4464), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4464), + [sym_anonymous_function] = STATE(4464), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1451), + [sym_integer] = ACTIONS(1451), + [sym_float] = ACTIONS(1451), + [sym_char] = ACTIONS(1451), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1451), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [315] = { + [sym__expression] = STATE(4512), + [sym_block] = STATE(4512), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4512), + [sym_nil] = STATE(4512), + [sym__atom] = STATE(4512), + [sym_quoted_atom] = STATE(4512), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4512), + [sym_charlist] = STATE(4512), + [sym_sigil] = STATE(4512), + [sym_keywords] = STATE(3380), + [sym_pair] = STATE(4314), + [sym__keyword] = STATE(862), + [sym_quoted_keyword] = STATE(862), + [sym_list] = STATE(4512), + [sym_tuple] = STATE(4512), + [sym_bitstring] = STATE(4512), + [sym_map] = STATE(4512), + [sym__nullary_operator] = STATE(4512), + [sym_unary_operator] = STATE(4512), + [sym_binary_operator] = STATE(4512), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4512), + [sym_call] = STATE(4512), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4512), + [sym_anonymous_function] = STATE(4512), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1453), + [sym_integer] = ACTIONS(1453), + [sym_float] = ACTIONS(1453), + [sym_char] = ACTIONS(1453), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1441), + [sym_atom] = ACTIONS(1453), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1455), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [316] = { + [sym__expression] = STATE(4470), + [sym_block] = STATE(4470), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4470), + [sym_nil] = STATE(4470), + [sym__atom] = STATE(4470), + [sym_quoted_atom] = STATE(4470), + [sym__quoted_i_double] = STATE(4356), + [sym__quoted_i_single] = STATE(4360), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4470), + [sym_charlist] = STATE(4470), + [sym_sigil] = STATE(4470), + [sym_keywords] = STATE(4471), + [sym_pair] = STATE(4347), + [sym__keyword] = STATE(822), + [sym_quoted_keyword] = STATE(822), + [sym_list] = STATE(4470), + [sym_tuple] = STATE(4470), + [sym_bitstring] = STATE(4470), + [sym_map] = STATE(4470), + [sym__nullary_operator] = STATE(4470), + [sym_unary_operator] = STATE(4470), + [sym_binary_operator] = STATE(4470), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4470), + [sym_call] = STATE(4470), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4470), + [sym_anonymous_function] = STATE(4470), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1465), + [sym_integer] = ACTIONS(1465), + [sym_float] = ACTIONS(1465), + [sym_char] = ACTIONS(1465), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1465), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [sym_keyword] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [317] = { + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(920), + [sym_integer] = ACTIONS(920), + [sym_float] = ACTIONS(920), + [sym_char] = ACTIONS(920), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1467), + [anon_sym_catch] = ACTIONS(1467), + [anon_sym_else] = ACTIONS(1467), + [anon_sym_end] = ACTIONS(1467), + [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1467), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [318] = { + [sym__expression] = STATE(3630), + [sym_block] = STATE(3630), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3630), + [sym_nil] = STATE(3630), + [sym__atom] = STATE(3630), + [sym_quoted_atom] = STATE(3630), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3630), + [sym_charlist] = STATE(3630), + [sym_sigil] = STATE(3630), + [sym__keywords_with_trailing_separator] = STATE(6932), + [sym_pair] = STATE(5104), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(3630), + [sym_tuple] = STATE(3630), + [sym_bitstring] = STATE(3630), + [sym_map] = STATE(3630), + [sym__nullary_operator] = STATE(3630), + [sym_unary_operator] = STATE(3630), + [sym_binary_operator] = STATE(3630), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3630), + [sym_call] = STATE(3630), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3630), + [sym_anonymous_function] = STATE(3630), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1189), + [sym_integer] = ACTIONS(1189), + [sym_float] = ACTIONS(1189), + [sym_char] = ACTIONS(1189), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1189), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -61171,2028 +64080,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [306] = { - [sym__expression] = STATE(1533), - [sym_block] = STATE(1533), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1533), - [sym_nil] = STATE(1533), - [sym__atom] = STATE(1533), - [sym_quoted_atom] = STATE(1533), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1533), - [sym_charlist] = STATE(1533), - [sym_sigil] = STATE(1533), - [sym_keywords] = STATE(1365), - [sym_pair] = STATE(1498), - [sym__keyword] = STATE(764), - [sym_quoted_keyword] = STATE(764), - [sym_list] = STATE(1533), - [sym_tuple] = STATE(1533), - [sym_bitstring] = STATE(1533), - [sym_map] = STATE(1533), - [sym__nullary_operator] = STATE(1533), - [sym_unary_operator] = STATE(1533), - [sym_binary_operator] = STATE(1533), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1533), - [sym_call] = STATE(1533), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1533), - [sym_anonymous_function] = STATE(1533), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1443), - [sym_integer] = ACTIONS(1443), - [sym_float] = ACTIONS(1443), - [sym_char] = ACTIONS(1443), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1443), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [sym_keyword] = ACTIONS(259), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [307] = { - [sym__expression] = STATE(2100), - [sym_block] = STATE(2100), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2100), - [sym_nil] = STATE(2100), - [sym__atom] = STATE(2100), - [sym_quoted_atom] = STATE(2100), - [sym__quoted_i_double] = STATE(1512), - [sym__quoted_i_single] = STATE(1513), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2100), - [sym_charlist] = STATE(2100), - [sym_sigil] = STATE(2100), - [sym_keywords] = STATE(1860), - [sym_pair] = STATE(1795), - [sym__keyword] = STATE(761), - [sym_quoted_keyword] = STATE(761), - [sym_list] = STATE(2100), - [sym_tuple] = STATE(2100), - [sym_bitstring] = STATE(2100), - [sym_map] = STATE(2100), - [sym__nullary_operator] = STATE(2100), - [sym_unary_operator] = STATE(2100), - [sym_binary_operator] = STATE(2100), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2100), - [sym_call] = STATE(2100), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2100), - [sym_anonymous_function] = STATE(2100), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1445), - [sym_integer] = ACTIONS(1445), - [sym_float] = ACTIONS(1445), - [sym_char] = ACTIONS(1445), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1445), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [sym_keyword] = ACTIONS(1447), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [308] = { - [sym__expression] = STATE(3970), - [sym_block] = STATE(3970), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3970), - [sym_nil] = STATE(3970), - [sym__atom] = STATE(3970), - [sym_quoted_atom] = STATE(3970), - [sym__quoted_i_double] = STATE(3252), - [sym__quoted_i_single] = STATE(3253), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3970), - [sym_charlist] = STATE(3970), - [sym_sigil] = STATE(3970), - [sym_keywords] = STATE(3969), - [sym_pair] = STATE(3418), - [sym__keyword] = STATE(564), - [sym_quoted_keyword] = STATE(564), - [sym_list] = STATE(3970), - [sym_tuple] = STATE(3970), - [sym_bitstring] = STATE(3970), - [sym_map] = STATE(3970), - [sym__nullary_operator] = STATE(3970), - [sym_unary_operator] = STATE(3970), - [sym_binary_operator] = STATE(3970), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3970), - [sym_call] = STATE(3970), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3970), - [sym_anonymous_function] = STATE(3970), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1449), - [sym_integer] = ACTIONS(1449), - [sym_float] = ACTIONS(1449), - [sym_char] = ACTIONS(1449), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1449), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [sym_keyword] = ACTIONS(1419), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [309] = { - [sym__expression] = STATE(1653), - [sym_block] = STATE(1653), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1653), - [sym_nil] = STATE(1653), - [sym__atom] = STATE(1653), - [sym_quoted_atom] = STATE(1653), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1653), - [sym_charlist] = STATE(1653), - [sym_sigil] = STATE(1653), - [sym_keywords] = STATE(1462), - [sym_pair] = STATE(1498), - [sym__keyword] = STATE(764), - [sym_quoted_keyword] = STATE(764), - [sym_list] = STATE(1653), - [sym_tuple] = STATE(1653), - [sym_bitstring] = STATE(1653), - [sym_map] = STATE(1653), - [sym__nullary_operator] = STATE(1653), - [sym_unary_operator] = STATE(1653), - [sym_binary_operator] = STATE(1653), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1653), - [sym_call] = STATE(1653), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1653), - [sym_anonymous_function] = STATE(1653), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1451), - [sym_integer] = ACTIONS(1451), - [sym_float] = ACTIONS(1451), - [sym_char] = ACTIONS(1451), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1451), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [sym_keyword] = ACTIONS(259), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [310] = { - [sym__expression] = STATE(4045), - [sym_block] = STATE(4045), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(4045), - [sym_nil] = STATE(4045), - [sym__atom] = STATE(4045), - [sym_quoted_atom] = STATE(4045), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(4045), - [sym_charlist] = STATE(4045), - [sym_sigil] = STATE(4045), - [sym_keywords] = STATE(5484), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(4045), - [sym_tuple] = STATE(4045), - [sym_bitstring] = STATE(4045), - [sym_map] = STATE(4045), - [sym__nullary_operator] = STATE(4045), - [sym_unary_operator] = STATE(4045), - [sym_binary_operator] = STATE(4045), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(4045), - [sym_call] = STATE(4045), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(4045), - [sym_anonymous_function] = STATE(4045), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1453), - [sym_integer] = ACTIONS(1453), - [sym_float] = ACTIONS(1453), - [sym_char] = ACTIONS(1453), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(1453), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [311] = { - [sym__expression] = STATE(4045), - [sym_block] = STATE(4045), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(4045), - [sym_nil] = STATE(4045), - [sym__atom] = STATE(4045), - [sym_quoted_atom] = STATE(4045), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(4045), - [sym_charlist] = STATE(4045), - [sym_sigil] = STATE(4045), - [sym_keywords] = STATE(5465), - [sym_pair] = STATE(5034), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(4045), - [sym_tuple] = STATE(4045), - [sym_bitstring] = STATE(4045), - [sym_map] = STATE(4045), - [sym__nullary_operator] = STATE(4045), - [sym_unary_operator] = STATE(4045), - [sym_binary_operator] = STATE(4045), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(4045), - [sym_call] = STATE(4045), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(4045), - [sym_anonymous_function] = STATE(4045), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1453), - [sym_integer] = ACTIONS(1453), - [sym_float] = ACTIONS(1453), - [sym_char] = ACTIONS(1453), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(1453), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [sym_keyword] = ACTIONS(87), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [312] = { - [sym__expression] = STATE(1858), - [sym_block] = STATE(1858), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1858), - [sym_nil] = STATE(1858), - [sym__atom] = STATE(1858), - [sym_quoted_atom] = STATE(1858), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1858), - [sym_charlist] = STATE(1858), - [sym_sigil] = STATE(1858), - [sym_keywords] = STATE(1650), - [sym_pair] = STATE(1511), - [sym__keyword] = STATE(763), - [sym_quoted_keyword] = STATE(763), - [sym_list] = STATE(1858), - [sym_tuple] = STATE(1858), - [sym_bitstring] = STATE(1858), - [sym_map] = STATE(1858), - [sym__nullary_operator] = STATE(1858), - [sym_unary_operator] = STATE(1858), - [sym_binary_operator] = STATE(1858), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1858), - [sym_call] = STATE(1858), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1858), - [sym_anonymous_function] = STATE(1858), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1455), - [sym_integer] = ACTIONS(1455), - [sym_float] = ACTIONS(1455), - [sym_char] = ACTIONS(1455), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1455), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [sym_keyword] = ACTIONS(1457), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [313] = { - [sym__expression] = STATE(3143), - [sym_block] = STATE(3143), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3143), - [sym_nil] = STATE(3143), - [sym__atom] = STATE(3143), - [sym_quoted_atom] = STATE(3143), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3143), - [sym_charlist] = STATE(3143), - [sym_sigil] = STATE(3143), - [sym_keywords] = STATE(1463), - [sym_pair] = STATE(2593), - [sym__keyword] = STATE(800), - [sym_quoted_keyword] = STATE(800), - [sym_list] = STATE(3143), - [sym_tuple] = STATE(3143), - [sym_bitstring] = STATE(3143), - [sym_map] = STATE(3143), - [sym__nullary_operator] = STATE(3143), - [sym_unary_operator] = STATE(3143), - [sym_binary_operator] = STATE(3143), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3143), - [sym_call] = STATE(3143), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3143), - [sym_anonymous_function] = STATE(3143), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(1459), - [sym_integer] = ACTIONS(1459), - [sym_float] = ACTIONS(1459), - [sym_char] = ACTIONS(1459), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [sym_keyword] = ACTIONS(437), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [314] = { - [sym__expression] = STATE(1653), - [sym_block] = STATE(1653), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1653), - [sym_nil] = STATE(1653), - [sym__atom] = STATE(1653), - [sym_quoted_atom] = STATE(1653), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1653), - [sym_charlist] = STATE(1653), - [sym_sigil] = STATE(1653), - [sym_keywords] = STATE(1463), - [sym_pair] = STATE(1498), - [sym__keyword] = STATE(764), - [sym_quoted_keyword] = STATE(764), - [sym_list] = STATE(1653), - [sym_tuple] = STATE(1653), - [sym_bitstring] = STATE(1653), - [sym_map] = STATE(1653), - [sym__nullary_operator] = STATE(1653), - [sym_unary_operator] = STATE(1653), - [sym_binary_operator] = STATE(1653), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1653), - [sym_call] = STATE(1653), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1653), - [sym_anonymous_function] = STATE(1653), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1451), - [sym_integer] = ACTIONS(1451), - [sym_float] = ACTIONS(1451), - [sym_char] = ACTIONS(1451), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1451), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [sym_keyword] = ACTIONS(259), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [315] = { - [sym__expression] = STATE(1864), - [sym_block] = STATE(1864), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1864), - [sym_nil] = STATE(1864), - [sym__atom] = STATE(1864), - [sym_quoted_atom] = STATE(1864), - [sym__quoted_i_double] = STATE(1488), - [sym__quoted_i_single] = STATE(1479), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1864), - [sym_charlist] = STATE(1864), - [sym_sigil] = STATE(1864), - [sym_keywords] = STATE(1649), - [sym_pair] = STATE(1511), - [sym__keyword] = STATE(763), - [sym_quoted_keyword] = STATE(763), - [sym_list] = STATE(1864), - [sym_tuple] = STATE(1864), - [sym_bitstring] = STATE(1864), - [sym_map] = STATE(1864), - [sym__nullary_operator] = STATE(1864), - [sym_unary_operator] = STATE(1864), - [sym_binary_operator] = STATE(1864), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1864), - [sym_call] = STATE(1864), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1864), - [sym_anonymous_function] = STATE(1864), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1461), - [sym_integer] = ACTIONS(1461), - [sym_float] = ACTIONS(1461), - [sym_char] = ACTIONS(1461), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1461), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [sym_keyword] = ACTIONS(1457), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [316] = { - [sym__expression] = STATE(2303), - [sym_block] = STATE(2303), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2303), - [sym_nil] = STATE(2303), - [sym__atom] = STATE(2303), - [sym_quoted_atom] = STATE(2303), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2303), - [sym_charlist] = STATE(2303), - [sym_sigil] = STATE(2303), - [sym_keywords] = STATE(2044), - [sym_pair] = STATE(2150), - [sym__keyword] = STATE(510), - [sym_quoted_keyword] = STATE(510), - [sym_list] = STATE(2303), - [sym_tuple] = STATE(2303), - [sym_bitstring] = STATE(2303), - [sym_map] = STATE(2303), - [sym__nullary_operator] = STATE(2303), - [sym_unary_operator] = STATE(2303), - [sym_binary_operator] = STATE(2303), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2303), - [sym_call] = STATE(2303), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2303), - [sym_anonymous_function] = STATE(2303), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1463), - [sym_integer] = ACTIONS(1463), - [sym_float] = ACTIONS(1463), - [sym_char] = ACTIONS(1463), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1463), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [sym_keyword] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [317] = { - [sym__expression] = STATE(3029), - [sym_block] = STATE(3029), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(3029), - [sym_nil] = STATE(3029), - [sym__atom] = STATE(3029), - [sym_quoted_atom] = STATE(3029), - [sym__quoted_i_double] = STATE(2216), - [sym__quoted_i_single] = STATE(2217), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(3029), - [sym_charlist] = STATE(3029), - [sym_sigil] = STATE(3029), - [sym_keywords] = STATE(2745), - [sym_pair] = STATE(2534), - [sym__keyword] = STATE(489), - [sym_quoted_keyword] = STATE(489), - [sym_list] = STATE(3029), - [sym_tuple] = STATE(3029), - [sym_bitstring] = STATE(3029), - [sym_map] = STATE(3029), - [sym__nullary_operator] = STATE(3029), - [sym_unary_operator] = STATE(3029), - [sym_binary_operator] = STATE(3029), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(3029), - [sym_call] = STATE(3029), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(3029), - [sym_anonymous_function] = STATE(3029), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1465), - [sym_integer] = ACTIONS(1465), - [sym_float] = ACTIONS(1465), - [sym_char] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [sym_keyword] = ACTIONS(562), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [318] = { - [sym__expression] = STATE(3466), - [sym_block] = STATE(3466), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3466), - [sym_nil] = STATE(3466), - [sym__atom] = STATE(3466), - [sym_quoted_atom] = STATE(3466), - [sym__quoted_i_double] = STATE(3131), - [sym__quoted_i_single] = STATE(3132), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3466), - [sym_charlist] = STATE(3466), - [sym_sigil] = STATE(3466), - [sym_keywords] = STATE(3247), - [sym_pair] = STATE(3135), - [sym__keyword] = STATE(473), - [sym_quoted_keyword] = STATE(473), - [sym_list] = STATE(3466), - [sym_tuple] = STATE(3466), - [sym_bitstring] = STATE(3466), - [sym_map] = STATE(3466), - [sym__nullary_operator] = STATE(3466), - [sym_unary_operator] = STATE(3466), - [sym_binary_operator] = STATE(3466), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3466), - [sym_call] = STATE(3466), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3466), - [sym_anonymous_function] = STATE(3466), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(1467), - [sym_integer] = ACTIONS(1467), - [sym_float] = ACTIONS(1467), - [sym_char] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [sym_keyword] = ACTIONS(610), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, [319] = { - [sym__expression] = STATE(3143), - [sym_block] = STATE(3143), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3143), - [sym_nil] = STATE(3143), - [sym__atom] = STATE(3143), - [sym_quoted_atom] = STATE(3143), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3143), - [sym_charlist] = STATE(3143), - [sym_sigil] = STATE(3143), - [sym_keywords] = STATE(1462), - [sym_pair] = STATE(2593), - [sym__keyword] = STATE(800), - [sym_quoted_keyword] = STATE(800), - [sym_list] = STATE(3143), - [sym_tuple] = STATE(3143), - [sym_bitstring] = STATE(3143), - [sym_map] = STATE(3143), - [sym__nullary_operator] = STATE(3143), - [sym_unary_operator] = STATE(3143), - [sym_binary_operator] = STATE(3143), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3143), - [sym_call] = STATE(3143), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3143), - [sym_anonymous_function] = STATE(3143), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(1459), - [sym_integer] = ACTIONS(1459), - [sym_float] = ACTIONS(1459), - [sym_char] = ACTIONS(1459), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [sym_keyword] = ACTIONS(437), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [320] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(920), - [sym_integer] = ACTIONS(920), - [sym_float] = ACTIONS(920), - [sym_char] = ACTIONS(920), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1469), - [anon_sym_catch] = ACTIONS(1469), - [anon_sym_else] = ACTIONS(1469), - [anon_sym_end] = ACTIONS(1469), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1469), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [321] = { - [sym__expression] = STATE(2284), - [sym_block] = STATE(2284), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2284), - [sym_nil] = STATE(2284), - [sym__atom] = STATE(2284), - [sym_quoted_atom] = STATE(2284), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2284), - [sym_charlist] = STATE(2284), - [sym_sigil] = STATE(2284), - [sym_keywords] = STATE(1189), - [sym_pair] = STATE(2128), - [sym__keyword] = STATE(797), - [sym_quoted_keyword] = STATE(797), - [sym_list] = STATE(2284), - [sym_tuple] = STATE(2284), - [sym_bitstring] = STATE(2284), - [sym_map] = STATE(2284), - [sym__nullary_operator] = STATE(2284), - [sym_unary_operator] = STATE(2284), - [sym_binary_operator] = STATE(2284), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2284), - [sym_call] = STATE(2284), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2284), - [sym_anonymous_function] = STATE(2284), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1471), - [sym_integer] = ACTIONS(1471), - [sym_float] = ACTIONS(1471), - [sym_char] = ACTIONS(1471), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1471), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [sym_keyword] = ACTIONS(456), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [322] = { - [sym__expression] = STATE(1407), - [sym_block] = STATE(1407), + [sym__expression] = STATE(1357), + [sym_block] = STATE(1357), [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1407), - [sym_nil] = STATE(1407), - [sym__atom] = STATE(1407), - [sym_quoted_atom] = STATE(1407), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1407), - [sym_charlist] = STATE(1407), - [sym_sigil] = STATE(1407), - [sym_keywords] = STATE(1264), - [sym_pair] = STATE(1265), - [sym__keyword] = STATE(788), - [sym_quoted_keyword] = STATE(788), - [sym_list] = STATE(1407), - [sym_tuple] = STATE(1407), - [sym_bitstring] = STATE(1407), - [sym_map] = STATE(1407), - [sym__nullary_operator] = STATE(1407), - [sym_unary_operator] = STATE(1407), - [sym_binary_operator] = STATE(1407), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1407), - [sym_call] = STATE(1407), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1407), - [sym_anonymous_function] = STATE(1407), + [sym_boolean] = STATE(1357), + [sym_nil] = STATE(1357), + [sym__atom] = STATE(1357), + [sym_quoted_atom] = STATE(1357), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1357), + [sym_charlist] = STATE(1357), + [sym_sigil] = STATE(1357), + [sym_keywords] = STATE(1184), + [sym_pair] = STATE(1163), + [sym__keyword] = STATE(807), + [sym_quoted_keyword] = STATE(807), + [sym_list] = STATE(1357), + [sym_tuple] = STATE(1357), + [sym_bitstring] = STATE(1357), + [sym_map] = STATE(1357), + [sym__nullary_operator] = STATE(1357), + [sym_unary_operator] = STATE(1357), + [sym_binary_operator] = STATE(1357), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1357), + [sym_call] = STATE(1357), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1357), + [sym_anonymous_function] = STATE(1357), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(189), [aux_sym_identifier_token1] = ACTIONS(191), [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1427), - [sym_integer] = ACTIONS(1427), - [sym_float] = ACTIONS(1427), - [sym_char] = ACTIONS(1427), + [sym_alias] = ACTIONS(1469), + [sym_integer] = ACTIONS(1469), + [sym_float] = ACTIONS(1469), + [sym_char] = ACTIONS(1469), [anon_sym_true] = ACTIONS(195), [anon_sym_false] = ACTIONS(195), [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1427), + [sym_atom] = ACTIONS(1469), [anon_sym_DQUOTE] = ACTIONS(199), [anon_sym_SQUOTE] = ACTIONS(201), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), @@ -63207,7 +64148,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_keyword] = ACTIONS(213), [anon_sym_LT_LT] = ACTIONS(215), [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), + [anon_sym_DOT_DOT] = ACTIONS(1331), [anon_sym_AMP] = ACTIONS(219), [anon_sym_PLUS] = ACTIONS(221), [anon_sym_DASH] = ACTIONS(221), @@ -63262,83 +64203,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(235), }, - [323] = { - [sym__expression] = STATE(3240), - [sym_block] = STATE(3240), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3240), - [sym_nil] = STATE(3240), - [sym__atom] = STATE(3240), - [sym_quoted_atom] = STATE(3240), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3240), - [sym_charlist] = STATE(3240), - [sym_sigil] = STATE(3240), - [sym_keywords] = STATE(2045), - [sym_pair] = STATE(2700), - [sym__keyword] = STATE(815), - [sym_quoted_keyword] = STATE(815), - [sym_list] = STATE(3240), - [sym_tuple] = STATE(3240), - [sym_bitstring] = STATE(3240), - [sym_map] = STATE(3240), - [sym__nullary_operator] = STATE(3240), - [sym_unary_operator] = STATE(3240), - [sym_binary_operator] = STATE(3240), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3240), - [sym_call] = STATE(3240), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3240), - [sym_anonymous_function] = STATE(3240), + [320] = { + [sym__expression] = STATE(3846), + [sym_block] = STATE(3846), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3846), + [sym_nil] = STATE(3846), + [sym__atom] = STATE(3846), + [sym_quoted_atom] = STATE(3846), + [sym__quoted_i_double] = STATE(3347), + [sym__quoted_i_single] = STATE(3348), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3846), + [sym_charlist] = STATE(3846), + [sym_sigil] = STATE(3846), + [sym_keywords] = STATE(3911), + [sym_pair] = STATE(3276), + [sym__keyword] = STATE(588), + [sym_quoted_keyword] = STATE(588), + [sym_list] = STATE(3846), + [sym_tuple] = STATE(3846), + [sym_bitstring] = STATE(3846), + [sym_map] = STATE(3846), + [sym__nullary_operator] = STATE(3846), + [sym_unary_operator] = STATE(3846), + [sym_binary_operator] = STATE(3846), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3846), + [sym_call] = STATE(3846), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3846), + [sym_anonymous_function] = STATE(3846), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1473), - [sym_integer] = ACTIONS(1473), - [sym_float] = ACTIONS(1473), - [sym_char] = ACTIONS(1473), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1473), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(1471), + [sym_integer] = ACTIONS(1471), + [sym_float] = ACTIONS(1471), + [sym_char] = ACTIONS(1471), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(1471), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [sym_keyword] = ACTIONS(667), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), + [anon_sym_TILDE] = ACTIONS(562), + [sym_keyword] = ACTIONS(564), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -63377,91 +64318,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(578), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), + [sym__before_unary_op] = ACTIONS(584), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(586), }, - [324] = { - [sym__expression] = STATE(3235), - [sym_block] = STATE(3235), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3235), - [sym_nil] = STATE(3235), - [sym__atom] = STATE(3235), - [sym_quoted_atom] = STATE(3235), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3235), - [sym_charlist] = STATE(3235), - [sym_sigil] = STATE(3235), - [sym_keywords] = STATE(2044), - [sym_pair] = STATE(2700), - [sym__keyword] = STATE(815), - [sym_quoted_keyword] = STATE(815), - [sym_list] = STATE(3235), - [sym_tuple] = STATE(3235), - [sym_bitstring] = STATE(3235), - [sym_map] = STATE(3235), - [sym__nullary_operator] = STATE(3235), - [sym_unary_operator] = STATE(3235), - [sym_binary_operator] = STATE(3235), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3235), - [sym_call] = STATE(3235), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3235), - [sym_anonymous_function] = STATE(3235), + [321] = { + [sym__expression] = STATE(3720), + [sym_block] = STATE(3720), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3720), + [sym_nil] = STATE(3720), + [sym__atom] = STATE(3720), + [sym_quoted_atom] = STATE(3720), + [sym__quoted_i_double] = STATE(3347), + [sym__quoted_i_single] = STATE(3348), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3720), + [sym_charlist] = STATE(3720), + [sym_sigil] = STATE(3720), + [sym_keywords] = STATE(3719), + [sym_pair] = STATE(3276), + [sym__keyword] = STATE(588), + [sym_quoted_keyword] = STATE(588), + [sym_list] = STATE(3720), + [sym_tuple] = STATE(3720), + [sym_bitstring] = STATE(3720), + [sym_map] = STATE(3720), + [sym__nullary_operator] = STATE(3720), + [sym_unary_operator] = STATE(3720), + [sym_binary_operator] = STATE(3720), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3720), + [sym_call] = STATE(3720), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3720), + [sym_anonymous_function] = STATE(3720), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), [sym_alias] = ACTIONS(1475), [sym_integer] = ACTIONS(1475), [sym_float] = ACTIONS(1475), [sym_char] = ACTIONS(1475), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), [sym_atom] = ACTIONS(1475), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [sym_keyword] = ACTIONS(667), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), + [anon_sym_TILDE] = ACTIONS(562), + [sym_keyword] = ACTIONS(564), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -63500,214 +64441,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(578), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), + [sym__before_unary_op] = ACTIONS(584), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(586), }, - [325] = { - [sym__expression] = STATE(3466), - [sym_block] = STATE(3466), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3466), - [sym_nil] = STATE(3466), - [sym__atom] = STATE(3466), - [sym_quoted_atom] = STATE(3466), - [sym__quoted_i_double] = STATE(3131), - [sym__quoted_i_single] = STATE(3132), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3466), - [sym_charlist] = STATE(3466), - [sym_sigil] = STATE(3466), - [sym_keywords] = STATE(3245), - [sym_pair] = STATE(3135), - [sym__keyword] = STATE(473), - [sym_quoted_keyword] = STATE(473), - [sym_list] = STATE(3466), - [sym_tuple] = STATE(3466), - [sym_bitstring] = STATE(3466), - [sym_map] = STATE(3466), - [sym__nullary_operator] = STATE(3466), - [sym_unary_operator] = STATE(3466), - [sym_binary_operator] = STATE(3466), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3466), - [sym_call] = STATE(3466), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), + [322] = { + [sym__expression] = STATE(3726), + [sym_block] = STATE(3726), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3726), + [sym_nil] = STATE(3726), + [sym__atom] = STATE(3726), + [sym_quoted_atom] = STATE(3726), + [sym__quoted_i_double] = STATE(3347), + [sym__quoted_i_single] = STATE(3348), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3726), + [sym_charlist] = STATE(3726), + [sym_sigil] = STATE(3726), + [sym_keywords] = STATE(3725), + [sym_pair] = STATE(3276), + [sym__keyword] = STATE(588), + [sym_quoted_keyword] = STATE(588), + [sym_list] = STATE(3726), + [sym_tuple] = STATE(3726), + [sym_bitstring] = STATE(3726), + [sym_map] = STATE(3726), + [sym__nullary_operator] = STATE(3726), + [sym_unary_operator] = STATE(3726), + [sym_binary_operator] = STATE(3726), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3726), + [sym_call] = STATE(3726), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3466), - [sym_anonymous_function] = STATE(3466), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3726), + [sym_anonymous_function] = STATE(3726), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(1467), - [sym_integer] = ACTIONS(1467), - [sym_float] = ACTIONS(1467), - [sym_char] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [sym_keyword] = ACTIONS(610), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [326] = { - [sym__expression] = STATE(4066), - [sym_block] = STATE(4066), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4066), - [sym_nil] = STATE(4066), - [sym__atom] = STATE(4066), - [sym_quoted_atom] = STATE(4066), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4066), - [sym_charlist] = STATE(4066), - [sym_sigil] = STATE(4066), - [sym_keywords] = STATE(4065), - [sym_pair] = STATE(3689), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(4066), - [sym_tuple] = STATE(4066), - [sym_bitstring] = STATE(4066), - [sym_map] = STATE(4066), - [sym__nullary_operator] = STATE(4066), - [sym_unary_operator] = STATE(4066), - [sym_binary_operator] = STATE(4066), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4066), - [sym_call] = STATE(4066), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4066), - [sym_anonymous_function] = STATE(4066), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), [sym_alias] = ACTIONS(1477), [sym_integer] = ACTIONS(1477), [sym_float] = ACTIONS(1477), [sym_char] = ACTIONS(1477), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), [sym_atom] = ACTIONS(1477), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(562), + [sym_keyword] = ACTIONS(564), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -63746,91 +64564,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(578), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(584), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(586), }, - [327] = { - [sym__expression] = STATE(2278), - [sym_block] = STATE(2278), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2278), - [sym_nil] = STATE(2278), - [sym__atom] = STATE(2278), - [sym_quoted_atom] = STATE(2278), - [sym__quoted_i_double] = STATE(1105), - [sym__quoted_i_single] = STATE(1106), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2278), - [sym_charlist] = STATE(2278), - [sym_sigil] = STATE(2278), - [sym_keywords] = STATE(1188), - [sym_pair] = STATE(2128), - [sym__keyword] = STATE(797), - [sym_quoted_keyword] = STATE(797), - [sym_list] = STATE(2278), - [sym_tuple] = STATE(2278), - [sym_bitstring] = STATE(2278), - [sym_map] = STATE(2278), - [sym__nullary_operator] = STATE(2278), - [sym_unary_operator] = STATE(2278), - [sym_binary_operator] = STATE(2278), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2278), - [sym_call] = STATE(2278), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2278), - [sym_anonymous_function] = STATE(2278), + [323] = { + [sym__expression] = STATE(4507), + [sym_block] = STATE(4507), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4507), + [sym_nil] = STATE(4507), + [sym__atom] = STATE(4507), + [sym_quoted_atom] = STATE(4507), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4507), + [sym_charlist] = STATE(4507), + [sym_sigil] = STATE(4507), + [sym_keywords] = STATE(3389), + [sym_pair] = STATE(4314), + [sym__keyword] = STATE(862), + [sym_quoted_keyword] = STATE(862), + [sym_list] = STATE(4507), + [sym_tuple] = STATE(4507), + [sym_bitstring] = STATE(4507), + [sym_map] = STATE(4507), + [sym__nullary_operator] = STATE(4507), + [sym_unary_operator] = STATE(4507), + [sym_binary_operator] = STATE(4507), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4507), + [sym_call] = STATE(4507), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4507), + [sym_anonymous_function] = STATE(4507), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), [sym_alias] = ACTIONS(1479), [sym_integer] = ACTIONS(1479), [sym_float] = ACTIONS(1479), [sym_char] = ACTIONS(1479), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), [sym_atom] = ACTIONS(1479), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [sym_keyword] = ACTIONS(456), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1455), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -63869,91 +64687,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), + [sym__before_unary_op] = ACTIONS(1463), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), + [sym__quoted_atom_start] = ACTIONS(1085), }, - [328] = { - [sym__expression] = STATE(3029), - [sym_block] = STATE(3029), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(3029), - [sym_nil] = STATE(3029), - [sym__atom] = STATE(3029), - [sym_quoted_atom] = STATE(3029), - [sym__quoted_i_double] = STATE(2216), - [sym__quoted_i_single] = STATE(2217), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(3029), - [sym_charlist] = STATE(3029), - [sym_sigil] = STATE(3029), - [sym_keywords] = STATE(2703), - [sym_pair] = STATE(2534), - [sym__keyword] = STATE(489), - [sym_quoted_keyword] = STATE(489), - [sym_list] = STATE(3029), - [sym_tuple] = STATE(3029), - [sym_bitstring] = STATE(3029), - [sym_map] = STATE(3029), - [sym__nullary_operator] = STATE(3029), - [sym_unary_operator] = STATE(3029), - [sym_binary_operator] = STATE(3029), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(3029), - [sym_call] = STATE(3029), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(3029), - [sym_anonymous_function] = STATE(3029), + [324] = { + [sym__expression] = STATE(3846), + [sym_block] = STATE(3846), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3846), + [sym_nil] = STATE(3846), + [sym__atom] = STATE(3846), + [sym_quoted_atom] = STATE(3846), + [sym__quoted_i_double] = STATE(3347), + [sym__quoted_i_single] = STATE(3348), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3846), + [sym_charlist] = STATE(3846), + [sym_sigil] = STATE(3846), + [sym_keywords] = STATE(3942), + [sym_pair] = STATE(3276), + [sym__keyword] = STATE(588), + [sym_quoted_keyword] = STATE(588), + [sym_list] = STATE(3846), + [sym_tuple] = STATE(3846), + [sym_bitstring] = STATE(3846), + [sym_map] = STATE(3846), + [sym__nullary_operator] = STATE(3846), + [sym_unary_operator] = STATE(3846), + [sym_binary_operator] = STATE(3846), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3846), + [sym_call] = STATE(3846), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3846), + [sym_anonymous_function] = STATE(3846), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1465), - [sym_integer] = ACTIONS(1465), - [sym_float] = ACTIONS(1465), - [sym_char] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(1471), + [sym_integer] = ACTIONS(1471), + [sym_float] = ACTIONS(1471), + [sym_char] = ACTIONS(1471), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(1471), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [sym_keyword] = ACTIONS(562), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), + [anon_sym_TILDE] = ACTIONS(562), + [sym_keyword] = ACTIONS(564), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -63992,91 +64810,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), + [anon_sym_fn] = ACTIONS(578), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), + [sym__before_unary_op] = ACTIONS(584), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), + [sym__quoted_atom_start] = ACTIONS(586), }, - [329] = { - [sym__expression] = STATE(3174), - [sym_block] = STATE(3174), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3174), - [sym_nil] = STATE(3174), - [sym__atom] = STATE(3174), - [sym_quoted_atom] = STATE(3174), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3174), - [sym_charlist] = STATE(3174), - [sym_sigil] = STATE(3174), - [sym_keywords] = STATE(1365), - [sym_pair] = STATE(2350), - [sym__keyword] = STATE(523), - [sym_quoted_keyword] = STATE(523), - [sym_list] = STATE(3174), - [sym_tuple] = STATE(3174), - [sym_bitstring] = STATE(3174), - [sym_map] = STATE(3174), - [sym__nullary_operator] = STATE(3174), - [sym_unary_operator] = STATE(3174), - [sym_binary_operator] = STATE(3174), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3174), - [sym_call] = STATE(3174), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3174), - [sym_anonymous_function] = STATE(3174), + [325] = { + [sym__expression] = STATE(2543), + [sym_block] = STATE(2543), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2543), + [sym_nil] = STATE(2543), + [sym__atom] = STATE(2543), + [sym_quoted_atom] = STATE(2543), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2543), + [sym_charlist] = STATE(2543), + [sym_sigil] = STATE(2543), + [sym_keywords] = STATE(2229), + [sym_pair] = STATE(2161), + [sym__keyword] = STATE(551), + [sym_quoted_keyword] = STATE(551), + [sym_list] = STATE(2543), + [sym_tuple] = STATE(2543), + [sym_bitstring] = STATE(2543), + [sym_map] = STATE(2543), + [sym__nullary_operator] = STATE(2543), + [sym_unary_operator] = STATE(2543), + [sym_binary_operator] = STATE(2543), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2543), + [sym_call] = STATE(2543), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2543), + [sym_anonymous_function] = STATE(2543), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), [sym_alias] = ACTIONS(1481), [sym_integer] = ACTIONS(1481), [sym_float] = ACTIONS(1481), [sym_char] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), [sym_atom] = ACTIONS(1481), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [sym_keyword] = ACTIONS(524), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), + [anon_sym_TILDE] = ACTIONS(387), + [sym_keyword] = ACTIONS(389), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -64115,191 +64933,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(407), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), + [sym__before_unary_op] = ACTIONS(411), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(413), }, - [330] = { - [sym__expression] = STATE(3155), - [sym_block] = STATE(3155), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3155), - [sym_nil] = STATE(3155), - [sym__atom] = STATE(3155), - [sym_quoted_atom] = STATE(3155), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3155), - [sym_charlist] = STATE(3155), - [sym_sigil] = STATE(3155), - [sym_keywords] = STATE(1364), - [sym_pair] = STATE(2350), - [sym__keyword] = STATE(523), - [sym_quoted_keyword] = STATE(523), - [sym_list] = STATE(3155), - [sym_tuple] = STATE(3155), - [sym_bitstring] = STATE(3155), - [sym_map] = STATE(3155), - [sym__nullary_operator] = STATE(3155), - [sym_unary_operator] = STATE(3155), - [sym_binary_operator] = STATE(3155), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3155), - [sym_call] = STATE(3155), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), + [326] = { + [sym__expression] = STATE(3316), + [sym_block] = STATE(3316), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3316), + [sym_nil] = STATE(3316), + [sym__atom] = STATE(3316), + [sym_quoted_atom] = STATE(3316), + [sym__quoted_i_double] = STATE(2642), + [sym__quoted_i_single] = STATE(2620), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3316), + [sym_charlist] = STATE(3316), + [sym_sigil] = STATE(3316), + [sym_keywords] = STATE(3334), + [sym_pair] = STATE(2698), + [sym__keyword] = STATE(583), + [sym_quoted_keyword] = STATE(583), + [sym_list] = STATE(3316), + [sym_tuple] = STATE(3316), + [sym_bitstring] = STATE(3316), + [sym_map] = STATE(3316), + [sym__nullary_operator] = STATE(3316), + [sym_unary_operator] = STATE(3316), + [sym_binary_operator] = STATE(3316), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3316), + [sym_call] = STATE(3316), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3155), - [sym_anonymous_function] = STATE(3155), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3316), + [sym_anonymous_function] = STATE(3316), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1409), + [sym_integer] = ACTIONS(1409), + [sym_float] = ACTIONS(1409), + [sym_char] = ACTIONS(1409), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [sym_keyword] = ACTIONS(490), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [327] = { + [sym__expression] = STATE(4444), + [sym_block] = STATE(4444), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4444), + [sym_nil] = STATE(4444), + [sym__atom] = STATE(4444), + [sym_quoted_atom] = STATE(4444), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4444), + [sym_charlist] = STATE(4444), + [sym_sigil] = STATE(4444), + [sym_keywords] = STATE(6803), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4444), + [sym_tuple] = STATE(4444), + [sym_bitstring] = STATE(4444), + [sym_map] = STATE(4444), + [sym__nullary_operator] = STATE(4444), + [sym_unary_operator] = STATE(4444), + [sym_binary_operator] = STATE(4444), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4444), + [sym_call] = STATE(4444), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4444), + [sym_anonymous_function] = STATE(4444), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), [sym_alias] = ACTIONS(1483), [sym_integer] = ACTIONS(1483), [sym_float] = ACTIONS(1483), [sym_char] = ACTIONS(1483), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1483), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [sym_keyword] = ACTIONS(524), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [331] = { - [sym__expression] = STATE(3782), - [sym_block] = STATE(3782), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3782), - [sym_nil] = STATE(3782), - [sym__atom] = STATE(3782), - [sym_quoted_atom] = STATE(3782), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3782), - [sym_charlist] = STATE(3782), - [sym_sigil] = STATE(3782), - [sym_keywords] = STATE(3781), - [sym_pair] = STATE(3472), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3782), - [sym_tuple] = STATE(3782), - [sym_bitstring] = STATE(3782), - [sym_map] = STATE(3782), - [sym__nullary_operator] = STATE(3782), - [sym_unary_operator] = STATE(3782), - [sym_binary_operator] = STATE(3782), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3782), - [sym_call] = STATE(3782), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3782), - [sym_anonymous_function] = STATE(3782), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1485), - [sym_integer] = ACTIONS(1485), - [sym_float] = ACTIONS(1485), - [sym_char] = ACTIONS(1485), [anon_sym_true] = ACTIONS(808), [anon_sym_false] = ACTIONS(808), [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(1485), + [sym_atom] = ACTIONS(1483), [anon_sym_DQUOTE] = ACTIONS(812), [anon_sym_SQUOTE] = ACTIONS(814), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), @@ -64369,76 +65187,322 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(844), }, - [332] = { - [sym__expression] = STATE(2493), - [sym_block] = STATE(2493), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2493), - [sym_nil] = STATE(2493), - [sym__atom] = STATE(2493), - [sym_quoted_atom] = STATE(2493), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2493), - [sym_charlist] = STATE(2493), - [sym_sigil] = STATE(2493), - [sym_keywords] = STATE(2079), - [sym_pair] = STATE(2150), - [sym__keyword] = STATE(510), - [sym_quoted_keyword] = STATE(510), - [sym_list] = STATE(2493), - [sym_tuple] = STATE(2493), - [sym_bitstring] = STATE(2493), - [sym_map] = STATE(2493), - [sym__nullary_operator] = STATE(2493), - [sym_unary_operator] = STATE(2493), - [sym_binary_operator] = STATE(2493), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2493), - [sym_call] = STATE(2493), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2493), - [sym_anonymous_function] = STATE(2493), + [328] = { + [sym__expression] = STATE(1357), + [sym_block] = STATE(1357), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1357), + [sym_nil] = STATE(1357), + [sym__atom] = STATE(1357), + [sym_quoted_atom] = STATE(1357), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1357), + [sym_charlist] = STATE(1357), + [sym_sigil] = STATE(1357), + [sym_keywords] = STATE(1270), + [sym_pair] = STATE(1163), + [sym__keyword] = STATE(807), + [sym_quoted_keyword] = STATE(807), + [sym_list] = STATE(1357), + [sym_tuple] = STATE(1357), + [sym_bitstring] = STATE(1357), + [sym_map] = STATE(1357), + [sym__nullary_operator] = STATE(1357), + [sym_unary_operator] = STATE(1357), + [sym_binary_operator] = STATE(1357), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1357), + [sym_call] = STATE(1357), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1357), + [sym_anonymous_function] = STATE(1357), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1435), - [sym_integer] = ACTIONS(1435), - [sym_float] = ACTIONS(1435), - [sym_char] = ACTIONS(1435), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1469), + [sym_integer] = ACTIONS(1469), + [sym_float] = ACTIONS(1469), + [sym_char] = ACTIONS(1469), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1469), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [sym_keyword] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), + [anon_sym_TILDE] = ACTIONS(211), + [sym_keyword] = ACTIONS(213), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [329] = { + [sym__expression] = STATE(4551), + [sym_block] = STATE(4551), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4551), + [sym_nil] = STATE(4551), + [sym__atom] = STATE(4551), + [sym_quoted_atom] = STATE(4551), + [sym__quoted_i_double] = STATE(2584), + [sym__quoted_i_single] = STATE(2801), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4551), + [sym_charlist] = STATE(4551), + [sym_sigil] = STATE(4551), + [sym_keywords] = STATE(6937), + [sym_pair] = STATE(6497), + [sym__keyword] = STATE(505), + [sym_quoted_keyword] = STATE(505), + [sym_list] = STATE(4551), + [sym_tuple] = STATE(4551), + [sym_bitstring] = STATE(4551), + [sym_map] = STATE(4551), + [sym__nullary_operator] = STATE(4551), + [sym_unary_operator] = STATE(4551), + [sym_binary_operator] = STATE(4551), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4551), + [sym_call] = STATE(4551), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1485), + [sym_integer] = ACTIONS(1485), + [sym_float] = ACTIONS(1485), + [sym_char] = ACTIONS(1485), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [sym_keyword] = ACTIONS(1067), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [330] = { + [sym__expression] = STATE(2537), + [sym_block] = STATE(2537), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2537), + [sym_nil] = STATE(2537), + [sym__atom] = STATE(2537), + [sym_quoted_atom] = STATE(2537), + [sym__quoted_i_double] = STATE(1977), + [sym__quoted_i_single] = STATE(1978), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2537), + [sym_charlist] = STATE(2537), + [sym_sigil] = STATE(2537), + [sym_keywords] = STATE(2230), + [sym_pair] = STATE(2161), + [sym__keyword] = STATE(551), + [sym_quoted_keyword] = STATE(551), + [sym_list] = STATE(2537), + [sym_tuple] = STATE(2537), + [sym_bitstring] = STATE(2537), + [sym_map] = STATE(2537), + [sym__nullary_operator] = STATE(2537), + [sym_unary_operator] = STATE(2537), + [sym_binary_operator] = STATE(2537), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2537), + [sym_call] = STATE(2537), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2537), + [sym_anonymous_function] = STATE(2537), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1487), + [sym_integer] = ACTIONS(1487), + [sym_float] = ACTIONS(1487), + [sym_char] = ACTIONS(1487), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1487), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [sym_keyword] = ACTIONS(389), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), [anon_sym_PLUS] = ACTIONS(403), [anon_sym_DASH] = ACTIONS(403), [anon_sym_BANG] = ACTIONS(403), @@ -64484,91 +65548,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(407), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), + [sym__before_unary_op] = ACTIONS(411), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(413), }, - [333] = { - [sym__expression] = STATE(4058), - [sym_block] = STATE(4058), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4058), - [sym_nil] = STATE(4058), - [sym__atom] = STATE(4058), - [sym_quoted_atom] = STATE(4058), - [sym__quoted_i_double] = STATE(3828), - [sym__quoted_i_single] = STATE(3830), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4058), - [sym_charlist] = STATE(4058), - [sym_sigil] = STATE(4058), - [sym_keywords] = STATE(4056), - [sym_pair] = STATE(3689), - [sym__keyword] = STATE(759), - [sym_quoted_keyword] = STATE(759), - [sym_list] = STATE(4058), - [sym_tuple] = STATE(4058), - [sym_bitstring] = STATE(4058), - [sym_map] = STATE(4058), - [sym__nullary_operator] = STATE(4058), - [sym_unary_operator] = STATE(4058), - [sym_binary_operator] = STATE(4058), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4058), - [sym_call] = STATE(4058), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4058), - [sym_anonymous_function] = STATE(4058), + [331] = { + [sym__expression] = STATE(2430), + [sym_block] = STATE(2430), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2430), + [sym_nil] = STATE(2430), + [sym__atom] = STATE(2430), + [sym_quoted_atom] = STATE(2430), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2430), + [sym_charlist] = STATE(2430), + [sym_sigil] = STATE(2430), + [sym_keywords] = STATE(1279), + [sym_pair] = STATE(2162), + [sym__keyword] = STATE(509), + [sym_quoted_keyword] = STATE(509), + [sym_list] = STATE(2430), + [sym_tuple] = STATE(2430), + [sym_bitstring] = STATE(2430), + [sym_map] = STATE(2430), + [sym__nullary_operator] = STATE(2430), + [sym_unary_operator] = STATE(2430), + [sym_binary_operator] = STATE(2430), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2430), + [sym_call] = STATE(2430), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2430), + [sym_anonymous_function] = STATE(2430), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1487), - [sym_integer] = ACTIONS(1487), - [sym_float] = ACTIONS(1487), - [sym_char] = ACTIONS(1487), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1487), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1489), + [sym_integer] = ACTIONS(1489), + [sym_float] = ACTIONS(1489), + [sym_char] = ACTIONS(1489), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1489), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [sym_keyword] = ACTIONS(1127), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(518), + [sym_keyword] = ACTIONS(520), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -64607,64 +65671,191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(227), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(531), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(235), }, - [334] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), + [332] = { + [sym__expression] = STATE(2440), + [sym_block] = STATE(2440), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2440), + [sym_nil] = STATE(2440), + [sym__atom] = STATE(2440), + [sym_quoted_atom] = STATE(2440), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2440), + [sym_charlist] = STATE(2440), + [sym_sigil] = STATE(2440), + [sym_keywords] = STATE(1278), + [sym_pair] = STATE(2162), + [sym__keyword] = STATE(509), + [sym_quoted_keyword] = STATE(509), + [sym_list] = STATE(2440), + [sym_tuple] = STATE(2440), + [sym_bitstring] = STATE(2440), + [sym_map] = STATE(2440), + [sym__nullary_operator] = STATE(2440), + [sym_unary_operator] = STATE(2440), + [sym_binary_operator] = STATE(2440), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2440), + [sym_call] = STATE(2440), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2440), + [sym_anonymous_function] = STATE(2440), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1491), + [sym_integer] = ACTIONS(1491), + [sym_float] = ACTIONS(1491), + [sym_char] = ACTIONS(1491), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1491), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [sym_keyword] = ACTIONS(520), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [333] = { + [sym__expression] = STATE(4069), + [sym_block] = STATE(4069), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4069), + [sym_nil] = STATE(4069), + [sym__atom] = STATE(4069), + [sym_quoted_atom] = STATE(4069), + [sym__quoted_i_double] = STATE(1730), + [sym__quoted_i_single] = STATE(1729), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4069), + [sym_charlist] = STATE(4069), + [sym_sigil] = STATE(4069), + [sym_keywords] = STATE(2066), + [sym_pair] = STATE(3509), + [sym__keyword] = STATE(849), + [sym_quoted_keyword] = STATE(849), + [sym_list] = STATE(4069), + [sym_tuple] = STATE(4069), + [sym_bitstring] = STATE(4069), + [sym_map] = STATE(4069), + [sym__nullary_operator] = STATE(4069), + [sym_unary_operator] = STATE(4069), + [sym_binary_operator] = STATE(4069), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4069), + [sym_call] = STATE(4069), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4069), + [sym_anonymous_function] = STATE(4069), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(920), - [sym_integer] = ACTIONS(920), - [sym_float] = ACTIONS(920), - [sym_char] = ACTIONS(920), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1493), + [sym_integer] = ACTIONS(1493), + [sym_float] = ACTIONS(1493), + [sym_char] = ACTIONS(1493), [anon_sym_true] = ACTIONS(922), [anon_sym_false] = ACTIONS(922), [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(920), + [sym_atom] = ACTIONS(1493), [anon_sym_DQUOTE] = ACTIONS(926), [anon_sym_SQUOTE] = ACTIONS(928), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), @@ -64675,18 +65866,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_TILDE] = ACTIONS(1353), + [sym_keyword] = ACTIONS(1355), [anon_sym_LT_LT] = ACTIONS(940), [anon_sym_PERCENT] = ACTIONS(942), [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -64725,57 +65917,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1489), - [anon_sym_catch] = ACTIONS(1489), - [anon_sym_else] = ACTIONS(1489), - [anon_sym_end] = ACTIONS(1489), [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1489), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), + [sym__before_unary_op] = ACTIONS(1363), [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(958), }, + [334] = { + [sym__expression] = STATE(3482), + [sym_block] = STATE(3482), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3482), + [sym_nil] = STATE(3482), + [sym__atom] = STATE(3482), + [sym_quoted_atom] = STATE(3482), + [sym__quoted_i_double] = STATE(2456), + [sym__quoted_i_single] = STATE(2457), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3482), + [sym_charlist] = STATE(3482), + [sym_sigil] = STATE(3482), + [sym_keywords] = STATE(3448), + [sym_pair] = STATE(2470), + [sym__keyword] = STATE(830), + [sym_quoted_keyword] = STATE(830), + [sym_list] = STATE(3482), + [sym_tuple] = STATE(3482), + [sym_bitstring] = STATE(3482), + [sym_map] = STATE(3482), + [sym__nullary_operator] = STATE(3482), + [sym_unary_operator] = STATE(3482), + [sym_binary_operator] = STATE(3482), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3482), + [sym_call] = STATE(3482), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3482), + [sym_anonymous_function] = STATE(3482), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1495), + [sym_integer] = ACTIONS(1495), + [sym_float] = ACTIONS(1495), + [sym_char] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [sym_keyword] = ACTIONS(610), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, [335] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -64848,12 +66158,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1491), - [anon_sym_catch] = ACTIONS(1491), - [anon_sym_else] = ACTIONS(1491), - [anon_sym_end] = ACTIONS(1491), + [anon_sym_after] = ACTIONS(1497), + [anon_sym_catch] = ACTIONS(1497), + [anon_sym_else] = ACTIONS(1497), + [anon_sym_end] = ACTIONS(1497), [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1491), + [anon_sym_rescue] = ACTIONS(1497), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), @@ -64862,82 +66172,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(958), }, [336] = { - [sym__expression] = STATE(3062), - [sym_block] = STATE(3062), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3062), - [sym_nil] = STATE(3062), - [sym__atom] = STATE(3062), - [sym_quoted_atom] = STATE(3062), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3062), - [sym_charlist] = STATE(3062), - [sym_sigil] = STATE(3062), - [sym_keywords] = STATE(1365), - [sym_pair] = STATE(2593), - [sym__keyword] = STATE(800), - [sym_quoted_keyword] = STATE(800), - [sym_list] = STATE(3062), - [sym_tuple] = STATE(3062), - [sym_bitstring] = STATE(3062), - [sym_map] = STATE(3062), - [sym__nullary_operator] = STATE(3062), - [sym_unary_operator] = STATE(3062), - [sym_binary_operator] = STATE(3062), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3062), - [sym_call] = STATE(3062), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3062), - [sym_anonymous_function] = STATE(3062), + [sym__expression] = STATE(3482), + [sym_block] = STATE(3482), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3482), + [sym_nil] = STATE(3482), + [sym__atom] = STATE(3482), + [sym_quoted_atom] = STATE(3482), + [sym__quoted_i_double] = STATE(2456), + [sym__quoted_i_single] = STATE(2457), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3482), + [sym_charlist] = STATE(3482), + [sym_sigil] = STATE(3482), + [sym_keywords] = STATE(3459), + [sym_pair] = STATE(2470), + [sym__keyword] = STATE(830), + [sym_quoted_keyword] = STATE(830), + [sym_list] = STATE(3482), + [sym_tuple] = STATE(3482), + [sym_bitstring] = STATE(3482), + [sym_map] = STATE(3482), + [sym__nullary_operator] = STATE(3482), + [sym_unary_operator] = STATE(3482), + [sym_binary_operator] = STATE(3482), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3482), + [sym_call] = STATE(3482), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3482), + [sym_anonymous_function] = STATE(3482), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(1493), - [sym_integer] = ACTIONS(1493), - [sym_float] = ACTIONS(1493), - [sym_char] = ACTIONS(1493), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1493), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1495), + [sym_integer] = ACTIONS(1495), + [sym_float] = ACTIONS(1495), + [sym_char] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [sym_keyword] = ACTIONS(437), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), + [anon_sym_TILDE] = ACTIONS(608), + [sym_keyword] = ACTIONS(610), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -64976,560 +66286,314 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(624), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), + [sym__before_unary_op] = ACTIONS(630), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(632), }, [337] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), + [sym__expression] = STATE(4271), + [sym_block] = STATE(4271), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4271), + [sym_nil] = STATE(4271), + [sym__atom] = STATE(4271), + [sym_quoted_atom] = STATE(4271), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4271), + [sym_charlist] = STATE(4271), + [sym_sigil] = STATE(4271), + [sym_keywords] = STATE(4272), + [sym_pair] = STATE(3527), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4271), + [sym_tuple] = STATE(4271), + [sym_bitstring] = STATE(4271), + [sym_map] = STATE(4271), + [sym__nullary_operator] = STATE(4271), + [sym_unary_operator] = STATE(4271), + [sym_binary_operator] = STATE(4271), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4271), + [sym_call] = STATE(4271), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4271), + [sym_anonymous_function] = STATE(4271), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(920), - [sym_integer] = ACTIONS(920), - [sym_float] = ACTIONS(920), - [sym_char] = ACTIONS(920), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1495), - [anon_sym_catch] = ACTIONS(1495), - [anon_sym_else] = ACTIONS(1495), - [anon_sym_end] = ACTIONS(1495), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1495), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [338] = { - [sym__expression] = STATE(3039), - [sym_block] = STATE(3039), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3039), - [sym_nil] = STATE(3039), - [sym__atom] = STATE(3039), - [sym_quoted_atom] = STATE(3039), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3039), - [sym_charlist] = STATE(3039), - [sym_sigil] = STATE(3039), - [sym_keywords] = STATE(1364), - [sym_pair] = STATE(2593), - [sym__keyword] = STATE(800), - [sym_quoted_keyword] = STATE(800), - [sym_list] = STATE(3039), - [sym_tuple] = STATE(3039), - [sym_bitstring] = STATE(3039), - [sym_map] = STATE(3039), - [sym__nullary_operator] = STATE(3039), - [sym_unary_operator] = STATE(3039), - [sym_binary_operator] = STATE(3039), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3039), - [sym_call] = STATE(3039), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3039), - [sym_anonymous_function] = STATE(3039), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(1497), - [sym_integer] = ACTIONS(1497), - [sym_float] = ACTIONS(1497), - [sym_char] = ACTIONS(1497), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1497), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [sym_keyword] = ACTIONS(437), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [339] = { - [sym__expression] = STATE(3579), - [sym_block] = STATE(3579), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3579), - [sym_nil] = STATE(3579), - [sym__atom] = STATE(3579), - [sym_quoted_atom] = STATE(3579), - [sym__quoted_i_double] = STATE(1777), - [sym__quoted_i_single] = STATE(1778), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3579), - [sym_charlist] = STATE(3579), - [sym_sigil] = STATE(3579), - [sym_keywords] = STATE(2079), - [sym_pair] = STATE(2700), - [sym__keyword] = STATE(815), - [sym_quoted_keyword] = STATE(815), - [sym_list] = STATE(3579), - [sym_tuple] = STATE(3579), - [sym_bitstring] = STATE(3579), - [sym_map] = STATE(3579), - [sym__nullary_operator] = STATE(3579), - [sym_unary_operator] = STATE(3579), - [sym_binary_operator] = STATE(3579), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3579), - [sym_call] = STATE(3579), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3579), - [sym_anonymous_function] = STATE(3579), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1367), - [sym_integer] = ACTIONS(1367), - [sym_float] = ACTIONS(1367), - [sym_char] = ACTIONS(1367), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1367), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [sym_keyword] = ACTIONS(667), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [340] = { - [sym__terminator] = STATE(672), - [sym__expression] = STATE(3138), - [sym_block] = STATE(3138), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3138), - [sym_nil] = STATE(3138), - [sym__atom] = STATE(3138), - [sym_quoted_atom] = STATE(3138), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3138), - [sym_charlist] = STATE(3138), - [sym_sigil] = STATE(3138), - [sym_list] = STATE(3138), - [sym_tuple] = STATE(3138), - [sym_bitstring] = STATE(3138), - [sym_map] = STATE(3138), - [sym__nullary_operator] = STATE(3138), - [sym_unary_operator] = STATE(3138), - [sym_binary_operator] = STATE(3138), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3138), - [sym_call] = STATE(3138), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3138), - [sym_body] = STATE(4406), - [sym_anonymous_function] = STATE(3138), - [aux_sym__terminator_repeat1] = STATE(1018), - [aux_sym__terminator_token1] = ACTIONS(1030), - [anon_sym_SEMI] = ACTIONS(1431), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1433), - [sym_integer] = ACTIONS(1433), - [sym_float] = ACTIONS(1433), - [sym_char] = ACTIONS(1433), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1433), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_end] = ACTIONS(1036), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [341] = { - [sym__expression] = STATE(1527), - [sym_block] = STATE(1527), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1527), - [sym_nil] = STATE(1527), - [sym__atom] = STATE(1527), - [sym_quoted_atom] = STATE(1527), - [sym__quoted_i_double] = STATE(1155), - [sym__quoted_i_single] = STATE(1151), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1527), - [sym_charlist] = STATE(1527), - [sym_sigil] = STATE(1527), - [sym_keywords] = STATE(1364), - [sym_pair] = STATE(1498), - [sym__keyword] = STATE(764), - [sym_quoted_keyword] = STATE(764), - [sym_list] = STATE(1527), - [sym_tuple] = STATE(1527), - [sym_bitstring] = STATE(1527), - [sym_map] = STATE(1527), - [sym__nullary_operator] = STATE(1527), - [sym_unary_operator] = STATE(1527), - [sym_binary_operator] = STATE(1527), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1527), - [sym_call] = STATE(1527), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1527), - [sym_anonymous_function] = STATE(1527), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), [sym_alias] = ACTIONS(1499), [sym_integer] = ACTIONS(1499), [sym_float] = ACTIONS(1499), [sym_char] = ACTIONS(1499), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1499), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [sym_keyword] = ACTIONS(87), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [338] = { + [sym__expression] = STATE(2369), + [sym_block] = STATE(2369), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2369), + [sym_nil] = STATE(2369), + [sym__atom] = STATE(2369), + [sym_quoted_atom] = STATE(2369), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2369), + [sym_charlist] = STATE(2369), + [sym_sigil] = STATE(2369), + [sym_keywords] = STATE(1270), + [sym_pair] = STATE(2162), + [sym__keyword] = STATE(509), + [sym_quoted_keyword] = STATE(509), + [sym_list] = STATE(2369), + [sym_tuple] = STATE(2369), + [sym_bitstring] = STATE(2369), + [sym_map] = STATE(2369), + [sym__nullary_operator] = STATE(2369), + [sym_unary_operator] = STATE(2369), + [sym_binary_operator] = STATE(2369), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2369), + [sym_call] = STATE(2369), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2369), + [sym_anonymous_function] = STATE(2369), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1501), + [sym_integer] = ACTIONS(1501), + [sym_float] = ACTIONS(1501), + [sym_char] = ACTIONS(1501), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [sym_keyword] = ACTIONS(520), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [339] = { + [sym__expression] = STATE(1664), + [sym_block] = STATE(1664), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1664), + [sym_nil] = STATE(1664), + [sym__atom] = STATE(1664), + [sym_quoted_atom] = STATE(1664), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1664), + [sym_charlist] = STATE(1664), + [sym_sigil] = STATE(1664), + [sym_keywords] = STATE(1516), + [sym_pair] = STATE(1555), + [sym__keyword] = STATE(889), + [sym_quoted_keyword] = STATE(889), + [sym_list] = STATE(1664), + [sym_tuple] = STATE(1664), + [sym_bitstring] = STATE(1664), + [sym_map] = STATE(1664), + [sym__nullary_operator] = STATE(1664), + [sym_unary_operator] = STATE(1664), + [sym_binary_operator] = STATE(1664), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1664), + [sym_call] = STATE(1664), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1664), + [sym_anonymous_function] = STATE(1664), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1503), + [sym_integer] = ACTIONS(1503), + [sym_float] = ACTIONS(1503), + [sym_char] = ACTIONS(1503), [anon_sym_true] = ACTIONS(241), [anon_sym_false] = ACTIONS(241), [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1499), + [sym_atom] = ACTIONS(1503), [anon_sym_DQUOTE] = ACTIONS(245), [anon_sym_SQUOTE] = ACTIONS(247), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), @@ -65544,7 +66608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_keyword] = ACTIONS(259), [anon_sym_LT_LT] = ACTIONS(261), [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), + [anon_sym_DOT_DOT] = ACTIONS(1349), [anon_sym_AMP] = ACTIONS(265), [anon_sym_PLUS] = ACTIONS(267), [anon_sym_DASH] = ACTIONS(267), @@ -65591,86 +66655,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), + [sym__before_unary_op] = ACTIONS(279), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(281), }, - [342] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), + [340] = { + [sym__expression] = STATE(2369), + [sym_block] = STATE(2369), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2369), + [sym_nil] = STATE(2369), + [sym__atom] = STATE(2369), + [sym_quoted_atom] = STATE(2369), + [sym__quoted_i_double] = STATE(1119), + [sym__quoted_i_single] = STATE(1120), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2369), + [sym_charlist] = STATE(2369), + [sym_sigil] = STATE(2369), + [sym_keywords] = STATE(1184), + [sym_pair] = STATE(2162), + [sym__keyword] = STATE(509), + [sym_quoted_keyword] = STATE(509), + [sym_list] = STATE(2369), + [sym_tuple] = STATE(2369), + [sym_bitstring] = STATE(2369), + [sym_map] = STATE(2369), + [sym__nullary_operator] = STATE(2369), + [sym_unary_operator] = STATE(2369), + [sym_binary_operator] = STATE(2369), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2369), + [sym_call] = STATE(2369), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2369), + [sym_anonymous_function] = STATE(2369), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(920), - [sym_integer] = ACTIONS(920), - [sym_float] = ACTIONS(920), - [sym_char] = ACTIONS(920), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(920), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1501), + [sym_integer] = ACTIONS(1501), + [sym_float] = ACTIONS(1501), + [sym_char] = ACTIONS(1501), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), + [anon_sym_TILDE] = ACTIONS(518), + [sym_keyword] = ACTIONS(520), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -65709,73 +66778,314 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_after] = ACTIONS(1501), - [anon_sym_catch] = ACTIONS(1501), - [anon_sym_else] = ACTIONS(1501), - [anon_sym_end] = ACTIONS(1501), - [anon_sym_fn] = ACTIONS(954), - [anon_sym_rescue] = ACTIONS(1501), + [anon_sym_fn] = ACTIONS(227), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), + [sym__before_unary_op] = ACTIONS(531), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(235), }, - [343] = { - [sym__expression] = STATE(3788), - [sym_block] = STATE(3788), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3788), - [sym_nil] = STATE(3788), - [sym__atom] = STATE(3788), - [sym_quoted_atom] = STATE(3788), - [sym__quoted_i_double] = STATE(3194), - [sym__quoted_i_single] = STATE(3192), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3788), - [sym_charlist] = STATE(3788), - [sym_sigil] = STATE(3788), - [sym_keywords] = STATE(3787), - [sym_pair] = STATE(3472), - [sym__keyword] = STATE(816), - [sym_quoted_keyword] = STATE(816), - [sym_list] = STATE(3788), - [sym_tuple] = STATE(3788), - [sym_bitstring] = STATE(3788), - [sym_map] = STATE(3788), - [sym__nullary_operator] = STATE(3788), - [sym_unary_operator] = STATE(3788), - [sym_binary_operator] = STATE(3788), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3788), - [sym_call] = STATE(3788), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3788), - [sym_anonymous_function] = STATE(3788), + [341] = { + [sym__expression] = STATE(1664), + [sym_block] = STATE(1664), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1664), + [sym_nil] = STATE(1664), + [sym__atom] = STATE(1664), + [sym_quoted_atom] = STATE(1664), + [sym__quoted_i_double] = STATE(1214), + [sym__quoted_i_single] = STATE(1213), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1664), + [sym_charlist] = STATE(1664), + [sym_sigil] = STATE(1664), + [sym_keywords] = STATE(1515), + [sym_pair] = STATE(1555), + [sym__keyword] = STATE(889), + [sym_quoted_keyword] = STATE(889), + [sym_list] = STATE(1664), + [sym_tuple] = STATE(1664), + [sym_bitstring] = STATE(1664), + [sym_map] = STATE(1664), + [sym__nullary_operator] = STATE(1664), + [sym_unary_operator] = STATE(1664), + [sym_binary_operator] = STATE(1664), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1664), + [sym_call] = STATE(1664), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1664), + [sym_anonymous_function] = STATE(1664), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), [sym_alias] = ACTIONS(1503), [sym_integer] = ACTIONS(1503), [sym_float] = ACTIONS(1503), [sym_char] = ACTIONS(1503), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1503), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [sym_keyword] = ACTIONS(259), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [342] = { + [sym__terminator] = STATE(567), + [sym__expression] = STATE(3462), + [sym_block] = STATE(3462), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(3462), + [sym_nil] = STATE(3462), + [sym__atom] = STATE(3462), + [sym_quoted_atom] = STATE(3462), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(3462), + [sym_charlist] = STATE(3462), + [sym_sigil] = STATE(3462), + [sym_list] = STATE(3462), + [sym_tuple] = STATE(3462), + [sym_bitstring] = STATE(3462), + [sym_map] = STATE(3462), + [sym__nullary_operator] = STATE(3462), + [sym_unary_operator] = STATE(3462), + [sym_binary_operator] = STATE(3462), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(3462), + [sym_call] = STATE(3462), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(3462), + [sym_body] = STATE(4827), + [sym_anonymous_function] = STATE(3462), + [aux_sym__terminator_repeat1] = STATE(1031), + [aux_sym__terminator_token1] = ACTIONS(1030), + [anon_sym_SEMI] = ACTIONS(1431), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1041), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1433), + [sym_integer] = ACTIONS(1433), + [sym_float] = ACTIONS(1433), + [sym_char] = ACTIONS(1433), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1433), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [343] = { + [sym__expression] = STATE(4444), + [sym_block] = STATE(4444), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4444), + [sym_nil] = STATE(4444), + [sym__atom] = STATE(4444), + [sym_quoted_atom] = STATE(4444), + [sym__quoted_i_double] = STATE(3637), + [sym__quoted_i_single] = STATE(3638), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4444), + [sym_charlist] = STATE(4444), + [sym_sigil] = STATE(4444), + [sym_keywords] = STATE(6778), + [sym_pair] = STATE(5075), + [sym__keyword] = STATE(742), + [sym_quoted_keyword] = STATE(742), + [sym_list] = STATE(4444), + [sym_tuple] = STATE(4444), + [sym_bitstring] = STATE(4444), + [sym_map] = STATE(4444), + [sym__nullary_operator] = STATE(4444), + [sym_unary_operator] = STATE(4444), + [sym_binary_operator] = STATE(4444), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4444), + [sym_call] = STATE(4444), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4444), + [sym_anonymous_function] = STATE(4444), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1483), + [sym_integer] = ACTIONS(1483), + [sym_float] = ACTIONS(1483), + [sym_char] = ACTIONS(1483), [anon_sym_true] = ACTIONS(808), [anon_sym_false] = ACTIONS(808), [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(1503), + [sym_atom] = ACTIONS(1483), [anon_sym_DQUOTE] = ACTIONS(812), [anon_sym_SQUOTE] = ACTIONS(814), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), @@ -65846,39800 +67156,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(844), }, [344] = { - [sym__expression] = STATE(2122), - [sym_block] = STATE(2122), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2122), - [sym_nil] = STATE(2122), - [sym__atom] = STATE(2122), - [sym_quoted_atom] = STATE(2122), - [sym__quoted_i_double] = STATE(1512), - [sym__quoted_i_single] = STATE(1513), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2122), - [sym_charlist] = STATE(2122), - [sym_sigil] = STATE(2122), - [sym_keywords] = STATE(1866), - [sym_pair] = STATE(1795), - [sym__keyword] = STATE(761), - [sym_quoted_keyword] = STATE(761), - [sym_list] = STATE(2122), - [sym_tuple] = STATE(2122), - [sym_bitstring] = STATE(2122), - [sym_map] = STATE(2122), - [sym__nullary_operator] = STATE(2122), - [sym_unary_operator] = STATE(2122), - [sym_binary_operator] = STATE(2122), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2122), - [sym_call] = STATE(2122), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2122), - [sym_anonymous_function] = STATE(2122), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1505), - [sym_integer] = ACTIONS(1505), - [sym_float] = ACTIONS(1505), - [sym_char] = ACTIONS(1505), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1505), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [sym_keyword] = ACTIONS(1447), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [345] = { - [sym__expression] = STATE(4132), - [sym_block] = STATE(4132), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(4132), - [sym_nil] = STATE(4132), - [sym__atom] = STATE(4132), - [sym_quoted_atom] = STATE(4132), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4132), - [sym_charlist] = STATE(4132), - [sym_sigil] = STATE(4132), - [sym_list] = STATE(4132), - [sym_tuple] = STATE(4132), - [sym_bitstring] = STATE(4132), - [sym_map] = STATE(4132), - [sym__nullary_operator] = STATE(4132), - [sym_unary_operator] = STATE(4132), - [sym_binary_operator] = STATE(4132), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4132), - [sym_call] = STATE(4132), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4132), - [sym_anonymous_function] = STATE(4132), - [aux_sym__terminator_token1] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1507), - [sym_integer] = ACTIONS(1507), - [sym_float] = ACTIONS(1507), - [sym_char] = ACTIONS(1507), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_end] = ACTIONS(1295), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [346] = { - [sym__expression] = STATE(4132), - [sym_block] = STATE(4132), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(4132), - [sym_nil] = STATE(4132), - [sym__atom] = STATE(4132), - [sym_quoted_atom] = STATE(4132), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4132), - [sym_charlist] = STATE(4132), - [sym_sigil] = STATE(4132), - [sym_list] = STATE(4132), - [sym_tuple] = STATE(4132), - [sym_bitstring] = STATE(4132), - [sym_map] = STATE(4132), - [sym__nullary_operator] = STATE(4132), - [sym_unary_operator] = STATE(4132), - [sym_binary_operator] = STATE(4132), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4132), - [sym_call] = STATE(4132), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4132), - [sym_anonymous_function] = STATE(4132), - [aux_sym__terminator_token1] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1303), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1507), - [sym_integer] = ACTIONS(1507), - [sym_float] = ACTIONS(1507), - [sym_char] = ACTIONS(1507), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_end] = ACTIONS(1303), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [347] = { - [sym__expression] = STATE(4044), - [sym_block] = STATE(4044), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4044), - [sym_nil] = STATE(4044), - [sym__atom] = STATE(4044), - [sym_quoted_atom] = STATE(4044), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4044), - [sym_charlist] = STATE(4044), - [sym_sigil] = STATE(4044), - [sym_list] = STATE(4044), - [sym_tuple] = STATE(4044), - [sym_bitstring] = STATE(4044), - [sym_map] = STATE(4044), - [sym__nullary_operator] = STATE(4044), - [sym_unary_operator] = STATE(4044), - [sym_binary_operator] = STATE(4044), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4044), - [sym_call] = STATE(4044), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4044), - [sym_anonymous_function] = STATE(4044), - [aux_sym__terminator_token1] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1295), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1295), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1509), - [sym_integer] = ACTIONS(1509), - [sym_float] = ACTIONS(1509), - [sym_char] = ACTIONS(1509), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1509), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [348] = { - [sym__expression] = STATE(4132), - [sym_block] = STATE(4132), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(4132), - [sym_nil] = STATE(4132), - [sym__atom] = STATE(4132), - [sym_quoted_atom] = STATE(4132), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4132), - [sym_charlist] = STATE(4132), - [sym_sigil] = STATE(4132), - [sym_list] = STATE(4132), - [sym_tuple] = STATE(4132), - [sym_bitstring] = STATE(4132), - [sym_map] = STATE(4132), - [sym__nullary_operator] = STATE(4132), - [sym_unary_operator] = STATE(4132), - [sym_binary_operator] = STATE(4132), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4132), - [sym_call] = STATE(4132), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4132), - [sym_anonymous_function] = STATE(4132), - [aux_sym__terminator_token1] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1307), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1507), - [sym_integer] = ACTIONS(1507), - [sym_float] = ACTIONS(1507), - [sym_char] = ACTIONS(1507), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_end] = ACTIONS(1307), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [349] = { - [sym__expression] = STATE(4044), - [sym_block] = STATE(4044), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4044), - [sym_nil] = STATE(4044), - [sym__atom] = STATE(4044), - [sym_quoted_atom] = STATE(4044), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4044), - [sym_charlist] = STATE(4044), - [sym_sigil] = STATE(4044), - [sym_list] = STATE(4044), - [sym_tuple] = STATE(4044), - [sym_bitstring] = STATE(4044), - [sym_map] = STATE(4044), - [sym__nullary_operator] = STATE(4044), - [sym_unary_operator] = STATE(4044), - [sym_binary_operator] = STATE(4044), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4044), - [sym_call] = STATE(4044), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4044), - [sym_anonymous_function] = STATE(4044), - [aux_sym__terminator_token1] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1307), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1307), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1509), - [sym_integer] = ACTIONS(1509), - [sym_float] = ACTIONS(1509), - [sym_char] = ACTIONS(1509), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1509), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [350] = { - [sym__expression] = STATE(4044), - [sym_block] = STATE(4044), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4044), - [sym_nil] = STATE(4044), - [sym__atom] = STATE(4044), - [sym_quoted_atom] = STATE(4044), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4044), - [sym_charlist] = STATE(4044), - [sym_sigil] = STATE(4044), - [sym_list] = STATE(4044), - [sym_tuple] = STATE(4044), - [sym_bitstring] = STATE(4044), - [sym_map] = STATE(4044), - [sym__nullary_operator] = STATE(4044), - [sym_unary_operator] = STATE(4044), - [sym_binary_operator] = STATE(4044), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4044), - [sym_call] = STATE(4044), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4044), - [sym_anonymous_function] = STATE(4044), - [aux_sym__terminator_token1] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1303), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1303), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1509), - [sym_integer] = ACTIONS(1509), - [sym_float] = ACTIONS(1509), - [sym_char] = ACTIONS(1509), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1509), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [351] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1511), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [352] = { - [sym__expression] = STATE(2141), - [sym_block] = STATE(2141), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2141), - [sym_nil] = STATE(2141), - [sym__atom] = STATE(2141), - [sym_quoted_atom] = STATE(2141), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2141), - [sym_charlist] = STATE(2141), - [sym_sigil] = STATE(2141), - [sym_list] = STATE(2141), - [sym_tuple] = STATE(2141), - [sym_bitstring] = STATE(2141), - [sym_map] = STATE(2141), - [sym__nullary_operator] = STATE(2141), - [sym_unary_operator] = STATE(2141), - [sym__capture_expression] = STATE(1822), - [sym_binary_operator] = STATE(2141), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2141), - [sym_call] = STATE(2141), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2141), - [sym_anonymous_function] = STATE(2141), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1515), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1517), - [sym_integer] = ACTIONS(1519), - [sym_float] = ACTIONS(1517), - [sym_char] = ACTIONS(1517), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [353] = { - [sym__expression] = STATE(3275), - [sym_block] = STATE(3275), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3275), - [sym_nil] = STATE(3275), - [sym__atom] = STATE(3275), - [sym_quoted_atom] = STATE(3275), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3275), - [sym_charlist] = STATE(3275), - [sym_sigil] = STATE(3275), - [sym_list] = STATE(3275), - [sym_tuple] = STATE(3275), - [sym_bitstring] = STATE(3275), - [sym_map] = STATE(3275), - [sym__nullary_operator] = STATE(3275), - [sym_unary_operator] = STATE(3275), - [sym__capture_expression] = STATE(3278), - [sym_binary_operator] = STATE(3275), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3275), - [sym_call] = STATE(3275), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3275), - [sym_anonymous_function] = STATE(3275), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1521), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(1523), - [sym_integer] = ACTIONS(1525), - [sym_float] = ACTIONS(1523), - [sym_char] = ACTIONS(1523), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(1523), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [354] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5606), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1531), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [355] = { - [sym__expression] = STATE(2141), - [sym_block] = STATE(2141), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2141), - [sym_nil] = STATE(2141), - [sym__atom] = STATE(2141), - [sym_quoted_atom] = STATE(2141), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2141), - [sym_charlist] = STATE(2141), - [sym_sigil] = STATE(2141), - [sym_list] = STATE(2141), - [sym_tuple] = STATE(2141), - [sym_bitstring] = STATE(2141), - [sym_map] = STATE(2141), - [sym__nullary_operator] = STATE(2141), - [sym_unary_operator] = STATE(2141), - [sym__capture_expression] = STATE(1789), - [sym_binary_operator] = STATE(2141), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2141), - [sym_call] = STATE(2141), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2141), - [sym_anonymous_function] = STATE(2141), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1515), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1517), - [sym_integer] = ACTIONS(1533), - [sym_float] = ACTIONS(1517), - [sym_char] = ACTIONS(1517), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1517), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [356] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1535), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [357] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1537), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [358] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1539), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [359] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1541), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [360] = { - [sym__expression] = STATE(3380), - [sym_block] = STATE(3380), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3380), - [sym_nil] = STATE(3380), - [sym__atom] = STATE(3380), - [sym_quoted_atom] = STATE(3380), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3380), - [sym_charlist] = STATE(3380), - [sym_sigil] = STATE(3380), - [sym_list] = STATE(3380), - [sym_tuple] = STATE(3380), - [sym_bitstring] = STATE(3380), - [sym_map] = STATE(3380), - [sym__nullary_operator] = STATE(3380), - [sym_unary_operator] = STATE(3380), - [sym__capture_expression] = STATE(1683), - [sym_binary_operator] = STATE(3380), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3380), - [sym_call] = STATE(3380), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3380), - [sym_anonymous_function] = STATE(3380), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1543), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1545), - [sym_integer] = ACTIONS(1547), - [sym_float] = ACTIONS(1545), - [sym_char] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [361] = { - [sym__expression] = STATE(3380), - [sym_block] = STATE(3380), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3380), - [sym_nil] = STATE(3380), - [sym__atom] = STATE(3380), - [sym_quoted_atom] = STATE(3380), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3380), - [sym_charlist] = STATE(3380), - [sym_sigil] = STATE(3380), - [sym_list] = STATE(3380), - [sym_tuple] = STATE(3380), - [sym_bitstring] = STATE(3380), - [sym_map] = STATE(3380), - [sym__nullary_operator] = STATE(3380), - [sym_unary_operator] = STATE(3380), - [sym__capture_expression] = STATE(1688), - [sym_binary_operator] = STATE(3380), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3380), - [sym_call] = STATE(3380), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3380), - [sym_anonymous_function] = STATE(3380), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1543), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1545), - [sym_integer] = ACTIONS(1549), - [sym_float] = ACTIONS(1545), - [sym_char] = ACTIONS(1545), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1545), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [362] = { - [sym__expression] = STATE(1412), - [sym_block] = STATE(1412), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1412), - [sym_nil] = STATE(1412), - [sym__atom] = STATE(1412), - [sym_quoted_atom] = STATE(1412), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1412), - [sym_charlist] = STATE(1412), - [sym_sigil] = STATE(1412), - [sym_list] = STATE(1412), - [sym_tuple] = STATE(1412), - [sym_bitstring] = STATE(1412), - [sym_map] = STATE(1412), - [sym__nullary_operator] = STATE(1412), - [sym_unary_operator] = STATE(1412), - [sym__capture_expression] = STATE(1303), - [sym_binary_operator] = STATE(1412), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1412), - [sym_call] = STATE(1412), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1412), - [sym_anonymous_function] = STATE(1412), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1551), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1553), - [sym_integer] = ACTIONS(1555), - [sym_float] = ACTIONS(1553), - [sym_char] = ACTIONS(1553), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1553), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [363] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1557), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [364] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1559), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [365] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5622), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1561), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [366] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5562), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1563), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [367] = { - [sym__expression] = STATE(2725), - [sym_block] = STATE(2725), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(2725), - [sym_nil] = STATE(2725), - [sym__atom] = STATE(2725), - [sym_quoted_atom] = STATE(2725), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(2725), - [sym_charlist] = STATE(2725), - [sym_sigil] = STATE(2725), - [sym_list] = STATE(2725), - [sym_tuple] = STATE(2725), - [sym_bitstring] = STATE(2725), - [sym_map] = STATE(2725), - [sym__nullary_operator] = STATE(2725), - [sym_unary_operator] = STATE(2725), - [sym_binary_operator] = STATE(2725), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(2725), - [sym_call] = STATE(2725), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(2725), - [sym_anonymous_function] = STATE(2725), - [ts_builtin_sym_end] = ACTIONS(1565), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1567), - [sym_integer] = ACTIONS(1567), - [sym_float] = ACTIONS(1567), - [sym_char] = ACTIONS(1567), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1567), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [368] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1569), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [369] = { - [sym__expression] = STATE(3180), - [sym_block] = STATE(3180), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3180), - [sym_nil] = STATE(3180), - [sym__atom] = STATE(3180), - [sym_quoted_atom] = STATE(3180), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3180), - [sym_charlist] = STATE(3180), - [sym_sigil] = STATE(3180), - [sym_list] = STATE(3180), - [sym_tuple] = STATE(3180), - [sym_bitstring] = STATE(3180), - [sym_map] = STATE(3180), - [sym__nullary_operator] = STATE(3180), - [sym_unary_operator] = STATE(3180), - [sym__capture_expression] = STATE(1441), - [sym_binary_operator] = STATE(3180), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3180), - [sym_call] = STATE(3180), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3180), - [sym_anonymous_function] = STATE(3180), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1571), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(1573), - [sym_integer] = ACTIONS(1575), - [sym_float] = ACTIONS(1573), - [sym_char] = ACTIONS(1573), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1573), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [370] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5614), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1577), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [371] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5598), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [372] = { - [sym__expression] = STATE(3180), - [sym_block] = STATE(3180), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3180), - [sym_nil] = STATE(3180), - [sym__atom] = STATE(3180), - [sym_quoted_atom] = STATE(3180), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3180), - [sym_charlist] = STATE(3180), - [sym_sigil] = STATE(3180), - [sym_list] = STATE(3180), - [sym_tuple] = STATE(3180), - [sym_bitstring] = STATE(3180), - [sym_map] = STATE(3180), - [sym__nullary_operator] = STATE(3180), - [sym_unary_operator] = STATE(3180), - [sym__capture_expression] = STATE(1424), - [sym_binary_operator] = STATE(3180), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3180), - [sym_call] = STATE(3180), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3180), - [sym_anonymous_function] = STATE(3180), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1571), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(1573), - [sym_integer] = ACTIONS(1581), - [sym_float] = ACTIONS(1573), - [sym_char] = ACTIONS(1573), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1573), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [373] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1583), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [374] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5549), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1585), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [375] = { - [sym__expression] = STATE(3845), - [sym_block] = STATE(3845), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3845), - [sym_nil] = STATE(3845), - [sym__atom] = STATE(3845), - [sym_quoted_atom] = STATE(3845), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3845), - [sym_charlist] = STATE(3845), - [sym_sigil] = STATE(3845), - [sym_list] = STATE(3845), - [sym_tuple] = STATE(3845), - [sym_bitstring] = STATE(3845), - [sym_map] = STATE(3845), - [sym__nullary_operator] = STATE(3845), - [sym_unary_operator] = STATE(3845), - [sym__capture_expression] = STATE(3847), - [sym_binary_operator] = STATE(3845), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3845), - [sym_call] = STATE(3845), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3845), - [sym_anonymous_function] = STATE(3845), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1587), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1589), - [sym_integer] = ACTIONS(1591), - [sym_float] = ACTIONS(1589), - [sym_char] = ACTIONS(1589), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1589), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [376] = { - [sym__expression] = STATE(2739), - [sym_block] = STATE(2739), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2739), - [sym_nil] = STATE(2739), - [sym__atom] = STATE(2739), - [sym_quoted_atom] = STATE(2739), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2739), - [sym_charlist] = STATE(2739), - [sym_sigil] = STATE(2739), - [sym_list] = STATE(2739), - [sym_tuple] = STATE(2739), - [sym_bitstring] = STATE(2739), - [sym_map] = STATE(2739), - [sym__nullary_operator] = STATE(2739), - [sym_unary_operator] = STATE(2739), - [sym__capture_expression] = STATE(2766), - [sym_binary_operator] = STATE(2739), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2739), - [sym_call] = STATE(2739), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2739), - [sym_anonymous_function] = STATE(2739), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1593), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1595), - [sym_integer] = ACTIONS(1597), - [sym_float] = ACTIONS(1595), - [sym_char] = ACTIONS(1595), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [377] = { - [sym__expression] = STATE(2877), - [sym_block] = STATE(2877), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(2877), - [sym_nil] = STATE(2877), - [sym__atom] = STATE(2877), - [sym_quoted_atom] = STATE(2877), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2877), - [sym_charlist] = STATE(2877), - [sym_sigil] = STATE(2877), - [sym_list] = STATE(2877), - [sym_tuple] = STATE(2877), - [sym_bitstring] = STATE(2877), - [sym_map] = STATE(2877), - [sym__nullary_operator] = STATE(2877), - [sym_unary_operator] = STATE(2877), - [sym__capture_expression] = STATE(1441), - [sym_binary_operator] = STATE(2877), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2877), - [sym_call] = STATE(2877), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(2877), - [sym_anonymous_function] = STATE(2877), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1571), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1599), - [sym_integer] = ACTIONS(1575), - [sym_float] = ACTIONS(1599), - [sym_char] = ACTIONS(1599), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [378] = { - [sym__expression] = STATE(2877), - [sym_block] = STATE(2877), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(2877), - [sym_nil] = STATE(2877), - [sym__atom] = STATE(2877), - [sym_quoted_atom] = STATE(2877), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2877), - [sym_charlist] = STATE(2877), - [sym_sigil] = STATE(2877), - [sym_list] = STATE(2877), - [sym_tuple] = STATE(2877), - [sym_bitstring] = STATE(2877), - [sym_map] = STATE(2877), - [sym__nullary_operator] = STATE(2877), - [sym_unary_operator] = STATE(2877), - [sym__capture_expression] = STATE(1424), - [sym_binary_operator] = STATE(2877), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2877), - [sym_call] = STATE(2877), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(2877), - [sym_anonymous_function] = STATE(2877), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1571), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1599), - [sym_integer] = ACTIONS(1581), - [sym_float] = ACTIONS(1599), - [sym_char] = ACTIONS(1599), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1599), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [379] = { - [sym__expression] = STATE(2341), - [sym_block] = STATE(2341), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2341), - [sym_nil] = STATE(2341), - [sym__atom] = STATE(2341), - [sym_quoted_atom] = STATE(2341), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2341), - [sym_charlist] = STATE(2341), - [sym_sigil] = STATE(2341), - [sym_list] = STATE(2341), - [sym_tuple] = STATE(2341), - [sym_bitstring] = STATE(2341), - [sym_map] = STATE(2341), - [sym__nullary_operator] = STATE(2341), - [sym_unary_operator] = STATE(2341), - [sym__capture_expression] = STATE(1262), - [sym_binary_operator] = STATE(2341), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2341), - [sym_call] = STATE(2341), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2341), - [sym_anonymous_function] = STATE(2341), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1551), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1601), - [sym_integer] = ACTIONS(1603), - [sym_float] = ACTIONS(1601), - [sym_char] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [380] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1605), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [381] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1607), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [382] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1609), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [383] = { - [sym__expression] = STATE(2341), - [sym_block] = STATE(2341), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2341), - [sym_nil] = STATE(2341), - [sym__atom] = STATE(2341), - [sym_quoted_atom] = STATE(2341), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2341), - [sym_charlist] = STATE(2341), - [sym_sigil] = STATE(2341), - [sym_list] = STATE(2341), - [sym_tuple] = STATE(2341), - [sym_bitstring] = STATE(2341), - [sym_map] = STATE(2341), - [sym__nullary_operator] = STATE(2341), - [sym_unary_operator] = STATE(2341), - [sym__capture_expression] = STATE(1303), - [sym_binary_operator] = STATE(2341), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2341), - [sym_call] = STATE(2341), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2341), - [sym_anonymous_function] = STATE(2341), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1551), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1601), - [sym_integer] = ACTIONS(1555), - [sym_float] = ACTIONS(1601), - [sym_char] = ACTIONS(1601), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1601), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [384] = { - [sym__expression] = STATE(3589), - [sym_block] = STATE(3589), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3589), - [sym_nil] = STATE(3589), - [sym__atom] = STATE(3589), - [sym_quoted_atom] = STATE(3589), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3589), - [sym_charlist] = STATE(3589), - [sym_sigil] = STATE(3589), - [sym_list] = STATE(3589), - [sym_tuple] = STATE(3589), - [sym_bitstring] = STATE(3589), - [sym_map] = STATE(3589), - [sym__nullary_operator] = STATE(3589), - [sym_unary_operator] = STATE(3589), - [sym__capture_expression] = STATE(2004), - [sym_binary_operator] = STATE(3589), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3589), - [sym_call] = STATE(3589), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3589), - [sym_anonymous_function] = STATE(3589), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1611), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1613), - [sym_integer] = ACTIONS(1615), - [sym_float] = ACTIONS(1613), - [sym_char] = ACTIONS(1613), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1613), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [385] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1617), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [386] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1619), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [387] = { - [sym__expression] = STATE(3589), - [sym_block] = STATE(3589), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3589), - [sym_nil] = STATE(3589), - [sym__atom] = STATE(3589), - [sym_quoted_atom] = STATE(3589), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3589), - [sym_charlist] = STATE(3589), - [sym_sigil] = STATE(3589), - [sym_list] = STATE(3589), - [sym_tuple] = STATE(3589), - [sym_bitstring] = STATE(3589), - [sym_map] = STATE(3589), - [sym__nullary_operator] = STATE(3589), - [sym_unary_operator] = STATE(3589), - [sym__capture_expression] = STATE(2074), - [sym_binary_operator] = STATE(3589), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3589), - [sym_call] = STATE(3589), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3589), - [sym_anonymous_function] = STATE(3589), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1611), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1613), - [sym_integer] = ACTIONS(1621), - [sym_float] = ACTIONS(1613), - [sym_char] = ACTIONS(1613), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1613), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [388] = { - [sym__expression] = STATE(4105), - [sym_block] = STATE(4105), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(4105), - [sym_nil] = STATE(4105), - [sym__atom] = STATE(4105), - [sym_quoted_atom] = STATE(4105), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(4105), - [sym_charlist] = STATE(4105), - [sym_sigil] = STATE(4105), - [sym_list] = STATE(4105), - [sym_tuple] = STATE(4105), - [sym_bitstring] = STATE(4105), - [sym_map] = STATE(4105), - [sym__nullary_operator] = STATE(4105), - [sym_unary_operator] = STATE(4105), - [sym_binary_operator] = STATE(4105), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(4105), - [sym_call] = STATE(4105), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(4105), - [sym_anonymous_function] = STATE(4105), - [ts_builtin_sym_end] = ACTIONS(1623), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1625), - [sym_integer] = ACTIONS(1625), - [sym_float] = ACTIONS(1625), - [sym_char] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [389] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1627), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [390] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1629), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [391] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5590), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1631), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [392] = { - [sym__expression] = STATE(1964), - [sym_block] = STATE(1964), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1964), - [sym_nil] = STATE(1964), - [sym__atom] = STATE(1964), - [sym_quoted_atom] = STATE(1964), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1964), - [sym_charlist] = STATE(1964), - [sym_sigil] = STATE(1964), - [sym_list] = STATE(1964), - [sym_tuple] = STATE(1964), - [sym_bitstring] = STATE(1964), - [sym_map] = STATE(1964), - [sym__nullary_operator] = STATE(1964), - [sym_unary_operator] = STATE(1964), - [sym__capture_expression] = STATE(1683), - [sym_binary_operator] = STATE(1964), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1964), - [sym_call] = STATE(1964), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1964), - [sym_anonymous_function] = STATE(1964), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1543), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1633), - [sym_integer] = ACTIONS(1547), - [sym_float] = ACTIONS(1633), - [sym_char] = ACTIONS(1633), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1633), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [393] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1635), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [394] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1637), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [395] = { - [sym__expression] = STATE(1964), - [sym_block] = STATE(1964), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1964), - [sym_nil] = STATE(1964), - [sym__atom] = STATE(1964), - [sym_quoted_atom] = STATE(1964), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1964), - [sym_charlist] = STATE(1964), - [sym_sigil] = STATE(1964), - [sym_list] = STATE(1964), - [sym_tuple] = STATE(1964), - [sym_bitstring] = STATE(1964), - [sym_map] = STATE(1964), - [sym__nullary_operator] = STATE(1964), - [sym_unary_operator] = STATE(1964), - [sym__capture_expression] = STATE(1688), - [sym_binary_operator] = STATE(1964), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1964), - [sym_call] = STATE(1964), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1964), - [sym_anonymous_function] = STATE(1964), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1543), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1633), - [sym_integer] = ACTIONS(1549), - [sym_float] = ACTIONS(1633), - [sym_char] = ACTIONS(1633), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1633), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [396] = { - [sym__expression] = STATE(4105), - [sym_block] = STATE(4105), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(4105), - [sym_nil] = STATE(4105), - [sym__atom] = STATE(4105), - [sym_quoted_atom] = STATE(4105), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(4105), - [sym_charlist] = STATE(4105), - [sym_sigil] = STATE(4105), - [sym_list] = STATE(4105), - [sym_tuple] = STATE(4105), - [sym_bitstring] = STATE(4105), - [sym_map] = STATE(4105), - [sym__nullary_operator] = STATE(4105), - [sym_unary_operator] = STATE(4105), - [sym_binary_operator] = STATE(4105), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(4105), - [sym_call] = STATE(4105), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(4105), - [sym_anonymous_function] = STATE(4105), - [ts_builtin_sym_end] = ACTIONS(1639), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1625), - [sym_integer] = ACTIONS(1625), - [sym_float] = ACTIONS(1625), - [sym_char] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [397] = { - [sym__expression] = STATE(4122), - [sym_block] = STATE(4122), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4122), - [sym_nil] = STATE(4122), - [sym__atom] = STATE(4122), - [sym_quoted_atom] = STATE(4122), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4122), - [sym_charlist] = STATE(4122), - [sym_sigil] = STATE(4122), - [sym_list] = STATE(4122), - [sym_tuple] = STATE(4122), - [sym_bitstring] = STATE(4122), - [sym_map] = STATE(4122), - [sym__nullary_operator] = STATE(4122), - [sym_unary_operator] = STATE(4122), - [sym__capture_expression] = STATE(2844), - [sym_binary_operator] = STATE(4122), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4122), - [sym_call] = STATE(4122), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4122), - [sym_anonymous_function] = STATE(4122), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1641), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1643), - [sym_integer] = ACTIONS(1645), - [sym_float] = ACTIONS(1643), - [sym_char] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1643), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [398] = { - [sym__expression] = STATE(4122), - [sym_block] = STATE(4122), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4122), - [sym_nil] = STATE(4122), - [sym__atom] = STATE(4122), - [sym_quoted_atom] = STATE(4122), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4122), - [sym_charlist] = STATE(4122), - [sym_sigil] = STATE(4122), - [sym_list] = STATE(4122), - [sym_tuple] = STATE(4122), - [sym_bitstring] = STATE(4122), - [sym_map] = STATE(4122), - [sym__nullary_operator] = STATE(4122), - [sym_unary_operator] = STATE(4122), - [sym__capture_expression] = STATE(2905), - [sym_binary_operator] = STATE(4122), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4122), - [sym_call] = STATE(4122), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4122), - [sym_anonymous_function] = STATE(4122), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1641), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1643), - [sym_integer] = ACTIONS(1647), - [sym_float] = ACTIONS(1643), - [sym_char] = ACTIONS(1643), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1643), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [399] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1649), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [400] = { - [sym__expression] = STATE(1412), - [sym_block] = STATE(1412), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1412), - [sym_nil] = STATE(1412), - [sym__atom] = STATE(1412), - [sym_quoted_atom] = STATE(1412), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1412), - [sym_charlist] = STATE(1412), - [sym_sigil] = STATE(1412), - [sym_list] = STATE(1412), - [sym_tuple] = STATE(1412), - [sym_bitstring] = STATE(1412), - [sym_map] = STATE(1412), - [sym__nullary_operator] = STATE(1412), - [sym_unary_operator] = STATE(1412), - [sym__capture_expression] = STATE(1262), - [sym_binary_operator] = STATE(1412), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1412), - [sym_call] = STATE(1412), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1412), - [sym_anonymous_function] = STATE(1412), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1551), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1553), - [sym_integer] = ACTIONS(1603), - [sym_float] = ACTIONS(1553), - [sym_char] = ACTIONS(1553), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1553), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [401] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1651), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [402] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1653), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [403] = { - [sym__expression] = STATE(1651), - [sym_block] = STATE(1651), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1651), - [sym_nil] = STATE(1651), - [sym__atom] = STATE(1651), - [sym_quoted_atom] = STATE(1651), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1651), - [sym_charlist] = STATE(1651), - [sym_sigil] = STATE(1651), - [sym_list] = STATE(1651), - [sym_tuple] = STATE(1651), - [sym_bitstring] = STATE(1651), - [sym_map] = STATE(1651), - [sym__nullary_operator] = STATE(1651), - [sym_unary_operator] = STATE(1651), - [sym__capture_expression] = STATE(1424), - [sym_binary_operator] = STATE(1651), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1651), - [sym_call] = STATE(1651), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1651), - [sym_anonymous_function] = STATE(1651), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1571), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1655), - [sym_integer] = ACTIONS(1581), - [sym_float] = ACTIONS(1655), - [sym_char] = ACTIONS(1655), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [404] = { - [sym__expression] = STATE(3462), - [sym_block] = STATE(3462), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3462), - [sym_nil] = STATE(3462), - [sym__atom] = STATE(3462), - [sym_quoted_atom] = STATE(3462), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3462), - [sym_charlist] = STATE(3462), - [sym_sigil] = STATE(3462), - [sym_list] = STATE(3462), - [sym_tuple] = STATE(3462), - [sym_bitstring] = STATE(3462), - [sym_map] = STATE(3462), - [sym__nullary_operator] = STATE(3462), - [sym_unary_operator] = STATE(3462), - [sym__capture_expression] = STATE(2905), - [sym_binary_operator] = STATE(3462), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3462), - [sym_call] = STATE(3462), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3462), - [sym_anonymous_function] = STATE(3462), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1641), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1657), - [sym_integer] = ACTIONS(1647), - [sym_float] = ACTIONS(1657), - [sym_char] = ACTIONS(1657), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1657), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [405] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1659), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [406] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5644), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1661), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [407] = { - [sym__expression] = STATE(4105), - [sym_block] = STATE(4105), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(4105), - [sym_nil] = STATE(4105), - [sym__atom] = STATE(4105), - [sym_quoted_atom] = STATE(4105), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(4105), - [sym_charlist] = STATE(4105), - [sym_sigil] = STATE(4105), - [sym_list] = STATE(4105), - [sym_tuple] = STATE(4105), - [sym_bitstring] = STATE(4105), - [sym_map] = STATE(4105), - [sym__nullary_operator] = STATE(4105), - [sym_unary_operator] = STATE(4105), - [sym_binary_operator] = STATE(4105), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(4105), - [sym_call] = STATE(4105), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(4105), - [sym_anonymous_function] = STATE(4105), - [ts_builtin_sym_end] = ACTIONS(1663), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1625), - [sym_integer] = ACTIONS(1625), - [sym_float] = ACTIONS(1625), - [sym_char] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [408] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5630), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1665), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [409] = { - [sym__expression] = STATE(3462), - [sym_block] = STATE(3462), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3462), - [sym_nil] = STATE(3462), - [sym__atom] = STATE(3462), - [sym_quoted_atom] = STATE(3462), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3462), - [sym_charlist] = STATE(3462), - [sym_sigil] = STATE(3462), - [sym_list] = STATE(3462), - [sym_tuple] = STATE(3462), - [sym_bitstring] = STATE(3462), - [sym_map] = STATE(3462), - [sym__nullary_operator] = STATE(3462), - [sym_unary_operator] = STATE(3462), - [sym__capture_expression] = STATE(2844), - [sym_binary_operator] = STATE(3462), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3462), - [sym_call] = STATE(3462), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3462), - [sym_anonymous_function] = STATE(3462), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1641), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1657), - [sym_integer] = ACTIONS(1645), - [sym_float] = ACTIONS(1657), - [sym_char] = ACTIONS(1657), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1657), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [410] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1667), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [411] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1669), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [412] = { - [sym__expression] = STATE(4120), - [sym_block] = STATE(4120), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4120), - [sym_nil] = STATE(4120), - [sym__atom] = STATE(4120), - [sym_quoted_atom] = STATE(4120), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4120), - [sym_charlist] = STATE(4120), - [sym_sigil] = STATE(4120), - [sym_list] = STATE(4120), - [sym_tuple] = STATE(4120), - [sym_bitstring] = STATE(4120), - [sym_map] = STATE(4120), - [sym__nullary_operator] = STATE(4120), - [sym_unary_operator] = STATE(4120), - [sym__capture_expression] = STATE(4071), - [sym_binary_operator] = STATE(4120), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4120), - [sym_call] = STATE(4120), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4120), - [sym_anonymous_function] = STATE(4120), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1671), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1673), - [sym_integer] = ACTIONS(1675), - [sym_float] = ACTIONS(1673), - [sym_char] = ACTIONS(1673), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1673), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [413] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1677), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [414] = { - [sym__expression] = STATE(4120), - [sym_block] = STATE(4120), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4120), - [sym_nil] = STATE(4120), - [sym__atom] = STATE(4120), - [sym_quoted_atom] = STATE(4120), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4120), - [sym_charlist] = STATE(4120), - [sym_sigil] = STATE(4120), - [sym_list] = STATE(4120), - [sym_tuple] = STATE(4120), - [sym_bitstring] = STATE(4120), - [sym_map] = STATE(4120), - [sym__nullary_operator] = STATE(4120), - [sym_unary_operator] = STATE(4120), - [sym__capture_expression] = STATE(4131), - [sym_binary_operator] = STATE(4120), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4120), - [sym_call] = STATE(4120), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4120), - [sym_anonymous_function] = STATE(4120), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1671), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1673), - [sym_integer] = ACTIONS(1679), - [sym_float] = ACTIONS(1673), - [sym_char] = ACTIONS(1673), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1673), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [415] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1681), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [416] = { - [sym__expression] = STATE(1651), - [sym_block] = STATE(1651), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1651), - [sym_nil] = STATE(1651), - [sym__atom] = STATE(1651), - [sym_quoted_atom] = STATE(1651), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1651), - [sym_charlist] = STATE(1651), - [sym_sigil] = STATE(1651), - [sym_list] = STATE(1651), - [sym_tuple] = STATE(1651), - [sym_bitstring] = STATE(1651), - [sym_map] = STATE(1651), - [sym__nullary_operator] = STATE(1651), - [sym_unary_operator] = STATE(1651), - [sym__capture_expression] = STATE(1441), - [sym_binary_operator] = STATE(1651), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1651), - [sym_call] = STATE(1651), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1651), - [sym_anonymous_function] = STATE(1651), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1571), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1655), - [sym_integer] = ACTIONS(1575), - [sym_float] = ACTIONS(1655), - [sym_char] = ACTIONS(1655), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1655), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [417] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1683), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [418] = { - [sym__expression] = STATE(2227), - [sym_block] = STATE(2227), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2227), - [sym_nil] = STATE(2227), - [sym__atom] = STATE(2227), - [sym_quoted_atom] = STATE(2227), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2227), - [sym_charlist] = STATE(2227), - [sym_sigil] = STATE(2227), - [sym_list] = STATE(2227), - [sym_tuple] = STATE(2227), - [sym_bitstring] = STATE(2227), - [sym_map] = STATE(2227), - [sym__nullary_operator] = STATE(2227), - [sym_unary_operator] = STATE(2227), - [sym__capture_expression] = STATE(2074), - [sym_binary_operator] = STATE(2227), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2227), - [sym_call] = STATE(2227), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2227), - [sym_anonymous_function] = STATE(2227), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1611), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1685), - [sym_integer] = ACTIONS(1621), - [sym_float] = ACTIONS(1685), - [sym_char] = ACTIONS(1685), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1685), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [419] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5586), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1687), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [420] = { - [sym__expression] = STATE(3814), - [sym_block] = STATE(3814), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3814), - [sym_nil] = STATE(3814), - [sym__atom] = STATE(3814), - [sym_quoted_atom] = STATE(3814), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3814), - [sym_charlist] = STATE(3814), - [sym_sigil] = STATE(3814), - [sym_list] = STATE(3814), - [sym_tuple] = STATE(3814), - [sym_bitstring] = STATE(3814), - [sym_map] = STATE(3814), - [sym__nullary_operator] = STATE(3814), - [sym_unary_operator] = STATE(3814), - [sym__capture_expression] = STATE(3809), - [sym_binary_operator] = STATE(3814), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3814), - [sym_call] = STATE(3814), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3814), - [sym_anonymous_function] = STATE(3814), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1689), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1691), - [sym_integer] = ACTIONS(1693), - [sym_float] = ACTIONS(1691), - [sym_char] = ACTIONS(1691), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(1691), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [421] = { - [sym__expression] = STATE(3724), - [sym_block] = STATE(3724), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3724), - [sym_nil] = STATE(3724), - [sym__atom] = STATE(3724), - [sym_quoted_atom] = STATE(3724), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3724), - [sym_charlist] = STATE(3724), - [sym_sigil] = STATE(3724), - [sym_list] = STATE(3724), - [sym_tuple] = STATE(3724), - [sym_bitstring] = STATE(3724), - [sym_map] = STATE(3724), - [sym__nullary_operator] = STATE(3724), - [sym_unary_operator] = STATE(3724), - [sym__capture_expression] = STATE(1822), - [sym_binary_operator] = STATE(3724), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3724), - [sym_call] = STATE(3724), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3724), - [sym_anonymous_function] = STATE(3724), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1515), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1695), - [sym_integer] = ACTIONS(1519), - [sym_float] = ACTIONS(1695), - [sym_char] = ACTIONS(1695), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1695), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [422] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1697), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [423] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5637), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1699), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [424] = { - [sym__expression] = STATE(3814), - [sym_block] = STATE(3814), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3814), - [sym_nil] = STATE(3814), - [sym__atom] = STATE(3814), - [sym_quoted_atom] = STATE(3814), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3814), - [sym_charlist] = STATE(3814), - [sym_sigil] = STATE(3814), - [sym_list] = STATE(3814), - [sym_tuple] = STATE(3814), - [sym_bitstring] = STATE(3814), - [sym_map] = STATE(3814), - [sym__nullary_operator] = STATE(3814), - [sym_unary_operator] = STATE(3814), - [sym__capture_expression] = STATE(3801), - [sym_binary_operator] = STATE(3814), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3814), - [sym_call] = STATE(3814), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3814), - [sym_anonymous_function] = STATE(3814), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1689), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1691), - [sym_integer] = ACTIONS(1701), - [sym_float] = ACTIONS(1691), - [sym_char] = ACTIONS(1691), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(1691), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [425] = { - [sym__expression] = STATE(3724), - [sym_block] = STATE(3724), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3724), - [sym_nil] = STATE(3724), - [sym__atom] = STATE(3724), - [sym_quoted_atom] = STATE(3724), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3724), - [sym_charlist] = STATE(3724), - [sym_sigil] = STATE(3724), - [sym_list] = STATE(3724), - [sym_tuple] = STATE(3724), - [sym_bitstring] = STATE(3724), - [sym_map] = STATE(3724), - [sym__nullary_operator] = STATE(3724), - [sym_unary_operator] = STATE(3724), - [sym__capture_expression] = STATE(1789), - [sym_binary_operator] = STATE(3724), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3724), - [sym_call] = STATE(3724), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3724), - [sym_anonymous_function] = STATE(3724), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1515), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1695), - [sym_integer] = ACTIONS(1533), - [sym_float] = ACTIONS(1695), - [sym_char] = ACTIONS(1695), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1695), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [426] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1703), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [427] = { - [sym__expression] = STATE(2668), - [sym_block] = STATE(2668), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2668), - [sym_nil] = STATE(2668), - [sym__atom] = STATE(2668), - [sym_quoted_atom] = STATE(2668), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2668), - [sym_charlist] = STATE(2668), - [sym_sigil] = STATE(2668), - [sym_list] = STATE(2668), - [sym_tuple] = STATE(2668), - [sym_bitstring] = STATE(2668), - [sym_map] = STATE(2668), - [sym__nullary_operator] = STATE(2668), - [sym_unary_operator] = STATE(2668), - [sym__capture_expression] = STATE(2692), - [sym_binary_operator] = STATE(2668), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2668), - [sym_call] = STATE(2668), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2668), - [sym_anonymous_function] = STATE(2668), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1705), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1707), - [sym_integer] = ACTIONS(1709), - [sym_float] = ACTIONS(1707), - [sym_char] = ACTIONS(1707), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(1707), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [428] = { - [sym__expression] = STATE(3845), - [sym_block] = STATE(3845), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3845), - [sym_nil] = STATE(3845), - [sym__atom] = STATE(3845), - [sym_quoted_atom] = STATE(3845), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3845), - [sym_charlist] = STATE(3845), - [sym_sigil] = STATE(3845), - [sym_list] = STATE(3845), - [sym_tuple] = STATE(3845), - [sym_bitstring] = STATE(3845), - [sym_map] = STATE(3845), - [sym__nullary_operator] = STATE(3845), - [sym_unary_operator] = STATE(3845), - [sym__capture_expression] = STATE(3858), - [sym_binary_operator] = STATE(3845), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3845), - [sym_call] = STATE(3845), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3845), - [sym_anonymous_function] = STATE(3845), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1587), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1589), - [sym_integer] = ACTIONS(1711), - [sym_float] = ACTIONS(1589), - [sym_char] = ACTIONS(1589), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1589), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [429] = { - [sym__expression] = STATE(2227), - [sym_block] = STATE(2227), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2227), - [sym_nil] = STATE(2227), - [sym__atom] = STATE(2227), - [sym_quoted_atom] = STATE(2227), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2227), - [sym_charlist] = STATE(2227), - [sym_sigil] = STATE(2227), - [sym_list] = STATE(2227), - [sym_tuple] = STATE(2227), - [sym_bitstring] = STATE(2227), - [sym_map] = STATE(2227), - [sym__nullary_operator] = STATE(2227), - [sym_unary_operator] = STATE(2227), - [sym__capture_expression] = STATE(2004), - [sym_binary_operator] = STATE(2227), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2227), - [sym_call] = STATE(2227), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2227), - [sym_anonymous_function] = STATE(2227), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1611), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1685), - [sym_integer] = ACTIONS(1615), - [sym_float] = ACTIONS(1685), - [sym_char] = ACTIONS(1685), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1685), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [430] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1713), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [431] = { - [sym__expression] = STATE(2668), - [sym_block] = STATE(2668), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2668), - [sym_nil] = STATE(2668), - [sym__atom] = STATE(2668), - [sym_quoted_atom] = STATE(2668), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2668), - [sym_charlist] = STATE(2668), - [sym_sigil] = STATE(2668), - [sym_list] = STATE(2668), - [sym_tuple] = STATE(2668), - [sym_bitstring] = STATE(2668), - [sym_map] = STATE(2668), - [sym__nullary_operator] = STATE(2668), - [sym_unary_operator] = STATE(2668), - [sym__capture_expression] = STATE(3158), - [sym_binary_operator] = STATE(2668), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2668), - [sym_call] = STATE(2668), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2668), - [sym_anonymous_function] = STATE(2668), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1705), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1707), - [sym_integer] = ACTIONS(1715), - [sym_float] = ACTIONS(1707), - [sym_char] = ACTIONS(1707), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(1707), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [432] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1717), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [433] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1719), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [434] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1721), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [435] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1723), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [436] = { - [sym__expression] = STATE(4159), - [sym_block] = STATE(4159), - [sym_identifier] = STATE(109), - [sym_boolean] = STATE(4159), - [sym_nil] = STATE(4159), - [sym__atom] = STATE(4153), - [sym_quoted_atom] = STATE(4153), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4159), - [sym_charlist] = STATE(4159), - [sym_sigil] = STATE(4159), - [sym_list] = STATE(4159), - [sym_tuple] = STATE(4159), - [sym_bitstring] = STATE(4159), - [sym_map] = STATE(4159), - [sym_struct] = STATE(5582), - [sym__nullary_operator] = STATE(4159), - [sym_unary_operator] = STATE(4153), - [sym_binary_operator] = STATE(4159), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4153), - [sym_call] = STATE(4159), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(4151), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4159), - [sym_anonymous_function] = STATE(4159), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1527), - [sym_integer] = ACTIONS(1529), - [sym_float] = ACTIONS(1529), - [sym_char] = ACTIONS(1529), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1527), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1725), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [437] = { - [sym__expression] = STATE(3985), - [sym_block] = STATE(3985), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3985), - [sym_nil] = STATE(3985), - [sym__atom] = STATE(3985), - [sym_quoted_atom] = STATE(3985), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3985), - [sym_charlist] = STATE(3985), - [sym_sigil] = STATE(3985), - [sym_list] = STATE(3985), - [sym_tuple] = STATE(3985), - [sym_bitstring] = STATE(3985), - [sym_map] = STATE(3985), - [sym__nullary_operator] = STATE(3985), - [sym_unary_operator] = STATE(3985), - [sym__capture_expression] = STATE(1822), - [sym_binary_operator] = STATE(3985), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3985), - [sym_call] = STATE(3985), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3985), - [sym_anonymous_function] = STATE(3985), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1515), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1727), - [sym_integer] = ACTIONS(1519), - [sym_float] = ACTIONS(1727), - [sym_char] = ACTIONS(1727), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [438] = { - [sym__expression] = STATE(3985), - [sym_block] = STATE(3985), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3985), - [sym_nil] = STATE(3985), - [sym__atom] = STATE(3985), - [sym_quoted_atom] = STATE(3985), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3985), - [sym_charlist] = STATE(3985), - [sym_sigil] = STATE(3985), - [sym_list] = STATE(3985), - [sym_tuple] = STATE(3985), - [sym_bitstring] = STATE(3985), - [sym_map] = STATE(3985), - [sym__nullary_operator] = STATE(3985), - [sym_unary_operator] = STATE(3985), - [sym__capture_expression] = STATE(1789), - [sym_binary_operator] = STATE(3985), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3985), - [sym_call] = STATE(3985), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3985), - [sym_anonymous_function] = STATE(3985), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1515), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1727), - [sym_integer] = ACTIONS(1533), - [sym_float] = ACTIONS(1727), - [sym_char] = ACTIONS(1727), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1727), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [439] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1729), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [440] = { - [sym__expression] = STATE(2739), - [sym_block] = STATE(2739), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2739), - [sym_nil] = STATE(2739), - [sym__atom] = STATE(2739), - [sym_quoted_atom] = STATE(2739), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2739), - [sym_charlist] = STATE(2739), - [sym_sigil] = STATE(2739), - [sym_list] = STATE(2739), - [sym_tuple] = STATE(2739), - [sym_bitstring] = STATE(2739), - [sym_map] = STATE(2739), - [sym__nullary_operator] = STATE(2739), - [sym_unary_operator] = STATE(2739), - [sym__capture_expression] = STATE(2742), - [sym_binary_operator] = STATE(2739), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2739), - [sym_call] = STATE(2739), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2739), - [sym_anonymous_function] = STATE(2739), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1593), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1595), - [sym_integer] = ACTIONS(1731), - [sym_float] = ACTIONS(1595), - [sym_char] = ACTIONS(1595), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1595), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [441] = { - [sym__expression] = STATE(3275), - [sym_block] = STATE(3275), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3275), - [sym_nil] = STATE(3275), - [sym__atom] = STATE(3275), - [sym_quoted_atom] = STATE(3275), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3275), - [sym_charlist] = STATE(3275), - [sym_sigil] = STATE(3275), - [sym_list] = STATE(3275), - [sym_tuple] = STATE(3275), - [sym_bitstring] = STATE(3275), - [sym_map] = STATE(3275), - [sym__nullary_operator] = STATE(3275), - [sym_unary_operator] = STATE(3275), - [sym__capture_expression] = STATE(3284), - [sym_binary_operator] = STATE(3275), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3275), - [sym_call] = STATE(3275), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3275), - [sym_anonymous_function] = STATE(3275), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1521), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(1523), - [sym_integer] = ACTIONS(1733), - [sym_float] = ACTIONS(1523), - [sym_char] = ACTIONS(1523), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(1523), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [442] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [anon_sym_RPAREN] = ACTIONS(1735), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [443] = { - [sym__expression] = STATE(3965), - [sym_block] = STATE(3965), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3965), - [sym_nil] = STATE(3965), - [sym__atom] = STATE(3965), - [sym_quoted_atom] = STATE(3965), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3965), - [sym_charlist] = STATE(3965), - [sym_sigil] = STATE(3965), - [sym_list] = STATE(3965), - [sym_tuple] = STATE(3965), - [sym_bitstring] = STATE(3965), - [sym_map] = STATE(3965), - [sym__nullary_operator] = STATE(3965), - [sym_unary_operator] = STATE(3965), - [sym_binary_operator] = STATE(3965), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3965), - [sym_call] = STATE(3965), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3965), - [sym_anonymous_function] = STATE(3965), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1737), - [sym_integer] = ACTIONS(1737), - [sym_float] = ACTIONS(1737), - [sym_char] = ACTIONS(1737), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1737), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [444] = { - [sym__expression] = STATE(3362), - [sym_block] = STATE(3362), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3362), - [sym_nil] = STATE(3362), - [sym__atom] = STATE(3362), - [sym_quoted_atom] = STATE(3362), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3362), - [sym_charlist] = STATE(3362), - [sym_sigil] = STATE(3362), - [sym_list] = STATE(3362), - [sym_tuple] = STATE(3362), - [sym_bitstring] = STATE(3362), - [sym_map] = STATE(3362), - [sym__nullary_operator] = STATE(3362), - [sym_unary_operator] = STATE(3362), - [sym_binary_operator] = STATE(3362), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3362), - [sym_call] = STATE(3362), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3362), - [sym_anonymous_function] = STATE(3362), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(1739), - [sym_integer] = ACTIONS(1739), - [sym_float] = ACTIONS(1739), - [sym_char] = ACTIONS(1739), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(1739), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [445] = { - [sym__expression] = STATE(3977), - [sym_block] = STATE(3977), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3977), - [sym_nil] = STATE(3977), - [sym__atom] = STATE(3977), - [sym_quoted_atom] = STATE(3977), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3977), - [sym_charlist] = STATE(3977), - [sym_sigil] = STATE(3977), - [sym_list] = STATE(3977), - [sym_tuple] = STATE(3977), - [sym_bitstring] = STATE(3977), - [sym_map] = STATE(3977), - [sym__nullary_operator] = STATE(3977), - [sym_unary_operator] = STATE(3977), - [sym_binary_operator] = STATE(3977), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3977), - [sym_call] = STATE(3977), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3977), - [sym_anonymous_function] = STATE(3977), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1741), - [sym_integer] = ACTIONS(1741), - [sym_float] = ACTIONS(1741), - [sym_char] = ACTIONS(1741), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1741), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [446] = { - [sym__expression] = STATE(2767), - [sym_block] = STATE(2767), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2767), - [sym_nil] = STATE(2767), - [sym__atom] = STATE(2767), - [sym_quoted_atom] = STATE(2767), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2767), - [sym_charlist] = STATE(2767), - [sym_sigil] = STATE(2767), - [sym_list] = STATE(2767), - [sym_tuple] = STATE(2767), - [sym_bitstring] = STATE(2767), - [sym_map] = STATE(2767), - [sym__nullary_operator] = STATE(2767), - [sym_unary_operator] = STATE(2767), - [sym_binary_operator] = STATE(2767), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2767), - [sym_call] = STATE(2767), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2767), - [sym_anonymous_function] = STATE(2767), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1743), - [sym_integer] = ACTIONS(1743), - [sym_float] = ACTIONS(1743), - [sym_char] = ACTIONS(1743), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1743), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [447] = { - [sym__expression] = STATE(1517), - [sym_block] = STATE(1517), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1517), - [sym_nil] = STATE(1517), - [sym__atom] = STATE(1517), - [sym_quoted_atom] = STATE(1517), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1517), - [sym_charlist] = STATE(1517), - [sym_sigil] = STATE(1517), - [sym_list] = STATE(1517), - [sym_tuple] = STATE(1517), - [sym_bitstring] = STATE(1517), - [sym_map] = STATE(1517), - [sym__nullary_operator] = STATE(1517), - [sym_unary_operator] = STATE(1517), - [sym_binary_operator] = STATE(1517), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1517), - [sym_call] = STATE(1517), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1517), - [sym_anonymous_function] = STATE(1517), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1745), - [sym_integer] = ACTIONS(1745), - [sym_float] = ACTIONS(1745), - [sym_char] = ACTIONS(1745), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1745), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [448] = { - [sym__expression] = STATE(3978), - [sym_block] = STATE(3978), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3978), - [sym_nil] = STATE(3978), - [sym__atom] = STATE(3978), - [sym_quoted_atom] = STATE(3978), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3978), - [sym_charlist] = STATE(3978), - [sym_sigil] = STATE(3978), - [sym_list] = STATE(3978), - [sym_tuple] = STATE(3978), - [sym_bitstring] = STATE(3978), - [sym_map] = STATE(3978), - [sym__nullary_operator] = STATE(3978), - [sym_unary_operator] = STATE(3978), - [sym_binary_operator] = STATE(3978), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3978), - [sym_call] = STATE(3978), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3978), - [sym_anonymous_function] = STATE(3978), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1747), - [sym_integer] = ACTIONS(1747), - [sym_float] = ACTIONS(1747), - [sym_char] = ACTIONS(1747), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1747), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [449] = { - [sym__expression] = STATE(2744), - [sym_block] = STATE(2744), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2744), - [sym_nil] = STATE(2744), - [sym__atom] = STATE(2744), - [sym_quoted_atom] = STATE(2744), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2744), - [sym_charlist] = STATE(2744), - [sym_sigil] = STATE(2744), - [sym_list] = STATE(2744), - [sym_tuple] = STATE(2744), - [sym_bitstring] = STATE(2744), - [sym_map] = STATE(2744), - [sym__nullary_operator] = STATE(2744), - [sym_unary_operator] = STATE(2744), - [sym_binary_operator] = STATE(2744), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2744), - [sym_call] = STATE(2744), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2744), - [sym_anonymous_function] = STATE(2744), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1749), - [sym_integer] = ACTIONS(1749), - [sym_float] = ACTIONS(1749), - [sym_char] = ACTIONS(1749), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1749), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [450] = { - [sym__expression] = STATE(3029), - [sym_block] = STATE(3029), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(3029), - [sym_nil] = STATE(3029), - [sym__atom] = STATE(3029), - [sym_quoted_atom] = STATE(3029), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(3029), - [sym_charlist] = STATE(3029), - [sym_sigil] = STATE(3029), - [sym_list] = STATE(3029), - [sym_tuple] = STATE(3029), - [sym_bitstring] = STATE(3029), - [sym_map] = STATE(3029), - [sym__nullary_operator] = STATE(3029), - [sym_unary_operator] = STATE(3029), - [sym_binary_operator] = STATE(3029), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(3029), - [sym_call] = STATE(3029), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(3029), - [sym_anonymous_function] = STATE(3029), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1465), - [sym_integer] = ACTIONS(1465), - [sym_float] = ACTIONS(1465), - [sym_char] = ACTIONS(1465), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(1465), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [451] = { - [sym__expression] = STATE(4079), - [sym_block] = STATE(4079), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4079), - [sym_nil] = STATE(4079), - [sym__atom] = STATE(4079), - [sym_quoted_atom] = STATE(4079), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4079), - [sym_charlist] = STATE(4079), - [sym_sigil] = STATE(4079), - [sym_list] = STATE(4079), - [sym_tuple] = STATE(4079), - [sym_bitstring] = STATE(4079), - [sym_map] = STATE(4079), - [sym__nullary_operator] = STATE(4079), - [sym_unary_operator] = STATE(4079), - [sym_binary_operator] = STATE(4079), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4079), - [sym_call] = STATE(4079), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4079), - [sym_anonymous_function] = STATE(4079), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1513), - [sym_integer] = ACTIONS(1513), - [sym_float] = ACTIONS(1513), - [sym_char] = ACTIONS(1513), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1513), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [452] = { - [sym__expression] = STATE(4045), - [sym_block] = STATE(4045), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(4045), - [sym_nil] = STATE(4045), - [sym__atom] = STATE(4045), - [sym_quoted_atom] = STATE(4045), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(4045), - [sym_charlist] = STATE(4045), - [sym_sigil] = STATE(4045), - [sym_list] = STATE(4045), - [sym_tuple] = STATE(4045), - [sym_bitstring] = STATE(4045), - [sym_map] = STATE(4045), - [sym__nullary_operator] = STATE(4045), - [sym_unary_operator] = STATE(4045), - [sym_binary_operator] = STATE(4045), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(4045), - [sym_call] = STATE(4045), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(4045), - [sym_anonymous_function] = STATE(4045), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1453), - [sym_integer] = ACTIONS(1453), - [sym_float] = ACTIONS(1453), - [sym_char] = ACTIONS(1453), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(1453), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [453] = { - [sym__expression] = STATE(2743), - [sym_block] = STATE(2743), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2743), - [sym_nil] = STATE(2743), - [sym__atom] = STATE(2743), - [sym_quoted_atom] = STATE(2743), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2743), - [sym_charlist] = STATE(2743), - [sym_sigil] = STATE(2743), - [sym_list] = STATE(2743), - [sym_tuple] = STATE(2743), - [sym_bitstring] = STATE(2743), - [sym_map] = STATE(2743), - [sym__nullary_operator] = STATE(2743), - [sym_unary_operator] = STATE(2743), - [sym_binary_operator] = STATE(2743), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2743), - [sym_call] = STATE(2743), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2743), - [sym_anonymous_function] = STATE(2743), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1751), - [sym_integer] = ACTIONS(1751), - [sym_float] = ACTIONS(1751), - [sym_char] = ACTIONS(1751), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1751), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [454] = { - [sym__expression] = STATE(3535), - [sym_block] = STATE(3535), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3535), - [sym_nil] = STATE(3535), - [sym__atom] = STATE(3535), - [sym_quoted_atom] = STATE(3535), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3535), - [sym_charlist] = STATE(3535), - [sym_sigil] = STATE(3535), - [sym_list] = STATE(3535), - [sym_tuple] = STATE(3535), - [sym_bitstring] = STATE(3535), - [sym_map] = STATE(3535), - [sym__nullary_operator] = STATE(3535), - [sym_unary_operator] = STATE(3535), - [sym_binary_operator] = STATE(3535), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3535), - [sym_call] = STATE(3535), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3535), - [sym_anonymous_function] = STATE(3535), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1159), - [sym_integer] = ACTIONS(1159), - [sym_float] = ACTIONS(1159), - [sym_char] = ACTIONS(1159), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1159), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [455] = { - [sym__expression] = STATE(1317), - [sym_block] = STATE(1317), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1317), - [sym_nil] = STATE(1317), - [sym__atom] = STATE(1317), - [sym_quoted_atom] = STATE(1317), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1317), - [sym_charlist] = STATE(1317), - [sym_sigil] = STATE(1317), - [sym_list] = STATE(1317), - [sym_tuple] = STATE(1317), - [sym_bitstring] = STATE(1317), - [sym_map] = STATE(1317), - [sym__nullary_operator] = STATE(1317), - [sym_unary_operator] = STATE(1317), - [sym_binary_operator] = STATE(1317), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1317), - [sym_call] = STATE(1317), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1317), - [sym_anonymous_function] = STATE(1317), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1753), - [sym_integer] = ACTIONS(1753), - [sym_float] = ACTIONS(1753), - [sym_char] = ACTIONS(1753), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1753), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [456] = { - [sym__expression] = STATE(1420), - [sym_block] = STATE(1420), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1420), - [sym_nil] = STATE(1420), - [sym__atom] = STATE(1420), - [sym_quoted_atom] = STATE(1420), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1420), - [sym_charlist] = STATE(1420), - [sym_sigil] = STATE(1420), - [sym_list] = STATE(1420), - [sym_tuple] = STATE(1420), - [sym_bitstring] = STATE(1420), - [sym_map] = STATE(1420), - [sym__nullary_operator] = STATE(1420), - [sym_unary_operator] = STATE(1420), - [sym_binary_operator] = STATE(1420), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1420), - [sym_call] = STATE(1420), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1420), - [sym_anonymous_function] = STATE(1420), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1755), - [sym_integer] = ACTIONS(1755), - [sym_float] = ACTIONS(1755), - [sym_char] = ACTIONS(1755), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1755), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [457] = { - [sym__expression] = STATE(1457), - [sym_block] = STATE(1457), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1457), - [sym_nil] = STATE(1457), - [sym__atom] = STATE(1457), - [sym_quoted_atom] = STATE(1457), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1457), - [sym_charlist] = STATE(1457), - [sym_sigil] = STATE(1457), - [sym_list] = STATE(1457), - [sym_tuple] = STATE(1457), - [sym_bitstring] = STATE(1457), - [sym_map] = STATE(1457), - [sym__nullary_operator] = STATE(1457), - [sym_unary_operator] = STATE(1457), - [sym_binary_operator] = STATE(1457), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1457), - [sym_call] = STATE(1457), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1457), - [sym_anonymous_function] = STATE(1457), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1757), - [sym_integer] = ACTIONS(1757), - [sym_float] = ACTIONS(1757), - [sym_char] = ACTIONS(1757), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1757), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [458] = { - [sym__expression] = STATE(1518), - [sym_block] = STATE(1518), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1518), - [sym_nil] = STATE(1518), - [sym__atom] = STATE(1518), - [sym_quoted_atom] = STATE(1518), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1518), - [sym_charlist] = STATE(1518), - [sym_sigil] = STATE(1518), - [sym_list] = STATE(1518), - [sym_tuple] = STATE(1518), - [sym_bitstring] = STATE(1518), - [sym_map] = STATE(1518), - [sym__nullary_operator] = STATE(1518), - [sym_unary_operator] = STATE(1518), - [sym_binary_operator] = STATE(1518), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1518), - [sym_call] = STATE(1518), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1518), - [sym_anonymous_function] = STATE(1518), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1759), - [sym_integer] = ACTIONS(1759), - [sym_float] = ACTIONS(1759), - [sym_char] = ACTIONS(1759), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1759), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [459] = { - [sym__expression] = STATE(1415), - [sym_block] = STATE(1415), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1415), - [sym_nil] = STATE(1415), - [sym__atom] = STATE(1415), - [sym_quoted_atom] = STATE(1415), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1415), - [sym_charlist] = STATE(1415), - [sym_sigil] = STATE(1415), - [sym_list] = STATE(1415), - [sym_tuple] = STATE(1415), - [sym_bitstring] = STATE(1415), - [sym_map] = STATE(1415), - [sym__nullary_operator] = STATE(1415), - [sym_unary_operator] = STATE(1415), - [sym_binary_operator] = STATE(1415), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1415), - [sym_call] = STATE(1415), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1415), - [sym_anonymous_function] = STATE(1415), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1761), - [sym_integer] = ACTIONS(1761), - [sym_float] = ACTIONS(1761), - [sym_char] = ACTIONS(1761), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1761), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [460] = { - [sym__expression] = STATE(2805), - [sym_block] = STATE(2805), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2805), - [sym_nil] = STATE(2805), - [sym__atom] = STATE(2805), - [sym_quoted_atom] = STATE(2805), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2805), - [sym_charlist] = STATE(2805), - [sym_sigil] = STATE(2805), - [sym_list] = STATE(2805), - [sym_tuple] = STATE(2805), - [sym_bitstring] = STATE(2805), - [sym_map] = STATE(2805), - [sym__nullary_operator] = STATE(2805), - [sym_unary_operator] = STATE(2805), - [sym_binary_operator] = STATE(2805), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2805), - [sym_call] = STATE(2805), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2805), - [sym_anonymous_function] = STATE(2805), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1763), - [sym_integer] = ACTIONS(1763), - [sym_float] = ACTIONS(1763), - [sym_char] = ACTIONS(1763), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1763), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [461] = { - [sym__expression] = STATE(1400), - [sym_block] = STATE(1400), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1400), - [sym_nil] = STATE(1400), - [sym__atom] = STATE(1400), - [sym_quoted_atom] = STATE(1400), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1400), - [sym_charlist] = STATE(1400), - [sym_sigil] = STATE(1400), - [sym_list] = STATE(1400), - [sym_tuple] = STATE(1400), - [sym_bitstring] = STATE(1400), - [sym_map] = STATE(1400), - [sym__nullary_operator] = STATE(1400), - [sym_unary_operator] = STATE(1400), - [sym_binary_operator] = STATE(1400), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1400), - [sym_call] = STATE(1400), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1400), - [sym_anonymous_function] = STATE(1400), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1765), - [sym_integer] = ACTIONS(1765), - [sym_float] = ACTIONS(1765), - [sym_char] = ACTIONS(1765), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1765), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [462] = { - [sym__expression] = STATE(1372), - [sym_block] = STATE(1372), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1372), - [sym_nil] = STATE(1372), - [sym__atom] = STATE(1372), - [sym_quoted_atom] = STATE(1372), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1372), - [sym_charlist] = STATE(1372), - [sym_sigil] = STATE(1372), - [sym_list] = STATE(1372), - [sym_tuple] = STATE(1372), - [sym_bitstring] = STATE(1372), - [sym_map] = STATE(1372), - [sym__nullary_operator] = STATE(1372), - [sym_unary_operator] = STATE(1372), - [sym_binary_operator] = STATE(1372), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1372), - [sym_call] = STATE(1372), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1372), - [sym_anonymous_function] = STATE(1372), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1767), - [sym_integer] = ACTIONS(1767), - [sym_float] = ACTIONS(1767), - [sym_char] = ACTIONS(1767), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1767), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [463] = { - [sym__expression] = STATE(1332), - [sym_block] = STATE(1332), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1332), - [sym_nil] = STATE(1332), - [sym__atom] = STATE(1332), - [sym_quoted_atom] = STATE(1332), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1332), - [sym_charlist] = STATE(1332), - [sym_sigil] = STATE(1332), - [sym_list] = STATE(1332), - [sym_tuple] = STATE(1332), - [sym_bitstring] = STATE(1332), - [sym_map] = STATE(1332), - [sym__nullary_operator] = STATE(1332), - [sym_unary_operator] = STATE(1332), - [sym_binary_operator] = STATE(1332), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1332), - [sym_call] = STATE(1332), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1332), - [sym_anonymous_function] = STATE(1332), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1769), - [sym_integer] = ACTIONS(1769), - [sym_float] = ACTIONS(1769), - [sym_char] = ACTIONS(1769), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1769), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [464] = { - [sym__expression] = STATE(1324), - [sym_block] = STATE(1324), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1324), - [sym_nil] = STATE(1324), - [sym__atom] = STATE(1324), - [sym_quoted_atom] = STATE(1324), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1324), - [sym_charlist] = STATE(1324), - [sym_sigil] = STATE(1324), - [sym_list] = STATE(1324), - [sym_tuple] = STATE(1324), - [sym_bitstring] = STATE(1324), - [sym_map] = STATE(1324), - [sym__nullary_operator] = STATE(1324), - [sym_unary_operator] = STATE(1324), - [sym_binary_operator] = STATE(1324), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1324), - [sym_call] = STATE(1324), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1324), - [sym_anonymous_function] = STATE(1324), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1771), - [sym_integer] = ACTIONS(1771), - [sym_float] = ACTIONS(1771), - [sym_char] = ACTIONS(1771), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1771), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [465] = { - [sym__expression] = STATE(1402), - [sym_block] = STATE(1402), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1402), - [sym_nil] = STATE(1402), - [sym__atom] = STATE(1402), - [sym_quoted_atom] = STATE(1402), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1402), - [sym_charlist] = STATE(1402), - [sym_sigil] = STATE(1402), - [sym_list] = STATE(1402), - [sym_tuple] = STATE(1402), - [sym_bitstring] = STATE(1402), - [sym_map] = STATE(1402), - [sym__nullary_operator] = STATE(1402), - [sym_unary_operator] = STATE(1402), - [sym_binary_operator] = STATE(1402), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1402), - [sym_call] = STATE(1402), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1402), - [sym_anonymous_function] = STATE(1402), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1773), - [sym_integer] = ACTIONS(1773), - [sym_float] = ACTIONS(1773), - [sym_char] = ACTIONS(1773), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1773), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [466] = { - [sym__expression] = STATE(1397), - [sym_block] = STATE(1397), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1397), - [sym_nil] = STATE(1397), - [sym__atom] = STATE(1397), - [sym_quoted_atom] = STATE(1397), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1397), - [sym_charlist] = STATE(1397), - [sym_sigil] = STATE(1397), - [sym_list] = STATE(1397), - [sym_tuple] = STATE(1397), - [sym_bitstring] = STATE(1397), - [sym_map] = STATE(1397), - [sym__nullary_operator] = STATE(1397), - [sym_unary_operator] = STATE(1397), - [sym_binary_operator] = STATE(1397), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1397), - [sym_call] = STATE(1397), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1397), - [sym_anonymous_function] = STATE(1397), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1775), - [sym_integer] = ACTIONS(1775), - [sym_float] = ACTIONS(1775), - [sym_char] = ACTIONS(1775), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1775), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [467] = { - [sym__expression] = STATE(1375), - [sym_block] = STATE(1375), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1375), - [sym_nil] = STATE(1375), - [sym__atom] = STATE(1375), - [sym_quoted_atom] = STATE(1375), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1375), - [sym_charlist] = STATE(1375), - [sym_sigil] = STATE(1375), - [sym_list] = STATE(1375), - [sym_tuple] = STATE(1375), - [sym_bitstring] = STATE(1375), - [sym_map] = STATE(1375), - [sym__nullary_operator] = STATE(1375), - [sym_unary_operator] = STATE(1375), - [sym_binary_operator] = STATE(1375), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1375), - [sym_call] = STATE(1375), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1375), - [sym_anonymous_function] = STATE(1375), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1777), - [sym_integer] = ACTIONS(1777), - [sym_float] = ACTIONS(1777), - [sym_char] = ACTIONS(1777), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1777), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [468] = { - [sym__expression] = STATE(2815), - [sym_block] = STATE(2815), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2815), - [sym_nil] = STATE(2815), - [sym__atom] = STATE(2815), - [sym_quoted_atom] = STATE(2815), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2815), - [sym_charlist] = STATE(2815), - [sym_sigil] = STATE(2815), - [sym_list] = STATE(2815), - [sym_tuple] = STATE(2815), - [sym_bitstring] = STATE(2815), - [sym_map] = STATE(2815), - [sym__nullary_operator] = STATE(2815), - [sym_unary_operator] = STATE(2815), - [sym_binary_operator] = STATE(2815), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2815), - [sym_call] = STATE(2815), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2815), - [sym_anonymous_function] = STATE(2815), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1779), - [sym_integer] = ACTIONS(1779), - [sym_float] = ACTIONS(1779), - [sym_char] = ACTIONS(1779), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1779), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [469] = { - [sym__expression] = STATE(1360), - [sym_block] = STATE(1360), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1360), - [sym_nil] = STATE(1360), - [sym__atom] = STATE(1360), - [sym_quoted_atom] = STATE(1360), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1360), - [sym_charlist] = STATE(1360), - [sym_sigil] = STATE(1360), - [sym_list] = STATE(1360), - [sym_tuple] = STATE(1360), - [sym_bitstring] = STATE(1360), - [sym_map] = STATE(1360), - [sym__nullary_operator] = STATE(1360), - [sym_unary_operator] = STATE(1360), - [sym_binary_operator] = STATE(1360), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1360), - [sym_call] = STATE(1360), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1360), - [sym_anonymous_function] = STATE(1360), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1781), - [sym_integer] = ACTIONS(1781), - [sym_float] = ACTIONS(1781), - [sym_char] = ACTIONS(1781), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1781), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [470] = { - [sym__expression] = STATE(1519), - [sym_block] = STATE(1519), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1519), - [sym_nil] = STATE(1519), - [sym__atom] = STATE(1519), - [sym_quoted_atom] = STATE(1519), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1519), - [sym_charlist] = STATE(1519), - [sym_sigil] = STATE(1519), - [sym_list] = STATE(1519), - [sym_tuple] = STATE(1519), - [sym_bitstring] = STATE(1519), - [sym_map] = STATE(1519), - [sym__nullary_operator] = STATE(1519), - [sym_unary_operator] = STATE(1519), - [sym_binary_operator] = STATE(1519), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1519), - [sym_call] = STATE(1519), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1519), - [sym_anonymous_function] = STATE(1519), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1783), - [sym_integer] = ACTIONS(1783), - [sym_float] = ACTIONS(1783), - [sym_char] = ACTIONS(1783), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1783), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [471] = { - [sym__expression] = STATE(1341), - [sym_block] = STATE(1341), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1341), - [sym_nil] = STATE(1341), - [sym__atom] = STATE(1341), - [sym_quoted_atom] = STATE(1341), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1341), - [sym_charlist] = STATE(1341), - [sym_sigil] = STATE(1341), - [sym_list] = STATE(1341), - [sym_tuple] = STATE(1341), - [sym_bitstring] = STATE(1341), - [sym_map] = STATE(1341), - [sym__nullary_operator] = STATE(1341), - [sym_unary_operator] = STATE(1341), - [sym_binary_operator] = STATE(1341), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1341), - [sym_call] = STATE(1341), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1341), - [sym_anonymous_function] = STATE(1341), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1785), - [sym_integer] = ACTIONS(1785), - [sym_float] = ACTIONS(1785), - [sym_char] = ACTIONS(1785), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1785), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [472] = { - [sym__expression] = STATE(1349), - [sym_block] = STATE(1349), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1349), - [sym_nil] = STATE(1349), - [sym__atom] = STATE(1349), - [sym_quoted_atom] = STATE(1349), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1349), - [sym_charlist] = STATE(1349), - [sym_sigil] = STATE(1349), - [sym_list] = STATE(1349), - [sym_tuple] = STATE(1349), - [sym_bitstring] = STATE(1349), - [sym_map] = STATE(1349), - [sym__nullary_operator] = STATE(1349), - [sym_unary_operator] = STATE(1349), - [sym_binary_operator] = STATE(1349), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1349), - [sym_call] = STATE(1349), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1349), - [sym_anonymous_function] = STATE(1349), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1787), - [sym_integer] = ACTIONS(1787), - [sym_float] = ACTIONS(1787), - [sym_char] = ACTIONS(1787), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1787), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [473] = { - [sym__expression] = STATE(3393), - [sym_block] = STATE(3393), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3393), - [sym_nil] = STATE(3393), - [sym__atom] = STATE(3393), - [sym_quoted_atom] = STATE(3393), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3393), - [sym_charlist] = STATE(3393), - [sym_sigil] = STATE(3393), - [sym_list] = STATE(3393), - [sym_tuple] = STATE(3393), - [sym_bitstring] = STATE(3393), - [sym_map] = STATE(3393), - [sym__nullary_operator] = STATE(3393), - [sym_unary_operator] = STATE(3393), - [sym_binary_operator] = STATE(3393), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3393), - [sym_call] = STATE(3393), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3393), - [sym_anonymous_function] = STATE(3393), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(1789), - [sym_integer] = ACTIONS(1789), - [sym_float] = ACTIONS(1789), - [sym_char] = ACTIONS(1789), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(1789), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [474] = { - [sym__expression] = STATE(1358), - [sym_block] = STATE(1358), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1358), - [sym_nil] = STATE(1358), - [sym__atom] = STATE(1358), - [sym_quoted_atom] = STATE(1358), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1358), - [sym_charlist] = STATE(1358), - [sym_sigil] = STATE(1358), - [sym_list] = STATE(1358), - [sym_tuple] = STATE(1358), - [sym_bitstring] = STATE(1358), - [sym_map] = STATE(1358), - [sym__nullary_operator] = STATE(1358), - [sym_unary_operator] = STATE(1358), - [sym_binary_operator] = STATE(1358), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1358), - [sym_call] = STATE(1358), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1358), - [sym_anonymous_function] = STATE(1358), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1791), - [sym_integer] = ACTIONS(1791), - [sym_float] = ACTIONS(1791), - [sym_char] = ACTIONS(1791), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1791), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [475] = { - [sym__expression] = STATE(1366), - [sym_block] = STATE(1366), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1366), - [sym_nil] = STATE(1366), - [sym__atom] = STATE(1366), - [sym_quoted_atom] = STATE(1366), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1366), - [sym_charlist] = STATE(1366), - [sym_sigil] = STATE(1366), - [sym_list] = STATE(1366), - [sym_tuple] = STATE(1366), - [sym_bitstring] = STATE(1366), - [sym_map] = STATE(1366), - [sym__nullary_operator] = STATE(1366), - [sym_unary_operator] = STATE(1366), - [sym_binary_operator] = STATE(1366), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1366), - [sym_call] = STATE(1366), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1366), - [sym_anonymous_function] = STATE(1366), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1793), - [sym_integer] = ACTIONS(1793), - [sym_float] = ACTIONS(1793), - [sym_char] = ACTIONS(1793), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1793), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [476] = { - [sym__expression] = STATE(2818), - [sym_block] = STATE(2818), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2818), - [sym_nil] = STATE(2818), - [sym__atom] = STATE(2818), - [sym_quoted_atom] = STATE(2818), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2818), - [sym_charlist] = STATE(2818), - [sym_sigil] = STATE(2818), - [sym_list] = STATE(2818), - [sym_tuple] = STATE(2818), - [sym_bitstring] = STATE(2818), - [sym_map] = STATE(2818), - [sym__nullary_operator] = STATE(2818), - [sym_unary_operator] = STATE(2818), - [sym_binary_operator] = STATE(2818), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2818), - [sym_call] = STATE(2818), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2818), - [sym_anonymous_function] = STATE(2818), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1795), - [sym_integer] = ACTIONS(1795), - [sym_float] = ACTIONS(1795), - [sym_char] = ACTIONS(1795), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1795), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [477] = { - [sym__expression] = STATE(2819), - [sym_block] = STATE(2819), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2819), - [sym_nil] = STATE(2819), - [sym__atom] = STATE(2819), - [sym_quoted_atom] = STATE(2819), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2819), - [sym_charlist] = STATE(2819), - [sym_sigil] = STATE(2819), - [sym_list] = STATE(2819), - [sym_tuple] = STATE(2819), - [sym_bitstring] = STATE(2819), - [sym_map] = STATE(2819), - [sym__nullary_operator] = STATE(2819), - [sym_unary_operator] = STATE(2819), - [sym_binary_operator] = STATE(2819), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2819), - [sym_call] = STATE(2819), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2819), - [sym_anonymous_function] = STATE(2819), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1797), - [sym_integer] = ACTIONS(1797), - [sym_float] = ACTIONS(1797), - [sym_char] = ACTIONS(1797), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1797), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [478] = { - [sym__expression] = STATE(2820), - [sym_block] = STATE(2820), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2820), - [sym_nil] = STATE(2820), - [sym__atom] = STATE(2820), - [sym_quoted_atom] = STATE(2820), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2820), - [sym_charlist] = STATE(2820), - [sym_sigil] = STATE(2820), - [sym_list] = STATE(2820), - [sym_tuple] = STATE(2820), - [sym_bitstring] = STATE(2820), - [sym_map] = STATE(2820), - [sym__nullary_operator] = STATE(2820), - [sym_unary_operator] = STATE(2820), - [sym_binary_operator] = STATE(2820), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2820), - [sym_call] = STATE(2820), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2820), - [sym_anonymous_function] = STATE(2820), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1799), - [sym_integer] = ACTIONS(1799), - [sym_float] = ACTIONS(1799), - [sym_char] = ACTIONS(1799), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1799), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [479] = { - [sym__expression] = STATE(2822), - [sym_block] = STATE(2822), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2822), - [sym_nil] = STATE(2822), - [sym__atom] = STATE(2822), - [sym_quoted_atom] = STATE(2822), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2822), - [sym_charlist] = STATE(2822), - [sym_sigil] = STATE(2822), - [sym_list] = STATE(2822), - [sym_tuple] = STATE(2822), - [sym_bitstring] = STATE(2822), - [sym_map] = STATE(2822), - [sym__nullary_operator] = STATE(2822), - [sym_unary_operator] = STATE(2822), - [sym_binary_operator] = STATE(2822), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2822), - [sym_call] = STATE(2822), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2822), - [sym_anonymous_function] = STATE(2822), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1801), - [sym_integer] = ACTIONS(1801), - [sym_float] = ACTIONS(1801), - [sym_char] = ACTIONS(1801), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1801), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [480] = { - [sym__expression] = STATE(1520), - [sym_block] = STATE(1520), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1520), - [sym_nil] = STATE(1520), - [sym__atom] = STATE(1520), - [sym_quoted_atom] = STATE(1520), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1520), - [sym_charlist] = STATE(1520), - [sym_sigil] = STATE(1520), - [sym_list] = STATE(1520), - [sym_tuple] = STATE(1520), - [sym_bitstring] = STATE(1520), - [sym_map] = STATE(1520), - [sym__nullary_operator] = STATE(1520), - [sym_unary_operator] = STATE(1520), - [sym_binary_operator] = STATE(1520), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1520), - [sym_call] = STATE(1520), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1520), - [sym_anonymous_function] = STATE(1520), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1803), - [sym_integer] = ACTIONS(1803), - [sym_float] = ACTIONS(1803), - [sym_char] = ACTIONS(1803), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1803), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [481] = { - [sym__expression] = STATE(3466), - [sym_block] = STATE(3466), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3466), - [sym_nil] = STATE(3466), - [sym__atom] = STATE(3466), - [sym_quoted_atom] = STATE(3466), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3466), - [sym_charlist] = STATE(3466), - [sym_sigil] = STATE(3466), - [sym_list] = STATE(3466), - [sym_tuple] = STATE(3466), - [sym_bitstring] = STATE(3466), - [sym_map] = STATE(3466), - [sym__nullary_operator] = STATE(3466), - [sym_unary_operator] = STATE(3466), - [sym_binary_operator] = STATE(3466), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3466), - [sym_call] = STATE(3466), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3466), - [sym_anonymous_function] = STATE(3466), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(1467), - [sym_integer] = ACTIONS(1467), - [sym_float] = ACTIONS(1467), - [sym_char] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(1467), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [482] = { - [sym__expression] = STATE(2824), - [sym_block] = STATE(2824), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2824), - [sym_nil] = STATE(2824), - [sym__atom] = STATE(2824), - [sym_quoted_atom] = STATE(2824), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2824), - [sym_charlist] = STATE(2824), - [sym_sigil] = STATE(2824), - [sym_list] = STATE(2824), - [sym_tuple] = STATE(2824), - [sym_bitstring] = STATE(2824), - [sym_map] = STATE(2824), - [sym__nullary_operator] = STATE(2824), - [sym_unary_operator] = STATE(2824), - [sym_binary_operator] = STATE(2824), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2824), - [sym_call] = STATE(2824), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2824), - [sym_anonymous_function] = STATE(2824), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1805), - [sym_integer] = ACTIONS(1805), - [sym_float] = ACTIONS(1805), - [sym_char] = ACTIONS(1805), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1805), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [483] = { - [sym__expression] = STATE(2825), - [sym_block] = STATE(2825), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2825), - [sym_nil] = STATE(2825), - [sym__atom] = STATE(2825), - [sym_quoted_atom] = STATE(2825), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2825), - [sym_charlist] = STATE(2825), - [sym_sigil] = STATE(2825), - [sym_list] = STATE(2825), - [sym_tuple] = STATE(2825), - [sym_bitstring] = STATE(2825), - [sym_map] = STATE(2825), - [sym__nullary_operator] = STATE(2825), - [sym_unary_operator] = STATE(2825), - [sym_binary_operator] = STATE(2825), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2825), - [sym_call] = STATE(2825), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2825), - [sym_anonymous_function] = STATE(2825), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1807), - [sym_integer] = ACTIONS(1807), - [sym_float] = ACTIONS(1807), - [sym_char] = ACTIONS(1807), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1807), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [484] = { - [sym__expression] = STATE(2826), - [sym_block] = STATE(2826), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2826), - [sym_nil] = STATE(2826), - [sym__atom] = STATE(2826), - [sym_quoted_atom] = STATE(2826), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2826), - [sym_charlist] = STATE(2826), - [sym_sigil] = STATE(2826), - [sym_list] = STATE(2826), - [sym_tuple] = STATE(2826), - [sym_bitstring] = STATE(2826), - [sym_map] = STATE(2826), - [sym__nullary_operator] = STATE(2826), - [sym_unary_operator] = STATE(2826), - [sym_binary_operator] = STATE(2826), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2826), - [sym_call] = STATE(2826), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2826), - [sym_anonymous_function] = STATE(2826), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1809), - [sym_integer] = ACTIONS(1809), - [sym_float] = ACTIONS(1809), - [sym_char] = ACTIONS(1809), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1809), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [485] = { - [sym__expression] = STATE(2827), - [sym_block] = STATE(2827), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2827), - [sym_nil] = STATE(2827), - [sym__atom] = STATE(2827), - [sym_quoted_atom] = STATE(2827), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2827), - [sym_charlist] = STATE(2827), - [sym_sigil] = STATE(2827), - [sym_list] = STATE(2827), - [sym_tuple] = STATE(2827), - [sym_bitstring] = STATE(2827), - [sym_map] = STATE(2827), - [sym__nullary_operator] = STATE(2827), - [sym_unary_operator] = STATE(2827), - [sym_binary_operator] = STATE(2827), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2827), - [sym_call] = STATE(2827), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2827), - [sym_anonymous_function] = STATE(2827), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1811), - [sym_integer] = ACTIONS(1811), - [sym_float] = ACTIONS(1811), - [sym_char] = ACTIONS(1811), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1811), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [486] = { - [sym__expression] = STATE(2828), - [sym_block] = STATE(2828), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2828), - [sym_nil] = STATE(2828), - [sym__atom] = STATE(2828), - [sym_quoted_atom] = STATE(2828), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2828), - [sym_charlist] = STATE(2828), - [sym_sigil] = STATE(2828), - [sym_list] = STATE(2828), - [sym_tuple] = STATE(2828), - [sym_bitstring] = STATE(2828), - [sym_map] = STATE(2828), - [sym__nullary_operator] = STATE(2828), - [sym_unary_operator] = STATE(2828), - [sym_binary_operator] = STATE(2828), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2828), - [sym_call] = STATE(2828), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2828), - [sym_anonymous_function] = STATE(2828), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1813), - [sym_integer] = ACTIONS(1813), - [sym_float] = ACTIONS(1813), - [sym_char] = ACTIONS(1813), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1813), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [487] = { - [sym__expression] = STATE(2829), - [sym_block] = STATE(2829), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2829), - [sym_nil] = STATE(2829), - [sym__atom] = STATE(2829), - [sym_quoted_atom] = STATE(2829), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2829), - [sym_charlist] = STATE(2829), - [sym_sigil] = STATE(2829), - [sym_list] = STATE(2829), - [sym_tuple] = STATE(2829), - [sym_bitstring] = STATE(2829), - [sym_map] = STATE(2829), - [sym__nullary_operator] = STATE(2829), - [sym_unary_operator] = STATE(2829), - [sym_binary_operator] = STATE(2829), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2829), - [sym_call] = STATE(2829), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2829), - [sym_anonymous_function] = STATE(2829), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1815), - [sym_integer] = ACTIONS(1815), - [sym_float] = ACTIONS(1815), - [sym_char] = ACTIONS(1815), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1815), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [488] = { - [sym__expression] = STATE(3016), - [sym_block] = STATE(3016), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(3016), - [sym_nil] = STATE(3016), - [sym__atom] = STATE(3016), - [sym_quoted_atom] = STATE(3016), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(3016), - [sym_charlist] = STATE(3016), - [sym_sigil] = STATE(3016), - [sym_list] = STATE(3016), - [sym_tuple] = STATE(3016), - [sym_bitstring] = STATE(3016), - [sym_map] = STATE(3016), - [sym__nullary_operator] = STATE(3016), - [sym_unary_operator] = STATE(3016), - [sym_binary_operator] = STATE(3016), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(3016), - [sym_call] = STATE(3016), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(3016), - [sym_anonymous_function] = STATE(3016), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1817), - [sym_integer] = ACTIONS(1817), - [sym_float] = ACTIONS(1817), - [sym_char] = ACTIONS(1817), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1817), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [489] = { - [sym__expression] = STATE(2661), - [sym_block] = STATE(2661), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2661), - [sym_nil] = STATE(2661), - [sym__atom] = STATE(2661), - [sym_quoted_atom] = STATE(2661), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2661), - [sym_charlist] = STATE(2661), - [sym_sigil] = STATE(2661), - [sym_list] = STATE(2661), - [sym_tuple] = STATE(2661), - [sym_bitstring] = STATE(2661), - [sym_map] = STATE(2661), - [sym__nullary_operator] = STATE(2661), - [sym_unary_operator] = STATE(2661), - [sym_binary_operator] = STATE(2661), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2661), - [sym_call] = STATE(2661), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2661), - [sym_anonymous_function] = STATE(2661), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1819), - [sym_integer] = ACTIONS(1819), - [sym_float] = ACTIONS(1819), - [sym_char] = ACTIONS(1819), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(1819), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [490] = { - [sym__expression] = STATE(2839), - [sym_block] = STATE(2839), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2839), - [sym_nil] = STATE(2839), - [sym__atom] = STATE(2839), - [sym_quoted_atom] = STATE(2839), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2839), - [sym_charlist] = STATE(2839), - [sym_sigil] = STATE(2839), - [sym_list] = STATE(2839), - [sym_tuple] = STATE(2839), - [sym_bitstring] = STATE(2839), - [sym_map] = STATE(2839), - [sym__nullary_operator] = STATE(2839), - [sym_unary_operator] = STATE(2839), - [sym_binary_operator] = STATE(2839), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2839), - [sym_call] = STATE(2839), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2839), - [sym_anonymous_function] = STATE(2839), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1821), - [sym_integer] = ACTIONS(1821), - [sym_float] = ACTIONS(1821), - [sym_char] = ACTIONS(1821), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1821), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [491] = { - [sym__expression] = STATE(2840), - [sym_block] = STATE(2840), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2840), - [sym_nil] = STATE(2840), - [sym__atom] = STATE(2840), - [sym_quoted_atom] = STATE(2840), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2840), - [sym_charlist] = STATE(2840), - [sym_sigil] = STATE(2840), - [sym_list] = STATE(2840), - [sym_tuple] = STATE(2840), - [sym_bitstring] = STATE(2840), - [sym_map] = STATE(2840), - [sym__nullary_operator] = STATE(2840), - [sym_unary_operator] = STATE(2840), - [sym_binary_operator] = STATE(2840), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2840), - [sym_call] = STATE(2840), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2840), - [sym_anonymous_function] = STATE(2840), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1823), - [sym_integer] = ACTIONS(1823), - [sym_float] = ACTIONS(1823), - [sym_char] = ACTIONS(1823), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1823), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [492] = { - [sym__expression] = STATE(2841), - [sym_block] = STATE(2841), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2841), - [sym_nil] = STATE(2841), - [sym__atom] = STATE(2841), - [sym_quoted_atom] = STATE(2841), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2841), - [sym_charlist] = STATE(2841), - [sym_sigil] = STATE(2841), - [sym_list] = STATE(2841), - [sym_tuple] = STATE(2841), - [sym_bitstring] = STATE(2841), - [sym_map] = STATE(2841), - [sym__nullary_operator] = STATE(2841), - [sym_unary_operator] = STATE(2841), - [sym_binary_operator] = STATE(2841), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2841), - [sym_call] = STATE(2841), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2841), - [sym_anonymous_function] = STATE(2841), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1825), - [sym_integer] = ACTIONS(1825), - [sym_float] = ACTIONS(1825), - [sym_char] = ACTIONS(1825), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1825), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [493] = { - [sym__expression] = STATE(3723), - [sym_block] = STATE(3723), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3723), - [sym_nil] = STATE(3723), - [sym__atom] = STATE(3723), - [sym_quoted_atom] = STATE(3723), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3723), - [sym_charlist] = STATE(3723), - [sym_sigil] = STATE(3723), - [sym_list] = STATE(3723), - [sym_tuple] = STATE(3723), - [sym_bitstring] = STATE(3723), - [sym_map] = STATE(3723), - [sym__nullary_operator] = STATE(3723), - [sym_unary_operator] = STATE(3723), - [sym_binary_operator] = STATE(3723), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3723), - [sym_call] = STATE(3723), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3723), - [sym_anonymous_function] = STATE(3723), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1827), - [sym_integer] = ACTIONS(1827), - [sym_float] = ACTIONS(1827), - [sym_char] = ACTIONS(1827), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1827), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [494] = { - [sym__expression] = STATE(4155), - [sym_block] = STATE(4155), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4155), - [sym_nil] = STATE(4155), - [sym__atom] = STATE(4155), - [sym_quoted_atom] = STATE(4155), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4155), - [sym_charlist] = STATE(4155), - [sym_sigil] = STATE(4155), - [sym_list] = STATE(4155), - [sym_tuple] = STATE(4155), - [sym_bitstring] = STATE(4155), - [sym_map] = STATE(4155), - [sym__nullary_operator] = STATE(4155), - [sym_unary_operator] = STATE(4155), - [sym_binary_operator] = STATE(4155), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4155), - [sym_call] = STATE(4155), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4155), - [sym_anonymous_function] = STATE(4155), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1829), - [sym_integer] = ACTIONS(1829), - [sym_float] = ACTIONS(1829), - [sym_char] = ACTIONS(1829), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1829), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [495] = { - [sym__expression] = STATE(1261), - [sym_block] = STATE(1261), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1261), - [sym_nil] = STATE(1261), - [sym__atom] = STATE(1261), - [sym_quoted_atom] = STATE(1261), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1261), - [sym_charlist] = STATE(1261), - [sym_sigil] = STATE(1261), - [sym_list] = STATE(1261), - [sym_tuple] = STATE(1261), - [sym_bitstring] = STATE(1261), - [sym_map] = STATE(1261), - [sym__nullary_operator] = STATE(1261), - [sym_unary_operator] = STATE(1261), - [sym_binary_operator] = STATE(1261), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1261), - [sym_call] = STATE(1261), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1261), - [sym_anonymous_function] = STATE(1261), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1831), - [sym_integer] = ACTIONS(1831), - [sym_float] = ACTIONS(1831), - [sym_char] = ACTIONS(1831), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1831), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [496] = { - [sym__expression] = STATE(1791), - [sym_block] = STATE(1791), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(1791), - [sym_nil] = STATE(1791), - [sym__atom] = STATE(1791), - [sym_quoted_atom] = STATE(1791), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(1791), - [sym_charlist] = STATE(1791), - [sym_sigil] = STATE(1791), - [sym_list] = STATE(1791), - [sym_tuple] = STATE(1791), - [sym_bitstring] = STATE(1791), - [sym_map] = STATE(1791), - [sym__nullary_operator] = STATE(1791), - [sym_unary_operator] = STATE(1791), - [sym_binary_operator] = STATE(1791), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(1791), - [sym_call] = STATE(1791), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(1791), - [sym_anonymous_function] = STATE(1791), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1833), - [sym_integer] = ACTIONS(1833), - [sym_float] = ACTIONS(1833), - [sym_char] = ACTIONS(1833), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1833), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [497] = { - [sym__expression] = STATE(3701), - [sym_block] = STATE(3701), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3701), - [sym_nil] = STATE(3701), - [sym__atom] = STATE(3701), - [sym_quoted_atom] = STATE(3701), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3701), - [sym_charlist] = STATE(3701), - [sym_sigil] = STATE(3701), - [sym_list] = STATE(3701), - [sym_tuple] = STATE(3701), - [sym_bitstring] = STATE(3701), - [sym_map] = STATE(3701), - [sym__nullary_operator] = STATE(3701), - [sym_unary_operator] = STATE(3701), - [sym_binary_operator] = STATE(3701), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3701), - [sym_call] = STATE(3701), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3701), - [sym_anonymous_function] = STATE(3701), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1835), - [sym_integer] = ACTIONS(1835), - [sym_float] = ACTIONS(1835), - [sym_char] = ACTIONS(1835), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1835), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [498] = { - [sym__expression] = STATE(1824), - [sym_block] = STATE(1824), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(1824), - [sym_nil] = STATE(1824), - [sym__atom] = STATE(1824), - [sym_quoted_atom] = STATE(1824), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(1824), - [sym_charlist] = STATE(1824), - [sym_sigil] = STATE(1824), - [sym_list] = STATE(1824), - [sym_tuple] = STATE(1824), - [sym_bitstring] = STATE(1824), - [sym_map] = STATE(1824), - [sym__nullary_operator] = STATE(1824), - [sym_unary_operator] = STATE(1824), - [sym_binary_operator] = STATE(1824), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(1824), - [sym_call] = STATE(1824), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(1824), - [sym_anonymous_function] = STATE(1824), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1837), - [sym_integer] = ACTIONS(1837), - [sym_float] = ACTIONS(1837), - [sym_char] = ACTIONS(1837), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1837), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [499] = { - [sym__expression] = STATE(1359), - [sym_block] = STATE(1359), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1359), - [sym_nil] = STATE(1359), - [sym__atom] = STATE(1359), - [sym_quoted_atom] = STATE(1359), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1359), - [sym_charlist] = STATE(1359), - [sym_sigil] = STATE(1359), - [sym_list] = STATE(1359), - [sym_tuple] = STATE(1359), - [sym_bitstring] = STATE(1359), - [sym_map] = STATE(1359), - [sym__nullary_operator] = STATE(1359), - [sym_unary_operator] = STATE(1359), - [sym_binary_operator] = STATE(1359), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1359), - [sym_call] = STATE(1359), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1359), - [sym_anonymous_function] = STATE(1359), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1839), - [sym_integer] = ACTIONS(1839), - [sym_float] = ACTIONS(1839), - [sym_char] = ACTIONS(1839), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1839), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [500] = { - [sym__expression] = STATE(3721), - [sym_block] = STATE(3721), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3721), - [sym_nil] = STATE(3721), - [sym__atom] = STATE(3721), - [sym_quoted_atom] = STATE(3721), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3721), - [sym_charlist] = STATE(3721), - [sym_sigil] = STATE(3721), - [sym_list] = STATE(3721), - [sym_tuple] = STATE(3721), - [sym_bitstring] = STATE(3721), - [sym_map] = STATE(3721), - [sym__nullary_operator] = STATE(3721), - [sym_unary_operator] = STATE(3721), - [sym_binary_operator] = STATE(3721), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3721), - [sym_call] = STATE(3721), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3721), - [sym_anonymous_function] = STATE(3721), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1841), - [sym_integer] = ACTIONS(1841), - [sym_float] = ACTIONS(1841), - [sym_char] = ACTIONS(1841), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1841), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [501] = { - [sym__expression] = STATE(3974), - [sym_block] = STATE(3974), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3974), - [sym_nil] = STATE(3974), - [sym__atom] = STATE(3974), - [sym_quoted_atom] = STATE(3974), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3974), - [sym_charlist] = STATE(3974), - [sym_sigil] = STATE(3974), - [sym_list] = STATE(3974), - [sym_tuple] = STATE(3974), - [sym_bitstring] = STATE(3974), - [sym_map] = STATE(3974), - [sym__nullary_operator] = STATE(3974), - [sym_unary_operator] = STATE(3974), - [sym_binary_operator] = STATE(3974), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3974), - [sym_call] = STATE(3974), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3974), - [sym_anonymous_function] = STATE(3974), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1843), - [sym_integer] = ACTIONS(1843), - [sym_float] = ACTIONS(1843), - [sym_char] = ACTIONS(1843), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1843), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [502] = { - [sym__expression] = STATE(3720), - [sym_block] = STATE(3720), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3720), - [sym_nil] = STATE(3720), - [sym__atom] = STATE(3720), - [sym_quoted_atom] = STATE(3720), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3720), - [sym_charlist] = STATE(3720), - [sym_sigil] = STATE(3720), - [sym_list] = STATE(3720), - [sym_tuple] = STATE(3720), - [sym_bitstring] = STATE(3720), - [sym_map] = STATE(3720), - [sym__nullary_operator] = STATE(3720), - [sym_unary_operator] = STATE(3720), - [sym_binary_operator] = STATE(3720), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3720), - [sym_call] = STATE(3720), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3720), - [sym_anonymous_function] = STATE(3720), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1845), - [sym_integer] = ACTIONS(1845), - [sym_float] = ACTIONS(1845), - [sym_char] = ACTIONS(1845), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1845), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [503] = { - [sym__expression] = STATE(4018), - [sym_block] = STATE(4018), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4018), - [sym_nil] = STATE(4018), - [sym__atom] = STATE(4018), - [sym_quoted_atom] = STATE(4018), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4018), - [sym_charlist] = STATE(4018), - [sym_sigil] = STATE(4018), - [sym_list] = STATE(4018), - [sym_tuple] = STATE(4018), - [sym_bitstring] = STATE(4018), - [sym_map] = STATE(4018), - [sym__nullary_operator] = STATE(4018), - [sym_unary_operator] = STATE(4018), - [sym_binary_operator] = STATE(4018), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4018), - [sym_call] = STATE(4018), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4018), - [sym_anonymous_function] = STATE(4018), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1373), - [sym_integer] = ACTIONS(1373), - [sym_float] = ACTIONS(1373), - [sym_char] = ACTIONS(1373), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [504] = { - [sym__expression] = STATE(3973), - [sym_block] = STATE(3973), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3973), - [sym_nil] = STATE(3973), - [sym__atom] = STATE(3973), - [sym_quoted_atom] = STATE(3973), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3973), - [sym_charlist] = STATE(3973), - [sym_sigil] = STATE(3973), - [sym_list] = STATE(3973), - [sym_tuple] = STATE(3973), - [sym_bitstring] = STATE(3973), - [sym_map] = STATE(3973), - [sym__nullary_operator] = STATE(3973), - [sym_unary_operator] = STATE(3973), - [sym_binary_operator] = STATE(3973), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3973), - [sym_call] = STATE(3973), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3973), - [sym_anonymous_function] = STATE(3973), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1847), - [sym_integer] = ACTIONS(1847), - [sym_float] = ACTIONS(1847), - [sym_char] = ACTIONS(1847), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1847), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [505] = { - [sym__expression] = STATE(4138), - [sym_block] = STATE(4138), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4138), - [sym_nil] = STATE(4138), - [sym__atom] = STATE(4138), - [sym_quoted_atom] = STATE(4138), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4138), - [sym_charlist] = STATE(4138), - [sym_sigil] = STATE(4138), - [sym_list] = STATE(4138), - [sym_tuple] = STATE(4138), - [sym_bitstring] = STATE(4138), - [sym_map] = STATE(4138), - [sym__nullary_operator] = STATE(4138), - [sym_unary_operator] = STATE(4138), - [sym_binary_operator] = STATE(4138), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4138), - [sym_call] = STATE(4138), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4138), - [sym_anonymous_function] = STATE(4138), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1849), - [sym_integer] = ACTIONS(1849), - [sym_float] = ACTIONS(1849), - [sym_char] = ACTIONS(1849), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1849), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [506] = { - [sym__expression] = STATE(1521), - [sym_block] = STATE(1521), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1521), - [sym_nil] = STATE(1521), - [sym__atom] = STATE(1521), - [sym_quoted_atom] = STATE(1521), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1521), - [sym_charlist] = STATE(1521), - [sym_sigil] = STATE(1521), - [sym_list] = STATE(1521), - [sym_tuple] = STATE(1521), - [sym_bitstring] = STATE(1521), - [sym_map] = STATE(1521), - [sym__nullary_operator] = STATE(1521), - [sym_unary_operator] = STATE(1521), - [sym_binary_operator] = STATE(1521), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1521), - [sym_call] = STATE(1521), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1521), - [sym_anonymous_function] = STATE(1521), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1851), - [sym_integer] = ACTIONS(1851), - [sym_float] = ACTIONS(1851), - [sym_char] = ACTIONS(1851), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1851), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [507] = { - [sym__expression] = STATE(3718), - [sym_block] = STATE(3718), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3718), - [sym_nil] = STATE(3718), - [sym__atom] = STATE(3718), - [sym_quoted_atom] = STATE(3718), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3718), - [sym_charlist] = STATE(3718), - [sym_sigil] = STATE(3718), - [sym_list] = STATE(3718), - [sym_tuple] = STATE(3718), - [sym_bitstring] = STATE(3718), - [sym_map] = STATE(3718), - [sym__nullary_operator] = STATE(3718), - [sym_unary_operator] = STATE(3718), - [sym_binary_operator] = STATE(3718), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3718), - [sym_call] = STATE(3718), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3718), - [sym_anonymous_function] = STATE(3718), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1853), - [sym_integer] = ACTIONS(1853), - [sym_float] = ACTIONS(1853), - [sym_char] = ACTIONS(1853), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1853), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [508] = { - [sym__expression] = STATE(3972), - [sym_block] = STATE(3972), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3972), - [sym_nil] = STATE(3972), - [sym__atom] = STATE(3972), - [sym_quoted_atom] = STATE(3972), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3972), - [sym_charlist] = STATE(3972), - [sym_sigil] = STATE(3972), - [sym_list] = STATE(3972), - [sym_tuple] = STATE(3972), - [sym_bitstring] = STATE(3972), - [sym_map] = STATE(3972), - [sym__nullary_operator] = STATE(3972), - [sym_unary_operator] = STATE(3972), - [sym_binary_operator] = STATE(3972), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3972), - [sym_call] = STATE(3972), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3972), - [sym_anonymous_function] = STATE(3972), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1855), - [sym_integer] = ACTIONS(1855), - [sym_float] = ACTIONS(1855), - [sym_char] = ACTIONS(1855), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1855), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [509] = { - [sym__expression] = STATE(3717), - [sym_block] = STATE(3717), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3717), - [sym_nil] = STATE(3717), - [sym__atom] = STATE(3717), - [sym_quoted_atom] = STATE(3717), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3717), - [sym_charlist] = STATE(3717), - [sym_sigil] = STATE(3717), - [sym_list] = STATE(3717), - [sym_tuple] = STATE(3717), - [sym_bitstring] = STATE(3717), - [sym_map] = STATE(3717), - [sym__nullary_operator] = STATE(3717), - [sym_unary_operator] = STATE(3717), - [sym_binary_operator] = STATE(3717), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3717), - [sym_call] = STATE(3717), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3717), - [sym_anonymous_function] = STATE(3717), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1857), - [sym_integer] = ACTIONS(1857), - [sym_float] = ACTIONS(1857), - [sym_char] = ACTIONS(1857), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1857), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [510] = { - [sym__expression] = STATE(2473), - [sym_block] = STATE(2473), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2473), - [sym_nil] = STATE(2473), - [sym__atom] = STATE(2473), - [sym_quoted_atom] = STATE(2473), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2473), - [sym_charlist] = STATE(2473), - [sym_sigil] = STATE(2473), - [sym_list] = STATE(2473), - [sym_tuple] = STATE(2473), - [sym_bitstring] = STATE(2473), - [sym_map] = STATE(2473), - [sym__nullary_operator] = STATE(2473), - [sym_unary_operator] = STATE(2473), - [sym_binary_operator] = STATE(2473), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2473), - [sym_call] = STATE(2473), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2473), - [sym_anonymous_function] = STATE(2473), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1859), - [sym_integer] = ACTIONS(1859), - [sym_float] = ACTIONS(1859), - [sym_char] = ACTIONS(1859), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1859), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [511] = { - [sym__expression] = STATE(3716), - [sym_block] = STATE(3716), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3716), - [sym_nil] = STATE(3716), - [sym__atom] = STATE(3716), - [sym_quoted_atom] = STATE(3716), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3716), - [sym_charlist] = STATE(3716), - [sym_sigil] = STATE(3716), - [sym_list] = STATE(3716), - [sym_tuple] = STATE(3716), - [sym_bitstring] = STATE(3716), - [sym_map] = STATE(3716), - [sym__nullary_operator] = STATE(3716), - [sym_unary_operator] = STATE(3716), - [sym_binary_operator] = STATE(3716), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3716), - [sym_call] = STATE(3716), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3716), - [sym_anonymous_function] = STATE(3716), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1861), - [sym_integer] = ACTIONS(1861), - [sym_float] = ACTIONS(1861), - [sym_char] = ACTIONS(1861), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1861), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [512] = { - [sym__expression] = STATE(3971), - [sym_block] = STATE(3971), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3971), - [sym_nil] = STATE(3971), - [sym__atom] = STATE(3971), - [sym_quoted_atom] = STATE(3971), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3971), - [sym_charlist] = STATE(3971), - [sym_sigil] = STATE(3971), - [sym_list] = STATE(3971), - [sym_tuple] = STATE(3971), - [sym_bitstring] = STATE(3971), - [sym_map] = STATE(3971), - [sym__nullary_operator] = STATE(3971), - [sym_unary_operator] = STATE(3971), - [sym_binary_operator] = STATE(3971), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3971), - [sym_call] = STATE(3971), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3971), - [sym_anonymous_function] = STATE(3971), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1863), - [sym_integer] = ACTIONS(1863), - [sym_float] = ACTIONS(1863), - [sym_char] = ACTIONS(1863), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1863), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [513] = { - [sym__expression] = STATE(4105), - [sym_block] = STATE(4105), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(4105), - [sym_nil] = STATE(4105), - [sym__atom] = STATE(4105), - [sym_quoted_atom] = STATE(4105), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(4105), - [sym_charlist] = STATE(4105), - [sym_sigil] = STATE(4105), - [sym_list] = STATE(4105), - [sym_tuple] = STATE(4105), - [sym_bitstring] = STATE(4105), - [sym_map] = STATE(4105), - [sym__nullary_operator] = STATE(4105), - [sym_unary_operator] = STATE(4105), - [sym_binary_operator] = STATE(4105), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(4105), - [sym_call] = STATE(4105), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(4105), - [sym_anonymous_function] = STATE(4105), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1625), - [sym_integer] = ACTIONS(1625), - [sym_float] = ACTIONS(1625), - [sym_char] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1625), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [514] = { - [sym__expression] = STATE(3715), - [sym_block] = STATE(3715), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3715), - [sym_nil] = STATE(3715), - [sym__atom] = STATE(3715), - [sym_quoted_atom] = STATE(3715), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3715), - [sym_charlist] = STATE(3715), - [sym_sigil] = STATE(3715), - [sym_list] = STATE(3715), - [sym_tuple] = STATE(3715), - [sym_bitstring] = STATE(3715), - [sym_map] = STATE(3715), - [sym__nullary_operator] = STATE(3715), - [sym_unary_operator] = STATE(3715), - [sym_binary_operator] = STATE(3715), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3715), - [sym_call] = STATE(3715), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3715), - [sym_anonymous_function] = STATE(3715), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1865), - [sym_integer] = ACTIONS(1865), - [sym_float] = ACTIONS(1865), - [sym_char] = ACTIONS(1865), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1865), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [515] = { - [sym__expression] = STATE(3713), - [sym_block] = STATE(3713), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3713), - [sym_nil] = STATE(3713), - [sym__atom] = STATE(3713), - [sym_quoted_atom] = STATE(3713), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3713), - [sym_charlist] = STATE(3713), - [sym_sigil] = STATE(3713), - [sym_list] = STATE(3713), - [sym_tuple] = STATE(3713), - [sym_bitstring] = STATE(3713), - [sym_map] = STATE(3713), - [sym__nullary_operator] = STATE(3713), - [sym_unary_operator] = STATE(3713), - [sym_binary_operator] = STATE(3713), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3713), - [sym_call] = STATE(3713), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3713), - [sym_anonymous_function] = STATE(3713), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1867), - [sym_integer] = ACTIONS(1867), - [sym_float] = ACTIONS(1867), - [sym_char] = ACTIONS(1867), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1867), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [516] = { - [sym__expression] = STATE(3179), - [sym_block] = STATE(3179), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3179), - [sym_nil] = STATE(3179), - [sym__atom] = STATE(3179), - [sym_quoted_atom] = STATE(3179), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3179), - [sym_charlist] = STATE(3179), - [sym_sigil] = STATE(3179), - [sym_list] = STATE(3179), - [sym_tuple] = STATE(3179), - [sym_bitstring] = STATE(3179), - [sym_map] = STATE(3179), - [sym__nullary_operator] = STATE(3179), - [sym_unary_operator] = STATE(3179), - [sym_binary_operator] = STATE(3179), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3179), - [sym_call] = STATE(3179), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3179), - [sym_anonymous_function] = STATE(3179), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1389), - [sym_integer] = ACTIONS(1389), - [sym_float] = ACTIONS(1389), - [sym_char] = ACTIONS(1389), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1389), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [517] = { - [sym__expression] = STATE(3968), - [sym_block] = STATE(3968), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3968), - [sym_nil] = STATE(3968), - [sym__atom] = STATE(3968), - [sym_quoted_atom] = STATE(3968), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3968), - [sym_charlist] = STATE(3968), - [sym_sigil] = STATE(3968), - [sym_list] = STATE(3968), - [sym_tuple] = STATE(3968), - [sym_bitstring] = STATE(3968), - [sym_map] = STATE(3968), - [sym__nullary_operator] = STATE(3968), - [sym_unary_operator] = STATE(3968), - [sym_binary_operator] = STATE(3968), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3968), - [sym_call] = STATE(3968), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3968), - [sym_anonymous_function] = STATE(3968), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1869), - [sym_integer] = ACTIONS(1869), - [sym_float] = ACTIONS(1869), - [sym_char] = ACTIONS(1869), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1869), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [518] = { - [sym__expression] = STATE(4149), - [sym_block] = STATE(4149), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4149), - [sym_nil] = STATE(4149), - [sym__atom] = STATE(4149), - [sym_quoted_atom] = STATE(4149), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4149), - [sym_charlist] = STATE(4149), - [sym_sigil] = STATE(4149), - [sym_list] = STATE(4149), - [sym_tuple] = STATE(4149), - [sym_bitstring] = STATE(4149), - [sym_map] = STATE(4149), - [sym__nullary_operator] = STATE(4149), - [sym_unary_operator] = STATE(4149), - [sym_binary_operator] = STATE(4149), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4149), - [sym_call] = STATE(4149), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4149), - [sym_anonymous_function] = STATE(4149), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1871), - [sym_integer] = ACTIONS(1871), - [sym_float] = ACTIONS(1871), - [sym_char] = ACTIONS(1871), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1871), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [519] = { - [sym__expression] = STATE(4154), - [sym_block] = STATE(4154), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4154), - [sym_nil] = STATE(4154), - [sym__atom] = STATE(4154), - [sym_quoted_atom] = STATE(4154), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4154), - [sym_charlist] = STATE(4154), - [sym_sigil] = STATE(4154), - [sym_list] = STATE(4154), - [sym_tuple] = STATE(4154), - [sym_bitstring] = STATE(4154), - [sym_map] = STATE(4154), - [sym__nullary_operator] = STATE(4154), - [sym_unary_operator] = STATE(4154), - [sym_binary_operator] = STATE(4154), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4154), - [sym_call] = STATE(4154), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4154), - [sym_anonymous_function] = STATE(4154), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1873), - [sym_integer] = ACTIONS(1873), - [sym_float] = ACTIONS(1873), - [sym_char] = ACTIONS(1873), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1873), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [520] = { - [sym__expression] = STATE(3967), - [sym_block] = STATE(3967), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3967), - [sym_nil] = STATE(3967), - [sym__atom] = STATE(3967), - [sym_quoted_atom] = STATE(3967), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3967), - [sym_charlist] = STATE(3967), - [sym_sigil] = STATE(3967), - [sym_list] = STATE(3967), - [sym_tuple] = STATE(3967), - [sym_bitstring] = STATE(3967), - [sym_map] = STATE(3967), - [sym__nullary_operator] = STATE(3967), - [sym_unary_operator] = STATE(3967), - [sym_binary_operator] = STATE(3967), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3967), - [sym_call] = STATE(3967), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3967), - [sym_anonymous_function] = STATE(3967), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1875), - [sym_integer] = ACTIONS(1875), - [sym_float] = ACTIONS(1875), - [sym_char] = ACTIONS(1875), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1875), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [521] = { - [sym__expression] = STATE(3966), - [sym_block] = STATE(3966), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3966), - [sym_nil] = STATE(3966), - [sym__atom] = STATE(3966), - [sym_quoted_atom] = STATE(3966), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3966), - [sym_charlist] = STATE(3966), - [sym_sigil] = STATE(3966), - [sym_list] = STATE(3966), - [sym_tuple] = STATE(3966), - [sym_bitstring] = STATE(3966), - [sym_map] = STATE(3966), - [sym__nullary_operator] = STATE(3966), - [sym_unary_operator] = STATE(3966), - [sym_binary_operator] = STATE(3966), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3966), - [sym_call] = STATE(3966), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3966), - [sym_anonymous_function] = STATE(3966), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1877), - [sym_integer] = ACTIONS(1877), - [sym_float] = ACTIONS(1877), - [sym_char] = ACTIONS(1877), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1877), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [522] = { - [sym__expression] = STATE(3712), - [sym_block] = STATE(3712), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3712), - [sym_nil] = STATE(3712), - [sym__atom] = STATE(3712), - [sym_quoted_atom] = STATE(3712), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3712), - [sym_charlist] = STATE(3712), - [sym_sigil] = STATE(3712), - [sym_list] = STATE(3712), - [sym_tuple] = STATE(3712), - [sym_bitstring] = STATE(3712), - [sym_map] = STATE(3712), - [sym__nullary_operator] = STATE(3712), - [sym_unary_operator] = STATE(3712), - [sym_binary_operator] = STATE(3712), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3712), - [sym_call] = STATE(3712), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3712), - [sym_anonymous_function] = STATE(3712), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1879), - [sym_integer] = ACTIONS(1879), - [sym_float] = ACTIONS(1879), - [sym_char] = ACTIONS(1879), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1879), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [523] = { - [sym__expression] = STATE(3093), - [sym_block] = STATE(3093), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3093), - [sym_nil] = STATE(3093), - [sym__atom] = STATE(3093), - [sym_quoted_atom] = STATE(3093), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3093), - [sym_charlist] = STATE(3093), - [sym_sigil] = STATE(3093), - [sym_list] = STATE(3093), - [sym_tuple] = STATE(3093), - [sym_bitstring] = STATE(3093), - [sym_map] = STATE(3093), - [sym__nullary_operator] = STATE(3093), - [sym_unary_operator] = STATE(3093), - [sym_binary_operator] = STATE(3093), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3093), - [sym_call] = STATE(3093), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3093), - [sym_anonymous_function] = STATE(3093), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1881), - [sym_integer] = ACTIONS(1881), - [sym_float] = ACTIONS(1881), - [sym_char] = ACTIONS(1881), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1881), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [524] = { - [sym__expression] = STATE(3711), - [sym_block] = STATE(3711), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3711), - [sym_nil] = STATE(3711), - [sym__atom] = STATE(3711), - [sym_quoted_atom] = STATE(3711), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3711), - [sym_charlist] = STATE(3711), - [sym_sigil] = STATE(3711), - [sym_list] = STATE(3711), - [sym_tuple] = STATE(3711), - [sym_bitstring] = STATE(3711), - [sym_map] = STATE(3711), - [sym__nullary_operator] = STATE(3711), - [sym_unary_operator] = STATE(3711), - [sym_binary_operator] = STATE(3711), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3711), - [sym_call] = STATE(3711), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3711), - [sym_anonymous_function] = STATE(3711), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1883), - [sym_integer] = ACTIONS(1883), - [sym_float] = ACTIONS(1883), - [sym_char] = ACTIONS(1883), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1883), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [525] = { - [sym__expression] = STATE(3710), - [sym_block] = STATE(3710), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3710), - [sym_nil] = STATE(3710), - [sym__atom] = STATE(3710), - [sym_quoted_atom] = STATE(3710), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3710), - [sym_charlist] = STATE(3710), - [sym_sigil] = STATE(3710), - [sym_list] = STATE(3710), - [sym_tuple] = STATE(3710), - [sym_bitstring] = STATE(3710), - [sym_map] = STATE(3710), - [sym__nullary_operator] = STATE(3710), - [sym_unary_operator] = STATE(3710), - [sym_binary_operator] = STATE(3710), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3710), - [sym_call] = STATE(3710), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3710), - [sym_anonymous_function] = STATE(3710), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1885), - [sym_integer] = ACTIONS(1885), - [sym_float] = ACTIONS(1885), - [sym_char] = ACTIONS(1885), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1885), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [526] = { - [sym__expression] = STATE(3709), - [sym_block] = STATE(3709), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3709), - [sym_nil] = STATE(3709), - [sym__atom] = STATE(3709), - [sym_quoted_atom] = STATE(3709), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3709), - [sym_charlist] = STATE(3709), - [sym_sigil] = STATE(3709), - [sym_list] = STATE(3709), - [sym_tuple] = STATE(3709), - [sym_bitstring] = STATE(3709), - [sym_map] = STATE(3709), - [sym__nullary_operator] = STATE(3709), - [sym_unary_operator] = STATE(3709), - [sym_binary_operator] = STATE(3709), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3709), - [sym_call] = STATE(3709), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3709), - [sym_anonymous_function] = STATE(3709), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1887), - [sym_integer] = ACTIONS(1887), - [sym_float] = ACTIONS(1887), - [sym_char] = ACTIONS(1887), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1887), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [527] = { - [sym__expression] = STATE(1302), - [sym_block] = STATE(1302), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1302), - [sym_nil] = STATE(1302), - [sym__atom] = STATE(1302), - [sym_quoted_atom] = STATE(1302), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1302), - [sym_charlist] = STATE(1302), - [sym_sigil] = STATE(1302), - [sym_list] = STATE(1302), - [sym_tuple] = STATE(1302), - [sym_bitstring] = STATE(1302), - [sym_map] = STATE(1302), - [sym__nullary_operator] = STATE(1302), - [sym_unary_operator] = STATE(1302), - [sym_binary_operator] = STATE(1302), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1302), - [sym_call] = STATE(1302), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1302), - [sym_anonymous_function] = STATE(1302), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1889), - [sym_integer] = ACTIONS(1889), - [sym_float] = ACTIONS(1889), - [sym_char] = ACTIONS(1889), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [528] = { - [sym__expression] = STATE(3708), - [sym_block] = STATE(3708), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3708), - [sym_nil] = STATE(3708), - [sym__atom] = STATE(3708), - [sym_quoted_atom] = STATE(3708), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3708), - [sym_charlist] = STATE(3708), - [sym_sigil] = STATE(3708), - [sym_list] = STATE(3708), - [sym_tuple] = STATE(3708), - [sym_bitstring] = STATE(3708), - [sym_map] = STATE(3708), - [sym__nullary_operator] = STATE(3708), - [sym_unary_operator] = STATE(3708), - [sym_binary_operator] = STATE(3708), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3708), - [sym_call] = STATE(3708), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3708), - [sym_anonymous_function] = STATE(3708), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1891), - [sym_integer] = ACTIONS(1891), - [sym_float] = ACTIONS(1891), - [sym_char] = ACTIONS(1891), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1891), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [529] = { - [sym__expression] = STATE(1342), - [sym_block] = STATE(1342), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1342), - [sym_nil] = STATE(1342), - [sym__atom] = STATE(1342), - [sym_quoted_atom] = STATE(1342), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1342), - [sym_charlist] = STATE(1342), - [sym_sigil] = STATE(1342), - [sym_list] = STATE(1342), - [sym_tuple] = STATE(1342), - [sym_bitstring] = STATE(1342), - [sym_map] = STATE(1342), - [sym__nullary_operator] = STATE(1342), - [sym_unary_operator] = STATE(1342), - [sym_binary_operator] = STATE(1342), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1342), - [sym_call] = STATE(1342), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1342), - [sym_anonymous_function] = STATE(1342), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1893), - [sym_integer] = ACTIONS(1893), - [sym_float] = ACTIONS(1893), - [sym_char] = ACTIONS(1893), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1893), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [530] = { - [sym__expression] = STATE(3707), - [sym_block] = STATE(3707), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3707), - [sym_nil] = STATE(3707), - [sym__atom] = STATE(3707), - [sym_quoted_atom] = STATE(3707), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3707), - [sym_charlist] = STATE(3707), - [sym_sigil] = STATE(3707), - [sym_list] = STATE(3707), - [sym_tuple] = STATE(3707), - [sym_bitstring] = STATE(3707), - [sym_map] = STATE(3707), - [sym__nullary_operator] = STATE(3707), - [sym_unary_operator] = STATE(3707), - [sym_binary_operator] = STATE(3707), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3707), - [sym_call] = STATE(3707), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3707), - [sym_anonymous_function] = STATE(3707), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1895), - [sym_integer] = ACTIONS(1895), - [sym_float] = ACTIONS(1895), - [sym_char] = ACTIONS(1895), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1895), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [531] = { - [sym__expression] = STATE(3706), - [sym_block] = STATE(3706), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3706), - [sym_nil] = STATE(3706), - [sym__atom] = STATE(3706), - [sym_quoted_atom] = STATE(3706), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3706), - [sym_charlist] = STATE(3706), - [sym_sigil] = STATE(3706), - [sym_list] = STATE(3706), - [sym_tuple] = STATE(3706), - [sym_bitstring] = STATE(3706), - [sym_map] = STATE(3706), - [sym__nullary_operator] = STATE(3706), - [sym_unary_operator] = STATE(3706), - [sym_binary_operator] = STATE(3706), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3706), - [sym_call] = STATE(3706), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3706), - [sym_anonymous_function] = STATE(3706), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1897), - [sym_integer] = ACTIONS(1897), - [sym_float] = ACTIONS(1897), - [sym_char] = ACTIONS(1897), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1897), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [532] = { - [sym__expression] = STATE(3705), - [sym_block] = STATE(3705), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3705), - [sym_nil] = STATE(3705), - [sym__atom] = STATE(3705), - [sym_quoted_atom] = STATE(3705), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3705), - [sym_charlist] = STATE(3705), - [sym_sigil] = STATE(3705), - [sym_list] = STATE(3705), - [sym_tuple] = STATE(3705), - [sym_bitstring] = STATE(3705), - [sym_map] = STATE(3705), - [sym__nullary_operator] = STATE(3705), - [sym_unary_operator] = STATE(3705), - [sym_binary_operator] = STATE(3705), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3705), - [sym_call] = STATE(3705), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3705), - [sym_anonymous_function] = STATE(3705), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1899), - [sym_integer] = ACTIONS(1899), - [sym_float] = ACTIONS(1899), - [sym_char] = ACTIONS(1899), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1899), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [533] = { - [sym__expression] = STATE(3704), - [sym_block] = STATE(3704), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3704), - [sym_nil] = STATE(3704), - [sym__atom] = STATE(3704), - [sym_quoted_atom] = STATE(3704), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3704), - [sym_charlist] = STATE(3704), - [sym_sigil] = STATE(3704), - [sym_list] = STATE(3704), - [sym_tuple] = STATE(3704), - [sym_bitstring] = STATE(3704), - [sym_map] = STATE(3704), - [sym__nullary_operator] = STATE(3704), - [sym_unary_operator] = STATE(3704), - [sym_binary_operator] = STATE(3704), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3704), - [sym_call] = STATE(3704), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3704), - [sym_anonymous_function] = STATE(3704), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1901), - [sym_integer] = ACTIONS(1901), - [sym_float] = ACTIONS(1901), - [sym_char] = ACTIONS(1901), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1901), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [534] = { - [sym__expression] = STATE(1516), - [sym_block] = STATE(1516), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1516), - [sym_nil] = STATE(1516), - [sym__atom] = STATE(1516), - [sym_quoted_atom] = STATE(1516), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1516), - [sym_charlist] = STATE(1516), - [sym_sigil] = STATE(1516), - [sym_list] = STATE(1516), - [sym_tuple] = STATE(1516), - [sym_bitstring] = STATE(1516), - [sym_map] = STATE(1516), - [sym__nullary_operator] = STATE(1516), - [sym_unary_operator] = STATE(1516), - [sym_binary_operator] = STATE(1516), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1516), - [sym_call] = STATE(1516), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1516), - [sym_anonymous_function] = STATE(1516), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1903), - [sym_integer] = ACTIONS(1903), - [sym_float] = ACTIONS(1903), - [sym_char] = ACTIONS(1903), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1903), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [535] = { - [sym__expression] = STATE(2340), - [sym_block] = STATE(2340), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2340), - [sym_nil] = STATE(2340), - [sym__atom] = STATE(2340), - [sym_quoted_atom] = STATE(2340), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2340), - [sym_charlist] = STATE(2340), - [sym_sigil] = STATE(2340), - [sym_list] = STATE(2340), - [sym_tuple] = STATE(2340), - [sym_bitstring] = STATE(2340), - [sym_map] = STATE(2340), - [sym__nullary_operator] = STATE(2340), - [sym_unary_operator] = STATE(2340), - [sym_binary_operator] = STATE(2340), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2340), - [sym_call] = STATE(2340), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2340), - [sym_anonymous_function] = STATE(2340), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1905), - [sym_integer] = ACTIONS(1905), - [sym_float] = ACTIONS(1905), - [sym_char] = ACTIONS(1905), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1905), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [536] = { - [sym__expression] = STATE(3378), - [sym_block] = STATE(3378), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3378), - [sym_nil] = STATE(3378), - [sym__atom] = STATE(3378), - [sym_quoted_atom] = STATE(3378), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3378), - [sym_charlist] = STATE(3378), - [sym_sigil] = STATE(3378), - [sym_list] = STATE(3378), - [sym_tuple] = STATE(3378), - [sym_bitstring] = STATE(3378), - [sym_map] = STATE(3378), - [sym__nullary_operator] = STATE(3378), - [sym_unary_operator] = STATE(3378), - [sym_binary_operator] = STATE(3378), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3378), - [sym_call] = STATE(3378), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3378), - [sym_anonymous_function] = STATE(3378), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1907), - [sym_integer] = ACTIONS(1907), - [sym_float] = ACTIONS(1907), - [sym_char] = ACTIONS(1907), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1907), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [537] = { - [sym__expression] = STATE(1687), - [sym_block] = STATE(1687), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1687), - [sym_nil] = STATE(1687), - [sym__atom] = STATE(1687), - [sym_quoted_atom] = STATE(1687), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1687), - [sym_charlist] = STATE(1687), - [sym_sigil] = STATE(1687), - [sym_list] = STATE(1687), - [sym_tuple] = STATE(1687), - [sym_bitstring] = STATE(1687), - [sym_map] = STATE(1687), - [sym__nullary_operator] = STATE(1687), - [sym_unary_operator] = STATE(1687), - [sym_binary_operator] = STATE(1687), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1687), - [sym_call] = STATE(1687), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1687), - [sym_anonymous_function] = STATE(1687), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1909), - [sym_integer] = ACTIONS(1909), - [sym_float] = ACTIONS(1909), - [sym_char] = ACTIONS(1909), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1909), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [538] = { - [sym__expression] = STATE(4147), - [sym_block] = STATE(4147), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4147), - [sym_nil] = STATE(4147), - [sym__atom] = STATE(4147), - [sym_quoted_atom] = STATE(4147), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4147), - [sym_charlist] = STATE(4147), - [sym_sigil] = STATE(4147), - [sym_list] = STATE(4147), - [sym_tuple] = STATE(4147), - [sym_bitstring] = STATE(4147), - [sym_map] = STATE(4147), - [sym__nullary_operator] = STATE(4147), - [sym_unary_operator] = STATE(4147), - [sym_binary_operator] = STATE(4147), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4147), - [sym_call] = STATE(4147), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4147), - [sym_anonymous_function] = STATE(4147), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1911), - [sym_integer] = ACTIONS(1911), - [sym_float] = ACTIONS(1911), - [sym_char] = ACTIONS(1911), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1911), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [539] = { - [sym__expression] = STATE(1302), - [sym_block] = STATE(1302), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(1302), - [sym_nil] = STATE(1302), - [sym__atom] = STATE(1302), - [sym_quoted_atom] = STATE(1302), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1302), - [sym_charlist] = STATE(1302), - [sym_sigil] = STATE(1302), - [sym_list] = STATE(1302), - [sym_tuple] = STATE(1302), - [sym_bitstring] = STATE(1302), - [sym_map] = STATE(1302), - [sym__nullary_operator] = STATE(1302), - [sym_unary_operator] = STATE(1302), - [sym_binary_operator] = STATE(1302), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1302), - [sym_call] = STATE(1302), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1302), - [sym_anonymous_function] = STATE(1302), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1889), - [sym_integer] = ACTIONS(1889), - [sym_float] = ACTIONS(1889), - [sym_char] = ACTIONS(1889), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1889), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [540] = { - [sym__expression] = STATE(1522), - [sym_block] = STATE(1522), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1522), - [sym_nil] = STATE(1522), - [sym__atom] = STATE(1522), - [sym_quoted_atom] = STATE(1522), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1522), - [sym_charlist] = STATE(1522), - [sym_sigil] = STATE(1522), - [sym_list] = STATE(1522), - [sym_tuple] = STATE(1522), - [sym_bitstring] = STATE(1522), - [sym_map] = STATE(1522), - [sym__nullary_operator] = STATE(1522), - [sym_unary_operator] = STATE(1522), - [sym_binary_operator] = STATE(1522), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1522), - [sym_call] = STATE(1522), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1522), - [sym_anonymous_function] = STATE(1522), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1913), - [sym_integer] = ACTIONS(1913), - [sym_float] = ACTIONS(1913), - [sym_char] = ACTIONS(1913), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1913), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [541] = { - [sym__expression] = STATE(2090), - [sym_block] = STATE(2090), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2090), - [sym_nil] = STATE(2090), - [sym__atom] = STATE(2090), - [sym_quoted_atom] = STATE(2090), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2090), - [sym_charlist] = STATE(2090), - [sym_sigil] = STATE(2090), - [sym_list] = STATE(2090), - [sym_tuple] = STATE(2090), - [sym_bitstring] = STATE(2090), - [sym_map] = STATE(2090), - [sym__nullary_operator] = STATE(2090), - [sym_unary_operator] = STATE(2090), - [sym_binary_operator] = STATE(2090), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2090), - [sym_call] = STATE(2090), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2090), - [sym_anonymous_function] = STATE(2090), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1915), - [sym_integer] = ACTIONS(1915), - [sym_float] = ACTIONS(1915), - [sym_char] = ACTIONS(1915), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1915), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [542] = { - [sym__expression] = STATE(2197), - [sym_block] = STATE(2197), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2197), - [sym_nil] = STATE(2197), - [sym__atom] = STATE(2197), - [sym_quoted_atom] = STATE(2197), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2197), - [sym_charlist] = STATE(2197), - [sym_sigil] = STATE(2197), - [sym_list] = STATE(2197), - [sym_tuple] = STATE(2197), - [sym_bitstring] = STATE(2197), - [sym_map] = STATE(2197), - [sym__nullary_operator] = STATE(2197), - [sym_unary_operator] = STATE(2197), - [sym_binary_operator] = STATE(2197), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2197), - [sym_call] = STATE(2197), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2197), - [sym_anonymous_function] = STATE(2197), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1917), - [sym_integer] = ACTIONS(1917), - [sym_float] = ACTIONS(1917), - [sym_char] = ACTIONS(1917), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1917), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [543] = { - [sym__expression] = STATE(2190), - [sym_block] = STATE(2190), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2190), - [sym_nil] = STATE(2190), - [sym__atom] = STATE(2190), - [sym_quoted_atom] = STATE(2190), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2190), - [sym_charlist] = STATE(2190), - [sym_sigil] = STATE(2190), - [sym_list] = STATE(2190), - [sym_tuple] = STATE(2190), - [sym_bitstring] = STATE(2190), - [sym_map] = STATE(2190), - [sym__nullary_operator] = STATE(2190), - [sym_unary_operator] = STATE(2190), - [sym_binary_operator] = STATE(2190), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2190), - [sym_call] = STATE(2190), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2190), - [sym_anonymous_function] = STATE(2190), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1919), - [sym_integer] = ACTIONS(1919), - [sym_float] = ACTIONS(1919), - [sym_char] = ACTIONS(1919), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1919), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [544] = { - [sym__expression] = STATE(2186), - [sym_block] = STATE(2186), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2186), - [sym_nil] = STATE(2186), - [sym__atom] = STATE(2186), - [sym_quoted_atom] = STATE(2186), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2186), - [sym_charlist] = STATE(2186), - [sym_sigil] = STATE(2186), - [sym_list] = STATE(2186), - [sym_tuple] = STATE(2186), - [sym_bitstring] = STATE(2186), - [sym_map] = STATE(2186), - [sym__nullary_operator] = STATE(2186), - [sym_unary_operator] = STATE(2186), - [sym_binary_operator] = STATE(2186), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2186), - [sym_call] = STATE(2186), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2186), - [sym_anonymous_function] = STATE(2186), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1921), - [sym_integer] = ACTIONS(1921), - [sym_float] = ACTIONS(1921), - [sym_char] = ACTIONS(1921), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1921), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [545] = { - [sym__expression] = STATE(2174), - [sym_block] = STATE(2174), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2174), - [sym_nil] = STATE(2174), - [sym__atom] = STATE(2174), - [sym_quoted_atom] = STATE(2174), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2174), - [sym_charlist] = STATE(2174), - [sym_sigil] = STATE(2174), - [sym_list] = STATE(2174), - [sym_tuple] = STATE(2174), - [sym_bitstring] = STATE(2174), - [sym_map] = STATE(2174), - [sym__nullary_operator] = STATE(2174), - [sym_unary_operator] = STATE(2174), - [sym_binary_operator] = STATE(2174), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2174), - [sym_call] = STATE(2174), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2174), - [sym_anonymous_function] = STATE(2174), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1923), - [sym_integer] = ACTIONS(1923), - [sym_float] = ACTIONS(1923), - [sym_char] = ACTIONS(1923), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1923), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [546] = { - [sym__expression] = STATE(2315), - [sym_block] = STATE(2315), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2315), - [sym_nil] = STATE(2315), - [sym__atom] = STATE(2315), - [sym_quoted_atom] = STATE(2315), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2315), - [sym_charlist] = STATE(2315), - [sym_sigil] = STATE(2315), - [sym_list] = STATE(2315), - [sym_tuple] = STATE(2315), - [sym_bitstring] = STATE(2315), - [sym_map] = STATE(2315), - [sym__nullary_operator] = STATE(2315), - [sym_unary_operator] = STATE(2315), - [sym_binary_operator] = STATE(2315), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2315), - [sym_call] = STATE(2315), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2315), - [sym_anonymous_function] = STATE(2315), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1925), - [sym_integer] = ACTIONS(1925), - [sym_float] = ACTIONS(1925), - [sym_char] = ACTIONS(1925), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1925), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [547] = { - [sym__expression] = STATE(2172), - [sym_block] = STATE(2172), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2172), - [sym_nil] = STATE(2172), - [sym__atom] = STATE(2172), - [sym_quoted_atom] = STATE(2172), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2172), - [sym_charlist] = STATE(2172), - [sym_sigil] = STATE(2172), - [sym_list] = STATE(2172), - [sym_tuple] = STATE(2172), - [sym_bitstring] = STATE(2172), - [sym_map] = STATE(2172), - [sym__nullary_operator] = STATE(2172), - [sym_unary_operator] = STATE(2172), - [sym_binary_operator] = STATE(2172), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2172), - [sym_call] = STATE(2172), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2172), - [sym_anonymous_function] = STATE(2172), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1927), - [sym_integer] = ACTIONS(1927), - [sym_float] = ACTIONS(1927), - [sym_char] = ACTIONS(1927), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1927), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [548] = { - [sym__expression] = STATE(2171), - [sym_block] = STATE(2171), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2171), - [sym_nil] = STATE(2171), - [sym__atom] = STATE(2171), - [sym_quoted_atom] = STATE(2171), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2171), - [sym_charlist] = STATE(2171), - [sym_sigil] = STATE(2171), - [sym_list] = STATE(2171), - [sym_tuple] = STATE(2171), - [sym_bitstring] = STATE(2171), - [sym_map] = STATE(2171), - [sym__nullary_operator] = STATE(2171), - [sym_unary_operator] = STATE(2171), - [sym_binary_operator] = STATE(2171), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2171), - [sym_call] = STATE(2171), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2171), - [sym_anonymous_function] = STATE(2171), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1929), - [sym_integer] = ACTIONS(1929), - [sym_float] = ACTIONS(1929), - [sym_char] = ACTIONS(1929), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1929), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [549] = { - [sym__expression] = STATE(1261), - [sym_block] = STATE(1261), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(1261), - [sym_nil] = STATE(1261), - [sym__atom] = STATE(1261), - [sym_quoted_atom] = STATE(1261), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1261), - [sym_charlist] = STATE(1261), - [sym_sigil] = STATE(1261), - [sym_list] = STATE(1261), - [sym_tuple] = STATE(1261), - [sym_bitstring] = STATE(1261), - [sym_map] = STATE(1261), - [sym__nullary_operator] = STATE(1261), - [sym_unary_operator] = STATE(1261), - [sym_binary_operator] = STATE(1261), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1261), - [sym_call] = STATE(1261), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1261), - [sym_anonymous_function] = STATE(1261), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1831), - [sym_integer] = ACTIONS(1831), - [sym_float] = ACTIONS(1831), - [sym_char] = ACTIONS(1831), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1831), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [550] = { - [sym__expression] = STATE(4157), - [sym_block] = STATE(4157), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4157), - [sym_nil] = STATE(4157), - [sym__atom] = STATE(4157), - [sym_quoted_atom] = STATE(4157), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4157), - [sym_charlist] = STATE(4157), - [sym_sigil] = STATE(4157), - [sym_list] = STATE(4157), - [sym_tuple] = STATE(4157), - [sym_bitstring] = STATE(4157), - [sym_map] = STATE(4157), - [sym__nullary_operator] = STATE(4157), - [sym_unary_operator] = STATE(4157), - [sym_binary_operator] = STATE(4157), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4157), - [sym_call] = STATE(4157), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4157), - [sym_anonymous_function] = STATE(4157), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1931), - [sym_integer] = ACTIONS(1931), - [sym_float] = ACTIONS(1931), - [sym_char] = ACTIONS(1931), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1931), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [551] = { - [sym__expression] = STATE(2286), - [sym_block] = STATE(2286), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2286), - [sym_nil] = STATE(2286), - [sym__atom] = STATE(2286), - [sym_quoted_atom] = STATE(2286), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2286), - [sym_charlist] = STATE(2286), - [sym_sigil] = STATE(2286), - [sym_list] = STATE(2286), - [sym_tuple] = STATE(2286), - [sym_bitstring] = STATE(2286), - [sym_map] = STATE(2286), - [sym__nullary_operator] = STATE(2286), - [sym_unary_operator] = STATE(2286), - [sym_binary_operator] = STATE(2286), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2286), - [sym_call] = STATE(2286), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2286), - [sym_anonymous_function] = STATE(2286), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1933), - [sym_integer] = ACTIONS(1933), - [sym_float] = ACTIONS(1933), - [sym_char] = ACTIONS(1933), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1933), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [552] = { - [sym__expression] = STATE(2152), - [sym_block] = STATE(2152), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2152), - [sym_nil] = STATE(2152), - [sym__atom] = STATE(2152), - [sym_quoted_atom] = STATE(2152), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2152), - [sym_charlist] = STATE(2152), - [sym_sigil] = STATE(2152), - [sym_list] = STATE(2152), - [sym_tuple] = STATE(2152), - [sym_bitstring] = STATE(2152), - [sym_map] = STATE(2152), - [sym__nullary_operator] = STATE(2152), - [sym_unary_operator] = STATE(2152), - [sym_binary_operator] = STATE(2152), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2152), - [sym_call] = STATE(2152), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2152), - [sym_anonymous_function] = STATE(2152), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1935), - [sym_integer] = ACTIONS(1935), - [sym_float] = ACTIONS(1935), - [sym_char] = ACTIONS(1935), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1935), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [553] = { - [sym__expression] = STATE(2285), - [sym_block] = STATE(2285), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2285), - [sym_nil] = STATE(2285), - [sym__atom] = STATE(2285), - [sym_quoted_atom] = STATE(2285), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2285), - [sym_charlist] = STATE(2285), - [sym_sigil] = STATE(2285), - [sym_list] = STATE(2285), - [sym_tuple] = STATE(2285), - [sym_bitstring] = STATE(2285), - [sym_map] = STATE(2285), - [sym__nullary_operator] = STATE(2285), - [sym_unary_operator] = STATE(2285), - [sym_binary_operator] = STATE(2285), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2285), - [sym_call] = STATE(2285), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2285), - [sym_anonymous_function] = STATE(2285), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1937), - [sym_integer] = ACTIONS(1937), - [sym_float] = ACTIONS(1937), - [sym_char] = ACTIONS(1937), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1937), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [554] = { - [sym__expression] = STATE(1523), - [sym_block] = STATE(1523), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1523), - [sym_nil] = STATE(1523), - [sym__atom] = STATE(1523), - [sym_quoted_atom] = STATE(1523), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1523), - [sym_charlist] = STATE(1523), - [sym_sigil] = STATE(1523), - [sym_list] = STATE(1523), - [sym_tuple] = STATE(1523), - [sym_bitstring] = STATE(1523), - [sym_map] = STATE(1523), - [sym__nullary_operator] = STATE(1523), - [sym_unary_operator] = STATE(1523), - [sym_binary_operator] = STATE(1523), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1523), - [sym_call] = STATE(1523), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1523), - [sym_anonymous_function] = STATE(1523), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1939), - [sym_integer] = ACTIONS(1939), - [sym_float] = ACTIONS(1939), - [sym_char] = ACTIONS(1939), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1939), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [555] = { - [sym__expression] = STATE(3371), - [sym_block] = STATE(3371), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3371), - [sym_nil] = STATE(3371), - [sym__atom] = STATE(3371), - [sym_quoted_atom] = STATE(3371), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3371), - [sym_charlist] = STATE(3371), - [sym_sigil] = STATE(3371), - [sym_list] = STATE(3371), - [sym_tuple] = STATE(3371), - [sym_bitstring] = STATE(3371), - [sym_map] = STATE(3371), - [sym__nullary_operator] = STATE(3371), - [sym_unary_operator] = STATE(3371), - [sym_binary_operator] = STATE(3371), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3371), - [sym_call] = STATE(3371), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3371), - [sym_anonymous_function] = STATE(3371), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1941), - [sym_integer] = ACTIONS(1941), - [sym_float] = ACTIONS(1941), - [sym_char] = ACTIONS(1941), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1941), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [556] = { - [sym__expression] = STATE(1682), - [sym_block] = STATE(1682), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(1682), - [sym_nil] = STATE(1682), - [sym__atom] = STATE(1682), - [sym_quoted_atom] = STATE(1682), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1682), - [sym_charlist] = STATE(1682), - [sym_sigil] = STATE(1682), - [sym_list] = STATE(1682), - [sym_tuple] = STATE(1682), - [sym_bitstring] = STATE(1682), - [sym_map] = STATE(1682), - [sym__nullary_operator] = STATE(1682), - [sym_unary_operator] = STATE(1682), - [sym_binary_operator] = STATE(1682), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1682), - [sym_call] = STATE(1682), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1682), - [sym_anonymous_function] = STATE(1682), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1943), - [sym_integer] = ACTIONS(1943), - [sym_float] = ACTIONS(1943), - [sym_char] = ACTIONS(1943), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1943), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [557] = { - [sym__expression] = STATE(2126), - [sym_block] = STATE(2126), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2126), - [sym_nil] = STATE(2126), - [sym__atom] = STATE(2126), - [sym_quoted_atom] = STATE(2126), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2126), - [sym_charlist] = STATE(2126), - [sym_sigil] = STATE(2126), - [sym_list] = STATE(2126), - [sym_tuple] = STATE(2126), - [sym_bitstring] = STATE(2126), - [sym_map] = STATE(2126), - [sym__nullary_operator] = STATE(2126), - [sym_unary_operator] = STATE(2126), - [sym_binary_operator] = STATE(2126), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2126), - [sym_call] = STATE(2126), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2126), - [sym_anonymous_function] = STATE(2126), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1945), - [sym_integer] = ACTIONS(1945), - [sym_float] = ACTIONS(1945), - [sym_char] = ACTIONS(1945), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1945), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [558] = { - [sym__expression] = STATE(2125), - [sym_block] = STATE(2125), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2125), - [sym_nil] = STATE(2125), - [sym__atom] = STATE(2125), - [sym_quoted_atom] = STATE(2125), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2125), - [sym_charlist] = STATE(2125), - [sym_sigil] = STATE(2125), - [sym_list] = STATE(2125), - [sym_tuple] = STATE(2125), - [sym_bitstring] = STATE(2125), - [sym_map] = STATE(2125), - [sym__nullary_operator] = STATE(2125), - [sym_unary_operator] = STATE(2125), - [sym_binary_operator] = STATE(2125), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2125), - [sym_call] = STATE(2125), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2125), - [sym_anonymous_function] = STATE(2125), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1947), - [sym_integer] = ACTIONS(1947), - [sym_float] = ACTIONS(1947), - [sym_char] = ACTIONS(1947), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1947), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [559] = { - [sym__expression] = STATE(2282), - [sym_block] = STATE(2282), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2282), - [sym_nil] = STATE(2282), - [sym__atom] = STATE(2282), - [sym_quoted_atom] = STATE(2282), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2282), - [sym_charlist] = STATE(2282), - [sym_sigil] = STATE(2282), - [sym_list] = STATE(2282), - [sym_tuple] = STATE(2282), - [sym_bitstring] = STATE(2282), - [sym_map] = STATE(2282), - [sym__nullary_operator] = STATE(2282), - [sym_unary_operator] = STATE(2282), - [sym_binary_operator] = STATE(2282), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2282), - [sym_call] = STATE(2282), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2282), - [sym_anonymous_function] = STATE(2282), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1949), - [sym_integer] = ACTIONS(1949), - [sym_float] = ACTIONS(1949), - [sym_char] = ACTIONS(1949), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1949), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [560] = { - [sym__expression] = STATE(2281), - [sym_block] = STATE(2281), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2281), - [sym_nil] = STATE(2281), - [sym__atom] = STATE(2281), - [sym_quoted_atom] = STATE(2281), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2281), - [sym_charlist] = STATE(2281), - [sym_sigil] = STATE(2281), - [sym_list] = STATE(2281), - [sym_tuple] = STATE(2281), - [sym_bitstring] = STATE(2281), - [sym_map] = STATE(2281), - [sym__nullary_operator] = STATE(2281), - [sym_unary_operator] = STATE(2281), - [sym_binary_operator] = STATE(2281), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2281), - [sym_call] = STATE(2281), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2281), - [sym_anonymous_function] = STATE(2281), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1951), - [sym_integer] = ACTIONS(1951), - [sym_float] = ACTIONS(1951), - [sym_char] = ACTIONS(1951), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1951), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [561] = { - [sym__expression] = STATE(2110), - [sym_block] = STATE(2110), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2110), - [sym_nil] = STATE(2110), - [sym__atom] = STATE(2110), - [sym_quoted_atom] = STATE(2110), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2110), - [sym_charlist] = STATE(2110), - [sym_sigil] = STATE(2110), - [sym_list] = STATE(2110), - [sym_tuple] = STATE(2110), - [sym_bitstring] = STATE(2110), - [sym_map] = STATE(2110), - [sym__nullary_operator] = STATE(2110), - [sym_unary_operator] = STATE(2110), - [sym_binary_operator] = STATE(2110), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2110), - [sym_call] = STATE(2110), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2110), - [sym_anonymous_function] = STATE(2110), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1953), - [sym_integer] = ACTIONS(1953), - [sym_float] = ACTIONS(1953), - [sym_char] = ACTIONS(1953), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1953), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [562] = { - [sym__expression] = STATE(2109), - [sym_block] = STATE(2109), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2109), - [sym_nil] = STATE(2109), - [sym__atom] = STATE(2109), - [sym_quoted_atom] = STATE(2109), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2109), - [sym_charlist] = STATE(2109), - [sym_sigil] = STATE(2109), - [sym_list] = STATE(2109), - [sym_tuple] = STATE(2109), - [sym_bitstring] = STATE(2109), - [sym_map] = STATE(2109), - [sym__nullary_operator] = STATE(2109), - [sym_unary_operator] = STATE(2109), - [sym_binary_operator] = STATE(2109), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2109), - [sym_call] = STATE(2109), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2109), - [sym_anonymous_function] = STATE(2109), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1955), - [sym_integer] = ACTIONS(1955), - [sym_float] = ACTIONS(1955), - [sym_char] = ACTIONS(1955), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1955), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [563] = { - [sym__expression] = STATE(2107), - [sym_block] = STATE(2107), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2107), - [sym_nil] = STATE(2107), - [sym__atom] = STATE(2107), - [sym_quoted_atom] = STATE(2107), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2107), - [sym_charlist] = STATE(2107), - [sym_sigil] = STATE(2107), - [sym_list] = STATE(2107), - [sym_tuple] = STATE(2107), - [sym_bitstring] = STATE(2107), - [sym_map] = STATE(2107), - [sym__nullary_operator] = STATE(2107), - [sym_unary_operator] = STATE(2107), - [sym_binary_operator] = STATE(2107), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2107), - [sym_call] = STATE(2107), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2107), - [sym_anonymous_function] = STATE(2107), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1957), - [sym_integer] = ACTIONS(1957), - [sym_float] = ACTIONS(1957), - [sym_char] = ACTIONS(1957), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1957), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [564] = { - [sym__expression] = STATE(3694), - [sym_block] = STATE(3694), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3694), - [sym_nil] = STATE(3694), - [sym__atom] = STATE(3694), - [sym_quoted_atom] = STATE(3694), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3694), - [sym_charlist] = STATE(3694), - [sym_sigil] = STATE(3694), - [sym_list] = STATE(3694), - [sym_tuple] = STATE(3694), - [sym_bitstring] = STATE(3694), - [sym_map] = STATE(3694), - [sym__nullary_operator] = STATE(3694), - [sym_unary_operator] = STATE(3694), - [sym_binary_operator] = STATE(3694), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3694), - [sym_call] = STATE(3694), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3694), - [sym_anonymous_function] = STATE(3694), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(1959), - [sym_integer] = ACTIONS(1959), - [sym_float] = ACTIONS(1959), - [sym_char] = ACTIONS(1959), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(1959), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [565] = { - [sym__expression] = STATE(2280), - [sym_block] = STATE(2280), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2280), - [sym_nil] = STATE(2280), - [sym__atom] = STATE(2280), - [sym_quoted_atom] = STATE(2280), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2280), - [sym_charlist] = STATE(2280), - [sym_sigil] = STATE(2280), - [sym_list] = STATE(2280), - [sym_tuple] = STATE(2280), - [sym_bitstring] = STATE(2280), - [sym_map] = STATE(2280), - [sym__nullary_operator] = STATE(2280), - [sym_unary_operator] = STATE(2280), - [sym_binary_operator] = STATE(2280), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2280), - [sym_call] = STATE(2280), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2280), - [sym_anonymous_function] = STATE(2280), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1961), - [sym_integer] = ACTIONS(1961), - [sym_float] = ACTIONS(1961), - [sym_char] = ACTIONS(1961), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1961), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [566] = { - [sym__expression] = STATE(2279), - [sym_block] = STATE(2279), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2279), - [sym_nil] = STATE(2279), - [sym__atom] = STATE(2279), - [sym_quoted_atom] = STATE(2279), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2279), - [sym_charlist] = STATE(2279), - [sym_sigil] = STATE(2279), - [sym_list] = STATE(2279), - [sym_tuple] = STATE(2279), - [sym_bitstring] = STATE(2279), - [sym_map] = STATE(2279), - [sym__nullary_operator] = STATE(2279), - [sym_unary_operator] = STATE(2279), - [sym_binary_operator] = STATE(2279), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2279), - [sym_call] = STATE(2279), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2279), - [sym_anonymous_function] = STATE(2279), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1963), - [sym_integer] = ACTIONS(1963), - [sym_float] = ACTIONS(1963), - [sym_char] = ACTIONS(1963), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1963), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [567] = { - [sym__expression] = STATE(2106), - [sym_block] = STATE(2106), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2106), - [sym_nil] = STATE(2106), - [sym__atom] = STATE(2106), - [sym_quoted_atom] = STATE(2106), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2106), - [sym_charlist] = STATE(2106), - [sym_sigil] = STATE(2106), - [sym_list] = STATE(2106), - [sym_tuple] = STATE(2106), - [sym_bitstring] = STATE(2106), - [sym_map] = STATE(2106), - [sym__nullary_operator] = STATE(2106), - [sym_unary_operator] = STATE(2106), - [sym_binary_operator] = STATE(2106), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2106), - [sym_call] = STATE(2106), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2106), - [sym_anonymous_function] = STATE(2106), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1965), - [sym_integer] = ACTIONS(1965), - [sym_float] = ACTIONS(1965), - [sym_char] = ACTIONS(1965), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1965), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [568] = { - [sym__expression] = STATE(4140), - [sym_block] = STATE(4140), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4140), - [sym_nil] = STATE(4140), - [sym__atom] = STATE(4140), - [sym_quoted_atom] = STATE(4140), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4140), - [sym_charlist] = STATE(4140), - [sym_sigil] = STATE(4140), - [sym_list] = STATE(4140), - [sym_tuple] = STATE(4140), - [sym_bitstring] = STATE(4140), - [sym_map] = STATE(4140), - [sym__nullary_operator] = STATE(4140), - [sym_unary_operator] = STATE(4140), - [sym_binary_operator] = STATE(4140), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4140), - [sym_call] = STATE(4140), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4140), - [sym_anonymous_function] = STATE(4140), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1967), - [sym_integer] = ACTIONS(1967), - [sym_float] = ACTIONS(1967), - [sym_char] = ACTIONS(1967), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1967), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [569] = { - [sym__expression] = STATE(2098), - [sym_block] = STATE(2098), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2098), - [sym_nil] = STATE(2098), - [sym__atom] = STATE(2098), - [sym_quoted_atom] = STATE(2098), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2098), - [sym_charlist] = STATE(2098), - [sym_sigil] = STATE(2098), - [sym_list] = STATE(2098), - [sym_tuple] = STATE(2098), - [sym_bitstring] = STATE(2098), - [sym_map] = STATE(2098), - [sym__nullary_operator] = STATE(2098), - [sym_unary_operator] = STATE(2098), - [sym_binary_operator] = STATE(2098), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2098), - [sym_call] = STATE(2098), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2098), - [sym_anonymous_function] = STATE(2098), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1969), - [sym_integer] = ACTIONS(1969), - [sym_float] = ACTIONS(1969), - [sym_char] = ACTIONS(1969), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1969), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [570] = { - [sym__expression] = STATE(2493), - [sym_block] = STATE(2493), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2493), - [sym_nil] = STATE(2493), - [sym__atom] = STATE(2493), - [sym_quoted_atom] = STATE(2493), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2493), - [sym_charlist] = STATE(2493), - [sym_sigil] = STATE(2493), - [sym_list] = STATE(2493), - [sym_tuple] = STATE(2493), - [sym_bitstring] = STATE(2493), - [sym_map] = STATE(2493), - [sym__nullary_operator] = STATE(2493), - [sym_unary_operator] = STATE(2493), - [sym_binary_operator] = STATE(2493), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2493), - [sym_call] = STATE(2493), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2493), - [sym_anonymous_function] = STATE(2493), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1435), - [sym_integer] = ACTIONS(1435), - [sym_float] = ACTIONS(1435), - [sym_char] = ACTIONS(1435), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [571] = { - [sym__expression] = STATE(2096), - [sym_block] = STATE(2096), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2096), - [sym_nil] = STATE(2096), - [sym__atom] = STATE(2096), - [sym_quoted_atom] = STATE(2096), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2096), - [sym_charlist] = STATE(2096), - [sym_sigil] = STATE(2096), - [sym_list] = STATE(2096), - [sym_tuple] = STATE(2096), - [sym_bitstring] = STATE(2096), - [sym_map] = STATE(2096), - [sym__nullary_operator] = STATE(2096), - [sym_unary_operator] = STATE(2096), - [sym_binary_operator] = STATE(2096), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2096), - [sym_call] = STATE(2096), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2096), - [sym_anonymous_function] = STATE(2096), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1971), - [sym_integer] = ACTIONS(1971), - [sym_float] = ACTIONS(1971), - [sym_char] = ACTIONS(1971), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1971), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [572] = { - [sym__expression] = STATE(2277), - [sym_block] = STATE(2277), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2277), - [sym_nil] = STATE(2277), - [sym__atom] = STATE(2277), - [sym_quoted_atom] = STATE(2277), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2277), - [sym_charlist] = STATE(2277), - [sym_sigil] = STATE(2277), - [sym_list] = STATE(2277), - [sym_tuple] = STATE(2277), - [sym_bitstring] = STATE(2277), - [sym_map] = STATE(2277), - [sym__nullary_operator] = STATE(2277), - [sym_unary_operator] = STATE(2277), - [sym_binary_operator] = STATE(2277), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2277), - [sym_call] = STATE(2277), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2277), - [sym_anonymous_function] = STATE(2277), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1973), - [sym_integer] = ACTIONS(1973), - [sym_float] = ACTIONS(1973), - [sym_char] = ACTIONS(1973), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1973), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [573] = { - [sym__expression] = STATE(2276), - [sym_block] = STATE(2276), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2276), - [sym_nil] = STATE(2276), - [sym__atom] = STATE(2276), - [sym_quoted_atom] = STATE(2276), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2276), - [sym_charlist] = STATE(2276), - [sym_sigil] = STATE(2276), - [sym_list] = STATE(2276), - [sym_tuple] = STATE(2276), - [sym_bitstring] = STATE(2276), - [sym_map] = STATE(2276), - [sym__nullary_operator] = STATE(2276), - [sym_unary_operator] = STATE(2276), - [sym_binary_operator] = STATE(2276), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2276), - [sym_call] = STATE(2276), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2276), - [sym_anonymous_function] = STATE(2276), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1975), - [sym_integer] = ACTIONS(1975), - [sym_float] = ACTIONS(1975), - [sym_char] = ACTIONS(1975), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1975), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [574] = { - [sym__expression] = STATE(2275), - [sym_block] = STATE(2275), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2275), - [sym_nil] = STATE(2275), - [sym__atom] = STATE(2275), - [sym_quoted_atom] = STATE(2275), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2275), - [sym_charlist] = STATE(2275), - [sym_sigil] = STATE(2275), - [sym_list] = STATE(2275), - [sym_tuple] = STATE(2275), - [sym_bitstring] = STATE(2275), - [sym_map] = STATE(2275), - [sym__nullary_operator] = STATE(2275), - [sym_unary_operator] = STATE(2275), - [sym_binary_operator] = STATE(2275), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2275), - [sym_call] = STATE(2275), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2275), - [sym_anonymous_function] = STATE(2275), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1977), - [sym_integer] = ACTIONS(1977), - [sym_float] = ACTIONS(1977), - [sym_char] = ACTIONS(1977), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1977), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [575] = { - [sym__expression] = STATE(2274), - [sym_block] = STATE(2274), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2274), - [sym_nil] = STATE(2274), - [sym__atom] = STATE(2274), - [sym_quoted_atom] = STATE(2274), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2274), - [sym_charlist] = STATE(2274), - [sym_sigil] = STATE(2274), - [sym_list] = STATE(2274), - [sym_tuple] = STATE(2274), - [sym_bitstring] = STATE(2274), - [sym_map] = STATE(2274), - [sym__nullary_operator] = STATE(2274), - [sym_unary_operator] = STATE(2274), - [sym_binary_operator] = STATE(2274), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2274), - [sym_call] = STATE(2274), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2274), - [sym_anonymous_function] = STATE(2274), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1979), - [sym_integer] = ACTIONS(1979), - [sym_float] = ACTIONS(1979), - [sym_char] = ACTIONS(1979), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1979), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [576] = { - [sym__expression] = STATE(2273), - [sym_block] = STATE(2273), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2273), - [sym_nil] = STATE(2273), - [sym__atom] = STATE(2273), - [sym_quoted_atom] = STATE(2273), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2273), - [sym_charlist] = STATE(2273), - [sym_sigil] = STATE(2273), - [sym_list] = STATE(2273), - [sym_tuple] = STATE(2273), - [sym_bitstring] = STATE(2273), - [sym_map] = STATE(2273), - [sym__nullary_operator] = STATE(2273), - [sym_unary_operator] = STATE(2273), - [sym_binary_operator] = STATE(2273), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2273), - [sym_call] = STATE(2273), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2273), - [sym_anonymous_function] = STATE(2273), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1981), - [sym_integer] = ACTIONS(1981), - [sym_float] = ACTIONS(1981), - [sym_char] = ACTIONS(1981), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1981), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [577] = { - [sym__expression] = STATE(1824), - [sym_block] = STATE(1824), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(1824), - [sym_nil] = STATE(1824), - [sym__atom] = STATE(1824), - [sym_quoted_atom] = STATE(1824), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(1824), - [sym_charlist] = STATE(1824), - [sym_sigil] = STATE(1824), - [sym_list] = STATE(1824), - [sym_tuple] = STATE(1824), - [sym_bitstring] = STATE(1824), - [sym_map] = STATE(1824), - [sym__nullary_operator] = STATE(1824), - [sym_unary_operator] = STATE(1824), - [sym_binary_operator] = STATE(1824), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(1824), - [sym_call] = STATE(1824), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(1824), - [sym_anonymous_function] = STATE(1824), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1837), - [sym_integer] = ACTIONS(1837), - [sym_float] = ACTIONS(1837), - [sym_char] = ACTIONS(1837), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1837), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [578] = { - [sym__expression] = STATE(2089), - [sym_block] = STATE(2089), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2089), - [sym_nil] = STATE(2089), - [sym__atom] = STATE(2089), - [sym_quoted_atom] = STATE(2089), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2089), - [sym_charlist] = STATE(2089), - [sym_sigil] = STATE(2089), - [sym_list] = STATE(2089), - [sym_tuple] = STATE(2089), - [sym_bitstring] = STATE(2089), - [sym_map] = STATE(2089), - [sym__nullary_operator] = STATE(2089), - [sym_unary_operator] = STATE(2089), - [sym_binary_operator] = STATE(2089), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2089), - [sym_call] = STATE(2089), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2089), - [sym_anonymous_function] = STATE(2089), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1983), - [sym_integer] = ACTIONS(1983), - [sym_float] = ACTIONS(1983), - [sym_char] = ACTIONS(1983), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1983), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [579] = { - [sym__expression] = STATE(3196), - [sym_block] = STATE(3196), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3196), - [sym_nil] = STATE(3196), - [sym__atom] = STATE(3196), - [sym_quoted_atom] = STATE(3196), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3196), - [sym_charlist] = STATE(3196), - [sym_sigil] = STATE(3196), - [sym_list] = STATE(3196), - [sym_tuple] = STATE(3196), - [sym_bitstring] = STATE(3196), - [sym_map] = STATE(3196), - [sym__nullary_operator] = STATE(3196), - [sym_unary_operator] = STATE(3196), - [sym_binary_operator] = STATE(3196), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3196), - [sym_call] = STATE(3196), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3196), - [sym_anonymous_function] = STATE(3196), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1985), - [sym_integer] = ACTIONS(1985), - [sym_float] = ACTIONS(1985), - [sym_char] = ACTIONS(1985), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1985), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [580] = { - [sym__expression] = STATE(3195), - [sym_block] = STATE(3195), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3195), - [sym_nil] = STATE(3195), - [sym__atom] = STATE(3195), - [sym_quoted_atom] = STATE(3195), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3195), - [sym_charlist] = STATE(3195), - [sym_sigil] = STATE(3195), - [sym_list] = STATE(3195), - [sym_tuple] = STATE(3195), - [sym_bitstring] = STATE(3195), - [sym_map] = STATE(3195), - [sym__nullary_operator] = STATE(3195), - [sym_unary_operator] = STATE(3195), - [sym_binary_operator] = STATE(3195), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3195), - [sym_call] = STATE(3195), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3195), - [sym_anonymous_function] = STATE(3195), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1987), - [sym_integer] = ACTIONS(1987), - [sym_float] = ACTIONS(1987), - [sym_char] = ACTIONS(1987), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1987), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [581] = { - [sym__expression] = STATE(2268), - [sym_block] = STATE(2268), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2268), - [sym_nil] = STATE(2268), - [sym__atom] = STATE(2268), - [sym_quoted_atom] = STATE(2268), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2268), - [sym_charlist] = STATE(2268), - [sym_sigil] = STATE(2268), - [sym_list] = STATE(2268), - [sym_tuple] = STATE(2268), - [sym_bitstring] = STATE(2268), - [sym_map] = STATE(2268), - [sym__nullary_operator] = STATE(2268), - [sym_unary_operator] = STATE(2268), - [sym_binary_operator] = STATE(2268), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2268), - [sym_call] = STATE(2268), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2268), - [sym_anonymous_function] = STATE(2268), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1989), - [sym_integer] = ACTIONS(1989), - [sym_float] = ACTIONS(1989), - [sym_char] = ACTIONS(1989), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1989), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [582] = { - [sym__expression] = STATE(3197), - [sym_block] = STATE(3197), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3197), - [sym_nil] = STATE(3197), - [sym__atom] = STATE(3197), - [sym_quoted_atom] = STATE(3197), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3197), - [sym_charlist] = STATE(3197), - [sym_sigil] = STATE(3197), - [sym_list] = STATE(3197), - [sym_tuple] = STATE(3197), - [sym_bitstring] = STATE(3197), - [sym_map] = STATE(3197), - [sym__nullary_operator] = STATE(3197), - [sym_unary_operator] = STATE(3197), - [sym_binary_operator] = STATE(3197), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3197), - [sym_call] = STATE(3197), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3197), - [sym_anonymous_function] = STATE(3197), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1991), - [sym_integer] = ACTIONS(1991), - [sym_float] = ACTIONS(1991), - [sym_char] = ACTIONS(1991), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1991), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [583] = { - [sym__expression] = STATE(3199), - [sym_block] = STATE(3199), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3199), - [sym_nil] = STATE(3199), - [sym__atom] = STATE(3199), - [sym_quoted_atom] = STATE(3199), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3199), - [sym_charlist] = STATE(3199), - [sym_sigil] = STATE(3199), - [sym_list] = STATE(3199), - [sym_tuple] = STATE(3199), - [sym_bitstring] = STATE(3199), - [sym_map] = STATE(3199), - [sym__nullary_operator] = STATE(3199), - [sym_unary_operator] = STATE(3199), - [sym_binary_operator] = STATE(3199), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3199), - [sym_call] = STATE(3199), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3199), - [sym_anonymous_function] = STATE(3199), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1993), - [sym_integer] = ACTIONS(1993), - [sym_float] = ACTIONS(1993), - [sym_char] = ACTIONS(1993), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1993), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [584] = { - [sym__expression] = STATE(3200), - [sym_block] = STATE(3200), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3200), - [sym_nil] = STATE(3200), - [sym__atom] = STATE(3200), - [sym_quoted_atom] = STATE(3200), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3200), - [sym_charlist] = STATE(3200), - [sym_sigil] = STATE(3200), - [sym_list] = STATE(3200), - [sym_tuple] = STATE(3200), - [sym_bitstring] = STATE(3200), - [sym_map] = STATE(3200), - [sym__nullary_operator] = STATE(3200), - [sym_unary_operator] = STATE(3200), - [sym_binary_operator] = STATE(3200), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3200), - [sym_call] = STATE(3200), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3200), - [sym_anonymous_function] = STATE(3200), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1995), - [sym_integer] = ACTIONS(1995), - [sym_float] = ACTIONS(1995), - [sym_char] = ACTIONS(1995), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1995), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [585] = { - [sym__expression] = STATE(3201), - [sym_block] = STATE(3201), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3201), - [sym_nil] = STATE(3201), - [sym__atom] = STATE(3201), - [sym_quoted_atom] = STATE(3201), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3201), - [sym_charlist] = STATE(3201), - [sym_sigil] = STATE(3201), - [sym_list] = STATE(3201), - [sym_tuple] = STATE(3201), - [sym_bitstring] = STATE(3201), - [sym_map] = STATE(3201), - [sym__nullary_operator] = STATE(3201), - [sym_unary_operator] = STATE(3201), - [sym_binary_operator] = STATE(3201), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3201), - [sym_call] = STATE(3201), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3201), - [sym_anonymous_function] = STATE(3201), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(1997), - [sym_integer] = ACTIONS(1997), - [sym_float] = ACTIONS(1997), - [sym_char] = ACTIONS(1997), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1997), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [586] = { - [sym__expression] = STATE(4133), - [sym_block] = STATE(4133), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4133), - [sym_nil] = STATE(4133), - [sym__atom] = STATE(4133), - [sym_quoted_atom] = STATE(4133), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4133), - [sym_charlist] = STATE(4133), - [sym_sigil] = STATE(4133), - [sym_list] = STATE(4133), - [sym_tuple] = STATE(4133), - [sym_bitstring] = STATE(4133), - [sym_map] = STATE(4133), - [sym__nullary_operator] = STATE(4133), - [sym_unary_operator] = STATE(4133), - [sym_binary_operator] = STATE(4133), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4133), - [sym_call] = STATE(4133), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4133), - [sym_anonymous_function] = STATE(4133), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(1999), - [sym_integer] = ACTIONS(1999), - [sym_float] = ACTIONS(1999), - [sym_char] = ACTIONS(1999), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(1999), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [587] = { - [sym__expression] = STATE(3203), - [sym_block] = STATE(3203), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3203), - [sym_nil] = STATE(3203), - [sym__atom] = STATE(3203), - [sym_quoted_atom] = STATE(3203), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3203), - [sym_charlist] = STATE(3203), - [sym_sigil] = STATE(3203), - [sym_list] = STATE(3203), - [sym_tuple] = STATE(3203), - [sym_bitstring] = STATE(3203), - [sym_map] = STATE(3203), - [sym__nullary_operator] = STATE(3203), - [sym_unary_operator] = STATE(3203), - [sym_binary_operator] = STATE(3203), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3203), - [sym_call] = STATE(3203), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3203), - [sym_anonymous_function] = STATE(3203), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2001), - [sym_integer] = ACTIONS(2001), - [sym_float] = ACTIONS(2001), - [sym_char] = ACTIONS(2001), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2001), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [588] = { - [sym__expression] = STATE(3204), - [sym_block] = STATE(3204), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3204), - [sym_nil] = STATE(3204), - [sym__atom] = STATE(3204), - [sym_quoted_atom] = STATE(3204), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3204), - [sym_charlist] = STATE(3204), - [sym_sigil] = STATE(3204), - [sym_list] = STATE(3204), - [sym_tuple] = STATE(3204), - [sym_bitstring] = STATE(3204), - [sym_map] = STATE(3204), - [sym__nullary_operator] = STATE(3204), - [sym_unary_operator] = STATE(3204), - [sym_binary_operator] = STATE(3204), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3204), - [sym_call] = STATE(3204), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3204), - [sym_anonymous_function] = STATE(3204), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2003), - [sym_integer] = ACTIONS(2003), - [sym_float] = ACTIONS(2003), - [sym_char] = ACTIONS(2003), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2003), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [589] = { - [sym__expression] = STATE(3205), - [sym_block] = STATE(3205), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3205), - [sym_nil] = STATE(3205), - [sym__atom] = STATE(3205), - [sym_quoted_atom] = STATE(3205), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3205), - [sym_charlist] = STATE(3205), - [sym_sigil] = STATE(3205), - [sym_list] = STATE(3205), - [sym_tuple] = STATE(3205), - [sym_bitstring] = STATE(3205), - [sym_map] = STATE(3205), - [sym__nullary_operator] = STATE(3205), - [sym_unary_operator] = STATE(3205), - [sym_binary_operator] = STATE(3205), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3205), - [sym_call] = STATE(3205), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3205), - [sym_anonymous_function] = STATE(3205), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2005), - [sym_integer] = ACTIONS(2005), - [sym_float] = ACTIONS(2005), - [sym_char] = ACTIONS(2005), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2005), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [590] = { - [sym__expression] = STATE(3207), - [sym_block] = STATE(3207), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3207), - [sym_nil] = STATE(3207), - [sym__atom] = STATE(3207), - [sym_quoted_atom] = STATE(3207), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3207), - [sym_charlist] = STATE(3207), - [sym_sigil] = STATE(3207), - [sym_list] = STATE(3207), - [sym_tuple] = STATE(3207), - [sym_bitstring] = STATE(3207), - [sym_map] = STATE(3207), - [sym__nullary_operator] = STATE(3207), - [sym_unary_operator] = STATE(3207), - [sym_binary_operator] = STATE(3207), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3207), - [sym_call] = STATE(3207), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3207), - [sym_anonymous_function] = STATE(3207), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2007), - [sym_integer] = ACTIONS(2007), - [sym_float] = ACTIONS(2007), - [sym_char] = ACTIONS(2007), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2007), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [591] = { - [sym__expression] = STATE(3209), - [sym_block] = STATE(3209), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3209), - [sym_nil] = STATE(3209), - [sym__atom] = STATE(3209), - [sym_quoted_atom] = STATE(3209), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3209), - [sym_charlist] = STATE(3209), - [sym_sigil] = STATE(3209), - [sym_list] = STATE(3209), - [sym_tuple] = STATE(3209), - [sym_bitstring] = STATE(3209), - [sym_map] = STATE(3209), - [sym__nullary_operator] = STATE(3209), - [sym_unary_operator] = STATE(3209), - [sym_binary_operator] = STATE(3209), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3209), - [sym_call] = STATE(3209), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3209), - [sym_anonymous_function] = STATE(3209), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2009), - [sym_integer] = ACTIONS(2009), - [sym_float] = ACTIONS(2009), - [sym_char] = ACTIONS(2009), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2009), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [592] = { - [sym__expression] = STATE(3211), - [sym_block] = STATE(3211), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3211), - [sym_nil] = STATE(3211), - [sym__atom] = STATE(3211), - [sym_quoted_atom] = STATE(3211), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3211), - [sym_charlist] = STATE(3211), - [sym_sigil] = STATE(3211), - [sym_list] = STATE(3211), - [sym_tuple] = STATE(3211), - [sym_bitstring] = STATE(3211), - [sym_map] = STATE(3211), - [sym__nullary_operator] = STATE(3211), - [sym_unary_operator] = STATE(3211), - [sym_binary_operator] = STATE(3211), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3211), - [sym_call] = STATE(3211), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3211), - [sym_anonymous_function] = STATE(3211), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2011), - [sym_integer] = ACTIONS(2011), - [sym_float] = ACTIONS(2011), - [sym_char] = ACTIONS(2011), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2011), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [593] = { - [sym__expression] = STATE(3212), - [sym_block] = STATE(3212), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3212), - [sym_nil] = STATE(3212), - [sym__atom] = STATE(3212), - [sym_quoted_atom] = STATE(3212), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3212), - [sym_charlist] = STATE(3212), - [sym_sigil] = STATE(3212), - [sym_list] = STATE(3212), - [sym_tuple] = STATE(3212), - [sym_bitstring] = STATE(3212), - [sym_map] = STATE(3212), - [sym__nullary_operator] = STATE(3212), - [sym_unary_operator] = STATE(3212), - [sym_binary_operator] = STATE(3212), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3212), - [sym_call] = STATE(3212), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3212), - [sym_anonymous_function] = STATE(3212), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2013), - [sym_integer] = ACTIONS(2013), - [sym_float] = ACTIONS(2013), - [sym_char] = ACTIONS(2013), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2013), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [594] = { - [sym__expression] = STATE(3217), - [sym_block] = STATE(3217), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3217), - [sym_nil] = STATE(3217), - [sym__atom] = STATE(3217), - [sym_quoted_atom] = STATE(3217), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3217), - [sym_charlist] = STATE(3217), - [sym_sigil] = STATE(3217), - [sym_list] = STATE(3217), - [sym_tuple] = STATE(3217), - [sym_bitstring] = STATE(3217), - [sym_map] = STATE(3217), - [sym__nullary_operator] = STATE(3217), - [sym_unary_operator] = STATE(3217), - [sym_binary_operator] = STATE(3217), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3217), - [sym_call] = STATE(3217), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3217), - [sym_anonymous_function] = STATE(3217), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2015), - [sym_integer] = ACTIONS(2015), - [sym_float] = ACTIONS(2015), - [sym_char] = ACTIONS(2015), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2015), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [595] = { - [sym__expression] = STATE(3218), - [sym_block] = STATE(3218), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3218), - [sym_nil] = STATE(3218), - [sym__atom] = STATE(3218), - [sym_quoted_atom] = STATE(3218), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3218), - [sym_charlist] = STATE(3218), - [sym_sigil] = STATE(3218), - [sym_list] = STATE(3218), - [sym_tuple] = STATE(3218), - [sym_bitstring] = STATE(3218), - [sym_map] = STATE(3218), - [sym__nullary_operator] = STATE(3218), - [sym_unary_operator] = STATE(3218), - [sym_binary_operator] = STATE(3218), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3218), - [sym_call] = STATE(3218), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3218), - [sym_anonymous_function] = STATE(3218), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2017), - [sym_integer] = ACTIONS(2017), - [sym_float] = ACTIONS(2017), - [sym_char] = ACTIONS(2017), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2017), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [596] = { - [sym__expression] = STATE(3219), - [sym_block] = STATE(3219), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3219), - [sym_nil] = STATE(3219), - [sym__atom] = STATE(3219), - [sym_quoted_atom] = STATE(3219), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3219), - [sym_charlist] = STATE(3219), - [sym_sigil] = STATE(3219), - [sym_list] = STATE(3219), - [sym_tuple] = STATE(3219), - [sym_bitstring] = STATE(3219), - [sym_map] = STATE(3219), - [sym__nullary_operator] = STATE(3219), - [sym_unary_operator] = STATE(3219), - [sym_binary_operator] = STATE(3219), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3219), - [sym_call] = STATE(3219), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3219), - [sym_anonymous_function] = STATE(3219), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2019), - [sym_integer] = ACTIONS(2019), - [sym_float] = ACTIONS(2019), - [sym_char] = ACTIONS(2019), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2019), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(690), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(692), - [anon_sym_PLUS] = ACTIONS(694), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_BANG] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_AT] = ACTIONS(696), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(700), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [597] = { - [sym__expression] = STATE(2271), - [sym_block] = STATE(2271), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2271), - [sym_nil] = STATE(2271), - [sym__atom] = STATE(2271), - [sym_quoted_atom] = STATE(2271), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2271), - [sym_charlist] = STATE(2271), - [sym_sigil] = STATE(2271), - [sym_list] = STATE(2271), - [sym_tuple] = STATE(2271), - [sym_bitstring] = STATE(2271), - [sym_map] = STATE(2271), - [sym__nullary_operator] = STATE(2271), - [sym_unary_operator] = STATE(2271), - [sym_binary_operator] = STATE(2271), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2271), - [sym_call] = STATE(2271), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2271), - [sym_anonymous_function] = STATE(2271), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2021), - [sym_integer] = ACTIONS(2021), - [sym_float] = ACTIONS(2021), - [sym_char] = ACTIONS(2021), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(2021), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [598] = { - [sym__expression] = STATE(3771), - [sym_block] = STATE(3771), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3771), - [sym_nil] = STATE(3771), - [sym__atom] = STATE(3771), - [sym_quoted_atom] = STATE(3771), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3771), - [sym_charlist] = STATE(3771), - [sym_sigil] = STATE(3771), - [sym_list] = STATE(3771), - [sym_tuple] = STATE(3771), - [sym_bitstring] = STATE(3771), - [sym_map] = STATE(3771), - [sym__nullary_operator] = STATE(3771), - [sym_unary_operator] = STATE(3771), - [sym_binary_operator] = STATE(3771), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3771), - [sym_call] = STATE(3771), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3771), - [sym_anonymous_function] = STATE(3771), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2023), - [sym_integer] = ACTIONS(2023), - [sym_float] = ACTIONS(2023), - [sym_char] = ACTIONS(2023), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2023), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [599] = { - [sym__expression] = STATE(3772), - [sym_block] = STATE(3772), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3772), - [sym_nil] = STATE(3772), - [sym__atom] = STATE(3772), - [sym_quoted_atom] = STATE(3772), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3772), - [sym_charlist] = STATE(3772), - [sym_sigil] = STATE(3772), - [sym_list] = STATE(3772), - [sym_tuple] = STATE(3772), - [sym_bitstring] = STATE(3772), - [sym_map] = STATE(3772), - [sym__nullary_operator] = STATE(3772), - [sym_unary_operator] = STATE(3772), - [sym_binary_operator] = STATE(3772), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3772), - [sym_call] = STATE(3772), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3772), - [sym_anonymous_function] = STATE(3772), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2025), - [sym_integer] = ACTIONS(2025), - [sym_float] = ACTIONS(2025), - [sym_char] = ACTIONS(2025), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2025), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [600] = { - [sym__expression] = STATE(3773), - [sym_block] = STATE(3773), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3773), - [sym_nil] = STATE(3773), - [sym__atom] = STATE(3773), - [sym_quoted_atom] = STATE(3773), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3773), - [sym_charlist] = STATE(3773), - [sym_sigil] = STATE(3773), - [sym_list] = STATE(3773), - [sym_tuple] = STATE(3773), - [sym_bitstring] = STATE(3773), - [sym_map] = STATE(3773), - [sym__nullary_operator] = STATE(3773), - [sym_unary_operator] = STATE(3773), - [sym_binary_operator] = STATE(3773), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3773), - [sym_call] = STATE(3773), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3773), - [sym_anonymous_function] = STATE(3773), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2027), - [sym_integer] = ACTIONS(2027), - [sym_float] = ACTIONS(2027), - [sym_char] = ACTIONS(2027), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2027), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [601] = { - [sym__expression] = STATE(3774), - [sym_block] = STATE(3774), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3774), - [sym_nil] = STATE(3774), - [sym__atom] = STATE(3774), - [sym_quoted_atom] = STATE(3774), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3774), - [sym_charlist] = STATE(3774), - [sym_sigil] = STATE(3774), - [sym_list] = STATE(3774), - [sym_tuple] = STATE(3774), - [sym_bitstring] = STATE(3774), - [sym_map] = STATE(3774), - [sym__nullary_operator] = STATE(3774), - [sym_unary_operator] = STATE(3774), - [sym_binary_operator] = STATE(3774), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3774), - [sym_call] = STATE(3774), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3774), - [sym_anonymous_function] = STATE(3774), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2029), - [sym_integer] = ACTIONS(2029), - [sym_float] = ACTIONS(2029), - [sym_char] = ACTIONS(2029), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2029), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [602] = { - [sym__expression] = STATE(3775), - [sym_block] = STATE(3775), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3775), - [sym_nil] = STATE(3775), - [sym__atom] = STATE(3775), - [sym_quoted_atom] = STATE(3775), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3775), - [sym_charlist] = STATE(3775), - [sym_sigil] = STATE(3775), - [sym_list] = STATE(3775), - [sym_tuple] = STATE(3775), - [sym_bitstring] = STATE(3775), - [sym_map] = STATE(3775), - [sym__nullary_operator] = STATE(3775), - [sym_unary_operator] = STATE(3775), - [sym_binary_operator] = STATE(3775), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3775), - [sym_call] = STATE(3775), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3775), - [sym_anonymous_function] = STATE(3775), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2031), - [sym_integer] = ACTIONS(2031), - [sym_float] = ACTIONS(2031), - [sym_char] = ACTIONS(2031), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2031), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [603] = { - [sym__expression] = STATE(3776), - [sym_block] = STATE(3776), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3776), - [sym_nil] = STATE(3776), - [sym__atom] = STATE(3776), - [sym_quoted_atom] = STATE(3776), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3776), - [sym_charlist] = STATE(3776), - [sym_sigil] = STATE(3776), - [sym_list] = STATE(3776), - [sym_tuple] = STATE(3776), - [sym_bitstring] = STATE(3776), - [sym_map] = STATE(3776), - [sym__nullary_operator] = STATE(3776), - [sym_unary_operator] = STATE(3776), - [sym_binary_operator] = STATE(3776), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3776), - [sym_call] = STATE(3776), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3776), - [sym_anonymous_function] = STATE(3776), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2033), - [sym_integer] = ACTIONS(2033), - [sym_float] = ACTIONS(2033), - [sym_char] = ACTIONS(2033), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2033), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [604] = { - [sym__expression] = STATE(3777), - [sym_block] = STATE(3777), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3777), - [sym_nil] = STATE(3777), - [sym__atom] = STATE(3777), - [sym_quoted_atom] = STATE(3777), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3777), - [sym_charlist] = STATE(3777), - [sym_sigil] = STATE(3777), - [sym_list] = STATE(3777), - [sym_tuple] = STATE(3777), - [sym_bitstring] = STATE(3777), - [sym_map] = STATE(3777), - [sym__nullary_operator] = STATE(3777), - [sym_unary_operator] = STATE(3777), - [sym_binary_operator] = STATE(3777), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3777), - [sym_call] = STATE(3777), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3777), - [sym_anonymous_function] = STATE(3777), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2035), - [sym_integer] = ACTIONS(2035), - [sym_float] = ACTIONS(2035), - [sym_char] = ACTIONS(2035), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2035), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [605] = { - [sym__expression] = STATE(3778), - [sym_block] = STATE(3778), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3778), - [sym_nil] = STATE(3778), - [sym__atom] = STATE(3778), - [sym_quoted_atom] = STATE(3778), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3778), - [sym_charlist] = STATE(3778), - [sym_sigil] = STATE(3778), - [sym_list] = STATE(3778), - [sym_tuple] = STATE(3778), - [sym_bitstring] = STATE(3778), - [sym_map] = STATE(3778), - [sym__nullary_operator] = STATE(3778), - [sym_unary_operator] = STATE(3778), - [sym_binary_operator] = STATE(3778), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3778), - [sym_call] = STATE(3778), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3778), - [sym_anonymous_function] = STATE(3778), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2037), - [sym_integer] = ACTIONS(2037), - [sym_float] = ACTIONS(2037), - [sym_char] = ACTIONS(2037), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2037), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [606] = { - [sym__expression] = STATE(4156), - [sym_block] = STATE(4156), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4156), - [sym_nil] = STATE(4156), - [sym__atom] = STATE(4156), - [sym_quoted_atom] = STATE(4156), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4156), - [sym_charlist] = STATE(4156), - [sym_sigil] = STATE(4156), - [sym_list] = STATE(4156), - [sym_tuple] = STATE(4156), - [sym_bitstring] = STATE(4156), - [sym_map] = STATE(4156), - [sym__nullary_operator] = STATE(4156), - [sym_unary_operator] = STATE(4156), - [sym_binary_operator] = STATE(4156), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4156), - [sym_call] = STATE(4156), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4156), - [sym_anonymous_function] = STATE(4156), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2039), - [sym_integer] = ACTIONS(2039), - [sym_float] = ACTIONS(2039), - [sym_char] = ACTIONS(2039), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2039), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [607] = { - [sym__expression] = STATE(3779), - [sym_block] = STATE(3779), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3779), - [sym_nil] = STATE(3779), - [sym__atom] = STATE(3779), - [sym_quoted_atom] = STATE(3779), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3779), - [sym_charlist] = STATE(3779), - [sym_sigil] = STATE(3779), - [sym_list] = STATE(3779), - [sym_tuple] = STATE(3779), - [sym_bitstring] = STATE(3779), - [sym_map] = STATE(3779), - [sym__nullary_operator] = STATE(3779), - [sym_unary_operator] = STATE(3779), - [sym_binary_operator] = STATE(3779), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3779), - [sym_call] = STATE(3779), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3779), - [sym_anonymous_function] = STATE(3779), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2041), - [sym_integer] = ACTIONS(2041), - [sym_float] = ACTIONS(2041), - [sym_char] = ACTIONS(2041), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2041), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [608] = { - [sym__expression] = STATE(3780), - [sym_block] = STATE(3780), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3780), - [sym_nil] = STATE(3780), - [sym__atom] = STATE(3780), - [sym_quoted_atom] = STATE(3780), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3780), - [sym_charlist] = STATE(3780), - [sym_sigil] = STATE(3780), - [sym_list] = STATE(3780), - [sym_tuple] = STATE(3780), - [sym_bitstring] = STATE(3780), - [sym_map] = STATE(3780), - [sym__nullary_operator] = STATE(3780), - [sym_unary_operator] = STATE(3780), - [sym_binary_operator] = STATE(3780), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3780), - [sym_call] = STATE(3780), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3780), - [sym_anonymous_function] = STATE(3780), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2043), - [sym_integer] = ACTIONS(2043), - [sym_float] = ACTIONS(2043), - [sym_char] = ACTIONS(2043), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2043), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [609] = { - [sym__expression] = STATE(2821), - [sym_block] = STATE(2821), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(2821), - [sym_nil] = STATE(2821), - [sym__atom] = STATE(2821), - [sym_quoted_atom] = STATE(2821), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2821), - [sym_charlist] = STATE(2821), - [sym_sigil] = STATE(2821), - [sym_list] = STATE(2821), - [sym_tuple] = STATE(2821), - [sym_bitstring] = STATE(2821), - [sym_map] = STATE(2821), - [sym__nullary_operator] = STATE(2821), - [sym_unary_operator] = STATE(2821), - [sym_binary_operator] = STATE(2821), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2821), - [sym_call] = STATE(2821), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2821), - [sym_anonymous_function] = STATE(2821), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2045), - [sym_integer] = ACTIONS(2045), - [sym_float] = ACTIONS(2045), - [sym_char] = ACTIONS(2045), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2045), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [610] = { - [sym__expression] = STATE(3783), - [sym_block] = STATE(3783), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3783), - [sym_nil] = STATE(3783), - [sym__atom] = STATE(3783), - [sym_quoted_atom] = STATE(3783), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3783), - [sym_charlist] = STATE(3783), - [sym_sigil] = STATE(3783), - [sym_list] = STATE(3783), - [sym_tuple] = STATE(3783), - [sym_bitstring] = STATE(3783), - [sym_map] = STATE(3783), - [sym__nullary_operator] = STATE(3783), - [sym_unary_operator] = STATE(3783), - [sym_binary_operator] = STATE(3783), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3783), - [sym_call] = STATE(3783), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3783), - [sym_anonymous_function] = STATE(3783), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2047), - [sym_integer] = ACTIONS(2047), - [sym_float] = ACTIONS(2047), - [sym_char] = ACTIONS(2047), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2047), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [611] = { - [sym__expression] = STATE(1791), - [sym_block] = STATE(1791), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(1791), - [sym_nil] = STATE(1791), - [sym__atom] = STATE(1791), - [sym_quoted_atom] = STATE(1791), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(1791), - [sym_charlist] = STATE(1791), - [sym_sigil] = STATE(1791), - [sym_list] = STATE(1791), - [sym_tuple] = STATE(1791), - [sym_bitstring] = STATE(1791), - [sym_map] = STATE(1791), - [sym__nullary_operator] = STATE(1791), - [sym_unary_operator] = STATE(1791), - [sym_binary_operator] = STATE(1791), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(1791), - [sym_call] = STATE(1791), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(1791), - [sym_anonymous_function] = STATE(1791), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1833), - [sym_integer] = ACTIONS(1833), - [sym_float] = ACTIONS(1833), - [sym_char] = ACTIONS(1833), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1833), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [612] = { - [sym__expression] = STATE(2088), - [sym_block] = STATE(2088), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2088), - [sym_nil] = STATE(2088), - [sym__atom] = STATE(2088), - [sym_quoted_atom] = STATE(2088), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2088), - [sym_charlist] = STATE(2088), - [sym_sigil] = STATE(2088), - [sym_list] = STATE(2088), - [sym_tuple] = STATE(2088), - [sym_bitstring] = STATE(2088), - [sym_map] = STATE(2088), - [sym__nullary_operator] = STATE(2088), - [sym_unary_operator] = STATE(2088), - [sym_binary_operator] = STATE(2088), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2088), - [sym_call] = STATE(2088), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2088), - [sym_anonymous_function] = STATE(2088), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2049), - [sym_integer] = ACTIONS(2049), - [sym_float] = ACTIONS(2049), - [sym_char] = ACTIONS(2049), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2049), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [613] = { - [sym__expression] = STATE(3784), - [sym_block] = STATE(3784), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3784), - [sym_nil] = STATE(3784), - [sym__atom] = STATE(3784), - [sym_quoted_atom] = STATE(3784), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3784), - [sym_charlist] = STATE(3784), - [sym_sigil] = STATE(3784), - [sym_list] = STATE(3784), - [sym_tuple] = STATE(3784), - [sym_bitstring] = STATE(3784), - [sym_map] = STATE(3784), - [sym__nullary_operator] = STATE(3784), - [sym_unary_operator] = STATE(3784), - [sym_binary_operator] = STATE(3784), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3784), - [sym_call] = STATE(3784), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3784), - [sym_anonymous_function] = STATE(3784), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2051), - [sym_integer] = ACTIONS(2051), - [sym_float] = ACTIONS(2051), - [sym_char] = ACTIONS(2051), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2051), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [614] = { - [sym__expression] = STATE(3785), - [sym_block] = STATE(3785), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3785), - [sym_nil] = STATE(3785), - [sym__atom] = STATE(3785), - [sym_quoted_atom] = STATE(3785), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3785), - [sym_charlist] = STATE(3785), - [sym_sigil] = STATE(3785), - [sym_list] = STATE(3785), - [sym_tuple] = STATE(3785), - [sym_bitstring] = STATE(3785), - [sym_map] = STATE(3785), - [sym__nullary_operator] = STATE(3785), - [sym_unary_operator] = STATE(3785), - [sym_binary_operator] = STATE(3785), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3785), - [sym_call] = STATE(3785), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3785), - [sym_anonymous_function] = STATE(3785), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2053), - [sym_integer] = ACTIONS(2053), - [sym_float] = ACTIONS(2053), - [sym_char] = ACTIONS(2053), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2053), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [615] = { - [sym__expression] = STATE(3786), - [sym_block] = STATE(3786), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3786), - [sym_nil] = STATE(3786), - [sym__atom] = STATE(3786), - [sym_quoted_atom] = STATE(3786), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3786), - [sym_charlist] = STATE(3786), - [sym_sigil] = STATE(3786), - [sym_list] = STATE(3786), - [sym_tuple] = STATE(3786), - [sym_bitstring] = STATE(3786), - [sym_map] = STATE(3786), - [sym__nullary_operator] = STATE(3786), - [sym_unary_operator] = STATE(3786), - [sym_binary_operator] = STATE(3786), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3786), - [sym_call] = STATE(3786), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3786), - [sym_anonymous_function] = STATE(3786), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2055), - [sym_integer] = ACTIONS(2055), - [sym_float] = ACTIONS(2055), - [sym_char] = ACTIONS(2055), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2055), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [616] = { - [sym__expression] = STATE(1524), - [sym_block] = STATE(1524), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1524), - [sym_nil] = STATE(1524), - [sym__atom] = STATE(1524), - [sym_quoted_atom] = STATE(1524), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1524), - [sym_charlist] = STATE(1524), - [sym_sigil] = STATE(1524), - [sym_list] = STATE(1524), - [sym_tuple] = STATE(1524), - [sym_bitstring] = STATE(1524), - [sym_map] = STATE(1524), - [sym__nullary_operator] = STATE(1524), - [sym_unary_operator] = STATE(1524), - [sym_binary_operator] = STATE(1524), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1524), - [sym_call] = STATE(1524), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1524), - [sym_anonymous_function] = STATE(1524), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2057), - [sym_integer] = ACTIONS(2057), - [sym_float] = ACTIONS(2057), - [sym_char] = ACTIONS(2057), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2057), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [617] = { - [sym__expression] = STATE(2754), - [sym_block] = STATE(2754), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(2754), - [sym_nil] = STATE(2754), - [sym__atom] = STATE(2754), - [sym_quoted_atom] = STATE(2754), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2754), - [sym_charlist] = STATE(2754), - [sym_sigil] = STATE(2754), - [sym_list] = STATE(2754), - [sym_tuple] = STATE(2754), - [sym_bitstring] = STATE(2754), - [sym_map] = STATE(2754), - [sym__nullary_operator] = STATE(2754), - [sym_unary_operator] = STATE(2754), - [sym_binary_operator] = STATE(2754), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2754), - [sym_call] = STATE(2754), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(2754), - [sym_anonymous_function] = STATE(2754), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2059), - [sym_integer] = ACTIONS(2059), - [sym_float] = ACTIONS(2059), - [sym_char] = ACTIONS(2059), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2059), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [618] = { - [sym__expression] = STATE(3030), - [sym_block] = STATE(3030), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3030), - [sym_nil] = STATE(3030), - [sym__atom] = STATE(3030), - [sym_quoted_atom] = STATE(3030), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3030), - [sym_charlist] = STATE(3030), - [sym_sigil] = STATE(3030), - [sym_list] = STATE(3030), - [sym_tuple] = STATE(3030), - [sym_bitstring] = STATE(3030), - [sym_map] = STATE(3030), - [sym__nullary_operator] = STATE(3030), - [sym_unary_operator] = STATE(3030), - [sym_binary_operator] = STATE(3030), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3030), - [sym_call] = STATE(3030), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3030), - [sym_anonymous_function] = STATE(3030), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2061), - [sym_integer] = ACTIONS(2061), - [sym_float] = ACTIONS(2061), - [sym_char] = ACTIONS(2061), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2061), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [619] = { - [sym__expression] = STATE(3789), - [sym_block] = STATE(3789), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3789), - [sym_nil] = STATE(3789), - [sym__atom] = STATE(3789), - [sym_quoted_atom] = STATE(3789), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3789), - [sym_charlist] = STATE(3789), - [sym_sigil] = STATE(3789), - [sym_list] = STATE(3789), - [sym_tuple] = STATE(3789), - [sym_bitstring] = STATE(3789), - [sym_map] = STATE(3789), - [sym__nullary_operator] = STATE(3789), - [sym_unary_operator] = STATE(3789), - [sym_binary_operator] = STATE(3789), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3789), - [sym_call] = STATE(3789), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3789), - [sym_anonymous_function] = STATE(3789), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2063), - [sym_integer] = ACTIONS(2063), - [sym_float] = ACTIONS(2063), - [sym_char] = ACTIONS(2063), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2063), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [620] = { - [sym__expression] = STATE(3579), - [sym_block] = STATE(3579), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3579), - [sym_nil] = STATE(3579), - [sym__atom] = STATE(3579), - [sym_quoted_atom] = STATE(3579), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3579), - [sym_charlist] = STATE(3579), - [sym_sigil] = STATE(3579), - [sym_list] = STATE(3579), - [sym_tuple] = STATE(3579), - [sym_bitstring] = STATE(3579), - [sym_map] = STATE(3579), - [sym__nullary_operator] = STATE(3579), - [sym_unary_operator] = STATE(3579), - [sym_binary_operator] = STATE(3579), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3579), - [sym_call] = STATE(3579), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3579), - [sym_anonymous_function] = STATE(3579), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(1367), - [sym_integer] = ACTIONS(1367), - [sym_float] = ACTIONS(1367), - [sym_char] = ACTIONS(1367), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(1367), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [621] = { - [sym__expression] = STATE(3790), - [sym_block] = STATE(3790), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3790), - [sym_nil] = STATE(3790), - [sym__atom] = STATE(3790), - [sym_quoted_atom] = STATE(3790), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3790), - [sym_charlist] = STATE(3790), - [sym_sigil] = STATE(3790), - [sym_list] = STATE(3790), - [sym_tuple] = STATE(3790), - [sym_bitstring] = STATE(3790), - [sym_map] = STATE(3790), - [sym__nullary_operator] = STATE(3790), - [sym_unary_operator] = STATE(3790), - [sym_binary_operator] = STATE(3790), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3790), - [sym_call] = STATE(3790), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3790), - [sym_anonymous_function] = STATE(3790), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2065), - [sym_integer] = ACTIONS(2065), - [sym_float] = ACTIONS(2065), - [sym_char] = ACTIONS(2065), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2065), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [622] = { - [sym__expression] = STATE(1528), - [sym_block] = STATE(1528), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1528), - [sym_nil] = STATE(1528), - [sym__atom] = STATE(1528), - [sym_quoted_atom] = STATE(1528), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1528), - [sym_charlist] = STATE(1528), - [sym_sigil] = STATE(1528), - [sym_list] = STATE(1528), - [sym_tuple] = STATE(1528), - [sym_bitstring] = STATE(1528), - [sym_map] = STATE(1528), - [sym__nullary_operator] = STATE(1528), - [sym_unary_operator] = STATE(1528), - [sym_binary_operator] = STATE(1528), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1528), - [sym_call] = STATE(1528), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1528), - [sym_anonymous_function] = STATE(1528), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2067), - [sym_integer] = ACTIONS(2067), - [sym_float] = ACTIONS(2067), - [sym_char] = ACTIONS(2067), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2067), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [623] = { - [sym__expression] = STATE(3031), - [sym_block] = STATE(3031), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3031), - [sym_nil] = STATE(3031), - [sym__atom] = STATE(3031), - [sym_quoted_atom] = STATE(3031), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3031), - [sym_charlist] = STATE(3031), - [sym_sigil] = STATE(3031), - [sym_list] = STATE(3031), - [sym_tuple] = STATE(3031), - [sym_bitstring] = STATE(3031), - [sym_map] = STATE(3031), - [sym__nullary_operator] = STATE(3031), - [sym_unary_operator] = STATE(3031), - [sym_binary_operator] = STATE(3031), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3031), - [sym_call] = STATE(3031), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3031), - [sym_anonymous_function] = STATE(3031), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2069), - [sym_integer] = ACTIONS(2069), - [sym_float] = ACTIONS(2069), - [sym_char] = ACTIONS(2069), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2069), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [624] = { - [sym__expression] = STATE(3032), - [sym_block] = STATE(3032), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3032), - [sym_nil] = STATE(3032), - [sym__atom] = STATE(3032), - [sym_quoted_atom] = STATE(3032), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3032), - [sym_charlist] = STATE(3032), - [sym_sigil] = STATE(3032), - [sym_list] = STATE(3032), - [sym_tuple] = STATE(3032), - [sym_bitstring] = STATE(3032), - [sym_map] = STATE(3032), - [sym__nullary_operator] = STATE(3032), - [sym_unary_operator] = STATE(3032), - [sym_binary_operator] = STATE(3032), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3032), - [sym_call] = STATE(3032), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3032), - [sym_anonymous_function] = STATE(3032), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2071), - [sym_integer] = ACTIONS(2071), - [sym_float] = ACTIONS(2071), - [sym_char] = ACTIONS(2071), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2071), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [625] = { - [sym__expression] = STATE(3957), - [sym_block] = STATE(3957), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3957), - [sym_nil] = STATE(3957), - [sym__atom] = STATE(3957), - [sym_quoted_atom] = STATE(3957), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3957), - [sym_charlist] = STATE(3957), - [sym_sigil] = STATE(3957), - [sym_list] = STATE(3957), - [sym_tuple] = STATE(3957), - [sym_bitstring] = STATE(3957), - [sym_map] = STATE(3957), - [sym__nullary_operator] = STATE(3957), - [sym_unary_operator] = STATE(3957), - [sym_binary_operator] = STATE(3957), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3957), - [sym_call] = STATE(3957), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3957), - [sym_anonymous_function] = STATE(3957), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(2073), - [sym_integer] = ACTIONS(2073), - [sym_float] = ACTIONS(2073), - [sym_char] = ACTIONS(2073), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(2073), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [626] = { - [sym__expression] = STATE(3033), - [sym_block] = STATE(3033), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3033), - [sym_nil] = STATE(3033), - [sym__atom] = STATE(3033), - [sym_quoted_atom] = STATE(3033), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3033), - [sym_charlist] = STATE(3033), - [sym_sigil] = STATE(3033), - [sym_list] = STATE(3033), - [sym_tuple] = STATE(3033), - [sym_bitstring] = STATE(3033), - [sym_map] = STATE(3033), - [sym__nullary_operator] = STATE(3033), - [sym_unary_operator] = STATE(3033), - [sym_binary_operator] = STATE(3033), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3033), - [sym_call] = STATE(3033), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3033), - [sym_anonymous_function] = STATE(3033), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2075), - [sym_integer] = ACTIONS(2075), - [sym_float] = ACTIONS(2075), - [sym_char] = ACTIONS(2075), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2075), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [627] = { - [sym__expression] = STATE(3034), - [sym_block] = STATE(3034), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3034), - [sym_nil] = STATE(3034), - [sym__atom] = STATE(3034), - [sym_quoted_atom] = STATE(3034), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3034), - [sym_charlist] = STATE(3034), - [sym_sigil] = STATE(3034), - [sym_list] = STATE(3034), - [sym_tuple] = STATE(3034), - [sym_bitstring] = STATE(3034), - [sym_map] = STATE(3034), - [sym__nullary_operator] = STATE(3034), - [sym_unary_operator] = STATE(3034), - [sym_binary_operator] = STATE(3034), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3034), - [sym_call] = STATE(3034), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3034), - [sym_anonymous_function] = STATE(3034), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2077), - [sym_integer] = ACTIONS(2077), - [sym_float] = ACTIONS(2077), - [sym_char] = ACTIONS(2077), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2077), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [628] = { - [sym__expression] = STATE(3035), - [sym_block] = STATE(3035), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3035), - [sym_nil] = STATE(3035), - [sym__atom] = STATE(3035), - [sym_quoted_atom] = STATE(3035), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3035), - [sym_charlist] = STATE(3035), - [sym_sigil] = STATE(3035), - [sym_list] = STATE(3035), - [sym_tuple] = STATE(3035), - [sym_bitstring] = STATE(3035), - [sym_map] = STATE(3035), - [sym__nullary_operator] = STATE(3035), - [sym_unary_operator] = STATE(3035), - [sym_binary_operator] = STATE(3035), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3035), - [sym_call] = STATE(3035), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3035), - [sym_anonymous_function] = STATE(3035), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2079), - [sym_integer] = ACTIONS(2079), - [sym_float] = ACTIONS(2079), - [sym_char] = ACTIONS(2079), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2079), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [629] = { - [sym__expression] = STATE(3036), - [sym_block] = STATE(3036), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3036), - [sym_nil] = STATE(3036), - [sym__atom] = STATE(3036), - [sym_quoted_atom] = STATE(3036), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3036), - [sym_charlist] = STATE(3036), - [sym_sigil] = STATE(3036), - [sym_list] = STATE(3036), - [sym_tuple] = STATE(3036), - [sym_bitstring] = STATE(3036), - [sym_map] = STATE(3036), - [sym__nullary_operator] = STATE(3036), - [sym_unary_operator] = STATE(3036), - [sym_binary_operator] = STATE(3036), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3036), - [sym_call] = STATE(3036), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3036), - [sym_anonymous_function] = STATE(3036), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2081), - [sym_integer] = ACTIONS(2081), - [sym_float] = ACTIONS(2081), - [sym_char] = ACTIONS(2081), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2081), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [630] = { - [sym__expression] = STATE(3037), - [sym_block] = STATE(3037), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3037), - [sym_nil] = STATE(3037), - [sym__atom] = STATE(3037), - [sym_quoted_atom] = STATE(3037), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3037), - [sym_charlist] = STATE(3037), - [sym_sigil] = STATE(3037), - [sym_list] = STATE(3037), - [sym_tuple] = STATE(3037), - [sym_bitstring] = STATE(3037), - [sym_map] = STATE(3037), - [sym__nullary_operator] = STATE(3037), - [sym_unary_operator] = STATE(3037), - [sym_binary_operator] = STATE(3037), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3037), - [sym_call] = STATE(3037), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3037), - [sym_anonymous_function] = STATE(3037), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2083), - [sym_integer] = ACTIONS(2083), - [sym_float] = ACTIONS(2083), - [sym_char] = ACTIONS(2083), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2083), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [631] = { - [sym__expression] = STATE(3038), - [sym_block] = STATE(3038), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3038), - [sym_nil] = STATE(3038), - [sym__atom] = STATE(3038), - [sym_quoted_atom] = STATE(3038), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3038), - [sym_charlist] = STATE(3038), - [sym_sigil] = STATE(3038), - [sym_list] = STATE(3038), - [sym_tuple] = STATE(3038), - [sym_bitstring] = STATE(3038), - [sym_map] = STATE(3038), - [sym__nullary_operator] = STATE(3038), - [sym_unary_operator] = STATE(3038), - [sym_binary_operator] = STATE(3038), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3038), - [sym_call] = STATE(3038), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3038), - [sym_anonymous_function] = STATE(3038), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2085), - [sym_integer] = ACTIONS(2085), - [sym_float] = ACTIONS(2085), - [sym_char] = ACTIONS(2085), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2085), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [632] = { - [sym__expression] = STATE(3963), - [sym_block] = STATE(3963), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3963), - [sym_nil] = STATE(3963), - [sym__atom] = STATE(3963), - [sym_quoted_atom] = STATE(3963), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3963), - [sym_charlist] = STATE(3963), - [sym_sigil] = STATE(3963), - [sym_list] = STATE(3963), - [sym_tuple] = STATE(3963), - [sym_bitstring] = STATE(3963), - [sym_map] = STATE(3963), - [sym__nullary_operator] = STATE(3963), - [sym_unary_operator] = STATE(3963), - [sym_binary_operator] = STATE(3963), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3963), - [sym_call] = STATE(3963), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3963), - [sym_anonymous_function] = STATE(3963), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(2087), - [sym_integer] = ACTIONS(2087), - [sym_float] = ACTIONS(2087), - [sym_char] = ACTIONS(2087), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(2087), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [633] = { - [sym__expression] = STATE(3040), - [sym_block] = STATE(3040), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3040), - [sym_nil] = STATE(3040), - [sym__atom] = STATE(3040), - [sym_quoted_atom] = STATE(3040), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3040), - [sym_charlist] = STATE(3040), - [sym_sigil] = STATE(3040), - [sym_list] = STATE(3040), - [sym_tuple] = STATE(3040), - [sym_bitstring] = STATE(3040), - [sym_map] = STATE(3040), - [sym__nullary_operator] = STATE(3040), - [sym_unary_operator] = STATE(3040), - [sym_binary_operator] = STATE(3040), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3040), - [sym_call] = STATE(3040), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3040), - [sym_anonymous_function] = STATE(3040), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2089), - [sym_integer] = ACTIONS(2089), - [sym_float] = ACTIONS(2089), - [sym_char] = ACTIONS(2089), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2089), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [634] = { - [sym__expression] = STATE(3041), - [sym_block] = STATE(3041), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3041), - [sym_nil] = STATE(3041), - [sym__atom] = STATE(3041), - [sym_quoted_atom] = STATE(3041), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3041), - [sym_charlist] = STATE(3041), - [sym_sigil] = STATE(3041), - [sym_list] = STATE(3041), - [sym_tuple] = STATE(3041), - [sym_bitstring] = STATE(3041), - [sym_map] = STATE(3041), - [sym__nullary_operator] = STATE(3041), - [sym_unary_operator] = STATE(3041), - [sym_binary_operator] = STATE(3041), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3041), - [sym_call] = STATE(3041), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3041), - [sym_anonymous_function] = STATE(3041), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2091), - [sym_integer] = ACTIONS(2091), - [sym_float] = ACTIONS(2091), - [sym_char] = ACTIONS(2091), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2091), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [635] = { - [sym__expression] = STATE(3042), - [sym_block] = STATE(3042), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3042), - [sym_nil] = STATE(3042), - [sym__atom] = STATE(3042), - [sym_quoted_atom] = STATE(3042), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3042), - [sym_charlist] = STATE(3042), - [sym_sigil] = STATE(3042), - [sym_list] = STATE(3042), - [sym_tuple] = STATE(3042), - [sym_bitstring] = STATE(3042), - [sym_map] = STATE(3042), - [sym__nullary_operator] = STATE(3042), - [sym_unary_operator] = STATE(3042), - [sym_binary_operator] = STATE(3042), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3042), - [sym_call] = STATE(3042), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3042), - [sym_anonymous_function] = STATE(3042), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2093), - [sym_integer] = ACTIONS(2093), - [sym_float] = ACTIONS(2093), - [sym_char] = ACTIONS(2093), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2093), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [636] = { - [sym__expression] = STATE(3043), - [sym_block] = STATE(3043), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3043), - [sym_nil] = STATE(3043), - [sym__atom] = STATE(3043), - [sym_quoted_atom] = STATE(3043), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3043), - [sym_charlist] = STATE(3043), - [sym_sigil] = STATE(3043), - [sym_list] = STATE(3043), - [sym_tuple] = STATE(3043), - [sym_bitstring] = STATE(3043), - [sym_map] = STATE(3043), - [sym__nullary_operator] = STATE(3043), - [sym_unary_operator] = STATE(3043), - [sym_binary_operator] = STATE(3043), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3043), - [sym_call] = STATE(3043), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3043), - [sym_anonymous_function] = STATE(3043), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2095), - [sym_integer] = ACTIONS(2095), - [sym_float] = ACTIONS(2095), - [sym_char] = ACTIONS(2095), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2095), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [637] = { - [sym__expression] = STATE(1529), - [sym_block] = STATE(1529), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1529), - [sym_nil] = STATE(1529), - [sym__atom] = STATE(1529), - [sym_quoted_atom] = STATE(1529), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1529), - [sym_charlist] = STATE(1529), - [sym_sigil] = STATE(1529), - [sym_list] = STATE(1529), - [sym_tuple] = STATE(1529), - [sym_bitstring] = STATE(1529), - [sym_map] = STATE(1529), - [sym__nullary_operator] = STATE(1529), - [sym_unary_operator] = STATE(1529), - [sym_binary_operator] = STATE(1529), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1529), - [sym_call] = STATE(1529), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1529), - [sym_anonymous_function] = STATE(1529), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2097), - [sym_integer] = ACTIONS(2097), - [sym_float] = ACTIONS(2097), - [sym_char] = ACTIONS(2097), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2097), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [638] = { - [sym__expression] = STATE(3077), - [sym_block] = STATE(3077), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3077), - [sym_nil] = STATE(3077), - [sym__atom] = STATE(3077), - [sym_quoted_atom] = STATE(3077), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3077), - [sym_charlist] = STATE(3077), - [sym_sigil] = STATE(3077), - [sym_list] = STATE(3077), - [sym_tuple] = STATE(3077), - [sym_bitstring] = STATE(3077), - [sym_map] = STATE(3077), - [sym__nullary_operator] = STATE(3077), - [sym_unary_operator] = STATE(3077), - [sym_binary_operator] = STATE(3077), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3077), - [sym_call] = STATE(3077), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3077), - [sym_anonymous_function] = STATE(3077), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2099), - [sym_integer] = ACTIONS(2099), - [sym_float] = ACTIONS(2099), - [sym_char] = ACTIONS(2099), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2099), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [639] = { - [sym__expression] = STATE(3084), - [sym_block] = STATE(3084), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3084), - [sym_nil] = STATE(3084), - [sym__atom] = STATE(3084), - [sym_quoted_atom] = STATE(3084), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3084), - [sym_charlist] = STATE(3084), - [sym_sigil] = STATE(3084), - [sym_list] = STATE(3084), - [sym_tuple] = STATE(3084), - [sym_bitstring] = STATE(3084), - [sym_map] = STATE(3084), - [sym__nullary_operator] = STATE(3084), - [sym_unary_operator] = STATE(3084), - [sym_binary_operator] = STATE(3084), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3084), - [sym_call] = STATE(3084), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3084), - [sym_anonymous_function] = STATE(3084), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2101), - [sym_integer] = ACTIONS(2101), - [sym_float] = ACTIONS(2101), - [sym_char] = ACTIONS(2101), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2101), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [640] = { - [sym__expression] = STATE(1530), - [sym_block] = STATE(1530), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1530), - [sym_nil] = STATE(1530), - [sym__atom] = STATE(1530), - [sym_quoted_atom] = STATE(1530), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1530), - [sym_charlist] = STATE(1530), - [sym_sigil] = STATE(1530), - [sym_list] = STATE(1530), - [sym_tuple] = STATE(1530), - [sym_bitstring] = STATE(1530), - [sym_map] = STATE(1530), - [sym__nullary_operator] = STATE(1530), - [sym_unary_operator] = STATE(1530), - [sym_binary_operator] = STATE(1530), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1530), - [sym_call] = STATE(1530), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1530), - [sym_anonymous_function] = STATE(1530), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2103), - [sym_integer] = ACTIONS(2103), - [sym_float] = ACTIONS(2103), - [sym_char] = ACTIONS(2103), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2103), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [641] = { - [sym__expression] = STATE(2270), - [sym_block] = STATE(2270), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2270), - [sym_nil] = STATE(2270), - [sym__atom] = STATE(2270), - [sym_quoted_atom] = STATE(2270), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2270), - [sym_charlist] = STATE(2270), - [sym_sigil] = STATE(2270), - [sym_list] = STATE(2270), - [sym_tuple] = STATE(2270), - [sym_bitstring] = STATE(2270), - [sym_map] = STATE(2270), - [sym__nullary_operator] = STATE(2270), - [sym_unary_operator] = STATE(2270), - [sym_binary_operator] = STATE(2270), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2270), - [sym_call] = STATE(2270), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2270), - [sym_anonymous_function] = STATE(2270), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2105), - [sym_integer] = ACTIONS(2105), - [sym_float] = ACTIONS(2105), - [sym_char] = ACTIONS(2105), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(2105), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [642] = { - [sym__expression] = STATE(1390), - [sym_block] = STATE(1390), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(1390), - [sym_nil] = STATE(1390), - [sym__atom] = STATE(1390), - [sym_quoted_atom] = STATE(1390), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1390), - [sym_charlist] = STATE(1390), - [sym_sigil] = STATE(1390), - [sym_list] = STATE(1390), - [sym_tuple] = STATE(1390), - [sym_bitstring] = STATE(1390), - [sym_map] = STATE(1390), - [sym__nullary_operator] = STATE(1390), - [sym_unary_operator] = STATE(1390), - [sym_binary_operator] = STATE(1390), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1390), - [sym_call] = STATE(1390), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1390), - [sym_anonymous_function] = STATE(1390), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2107), - [sym_integer] = ACTIONS(2107), - [sym_float] = ACTIONS(2107), - [sym_char] = ACTIONS(2107), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2107), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [643] = { - [sym__expression] = STATE(2762), - [sym_block] = STATE(2762), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(2762), - [sym_nil] = STATE(2762), - [sym__atom] = STATE(2762), - [sym_quoted_atom] = STATE(2762), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2762), - [sym_charlist] = STATE(2762), - [sym_sigil] = STATE(2762), - [sym_list] = STATE(2762), - [sym_tuple] = STATE(2762), - [sym_bitstring] = STATE(2762), - [sym_map] = STATE(2762), - [sym__nullary_operator] = STATE(2762), - [sym_unary_operator] = STATE(2762), - [sym_binary_operator] = STATE(2762), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2762), - [sym_call] = STATE(2762), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(2762), - [sym_anonymous_function] = STATE(2762), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2109), - [sym_integer] = ACTIONS(2109), - [sym_float] = ACTIONS(2109), - [sym_char] = ACTIONS(2109), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2109), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [644] = { - [sym__expression] = STATE(2269), - [sym_block] = STATE(2269), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2269), - [sym_nil] = STATE(2269), - [sym__atom] = STATE(2269), - [sym_quoted_atom] = STATE(2269), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2269), - [sym_charlist] = STATE(2269), - [sym_sigil] = STATE(2269), - [sym_list] = STATE(2269), - [sym_tuple] = STATE(2269), - [sym_bitstring] = STATE(2269), - [sym_map] = STATE(2269), - [sym__nullary_operator] = STATE(2269), - [sym_unary_operator] = STATE(2269), - [sym_binary_operator] = STATE(2269), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2269), - [sym_call] = STATE(2269), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2269), - [sym_anonymous_function] = STATE(2269), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2111), - [sym_integer] = ACTIONS(2111), - [sym_float] = ACTIONS(2111), - [sym_char] = ACTIONS(2111), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(2111), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [645] = { - [sym__expression] = STATE(2229), - [sym_block] = STATE(2229), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2229), - [sym_nil] = STATE(2229), - [sym__atom] = STATE(2229), - [sym_quoted_atom] = STATE(2229), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2229), - [sym_charlist] = STATE(2229), - [sym_sigil] = STATE(2229), - [sym_list] = STATE(2229), - [sym_tuple] = STATE(2229), - [sym_bitstring] = STATE(2229), - [sym_map] = STATE(2229), - [sym__nullary_operator] = STATE(2229), - [sym_unary_operator] = STATE(2229), - [sym_binary_operator] = STATE(2229), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2229), - [sym_call] = STATE(2229), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2229), - [sym_anonymous_function] = STATE(2229), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2113), - [sym_integer] = ACTIONS(2113), - [sym_float] = ACTIONS(2113), - [sym_char] = ACTIONS(2113), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(2113), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [646] = { - [sym__expression] = STATE(3295), - [sym_block] = STATE(3295), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3295), - [sym_nil] = STATE(3295), - [sym__atom] = STATE(3295), - [sym_quoted_atom] = STATE(3295), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3295), - [sym_charlist] = STATE(3295), - [sym_sigil] = STATE(3295), - [sym_list] = STATE(3295), - [sym_tuple] = STATE(3295), - [sym_bitstring] = STATE(3295), - [sym_map] = STATE(3295), - [sym__nullary_operator] = STATE(3295), - [sym_unary_operator] = STATE(3295), - [sym_binary_operator] = STATE(3295), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3295), - [sym_call] = STATE(3295), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3295), - [sym_anonymous_function] = STATE(3295), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2115), - [sym_integer] = ACTIONS(2115), - [sym_float] = ACTIONS(2115), - [sym_char] = ACTIONS(2115), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2115), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [647] = { - [sym__expression] = STATE(1423), - [sym_block] = STATE(1423), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(1423), - [sym_nil] = STATE(1423), - [sym__atom] = STATE(1423), - [sym_quoted_atom] = STATE(1423), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1423), - [sym_charlist] = STATE(1423), - [sym_sigil] = STATE(1423), - [sym_list] = STATE(1423), - [sym_tuple] = STATE(1423), - [sym_bitstring] = STATE(1423), - [sym_map] = STATE(1423), - [sym__nullary_operator] = STATE(1423), - [sym_unary_operator] = STATE(1423), - [sym_binary_operator] = STATE(1423), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1423), - [sym_call] = STATE(1423), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1423), - [sym_anonymous_function] = STATE(1423), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2117), - [sym_integer] = ACTIONS(2117), - [sym_float] = ACTIONS(2117), - [sym_char] = ACTIONS(2117), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2117), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [648] = { - [sym__expression] = STATE(2763), - [sym_block] = STATE(2763), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(2763), - [sym_nil] = STATE(2763), - [sym__atom] = STATE(2763), - [sym_quoted_atom] = STATE(2763), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2763), - [sym_charlist] = STATE(2763), - [sym_sigil] = STATE(2763), - [sym_list] = STATE(2763), - [sym_tuple] = STATE(2763), - [sym_bitstring] = STATE(2763), - [sym_map] = STATE(2763), - [sym__nullary_operator] = STATE(2763), - [sym_unary_operator] = STATE(2763), - [sym_binary_operator] = STATE(2763), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2763), - [sym_call] = STATE(2763), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(2763), - [sym_anonymous_function] = STATE(2763), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2119), - [sym_integer] = ACTIONS(2119), - [sym_float] = ACTIONS(2119), - [sym_char] = ACTIONS(2119), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2119), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [649] = { - [sym__expression] = STATE(3799), - [sym_block] = STATE(3799), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3799), - [sym_nil] = STATE(3799), - [sym__atom] = STATE(3799), - [sym_quoted_atom] = STATE(3799), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3799), - [sym_charlist] = STATE(3799), - [sym_sigil] = STATE(3799), - [sym_list] = STATE(3799), - [sym_tuple] = STATE(3799), - [sym_bitstring] = STATE(3799), - [sym_map] = STATE(3799), - [sym__nullary_operator] = STATE(3799), - [sym_unary_operator] = STATE(3799), - [sym_binary_operator] = STATE(3799), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3799), - [sym_call] = STATE(3799), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3799), - [sym_anonymous_function] = STATE(3799), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2121), - [sym_integer] = ACTIONS(2121), - [sym_float] = ACTIONS(2121), - [sym_char] = ACTIONS(2121), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2121), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [650] = { - [sym__expression] = STATE(3800), - [sym_block] = STATE(3800), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3800), - [sym_nil] = STATE(3800), - [sym__atom] = STATE(3800), - [sym_quoted_atom] = STATE(3800), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3800), - [sym_charlist] = STATE(3800), - [sym_sigil] = STATE(3800), - [sym_list] = STATE(3800), - [sym_tuple] = STATE(3800), - [sym_bitstring] = STATE(3800), - [sym_map] = STATE(3800), - [sym__nullary_operator] = STATE(3800), - [sym_unary_operator] = STATE(3800), - [sym_binary_operator] = STATE(3800), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3800), - [sym_call] = STATE(3800), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3800), - [sym_anonymous_function] = STATE(3800), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2123), - [sym_integer] = ACTIONS(2123), - [sym_float] = ACTIONS(2123), - [sym_char] = ACTIONS(2123), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2123), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [651] = { - [sym__expression] = STATE(1531), - [sym_block] = STATE(1531), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1531), - [sym_nil] = STATE(1531), - [sym__atom] = STATE(1531), - [sym_quoted_atom] = STATE(1531), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1531), - [sym_charlist] = STATE(1531), - [sym_sigil] = STATE(1531), - [sym_list] = STATE(1531), - [sym_tuple] = STATE(1531), - [sym_bitstring] = STATE(1531), - [sym_map] = STATE(1531), - [sym__nullary_operator] = STATE(1531), - [sym_unary_operator] = STATE(1531), - [sym_binary_operator] = STATE(1531), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1531), - [sym_call] = STATE(1531), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1531), - [sym_anonymous_function] = STATE(1531), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2125), - [sym_integer] = ACTIONS(2125), - [sym_float] = ACTIONS(2125), - [sym_char] = ACTIONS(2125), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2125), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [652] = { - [sym__expression] = STATE(2964), - [sym_block] = STATE(2964), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(2964), - [sym_nil] = STATE(2964), - [sym__atom] = STATE(2964), - [sym_quoted_atom] = STATE(2964), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2964), - [sym_charlist] = STATE(2964), - [sym_sigil] = STATE(2964), - [sym_list] = STATE(2964), - [sym_tuple] = STATE(2964), - [sym_bitstring] = STATE(2964), - [sym_map] = STATE(2964), - [sym__nullary_operator] = STATE(2964), - [sym_unary_operator] = STATE(2964), - [sym_binary_operator] = STATE(2964), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2964), - [sym_call] = STATE(2964), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(2964), - [sym_anonymous_function] = STATE(2964), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2127), - [sym_integer] = ACTIONS(2127), - [sym_float] = ACTIONS(2127), - [sym_char] = ACTIONS(2127), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2127), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [653] = { - [sym__expression] = STATE(3144), - [sym_block] = STATE(3144), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3144), - [sym_nil] = STATE(3144), - [sym__atom] = STATE(3144), - [sym_quoted_atom] = STATE(3144), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3144), - [sym_charlist] = STATE(3144), - [sym_sigil] = STATE(3144), - [sym_list] = STATE(3144), - [sym_tuple] = STATE(3144), - [sym_bitstring] = STATE(3144), - [sym_map] = STATE(3144), - [sym__nullary_operator] = STATE(3144), - [sym_unary_operator] = STATE(3144), - [sym_binary_operator] = STATE(3144), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3144), - [sym_call] = STATE(3144), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3144), - [sym_anonymous_function] = STATE(3144), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2129), - [sym_integer] = ACTIONS(2129), - [sym_float] = ACTIONS(2129), - [sym_char] = ACTIONS(2129), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2129), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [654] = { - [sym__expression] = STATE(3145), - [sym_block] = STATE(3145), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3145), - [sym_nil] = STATE(3145), - [sym__atom] = STATE(3145), - [sym_quoted_atom] = STATE(3145), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3145), - [sym_charlist] = STATE(3145), - [sym_sigil] = STATE(3145), - [sym_list] = STATE(3145), - [sym_tuple] = STATE(3145), - [sym_bitstring] = STATE(3145), - [sym_map] = STATE(3145), - [sym__nullary_operator] = STATE(3145), - [sym_unary_operator] = STATE(3145), - [sym_binary_operator] = STATE(3145), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3145), - [sym_call] = STATE(3145), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3145), - [sym_anonymous_function] = STATE(3145), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2131), - [sym_integer] = ACTIONS(2131), - [sym_float] = ACTIONS(2131), - [sym_char] = ACTIONS(2131), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2131), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [655] = { - [sym__expression] = STATE(3146), - [sym_block] = STATE(3146), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3146), - [sym_nil] = STATE(3146), - [sym__atom] = STATE(3146), - [sym_quoted_atom] = STATE(3146), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3146), - [sym_charlist] = STATE(3146), - [sym_sigil] = STATE(3146), - [sym_list] = STATE(3146), - [sym_tuple] = STATE(3146), - [sym_bitstring] = STATE(3146), - [sym_map] = STATE(3146), - [sym__nullary_operator] = STATE(3146), - [sym_unary_operator] = STATE(3146), - [sym_binary_operator] = STATE(3146), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3146), - [sym_call] = STATE(3146), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3146), - [sym_anonymous_function] = STATE(3146), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2133), - [sym_integer] = ACTIONS(2133), - [sym_float] = ACTIONS(2133), - [sym_char] = ACTIONS(2133), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2133), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [656] = { - [sym__expression] = STATE(3147), - [sym_block] = STATE(3147), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3147), - [sym_nil] = STATE(3147), - [sym__atom] = STATE(3147), - [sym_quoted_atom] = STATE(3147), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3147), - [sym_charlist] = STATE(3147), - [sym_sigil] = STATE(3147), - [sym_list] = STATE(3147), - [sym_tuple] = STATE(3147), - [sym_bitstring] = STATE(3147), - [sym_map] = STATE(3147), - [sym__nullary_operator] = STATE(3147), - [sym_unary_operator] = STATE(3147), - [sym_binary_operator] = STATE(3147), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3147), - [sym_call] = STATE(3147), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3147), - [sym_anonymous_function] = STATE(3147), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2135), - [sym_integer] = ACTIONS(2135), - [sym_float] = ACTIONS(2135), - [sym_char] = ACTIONS(2135), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2135), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [657] = { - [sym__expression] = STATE(3148), - [sym_block] = STATE(3148), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3148), - [sym_nil] = STATE(3148), - [sym__atom] = STATE(3148), - [sym_quoted_atom] = STATE(3148), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3148), - [sym_charlist] = STATE(3148), - [sym_sigil] = STATE(3148), - [sym_list] = STATE(3148), - [sym_tuple] = STATE(3148), - [sym_bitstring] = STATE(3148), - [sym_map] = STATE(3148), - [sym__nullary_operator] = STATE(3148), - [sym_unary_operator] = STATE(3148), - [sym_binary_operator] = STATE(3148), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3148), - [sym_call] = STATE(3148), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3148), - [sym_anonymous_function] = STATE(3148), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2137), - [sym_integer] = ACTIONS(2137), - [sym_float] = ACTIONS(2137), - [sym_char] = ACTIONS(2137), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2137), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [658] = { - [sym__expression] = STATE(3149), - [sym_block] = STATE(3149), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3149), - [sym_nil] = STATE(3149), - [sym__atom] = STATE(3149), - [sym_quoted_atom] = STATE(3149), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3149), - [sym_charlist] = STATE(3149), - [sym_sigil] = STATE(3149), - [sym_list] = STATE(3149), - [sym_tuple] = STATE(3149), - [sym_bitstring] = STATE(3149), - [sym_map] = STATE(3149), - [sym__nullary_operator] = STATE(3149), - [sym_unary_operator] = STATE(3149), - [sym_binary_operator] = STATE(3149), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3149), - [sym_call] = STATE(3149), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3149), - [sym_anonymous_function] = STATE(3149), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2139), - [sym_integer] = ACTIONS(2139), - [sym_float] = ACTIONS(2139), - [sym_char] = ACTIONS(2139), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2139), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [659] = { - [sym__expression] = STATE(3150), - [sym_block] = STATE(3150), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3150), - [sym_nil] = STATE(3150), - [sym__atom] = STATE(3150), - [sym_quoted_atom] = STATE(3150), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3150), - [sym_charlist] = STATE(3150), - [sym_sigil] = STATE(3150), - [sym_list] = STATE(3150), - [sym_tuple] = STATE(3150), - [sym_bitstring] = STATE(3150), - [sym_map] = STATE(3150), - [sym__nullary_operator] = STATE(3150), - [sym_unary_operator] = STATE(3150), - [sym_binary_operator] = STATE(3150), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3150), - [sym_call] = STATE(3150), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3150), - [sym_anonymous_function] = STATE(3150), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2141), - [sym_integer] = ACTIONS(2141), - [sym_float] = ACTIONS(2141), - [sym_char] = ACTIONS(2141), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2141), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [660] = { - [sym__expression] = STATE(3151), - [sym_block] = STATE(3151), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3151), - [sym_nil] = STATE(3151), - [sym__atom] = STATE(3151), - [sym_quoted_atom] = STATE(3151), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3151), - [sym_charlist] = STATE(3151), - [sym_sigil] = STATE(3151), - [sym_list] = STATE(3151), - [sym_tuple] = STATE(3151), - [sym_bitstring] = STATE(3151), - [sym_map] = STATE(3151), - [sym__nullary_operator] = STATE(3151), - [sym_unary_operator] = STATE(3151), - [sym_binary_operator] = STATE(3151), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3151), - [sym_call] = STATE(3151), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3151), - [sym_anonymous_function] = STATE(3151), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2143), - [sym_integer] = ACTIONS(2143), - [sym_float] = ACTIONS(2143), - [sym_char] = ACTIONS(2143), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2143), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [661] = { - [sym__expression] = STATE(3154), - [sym_block] = STATE(3154), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3154), - [sym_nil] = STATE(3154), - [sym__atom] = STATE(3154), - [sym_quoted_atom] = STATE(3154), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3154), - [sym_charlist] = STATE(3154), - [sym_sigil] = STATE(3154), - [sym_list] = STATE(3154), - [sym_tuple] = STATE(3154), - [sym_bitstring] = STATE(3154), - [sym_map] = STATE(3154), - [sym__nullary_operator] = STATE(3154), - [sym_unary_operator] = STATE(3154), - [sym_binary_operator] = STATE(3154), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3154), - [sym_call] = STATE(3154), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3154), - [sym_anonymous_function] = STATE(3154), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2145), - [sym_integer] = ACTIONS(2145), - [sym_float] = ACTIONS(2145), - [sym_char] = ACTIONS(2145), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2145), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [662] = { - [sym__expression] = STATE(3962), - [sym_block] = STATE(3962), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3962), - [sym_nil] = STATE(3962), - [sym__atom] = STATE(3962), - [sym_quoted_atom] = STATE(3962), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3962), - [sym_charlist] = STATE(3962), - [sym_sigil] = STATE(3962), - [sym_list] = STATE(3962), - [sym_tuple] = STATE(3962), - [sym_bitstring] = STATE(3962), - [sym_map] = STATE(3962), - [sym__nullary_operator] = STATE(3962), - [sym_unary_operator] = STATE(3962), - [sym_binary_operator] = STATE(3962), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3962), - [sym_call] = STATE(3962), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3962), - [sym_anonymous_function] = STATE(3962), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(2147), - [sym_integer] = ACTIONS(2147), - [sym_float] = ACTIONS(2147), - [sym_char] = ACTIONS(2147), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(2147), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [663] = { - [sym__expression] = STATE(3167), - [sym_block] = STATE(3167), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3167), - [sym_nil] = STATE(3167), - [sym__atom] = STATE(3167), - [sym_quoted_atom] = STATE(3167), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3167), - [sym_charlist] = STATE(3167), - [sym_sigil] = STATE(3167), - [sym_list] = STATE(3167), - [sym_tuple] = STATE(3167), - [sym_bitstring] = STATE(3167), - [sym_map] = STATE(3167), - [sym__nullary_operator] = STATE(3167), - [sym_unary_operator] = STATE(3167), - [sym_binary_operator] = STATE(3167), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3167), - [sym_call] = STATE(3167), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3167), - [sym_anonymous_function] = STATE(3167), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2149), - [sym_integer] = ACTIONS(2149), - [sym_float] = ACTIONS(2149), - [sym_char] = ACTIONS(2149), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2149), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [664] = { - [sym__expression] = STATE(3169), - [sym_block] = STATE(3169), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3169), - [sym_nil] = STATE(3169), - [sym__atom] = STATE(3169), - [sym_quoted_atom] = STATE(3169), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3169), - [sym_charlist] = STATE(3169), - [sym_sigil] = STATE(3169), - [sym_list] = STATE(3169), - [sym_tuple] = STATE(3169), - [sym_bitstring] = STATE(3169), - [sym_map] = STATE(3169), - [sym__nullary_operator] = STATE(3169), - [sym_unary_operator] = STATE(3169), - [sym_binary_operator] = STATE(3169), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3169), - [sym_call] = STATE(3169), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3169), - [sym_anonymous_function] = STATE(3169), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2151), - [sym_integer] = ACTIONS(2151), - [sym_float] = ACTIONS(2151), - [sym_char] = ACTIONS(2151), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2151), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [665] = { - [sym__expression] = STATE(3172), - [sym_block] = STATE(3172), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3172), - [sym_nil] = STATE(3172), - [sym__atom] = STATE(3172), - [sym_quoted_atom] = STATE(3172), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3172), - [sym_charlist] = STATE(3172), - [sym_sigil] = STATE(3172), - [sym_list] = STATE(3172), - [sym_tuple] = STATE(3172), - [sym_bitstring] = STATE(3172), - [sym_map] = STATE(3172), - [sym__nullary_operator] = STATE(3172), - [sym_unary_operator] = STATE(3172), - [sym_binary_operator] = STATE(3172), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3172), - [sym_call] = STATE(3172), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3172), - [sym_anonymous_function] = STATE(3172), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2153), - [sym_integer] = ACTIONS(2153), - [sym_float] = ACTIONS(2153), - [sym_char] = ACTIONS(2153), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2153), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [666] = { - [sym__expression] = STATE(3173), - [sym_block] = STATE(3173), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3173), - [sym_nil] = STATE(3173), - [sym__atom] = STATE(3173), - [sym_quoted_atom] = STATE(3173), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3173), - [sym_charlist] = STATE(3173), - [sym_sigil] = STATE(3173), - [sym_list] = STATE(3173), - [sym_tuple] = STATE(3173), - [sym_bitstring] = STATE(3173), - [sym_map] = STATE(3173), - [sym__nullary_operator] = STATE(3173), - [sym_unary_operator] = STATE(3173), - [sym_binary_operator] = STATE(3173), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3173), - [sym_call] = STATE(3173), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3173), - [sym_anonymous_function] = STATE(3173), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2155), - [sym_integer] = ACTIONS(2155), - [sym_float] = ACTIONS(2155), - [sym_char] = ACTIONS(2155), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2155), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [667] = { - [sym__expression] = STATE(1534), - [sym_block] = STATE(1534), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1534), - [sym_nil] = STATE(1534), - [sym__atom] = STATE(1534), - [sym_quoted_atom] = STATE(1534), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1534), - [sym_charlist] = STATE(1534), - [sym_sigil] = STATE(1534), - [sym_list] = STATE(1534), - [sym_tuple] = STATE(1534), - [sym_bitstring] = STATE(1534), - [sym_map] = STATE(1534), - [sym__nullary_operator] = STATE(1534), - [sym_unary_operator] = STATE(1534), - [sym_binary_operator] = STATE(1534), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1534), - [sym_call] = STATE(1534), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1534), - [sym_anonymous_function] = STATE(1534), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2157), - [sym_integer] = ACTIONS(2157), - [sym_float] = ACTIONS(2157), - [sym_char] = ACTIONS(2157), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2157), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [668] = { - [sym__expression] = STATE(3175), - [sym_block] = STATE(3175), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3175), - [sym_nil] = STATE(3175), - [sym__atom] = STATE(3175), - [sym_quoted_atom] = STATE(3175), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3175), - [sym_charlist] = STATE(3175), - [sym_sigil] = STATE(3175), - [sym_list] = STATE(3175), - [sym_tuple] = STATE(3175), - [sym_bitstring] = STATE(3175), - [sym_map] = STATE(3175), - [sym__nullary_operator] = STATE(3175), - [sym_unary_operator] = STATE(3175), - [sym_binary_operator] = STATE(3175), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3175), - [sym_call] = STATE(3175), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3175), - [sym_anonymous_function] = STATE(3175), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2159), - [sym_integer] = ACTIONS(2159), - [sym_float] = ACTIONS(2159), - [sym_char] = ACTIONS(2159), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2159), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [669] = { - [sym__expression] = STATE(3176), - [sym_block] = STATE(3176), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(3176), - [sym_nil] = STATE(3176), - [sym__atom] = STATE(3176), - [sym_quoted_atom] = STATE(3176), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3176), - [sym_charlist] = STATE(3176), - [sym_sigil] = STATE(3176), - [sym_list] = STATE(3176), - [sym_tuple] = STATE(3176), - [sym_bitstring] = STATE(3176), - [sym_map] = STATE(3176), - [sym__nullary_operator] = STATE(3176), - [sym_unary_operator] = STATE(3176), - [sym_binary_operator] = STATE(3176), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3176), - [sym_call] = STATE(3176), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3176), - [sym_anonymous_function] = STATE(3176), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2161), - [sym_integer] = ACTIONS(2161), - [sym_float] = ACTIONS(2161), - [sym_char] = ACTIONS(2161), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2161), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [670] = { - [sym__expression] = STATE(1537), - [sym_block] = STATE(1537), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1537), - [sym_nil] = STATE(1537), - [sym__atom] = STATE(1537), - [sym_quoted_atom] = STATE(1537), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1537), - [sym_charlist] = STATE(1537), - [sym_sigil] = STATE(1537), - [sym_list] = STATE(1537), - [sym_tuple] = STATE(1537), - [sym_bitstring] = STATE(1537), - [sym_map] = STATE(1537), - [sym__nullary_operator] = STATE(1537), - [sym_unary_operator] = STATE(1537), - [sym_binary_operator] = STATE(1537), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1537), - [sym_call] = STATE(1537), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1537), - [sym_anonymous_function] = STATE(1537), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2163), - [sym_integer] = ACTIONS(2163), - [sym_float] = ACTIONS(2163), - [sym_char] = ACTIONS(2163), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2163), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [671] = { - [sym__expression] = STATE(4142), - [sym_block] = STATE(4142), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(4142), - [sym_nil] = STATE(4142), - [sym__atom] = STATE(4142), - [sym_quoted_atom] = STATE(4142), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(4142), - [sym_charlist] = STATE(4142), - [sym_sigil] = STATE(4142), - [sym_list] = STATE(4142), - [sym_tuple] = STATE(4142), - [sym_bitstring] = STATE(4142), - [sym_map] = STATE(4142), - [sym__nullary_operator] = STATE(4142), - [sym_unary_operator] = STATE(4142), - [sym_binary_operator] = STATE(4142), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(4142), - [sym_call] = STATE(4142), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(4142), - [sym_anonymous_function] = STATE(4142), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2165), - [sym_integer] = ACTIONS(2165), - [sym_float] = ACTIONS(2165), - [sym_char] = ACTIONS(2165), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2165), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [672] = { - [sym__expression] = STATE(3139), - [sym_block] = STATE(3139), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3139), - [sym_nil] = STATE(3139), - [sym__atom] = STATE(3139), - [sym_quoted_atom] = STATE(3139), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3139), - [sym_charlist] = STATE(3139), - [sym_sigil] = STATE(3139), - [sym_list] = STATE(3139), - [sym_tuple] = STATE(3139), - [sym_bitstring] = STATE(3139), - [sym_map] = STATE(3139), - [sym__nullary_operator] = STATE(3139), - [sym_unary_operator] = STATE(3139), - [sym_binary_operator] = STATE(3139), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3139), - [sym_call] = STATE(3139), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3139), - [sym_anonymous_function] = STATE(3139), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2167), - [sym_integer] = ACTIONS(2167), - [sym_float] = ACTIONS(2167), - [sym_char] = ACTIONS(2167), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2167), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [673] = { - [sym__expression] = STATE(4141), - [sym_block] = STATE(4141), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(4141), - [sym_nil] = STATE(4141), - [sym__atom] = STATE(4141), - [sym_quoted_atom] = STATE(4141), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(4141), - [sym_charlist] = STATE(4141), - [sym_sigil] = STATE(4141), - [sym_list] = STATE(4141), - [sym_tuple] = STATE(4141), - [sym_bitstring] = STATE(4141), - [sym_map] = STATE(4141), - [sym__nullary_operator] = STATE(4141), - [sym_unary_operator] = STATE(4141), - [sym_binary_operator] = STATE(4141), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(4141), - [sym_call] = STATE(4141), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(4141), - [sym_anonymous_function] = STATE(4141), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2169), - [sym_integer] = ACTIONS(2169), - [sym_float] = ACTIONS(2169), - [sym_char] = ACTIONS(2169), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2169), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [674] = { - [sym__expression] = STATE(1390), - [sym_block] = STATE(1390), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1390), - [sym_nil] = STATE(1390), - [sym__atom] = STATE(1390), - [sym_quoted_atom] = STATE(1390), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1390), - [sym_charlist] = STATE(1390), - [sym_sigil] = STATE(1390), - [sym_list] = STATE(1390), - [sym_tuple] = STATE(1390), - [sym_bitstring] = STATE(1390), - [sym_map] = STATE(1390), - [sym__nullary_operator] = STATE(1390), - [sym_unary_operator] = STATE(1390), - [sym_binary_operator] = STATE(1390), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1390), - [sym_call] = STATE(1390), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1390), - [sym_anonymous_function] = STATE(1390), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2107), - [sym_integer] = ACTIONS(2107), - [sym_float] = ACTIONS(2107), - [sym_char] = ACTIONS(2107), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2107), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [675] = { - [sym__expression] = STATE(3805), - [sym_block] = STATE(3805), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3805), - [sym_nil] = STATE(3805), - [sym__atom] = STATE(3805), - [sym_quoted_atom] = STATE(3805), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3805), - [sym_charlist] = STATE(3805), - [sym_sigil] = STATE(3805), - [sym_list] = STATE(3805), - [sym_tuple] = STATE(3805), - [sym_bitstring] = STATE(3805), - [sym_map] = STATE(3805), - [sym__nullary_operator] = STATE(3805), - [sym_unary_operator] = STATE(3805), - [sym_binary_operator] = STATE(3805), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3805), - [sym_call] = STATE(3805), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3805), - [sym_anonymous_function] = STATE(3805), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2171), - [sym_integer] = ACTIONS(2171), - [sym_float] = ACTIONS(2171), - [sym_char] = ACTIONS(2171), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2171), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [676] = { - [sym__expression] = STATE(3806), - [sym_block] = STATE(3806), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3806), - [sym_nil] = STATE(3806), - [sym__atom] = STATE(3806), - [sym_quoted_atom] = STATE(3806), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3806), - [sym_charlist] = STATE(3806), - [sym_sigil] = STATE(3806), - [sym_list] = STATE(3806), - [sym_tuple] = STATE(3806), - [sym_bitstring] = STATE(3806), - [sym_map] = STATE(3806), - [sym__nullary_operator] = STATE(3806), - [sym_unary_operator] = STATE(3806), - [sym_binary_operator] = STATE(3806), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3806), - [sym_call] = STATE(3806), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3806), - [sym_anonymous_function] = STATE(3806), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2173), - [sym_integer] = ACTIONS(2173), - [sym_float] = ACTIONS(2173), - [sym_char] = ACTIONS(2173), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2173), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [677] = { - [sym__expression] = STATE(1547), - [sym_block] = STATE(1547), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1547), - [sym_nil] = STATE(1547), - [sym__atom] = STATE(1547), - [sym_quoted_atom] = STATE(1547), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1547), - [sym_charlist] = STATE(1547), - [sym_sigil] = STATE(1547), - [sym_list] = STATE(1547), - [sym_tuple] = STATE(1547), - [sym_bitstring] = STATE(1547), - [sym_map] = STATE(1547), - [sym__nullary_operator] = STATE(1547), - [sym_unary_operator] = STATE(1547), - [sym_binary_operator] = STATE(1547), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1547), - [sym_call] = STATE(1547), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1547), - [sym_anonymous_function] = STATE(1547), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2175), - [sym_integer] = ACTIONS(2175), - [sym_float] = ACTIONS(2175), - [sym_char] = ACTIONS(2175), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2175), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [678] = { - [sym__expression] = STATE(1423), - [sym_block] = STATE(1423), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1423), - [sym_nil] = STATE(1423), - [sym__atom] = STATE(1423), - [sym_quoted_atom] = STATE(1423), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1423), - [sym_charlist] = STATE(1423), - [sym_sigil] = STATE(1423), - [sym_list] = STATE(1423), - [sym_tuple] = STATE(1423), - [sym_bitstring] = STATE(1423), - [sym_map] = STATE(1423), - [sym__nullary_operator] = STATE(1423), - [sym_unary_operator] = STATE(1423), - [sym_binary_operator] = STATE(1423), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1423), - [sym_call] = STATE(1423), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1423), - [sym_anonymous_function] = STATE(1423), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2117), - [sym_integer] = ACTIONS(2117), - [sym_float] = ACTIONS(2117), - [sym_char] = ACTIONS(2117), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2117), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [679] = { - [sym__expression] = STATE(1551), - [sym_block] = STATE(1551), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1551), - [sym_nil] = STATE(1551), - [sym__atom] = STATE(1551), - [sym_quoted_atom] = STATE(1551), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1551), - [sym_charlist] = STATE(1551), - [sym_sigil] = STATE(1551), - [sym_list] = STATE(1551), - [sym_tuple] = STATE(1551), - [sym_bitstring] = STATE(1551), - [sym_map] = STATE(1551), - [sym__nullary_operator] = STATE(1551), - [sym_unary_operator] = STATE(1551), - [sym_binary_operator] = STATE(1551), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1551), - [sym_call] = STATE(1551), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1551), - [sym_anonymous_function] = STATE(1551), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2177), - [sym_integer] = ACTIONS(2177), - [sym_float] = ACTIONS(2177), - [sym_char] = ACTIONS(2177), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2177), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [680] = { - [sym__expression] = STATE(2314), - [sym_block] = STATE(2314), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2314), - [sym_nil] = STATE(2314), - [sym__atom] = STATE(2314), - [sym_quoted_atom] = STATE(2314), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2314), - [sym_charlist] = STATE(2314), - [sym_sigil] = STATE(2314), - [sym_list] = STATE(2314), - [sym_tuple] = STATE(2314), - [sym_bitstring] = STATE(2314), - [sym_map] = STATE(2314), - [sym__nullary_operator] = STATE(2314), - [sym_unary_operator] = STATE(2314), - [sym_binary_operator] = STATE(2314), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2314), - [sym_call] = STATE(2314), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2314), - [sym_anonymous_function] = STATE(2314), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -105712,7 +67265,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), + [anon_sym_after] = ACTIONS(1505), + [anon_sym_catch] = ACTIONS(1505), + [anon_sym_else] = ACTIONS(1505), + [anon_sym_end] = ACTIONS(1505), [anon_sym_fn] = ACTIONS(954), + [anon_sym_rescue] = ACTIONS(1505), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), @@ -105720,78 +67278,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(958), }, - [681] = { - [sym__expression] = STATE(4043), - [sym_block] = STATE(4043), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4043), - [sym_nil] = STATE(4043), - [sym__atom] = STATE(4043), - [sym_quoted_atom] = STATE(4043), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4043), - [sym_charlist] = STATE(4043), - [sym_sigil] = STATE(4043), - [sym_list] = STATE(4043), - [sym_tuple] = STATE(4043), - [sym_bitstring] = STATE(4043), - [sym_map] = STATE(4043), - [sym__nullary_operator] = STATE(4043), - [sym_unary_operator] = STATE(4043), - [sym_binary_operator] = STATE(4043), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4043), - [sym_call] = STATE(4043), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4043), - [sym_anonymous_function] = STATE(4043), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(1299), - [sym_integer] = ACTIONS(1299), - [sym_float] = ACTIONS(1299), - [sym_char] = ACTIONS(1299), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(1299), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [345] = { + [sym__expression] = STATE(4547), + [sym_block] = STATE(4547), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4547), + [sym_nil] = STATE(4547), + [sym__atom] = STATE(4547), + [sym_quoted_atom] = STATE(4547), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4547), + [sym_charlist] = STATE(4547), + [sym_sigil] = STATE(4547), + [sym_list] = STATE(4547), + [sym_tuple] = STATE(4547), + [sym_bitstring] = STATE(4547), + [sym_map] = STATE(4547), + [sym__nullary_operator] = STATE(4547), + [sym_unary_operator] = STATE(4547), + [sym_binary_operator] = STATE(4547), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4547), + [sym_call] = STATE(4547), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4547), + [sym_anonymous_function] = STATE(4547), + [aux_sym__terminator_token1] = ACTIONS(1299), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1301), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1507), + [sym_integer] = ACTIONS(1507), + [sym_float] = ACTIONS(1507), + [sym_char] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -105830,64 +67390,7329 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(954), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(1363), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(958), }, - [682] = { - [sym__expression] = STATE(4139), - [sym_block] = STATE(4139), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4139), - [sym_nil] = STATE(4139), - [sym__atom] = STATE(4139), - [sym_quoted_atom] = STATE(4139), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4139), - [sym_charlist] = STATE(4139), - [sym_sigil] = STATE(4139), - [sym_list] = STATE(4139), - [sym_tuple] = STATE(4139), - [sym_bitstring] = STATE(4139), - [sym_map] = STATE(4139), - [sym__nullary_operator] = STATE(4139), - [sym_unary_operator] = STATE(4139), - [sym_binary_operator] = STATE(4139), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4139), - [sym_call] = STATE(4139), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4139), - [sym_anonymous_function] = STATE(4139), + [346] = { + [sym__expression] = STATE(4547), + [sym_block] = STATE(4547), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4547), + [sym_nil] = STATE(4547), + [sym__atom] = STATE(4547), + [sym_quoted_atom] = STATE(4547), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4547), + [sym_charlist] = STATE(4547), + [sym_sigil] = STATE(4547), + [sym_list] = STATE(4547), + [sym_tuple] = STATE(4547), + [sym_bitstring] = STATE(4547), + [sym_map] = STATE(4547), + [sym__nullary_operator] = STATE(4547), + [sym_unary_operator] = STATE(4547), + [sym_binary_operator] = STATE(4547), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4547), + [sym_call] = STATE(4547), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4547), + [sym_anonymous_function] = STATE(4547), + [aux_sym__terminator_token1] = ACTIONS(1293), + [anon_sym_SEMI] = ACTIONS(1295), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1295), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1507), + [sym_integer] = ACTIONS(1507), + [sym_float] = ACTIONS(1507), + [sym_char] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [347] = { + [sym__expression] = STATE(4478), + [sym_block] = STATE(4478), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4478), + [sym_nil] = STATE(4478), + [sym__atom] = STATE(4478), + [sym_quoted_atom] = STATE(4478), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4478), + [sym_charlist] = STATE(4478), + [sym_sigil] = STATE(4478), + [sym_list] = STATE(4478), + [sym_tuple] = STATE(4478), + [sym_bitstring] = STATE(4478), + [sym_map] = STATE(4478), + [sym__nullary_operator] = STATE(4478), + [sym_unary_operator] = STATE(4478), + [sym_binary_operator] = STATE(4478), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4478), + [sym_call] = STATE(4478), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4478), + [sym_anonymous_function] = STATE(4478), + [aux_sym__terminator_token1] = ACTIONS(1293), + [anon_sym_SEMI] = ACTIONS(1295), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1509), + [sym_integer] = ACTIONS(1509), + [sym_float] = ACTIONS(1509), + [sym_char] = ACTIONS(1509), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1509), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_end] = ACTIONS(1295), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [348] = { + [sym__expression] = STATE(4478), + [sym_block] = STATE(4478), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4478), + [sym_nil] = STATE(4478), + [sym__atom] = STATE(4478), + [sym_quoted_atom] = STATE(4478), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4478), + [sym_charlist] = STATE(4478), + [sym_sigil] = STATE(4478), + [sym_list] = STATE(4478), + [sym_tuple] = STATE(4478), + [sym_bitstring] = STATE(4478), + [sym_map] = STATE(4478), + [sym__nullary_operator] = STATE(4478), + [sym_unary_operator] = STATE(4478), + [sym_binary_operator] = STATE(4478), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4478), + [sym_call] = STATE(4478), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4478), + [sym_anonymous_function] = STATE(4478), + [aux_sym__terminator_token1] = ACTIONS(1303), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1509), + [sym_integer] = ACTIONS(1509), + [sym_float] = ACTIONS(1509), + [sym_char] = ACTIONS(1509), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1509), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_end] = ACTIONS(1305), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [349] = { + [sym__expression] = STATE(4478), + [sym_block] = STATE(4478), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4478), + [sym_nil] = STATE(4478), + [sym__atom] = STATE(4478), + [sym_quoted_atom] = STATE(4478), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4478), + [sym_charlist] = STATE(4478), + [sym_sigil] = STATE(4478), + [sym_list] = STATE(4478), + [sym_tuple] = STATE(4478), + [sym_bitstring] = STATE(4478), + [sym_map] = STATE(4478), + [sym__nullary_operator] = STATE(4478), + [sym_unary_operator] = STATE(4478), + [sym_binary_operator] = STATE(4478), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4478), + [sym_call] = STATE(4478), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4478), + [sym_anonymous_function] = STATE(4478), + [aux_sym__terminator_token1] = ACTIONS(1299), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1509), + [sym_integer] = ACTIONS(1509), + [sym_float] = ACTIONS(1509), + [sym_char] = ACTIONS(1509), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1509), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_end] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [350] = { + [sym__expression] = STATE(4547), + [sym_block] = STATE(4547), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4547), + [sym_nil] = STATE(4547), + [sym__atom] = STATE(4547), + [sym_quoted_atom] = STATE(4547), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4547), + [sym_charlist] = STATE(4547), + [sym_sigil] = STATE(4547), + [sym_list] = STATE(4547), + [sym_tuple] = STATE(4547), + [sym_bitstring] = STATE(4547), + [sym_map] = STATE(4547), + [sym__nullary_operator] = STATE(4547), + [sym_unary_operator] = STATE(4547), + [sym_binary_operator] = STATE(4547), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4547), + [sym_call] = STATE(4547), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4547), + [sym_anonymous_function] = STATE(4547), + [aux_sym__terminator_token1] = ACTIONS(1303), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1305), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1507), + [sym_integer] = ACTIONS(1507), + [sym_float] = ACTIONS(1507), + [sym_char] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [351] = { + [sym__expression] = STATE(4441), + [sym_block] = STATE(4441), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4441), + [sym_nil] = STATE(4441), + [sym__atom] = STATE(4441), + [sym_quoted_atom] = STATE(4441), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4441), + [sym_charlist] = STATE(4441), + [sym_sigil] = STATE(4441), + [sym_list] = STATE(4441), + [sym_tuple] = STATE(4441), + [sym_bitstring] = STATE(4441), + [sym_map] = STATE(4441), + [sym__nullary_operator] = STATE(4441), + [sym_unary_operator] = STATE(4441), + [sym__capture_expression] = STATE(4442), + [sym_binary_operator] = STATE(4441), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4441), + [sym_call] = STATE(4441), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4441), + [sym_anonymous_function] = STATE(4441), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1511), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1513), + [sym_integer] = ACTIONS(1515), + [sym_float] = ACTIONS(1513), + [sym_char] = ACTIONS(1513), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1513), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [352] = { + [sym__expression] = STATE(4481), + [sym_block] = STATE(4481), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4481), + [sym_nil] = STATE(4481), + [sym__atom] = STATE(4481), + [sym_quoted_atom] = STATE(4481), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4481), + [sym_charlist] = STATE(4481), + [sym_sigil] = STATE(4481), + [sym_list] = STATE(4481), + [sym_tuple] = STATE(4481), + [sym_bitstring] = STATE(4481), + [sym_map] = STATE(4481), + [sym__nullary_operator] = STATE(4481), + [sym_unary_operator] = STATE(4481), + [sym_binary_operator] = STATE(4481), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4481), + [sym_call] = STATE(4481), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4481), + [sym_anonymous_function] = STATE(4481), + [ts_builtin_sym_end] = ACTIONS(1517), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(1519), + [sym_integer] = ACTIONS(1519), + [sym_float] = ACTIONS(1519), + [sym_char] = ACTIONS(1519), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(1519), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [353] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1521), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [354] = { + [sym__expression] = STATE(3167), + [sym_block] = STATE(3167), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3167), + [sym_nil] = STATE(3167), + [sym__atom] = STATE(3167), + [sym_quoted_atom] = STATE(3167), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3167), + [sym_charlist] = STATE(3167), + [sym_sigil] = STATE(3167), + [sym_list] = STATE(3167), + [sym_tuple] = STATE(3167), + [sym_bitstring] = STATE(3167), + [sym_map] = STATE(3167), + [sym__nullary_operator] = STATE(3167), + [sym_unary_operator] = STATE(3167), + [sym__capture_expression] = STATE(3166), + [sym_binary_operator] = STATE(3167), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3167), + [sym_call] = STATE(3167), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3167), + [sym_anonymous_function] = STATE(3167), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1525), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1527), + [sym_integer] = ACTIONS(1529), + [sym_float] = ACTIONS(1527), + [sym_char] = ACTIONS(1527), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1527), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [355] = { + [sym__expression] = STATE(3167), + [sym_block] = STATE(3167), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3167), + [sym_nil] = STATE(3167), + [sym__atom] = STATE(3167), + [sym_quoted_atom] = STATE(3167), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3167), + [sym_charlist] = STATE(3167), + [sym_sigil] = STATE(3167), + [sym_list] = STATE(3167), + [sym_tuple] = STATE(3167), + [sym_bitstring] = STATE(3167), + [sym_map] = STATE(3167), + [sym__nullary_operator] = STATE(3167), + [sym_unary_operator] = STATE(3167), + [sym__capture_expression] = STATE(3236), + [sym_binary_operator] = STATE(3167), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3167), + [sym_call] = STATE(3167), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3167), + [sym_anonymous_function] = STATE(3167), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1525), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1527), + [sym_integer] = ACTIONS(1531), + [sym_float] = ACTIONS(1527), + [sym_char] = ACTIONS(1527), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1527), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [356] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1533), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [357] = { + [sym__expression] = STATE(4206), + [sym_block] = STATE(4206), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4206), + [sym_nil] = STATE(4206), + [sym__atom] = STATE(4206), + [sym_quoted_atom] = STATE(4206), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4206), + [sym_charlist] = STATE(4206), + [sym_sigil] = STATE(4206), + [sym_list] = STATE(4206), + [sym_tuple] = STATE(4206), + [sym_bitstring] = STATE(4206), + [sym_map] = STATE(4206), + [sym__nullary_operator] = STATE(4206), + [sym_unary_operator] = STATE(4206), + [sym__capture_expression] = STATE(1989), + [sym_binary_operator] = STATE(4206), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4206), + [sym_call] = STATE(4206), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4206), + [sym_anonymous_function] = STATE(4206), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1535), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1537), + [sym_integer] = ACTIONS(1539), + [sym_float] = ACTIONS(1537), + [sym_char] = ACTIONS(1537), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1537), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [358] = { + [sym__expression] = STATE(4206), + [sym_block] = STATE(4206), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4206), + [sym_nil] = STATE(4206), + [sym__atom] = STATE(4206), + [sym_quoted_atom] = STATE(4206), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4206), + [sym_charlist] = STATE(4206), + [sym_sigil] = STATE(4206), + [sym_list] = STATE(4206), + [sym_tuple] = STATE(4206), + [sym_bitstring] = STATE(4206), + [sym_map] = STATE(4206), + [sym__nullary_operator] = STATE(4206), + [sym_unary_operator] = STATE(4206), + [sym__capture_expression] = STATE(2022), + [sym_binary_operator] = STATE(4206), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4206), + [sym_call] = STATE(4206), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4206), + [sym_anonymous_function] = STATE(4206), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1535), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1537), + [sym_integer] = ACTIONS(1541), + [sym_float] = ACTIONS(1537), + [sym_char] = ACTIONS(1537), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1537), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [359] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6950), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2179), - [sym_integer] = ACTIONS(2179), - [sym_float] = ACTIONS(2179), - [sym_char] = ACTIONS(2179), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2179), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1547), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [360] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6865), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1549), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [361] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1551), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [362] = { + [sym__expression] = STATE(4200), + [sym_block] = STATE(4200), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4200), + [sym_nil] = STATE(4200), + [sym__atom] = STATE(4200), + [sym_quoted_atom] = STATE(4200), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4200), + [sym_charlist] = STATE(4200), + [sym_sigil] = STATE(4200), + [sym_list] = STATE(4200), + [sym_tuple] = STATE(4200), + [sym_bitstring] = STATE(4200), + [sym_map] = STATE(4200), + [sym__nullary_operator] = STATE(4200), + [sym_unary_operator] = STATE(4200), + [sym__capture_expression] = STATE(4211), + [sym_binary_operator] = STATE(4200), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4200), + [sym_call] = STATE(4200), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4200), + [sym_anonymous_function] = STATE(4200), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1553), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1555), + [sym_integer] = ACTIONS(1557), + [sym_float] = ACTIONS(1555), + [sym_char] = ACTIONS(1555), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1555), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [363] = { + [sym__expression] = STATE(4365), + [sym_block] = STATE(4365), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4365), + [sym_nil] = STATE(4365), + [sym__atom] = STATE(4365), + [sym_quoted_atom] = STATE(4365), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4365), + [sym_charlist] = STATE(4365), + [sym_sigil] = STATE(4365), + [sym_list] = STATE(4365), + [sym_tuple] = STATE(4365), + [sym_bitstring] = STATE(4365), + [sym_map] = STATE(4365), + [sym__nullary_operator] = STATE(4365), + [sym_unary_operator] = STATE(4365), + [sym__capture_expression] = STATE(4368), + [sym_binary_operator] = STATE(4365), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4365), + [sym_call] = STATE(4365), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4365), + [sym_anonymous_function] = STATE(4365), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1559), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(1561), + [sym_integer] = ACTIONS(1563), + [sym_float] = ACTIONS(1561), + [sym_char] = ACTIONS(1561), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(1561), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [364] = { + [sym__expression] = STATE(2555), + [sym_block] = STATE(2555), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2555), + [sym_nil] = STATE(2555), + [sym__atom] = STATE(2555), + [sym_quoted_atom] = STATE(2555), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2555), + [sym_charlist] = STATE(2555), + [sym_sigil] = STATE(2555), + [sym_list] = STATE(2555), + [sym_tuple] = STATE(2555), + [sym_bitstring] = STATE(2555), + [sym_map] = STATE(2555), + [sym__nullary_operator] = STATE(2555), + [sym_unary_operator] = STATE(2555), + [sym__capture_expression] = STATE(1231), + [sym_binary_operator] = STATE(2555), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2555), + [sym_call] = STATE(2555), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2555), + [sym_anonymous_function] = STATE(2555), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1565), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1567), + [sym_integer] = ACTIONS(1569), + [sym_float] = ACTIONS(1567), + [sym_char] = ACTIONS(1567), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1567), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [365] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1571), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [366] = { + [sym__expression] = STATE(4200), + [sym_block] = STATE(4200), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4200), + [sym_nil] = STATE(4200), + [sym__atom] = STATE(4200), + [sym_quoted_atom] = STATE(4200), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4200), + [sym_charlist] = STATE(4200), + [sym_sigil] = STATE(4200), + [sym_list] = STATE(4200), + [sym_tuple] = STATE(4200), + [sym_bitstring] = STATE(4200), + [sym_map] = STATE(4200), + [sym__nullary_operator] = STATE(4200), + [sym_unary_operator] = STATE(4200), + [sym__capture_expression] = STATE(4201), + [sym_binary_operator] = STATE(4200), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4200), + [sym_call] = STATE(4200), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4200), + [sym_anonymous_function] = STATE(4200), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1553), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1555), + [sym_integer] = ACTIONS(1573), + [sym_float] = ACTIONS(1555), + [sym_char] = ACTIONS(1555), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1555), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [367] = { + [sym__expression] = STATE(3471), + [sym_block] = STATE(3471), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(3471), + [sym_nil] = STATE(3471), + [sym__atom] = STATE(3471), + [sym_quoted_atom] = STATE(3471), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(3471), + [sym_charlist] = STATE(3471), + [sym_sigil] = STATE(3471), + [sym_list] = STATE(3471), + [sym_tuple] = STATE(3471), + [sym_bitstring] = STATE(3471), + [sym_map] = STATE(3471), + [sym__nullary_operator] = STATE(3471), + [sym_unary_operator] = STATE(3471), + [sym_binary_operator] = STATE(3471), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(3471), + [sym_call] = STATE(3471), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(3471), + [sym_anonymous_function] = STATE(3471), + [ts_builtin_sym_end] = ACTIONS(1575), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(1577), + [sym_integer] = ACTIONS(1577), + [sym_float] = ACTIONS(1577), + [sym_char] = ACTIONS(1577), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(1577), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [368] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1579), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [369] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1581), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [370] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1583), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [371] = { + [sym__expression] = STATE(2555), + [sym_block] = STATE(2555), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2555), + [sym_nil] = STATE(2555), + [sym__atom] = STATE(2555), + [sym_quoted_atom] = STATE(2555), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2555), + [sym_charlist] = STATE(2555), + [sym_sigil] = STATE(2555), + [sym_list] = STATE(2555), + [sym_tuple] = STATE(2555), + [sym_bitstring] = STATE(2555), + [sym_map] = STATE(2555), + [sym__nullary_operator] = STATE(2555), + [sym_unary_operator] = STATE(2555), + [sym__capture_expression] = STATE(1263), + [sym_binary_operator] = STATE(2555), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2555), + [sym_call] = STATE(2555), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2555), + [sym_anonymous_function] = STATE(2555), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1565), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1567), + [sym_integer] = ACTIONS(1585), + [sym_float] = ACTIONS(1567), + [sym_char] = ACTIONS(1567), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1567), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [372] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1587), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [373] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6943), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [374] = { + [sym__expression] = STATE(2467), + [sym_block] = STATE(2467), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2467), + [sym_nil] = STATE(2467), + [sym__atom] = STATE(2467), + [sym_quoted_atom] = STATE(2467), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2467), + [sym_charlist] = STATE(2467), + [sym_sigil] = STATE(2467), + [sym_list] = STATE(2467), + [sym_tuple] = STATE(2467), + [sym_bitstring] = STATE(2467), + [sym_map] = STATE(2467), + [sym__nullary_operator] = STATE(2467), + [sym_unary_operator] = STATE(2467), + [sym__capture_expression] = STATE(2260), + [sym_binary_operator] = STATE(2467), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2467), + [sym_call] = STATE(2467), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2467), + [sym_anonymous_function] = STATE(2467), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1591), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1593), + [sym_integer] = ACTIONS(1595), + [sym_float] = ACTIONS(1593), + [sym_char] = ACTIONS(1593), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1593), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [375] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1597), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [376] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6936), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1599), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [377] = { + [sym__expression] = STATE(2467), + [sym_block] = STATE(2467), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2467), + [sym_nil] = STATE(2467), + [sym__atom] = STATE(2467), + [sym_quoted_atom] = STATE(2467), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2467), + [sym_charlist] = STATE(2467), + [sym_sigil] = STATE(2467), + [sym_list] = STATE(2467), + [sym_tuple] = STATE(2467), + [sym_bitstring] = STATE(2467), + [sym_map] = STATE(2467), + [sym__nullary_operator] = STATE(2467), + [sym_unary_operator] = STATE(2467), + [sym__capture_expression] = STATE(2240), + [sym_binary_operator] = STATE(2467), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2467), + [sym_call] = STATE(2467), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2467), + [sym_anonymous_function] = STATE(2467), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1591), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1593), + [sym_integer] = ACTIONS(1601), + [sym_float] = ACTIONS(1593), + [sym_char] = ACTIONS(1593), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1593), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [378] = { + [sym__expression] = STATE(3759), + [sym_block] = STATE(3759), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3759), + [sym_nil] = STATE(3759), + [sym__atom] = STATE(3759), + [sym_quoted_atom] = STATE(3759), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3759), + [sym_charlist] = STATE(3759), + [sym_sigil] = STATE(3759), + [sym_list] = STATE(3759), + [sym_tuple] = STATE(3759), + [sym_bitstring] = STATE(3759), + [sym_map] = STATE(3759), + [sym__nullary_operator] = STATE(3759), + [sym_unary_operator] = STATE(3759), + [sym__capture_expression] = STATE(3758), + [sym_binary_operator] = STATE(3759), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3759), + [sym_call] = STATE(3759), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3759), + [sym_anonymous_function] = STATE(3759), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1603), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(1605), + [sym_integer] = ACTIONS(1607), + [sym_float] = ACTIONS(1605), + [sym_char] = ACTIONS(1605), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(1605), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [379] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6928), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1609), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [380] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1611), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [381] = { + [sym__expression] = STATE(3759), + [sym_block] = STATE(3759), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3759), + [sym_nil] = STATE(3759), + [sym__atom] = STATE(3759), + [sym_quoted_atom] = STATE(3759), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3759), + [sym_charlist] = STATE(3759), + [sym_sigil] = STATE(3759), + [sym_list] = STATE(3759), + [sym_tuple] = STATE(3759), + [sym_bitstring] = STATE(3759), + [sym_map] = STATE(3759), + [sym__nullary_operator] = STATE(3759), + [sym_unary_operator] = STATE(3759), + [sym__capture_expression] = STATE(3741), + [sym_binary_operator] = STATE(3759), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3759), + [sym_call] = STATE(3759), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3759), + [sym_anonymous_function] = STATE(3759), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1603), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(1605), + [sym_integer] = ACTIONS(1613), + [sym_float] = ACTIONS(1605), + [sym_char] = ACTIONS(1605), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(1605), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [382] = { + [sym__expression] = STATE(4355), + [sym_block] = STATE(4355), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4355), + [sym_nil] = STATE(4355), + [sym__atom] = STATE(4355), + [sym_quoted_atom] = STATE(4355), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4355), + [sym_charlist] = STATE(4355), + [sym_sigil] = STATE(4355), + [sym_list] = STATE(4355), + [sym_tuple] = STATE(4355), + [sym_bitstring] = STATE(4355), + [sym_map] = STATE(4355), + [sym__nullary_operator] = STATE(4355), + [sym_unary_operator] = STATE(4355), + [sym__capture_expression] = STATE(1989), + [sym_binary_operator] = STATE(4355), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4355), + [sym_call] = STATE(4355), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4355), + [sym_anonymous_function] = STATE(4355), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1535), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1615), + [sym_integer] = ACTIONS(1539), + [sym_float] = ACTIONS(1615), + [sym_char] = ACTIONS(1615), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1615), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [383] = { + [sym__expression] = STATE(4365), + [sym_block] = STATE(4365), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4365), + [sym_nil] = STATE(4365), + [sym__atom] = STATE(4365), + [sym_quoted_atom] = STATE(4365), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4365), + [sym_charlist] = STATE(4365), + [sym_sigil] = STATE(4365), + [sym_list] = STATE(4365), + [sym_tuple] = STATE(4365), + [sym_bitstring] = STATE(4365), + [sym_map] = STATE(4365), + [sym__nullary_operator] = STATE(4365), + [sym_unary_operator] = STATE(4365), + [sym__capture_expression] = STATE(4409), + [sym_binary_operator] = STATE(4365), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4365), + [sym_call] = STATE(4365), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4365), + [sym_anonymous_function] = STATE(4365), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1559), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(1561), + [sym_integer] = ACTIONS(1617), + [sym_float] = ACTIONS(1561), + [sym_char] = ACTIONS(1561), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(1561), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [384] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1619), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [385] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6920), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1621), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [386] = { + [sym__expression] = STATE(4355), + [sym_block] = STATE(4355), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4355), + [sym_nil] = STATE(4355), + [sym__atom] = STATE(4355), + [sym_quoted_atom] = STATE(4355), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4355), + [sym_charlist] = STATE(4355), + [sym_sigil] = STATE(4355), + [sym_list] = STATE(4355), + [sym_tuple] = STATE(4355), + [sym_bitstring] = STATE(4355), + [sym_map] = STATE(4355), + [sym__nullary_operator] = STATE(4355), + [sym_unary_operator] = STATE(4355), + [sym__capture_expression] = STATE(2022), + [sym_binary_operator] = STATE(4355), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4355), + [sym_call] = STATE(4355), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4355), + [sym_anonymous_function] = STATE(4355), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1535), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1615), + [sym_integer] = ACTIONS(1541), + [sym_float] = ACTIONS(1615), + [sym_char] = ACTIONS(1615), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1615), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [387] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1623), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [388] = { + [sym__expression] = STATE(4441), + [sym_block] = STATE(4441), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4441), + [sym_nil] = STATE(4441), + [sym__atom] = STATE(4441), + [sym_quoted_atom] = STATE(4441), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4441), + [sym_charlist] = STATE(4441), + [sym_sigil] = STATE(4441), + [sym_list] = STATE(4441), + [sym_tuple] = STATE(4441), + [sym_bitstring] = STATE(4441), + [sym_map] = STATE(4441), + [sym__nullary_operator] = STATE(4441), + [sym_unary_operator] = STATE(4441), + [sym__capture_expression] = STATE(4450), + [sym_binary_operator] = STATE(4441), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4441), + [sym_call] = STATE(4441), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4441), + [sym_anonymous_function] = STATE(4441), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1511), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1513), + [sym_integer] = ACTIONS(1625), + [sym_float] = ACTIONS(1513), + [sym_char] = ACTIONS(1513), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1513), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [389] = { + [sym__expression] = STATE(2955), + [sym_block] = STATE(2955), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(2955), + [sym_nil] = STATE(2955), + [sym__atom] = STATE(2955), + [sym_quoted_atom] = STATE(2955), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(2955), + [sym_charlist] = STATE(2955), + [sym_sigil] = STATE(2955), + [sym_list] = STATE(2955), + [sym_tuple] = STATE(2955), + [sym_bitstring] = STATE(2955), + [sym_map] = STATE(2955), + [sym__nullary_operator] = STATE(2955), + [sym_unary_operator] = STATE(2955), + [sym__capture_expression] = STATE(2956), + [sym_binary_operator] = STATE(2955), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(2955), + [sym_call] = STATE(2955), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(2955), + [sym_anonymous_function] = STATE(2955), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1627), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1629), + [sym_integer] = ACTIONS(1631), + [sym_float] = ACTIONS(1629), + [sym_char] = ACTIONS(1629), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(1629), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [390] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6912), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1633), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [391] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1635), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [392] = { + [sym__expression] = STATE(2955), + [sym_block] = STATE(2955), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(2955), + [sym_nil] = STATE(2955), + [sym__atom] = STATE(2955), + [sym_quoted_atom] = STATE(2955), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(2955), + [sym_charlist] = STATE(2955), + [sym_sigil] = STATE(2955), + [sym_list] = STATE(2955), + [sym_tuple] = STATE(2955), + [sym_bitstring] = STATE(2955), + [sym_map] = STATE(2955), + [sym__nullary_operator] = STATE(2955), + [sym_unary_operator] = STATE(2955), + [sym__capture_expression] = STATE(2977), + [sym_binary_operator] = STATE(2955), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(2955), + [sym_call] = STATE(2955), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(2955), + [sym_anonymous_function] = STATE(2955), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1627), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1629), + [sym_integer] = ACTIONS(1637), + [sym_float] = ACTIONS(1629), + [sym_char] = ACTIONS(1629), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(1629), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [393] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6904), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1639), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [394] = { + [sym__expression] = STATE(2020), + [sym_block] = STATE(2020), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2020), + [sym_nil] = STATE(2020), + [sym__atom] = STATE(2020), + [sym_quoted_atom] = STATE(2020), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2020), + [sym_charlist] = STATE(2020), + [sym_sigil] = STATE(2020), + [sym_list] = STATE(2020), + [sym_tuple] = STATE(2020), + [sym_bitstring] = STATE(2020), + [sym_map] = STATE(2020), + [sym__nullary_operator] = STATE(2020), + [sym_unary_operator] = STATE(2020), + [sym__capture_expression] = STATE(1673), + [sym_binary_operator] = STATE(2020), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2020), + [sym_call] = STATE(2020), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2020), + [sym_anonymous_function] = STATE(2020), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1641), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1643), + [sym_integer] = ACTIONS(1645), + [sym_float] = ACTIONS(1643), + [sym_char] = ACTIONS(1643), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [395] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6896), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [396] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1649), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [397] = { + [sym__expression] = STATE(2020), + [sym_block] = STATE(2020), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2020), + [sym_nil] = STATE(2020), + [sym__atom] = STATE(2020), + [sym_quoted_atom] = STATE(2020), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2020), + [sym_charlist] = STATE(2020), + [sym_sigil] = STATE(2020), + [sym_list] = STATE(2020), + [sym_tuple] = STATE(2020), + [sym_bitstring] = STATE(2020), + [sym_map] = STATE(2020), + [sym__nullary_operator] = STATE(2020), + [sym_unary_operator] = STATE(2020), + [sym__capture_expression] = STATE(1682), + [sym_binary_operator] = STATE(2020), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2020), + [sym_call] = STATE(2020), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2020), + [sym_anonymous_function] = STATE(2020), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1641), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1643), + [sym_integer] = ACTIONS(1651), + [sym_float] = ACTIONS(1643), + [sym_char] = ACTIONS(1643), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(1643), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [398] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6888), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1653), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [399] = { + [sym__expression] = STATE(3177), + [sym_block] = STATE(3177), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3177), + [sym_nil] = STATE(3177), + [sym__atom] = STATE(3177), + [sym_quoted_atom] = STATE(3177), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3177), + [sym_charlist] = STATE(3177), + [sym_sigil] = STATE(3177), + [sym_list] = STATE(3177), + [sym_tuple] = STATE(3177), + [sym_bitstring] = STATE(3177), + [sym_map] = STATE(3177), + [sym__nullary_operator] = STATE(3177), + [sym_unary_operator] = STATE(3177), + [sym__capture_expression] = STATE(1450), + [sym_binary_operator] = STATE(3177), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3177), + [sym_call] = STATE(3177), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3177), + [sym_anonymous_function] = STATE(3177), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1655), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1657), + [sym_integer] = ACTIONS(1659), + [sym_float] = ACTIONS(1657), + [sym_char] = ACTIONS(1657), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1657), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [400] = { + [sym__expression] = STATE(3177), + [sym_block] = STATE(3177), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3177), + [sym_nil] = STATE(3177), + [sym__atom] = STATE(3177), + [sym_quoted_atom] = STATE(3177), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3177), + [sym_charlist] = STATE(3177), + [sym_sigil] = STATE(3177), + [sym_list] = STATE(3177), + [sym_tuple] = STATE(3177), + [sym_bitstring] = STATE(3177), + [sym_map] = STATE(3177), + [sym__nullary_operator] = STATE(3177), + [sym_unary_operator] = STATE(3177), + [sym__capture_expression] = STATE(1455), + [sym_binary_operator] = STATE(3177), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3177), + [sym_call] = STATE(3177), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3177), + [sym_anonymous_function] = STATE(3177), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1655), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1657), + [sym_integer] = ACTIONS(1661), + [sym_float] = ACTIONS(1657), + [sym_char] = ACTIONS(1657), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1657), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [401] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6868), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1663), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [402] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1665), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [403] = { + [sym__expression] = STATE(3447), + [sym_block] = STATE(3447), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3447), + [sym_nil] = STATE(3447), + [sym__atom] = STATE(3447), + [sym_quoted_atom] = STATE(3447), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3447), + [sym_charlist] = STATE(3447), + [sym_sigil] = STATE(3447), + [sym_list] = STATE(3447), + [sym_tuple] = STATE(3447), + [sym_bitstring] = STATE(3447), + [sym_map] = STATE(3447), + [sym__nullary_operator] = STATE(3447), + [sym_unary_operator] = STATE(3447), + [sym__capture_expression] = STATE(1450), + [sym_binary_operator] = STATE(3447), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3447), + [sym_call] = STATE(3447), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3447), + [sym_anonymous_function] = STATE(3447), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1655), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(1667), + [sym_integer] = ACTIONS(1659), + [sym_float] = ACTIONS(1667), + [sym_char] = ACTIONS(1667), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1667), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [404] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1669), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [405] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1671), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [406] = { + [sym__expression] = STATE(3447), + [sym_block] = STATE(3447), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3447), + [sym_nil] = STATE(3447), + [sym__atom] = STATE(3447), + [sym_quoted_atom] = STATE(3447), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3447), + [sym_charlist] = STATE(3447), + [sym_sigil] = STATE(3447), + [sym_list] = STATE(3447), + [sym_tuple] = STATE(3447), + [sym_bitstring] = STATE(3447), + [sym_map] = STATE(3447), + [sym__nullary_operator] = STATE(3447), + [sym_unary_operator] = STATE(3447), + [sym__capture_expression] = STATE(1455), + [sym_binary_operator] = STATE(3447), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3447), + [sym_call] = STATE(3447), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3447), + [sym_anonymous_function] = STATE(3447), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1655), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(1667), + [sym_integer] = ACTIONS(1661), + [sym_float] = ACTIONS(1667), + [sym_char] = ACTIONS(1667), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1667), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [407] = { + [sym__expression] = STATE(3628), + [sym_block] = STATE(3628), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3628), + [sym_nil] = STATE(3628), + [sym__atom] = STATE(3628), + [sym_quoted_atom] = STATE(3628), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3628), + [sym_charlist] = STATE(3628), + [sym_sigil] = STATE(3628), + [sym_list] = STATE(3628), + [sym_tuple] = STATE(3628), + [sym_bitstring] = STATE(3628), + [sym_map] = STATE(3628), + [sym__nullary_operator] = STATE(3628), + [sym_unary_operator] = STATE(3628), + [sym__capture_expression] = STATE(3279), + [sym_binary_operator] = STATE(3628), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3628), + [sym_call] = STATE(3628), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3628), + [sym_anonymous_function] = STATE(3628), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1673), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1675), + [sym_integer] = ACTIONS(1677), + [sym_float] = ACTIONS(1675), + [sym_char] = ACTIONS(1675), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1675), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -105956,646 +74781,1128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [683] = { - [sym__expression] = STATE(2904), - [sym_block] = STATE(2904), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(2904), - [sym_nil] = STATE(2904), - [sym__atom] = STATE(2904), - [sym_quoted_atom] = STATE(2904), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(2904), - [sym_charlist] = STATE(2904), - [sym_sigil] = STATE(2904), - [sym_list] = STATE(2904), - [sym_tuple] = STATE(2904), - [sym_bitstring] = STATE(2904), - [sym_map] = STATE(2904), - [sym__nullary_operator] = STATE(2904), - [sym_unary_operator] = STATE(2904), - [sym_binary_operator] = STATE(2904), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(2904), - [sym_call] = STATE(2904), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(2904), - [sym_anonymous_function] = STATE(2904), + [408] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2181), - [sym_integer] = ACTIONS(2181), - [sym_float] = ACTIONS(2181), - [sym_char] = ACTIONS(2181), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2181), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [684] = { - [sym__expression] = STATE(2903), - [sym_block] = STATE(2903), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(2903), - [sym_nil] = STATE(2903), - [sym__atom] = STATE(2903), - [sym_quoted_atom] = STATE(2903), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(2903), - [sym_charlist] = STATE(2903), - [sym_sigil] = STATE(2903), - [sym_list] = STATE(2903), - [sym_tuple] = STATE(2903), - [sym_bitstring] = STATE(2903), - [sym_map] = STATE(2903), - [sym__nullary_operator] = STATE(2903), - [sym_unary_operator] = STATE(2903), - [sym_binary_operator] = STATE(2903), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(2903), - [sym_call] = STATE(2903), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(2903), - [sym_anonymous_function] = STATE(2903), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2183), - [sym_integer] = ACTIONS(2183), - [sym_float] = ACTIONS(2183), - [sym_char] = ACTIONS(2183), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2183), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [685] = { - [sym__expression] = STATE(1390), - [sym_block] = STATE(1390), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(1390), - [sym_nil] = STATE(1390), - [sym__atom] = STATE(1390), - [sym_quoted_atom] = STATE(1390), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1390), - [sym_charlist] = STATE(1390), - [sym_sigil] = STATE(1390), - [sym_list] = STATE(1390), - [sym_tuple] = STATE(1390), - [sym_bitstring] = STATE(1390), - [sym_map] = STATE(1390), - [sym__nullary_operator] = STATE(1390), - [sym_unary_operator] = STATE(1390), - [sym_binary_operator] = STATE(1390), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1390), - [sym_call] = STATE(1390), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1390), - [sym_anonymous_function] = STATE(1390), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2107), - [sym_integer] = ACTIONS(2107), - [sym_float] = ACTIONS(2107), - [sym_char] = ACTIONS(2107), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2107), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [686] = { - [sym__expression] = STATE(2888), - [sym_block] = STATE(2888), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(2888), - [sym_nil] = STATE(2888), - [sym__atom] = STATE(2888), - [sym_quoted_atom] = STATE(2888), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(2888), - [sym_charlist] = STATE(2888), - [sym_sigil] = STATE(2888), - [sym_list] = STATE(2888), - [sym_tuple] = STATE(2888), - [sym_bitstring] = STATE(2888), - [sym_map] = STATE(2888), - [sym__nullary_operator] = STATE(2888), - [sym_unary_operator] = STATE(2888), - [sym_binary_operator] = STATE(2888), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(2888), - [sym_call] = STATE(2888), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(2888), - [sym_anonymous_function] = STATE(2888), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2185), - [sym_integer] = ACTIONS(2185), - [sym_float] = ACTIONS(2185), - [sym_char] = ACTIONS(2185), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2185), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [687] = { - [sym__expression] = STATE(2911), - [sym_block] = STATE(2911), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(2911), - [sym_nil] = STATE(2911), - [sym__atom] = STATE(2911), - [sym_quoted_atom] = STATE(2911), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2911), - [sym_charlist] = STATE(2911), - [sym_sigil] = STATE(2911), - [sym_list] = STATE(2911), - [sym_tuple] = STATE(2911), - [sym_bitstring] = STATE(2911), - [sym_map] = STATE(2911), - [sym__nullary_operator] = STATE(2911), - [sym_unary_operator] = STATE(2911), - [sym_binary_operator] = STATE(2911), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2911), - [sym_call] = STATE(2911), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(2911), - [sym_anonymous_function] = STATE(2911), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2187), - [sym_integer] = ACTIONS(2187), - [sym_float] = ACTIONS(2187), - [sym_char] = ACTIONS(2187), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2187), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [688] = { - [sym__expression] = STATE(3648), - [sym_block] = STATE(3648), - [sym_identifier] = STATE(63), - [sym_boolean] = STATE(3648), - [sym_nil] = STATE(3648), - [sym__atom] = STATE(3648), - [sym_quoted_atom] = STATE(3648), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(3648), - [sym_charlist] = STATE(3648), - [sym_sigil] = STATE(3648), - [sym_list] = STATE(3648), - [sym_tuple] = STATE(3648), - [sym_bitstring] = STATE(3648), - [sym_map] = STATE(3648), - [sym__nullary_operator] = STATE(3648), - [sym_unary_operator] = STATE(3648), - [sym_binary_operator] = STATE(3648), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(3648), - [sym_call] = STATE(3648), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(44), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(3648), - [sym_anonymous_function] = STATE(3648), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1679), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), - [sym_alias] = ACTIONS(2189), - [sym_integer] = ACTIONS(2189), - [sym_float] = ACTIONS(2189), - [sym_char] = ACTIONS(2189), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [409] = { + [sym__expression] = STATE(4579), + [sym_block] = STATE(4579), + [sym_identifier] = STATE(101), + [sym_boolean] = STATE(4579), + [sym_nil] = STATE(4579), + [sym__atom] = STATE(4568), + [sym_quoted_atom] = STATE(4568), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4579), + [sym_charlist] = STATE(4579), + [sym_sigil] = STATE(4579), + [sym_list] = STATE(4579), + [sym_tuple] = STATE(4579), + [sym_bitstring] = STATE(4579), + [sym_map] = STATE(4579), + [sym_struct] = STATE(6883), + [sym__nullary_operator] = STATE(4579), + [sym_unary_operator] = STATE(4568), + [sym_binary_operator] = STATE(4579), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4568), + [sym_call] = STATE(4579), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(4557), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4579), + [sym_anonymous_function] = STATE(4579), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1543), + [sym_integer] = ACTIONS(1545), + [sym_float] = ACTIONS(1545), + [sym_char] = ACTIONS(1545), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1543), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1681), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [410] = { + [sym__expression] = STATE(3628), + [sym_block] = STATE(3628), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3628), + [sym_nil] = STATE(3628), + [sym__atom] = STATE(3628), + [sym_quoted_atom] = STATE(3628), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3628), + [sym_charlist] = STATE(3628), + [sym_sigil] = STATE(3628), + [sym_list] = STATE(3628), + [sym_tuple] = STATE(3628), + [sym_bitstring] = STATE(3628), + [sym_map] = STATE(3628), + [sym__nullary_operator] = STATE(3628), + [sym_unary_operator] = STATE(3628), + [sym__capture_expression] = STATE(2972), + [sym_binary_operator] = STATE(3628), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3628), + [sym_call] = STATE(3628), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3628), + [sym_anonymous_function] = STATE(3628), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1673), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1675), + [sym_integer] = ACTIONS(1683), + [sym_float] = ACTIONS(1675), + [sym_char] = ACTIONS(1675), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1675), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [411] = { + [sym__expression] = STATE(2141), + [sym_block] = STATE(2141), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2141), + [sym_nil] = STATE(2141), + [sym__atom] = STATE(2141), + [sym_quoted_atom] = STATE(2141), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2141), + [sym_charlist] = STATE(2141), + [sym_sigil] = STATE(2141), + [sym_list] = STATE(2141), + [sym_tuple] = STATE(2141), + [sym_bitstring] = STATE(2141), + [sym_map] = STATE(2141), + [sym__nullary_operator] = STATE(2141), + [sym_unary_operator] = STATE(2141), + [sym__capture_expression] = STATE(1989), + [sym_binary_operator] = STATE(2141), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2141), + [sym_call] = STATE(2141), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2141), + [sym_anonymous_function] = STATE(2141), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1535), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1685), + [sym_integer] = ACTIONS(1539), + [sym_float] = ACTIONS(1685), + [sym_char] = ACTIONS(1685), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1685), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [412] = { + [sym__expression] = STATE(2141), + [sym_block] = STATE(2141), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2141), + [sym_nil] = STATE(2141), + [sym__atom] = STATE(2141), + [sym_quoted_atom] = STATE(2141), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2141), + [sym_charlist] = STATE(2141), + [sym_sigil] = STATE(2141), + [sym_list] = STATE(2141), + [sym_tuple] = STATE(2141), + [sym_bitstring] = STATE(2141), + [sym_map] = STATE(2141), + [sym__nullary_operator] = STATE(2141), + [sym_unary_operator] = STATE(2141), + [sym__capture_expression] = STATE(2022), + [sym_binary_operator] = STATE(2141), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2141), + [sym_call] = STATE(2141), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2141), + [sym_anonymous_function] = STATE(2141), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1535), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1685), + [sym_integer] = ACTIONS(1541), + [sym_float] = ACTIONS(1685), + [sym_char] = ACTIONS(1685), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1685), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [413] = { + [sym__expression] = STATE(1534), + [sym_block] = STATE(1534), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1534), + [sym_nil] = STATE(1534), + [sym__atom] = STATE(1534), + [sym_quoted_atom] = STATE(1534), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1534), + [sym_charlist] = STATE(1534), + [sym_sigil] = STATE(1534), + [sym_list] = STATE(1534), + [sym_tuple] = STATE(1534), + [sym_bitstring] = STATE(1534), + [sym_map] = STATE(1534), + [sym__nullary_operator] = STATE(1534), + [sym_unary_operator] = STATE(1534), + [sym__capture_expression] = STATE(1231), + [sym_binary_operator] = STATE(1534), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1534), + [sym_call] = STATE(1534), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1534), + [sym_anonymous_function] = STATE(1534), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1565), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1687), + [sym_integer] = ACTIONS(1569), + [sym_float] = ACTIONS(1687), + [sym_char] = ACTIONS(1687), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1687), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [414] = { + [sym__expression] = STATE(1534), + [sym_block] = STATE(1534), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1534), + [sym_nil] = STATE(1534), + [sym__atom] = STATE(1534), + [sym_quoted_atom] = STATE(1534), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1534), + [sym_charlist] = STATE(1534), + [sym_sigil] = STATE(1534), + [sym_list] = STATE(1534), + [sym_tuple] = STATE(1534), + [sym_bitstring] = STATE(1534), + [sym_map] = STATE(1534), + [sym__nullary_operator] = STATE(1534), + [sym_unary_operator] = STATE(1534), + [sym__capture_expression] = STATE(1263), + [sym_binary_operator] = STATE(1534), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1534), + [sym_call] = STATE(1534), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1534), + [sym_anonymous_function] = STATE(1534), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1565), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1687), + [sym_integer] = ACTIONS(1585), + [sym_float] = ACTIONS(1687), + [sym_char] = ACTIONS(1687), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1687), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [415] = { + [sym__expression] = STATE(1662), + [sym_block] = STATE(1662), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1662), + [sym_nil] = STATE(1662), + [sym__atom] = STATE(1662), + [sym_quoted_atom] = STATE(1662), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1662), + [sym_charlist] = STATE(1662), + [sym_sigil] = STATE(1662), + [sym_list] = STATE(1662), + [sym_tuple] = STATE(1662), + [sym_bitstring] = STATE(1662), + [sym_map] = STATE(1662), + [sym__nullary_operator] = STATE(1662), + [sym_unary_operator] = STATE(1662), + [sym__capture_expression] = STATE(1450), + [sym_binary_operator] = STATE(1662), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1662), + [sym_call] = STATE(1662), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1662), + [sym_anonymous_function] = STATE(1662), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1655), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1689), + [sym_integer] = ACTIONS(1659), + [sym_float] = ACTIONS(1689), + [sym_char] = ACTIONS(1689), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1689), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [416] = { + [sym__expression] = STATE(1662), + [sym_block] = STATE(1662), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1662), + [sym_nil] = STATE(1662), + [sym__atom] = STATE(1662), + [sym_quoted_atom] = STATE(1662), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1662), + [sym_charlist] = STATE(1662), + [sym_sigil] = STATE(1662), + [sym_list] = STATE(1662), + [sym_tuple] = STATE(1662), + [sym_bitstring] = STATE(1662), + [sym_map] = STATE(1662), + [sym__nullary_operator] = STATE(1662), + [sym_unary_operator] = STATE(1662), + [sym__capture_expression] = STATE(1455), + [sym_binary_operator] = STATE(1662), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1662), + [sym_call] = STATE(1662), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1662), + [sym_anonymous_function] = STATE(1662), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1655), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1689), + [sym_integer] = ACTIONS(1661), + [sym_float] = ACTIONS(1689), + [sym_char] = ACTIONS(1689), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1689), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [417] = { + [sym__expression] = STATE(4023), + [sym_block] = STATE(4023), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(4023), + [sym_nil] = STATE(4023), + [sym__atom] = STATE(4023), + [sym_quoted_atom] = STATE(4023), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(4023), + [sym_charlist] = STATE(4023), + [sym_sigil] = STATE(4023), + [sym_list] = STATE(4023), + [sym_tuple] = STATE(4023), + [sym_bitstring] = STATE(4023), + [sym_map] = STATE(4023), + [sym__nullary_operator] = STATE(4023), + [sym_unary_operator] = STATE(4023), + [sym__capture_expression] = STATE(1682), + [sym_binary_operator] = STATE(4023), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(4023), + [sym_call] = STATE(4023), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(4023), + [sym_anonymous_function] = STATE(4023), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1641), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1691), + [sym_integer] = ACTIONS(1651), + [sym_float] = ACTIONS(1691), + [sym_char] = ACTIONS(1691), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2189), + [sym_atom] = ACTIONS(1691), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -106664,1354 +75971,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [689] = { - [sym__expression] = STATE(4148), - [sym_block] = STATE(4148), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4148), - [sym_nil] = STATE(4148), - [sym__atom] = STATE(4148), - [sym_quoted_atom] = STATE(4148), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4148), - [sym_charlist] = STATE(4148), - [sym_sigil] = STATE(4148), - [sym_list] = STATE(4148), - [sym_tuple] = STATE(4148), - [sym_bitstring] = STATE(4148), - [sym_map] = STATE(4148), - [sym__nullary_operator] = STATE(4148), - [sym_unary_operator] = STATE(4148), - [sym_binary_operator] = STATE(4148), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4148), - [sym_call] = STATE(4148), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4148), - [sym_anonymous_function] = STATE(4148), + [418] = { + [sym__expression] = STATE(4023), + [sym_block] = STATE(4023), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(4023), + [sym_nil] = STATE(4023), + [sym__atom] = STATE(4023), + [sym_quoted_atom] = STATE(4023), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(4023), + [sym_charlist] = STATE(4023), + [sym_sigil] = STATE(4023), + [sym_list] = STATE(4023), + [sym_tuple] = STATE(4023), + [sym_bitstring] = STATE(4023), + [sym_map] = STATE(4023), + [sym__nullary_operator] = STATE(4023), + [sym_unary_operator] = STATE(4023), + [sym__capture_expression] = STATE(1673), + [sym_binary_operator] = STATE(4023), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(4023), + [sym_call] = STATE(4023), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(4023), + [sym_anonymous_function] = STATE(4023), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2191), - [sym_integer] = ACTIONS(2191), - [sym_float] = ACTIONS(2191), - [sym_char] = ACTIONS(2191), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2191), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [690] = { - [sym__expression] = STATE(4152), - [sym_block] = STATE(4152), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4152), - [sym_nil] = STATE(4152), - [sym__atom] = STATE(4152), - [sym_quoted_atom] = STATE(4152), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4152), - [sym_charlist] = STATE(4152), - [sym_sigil] = STATE(4152), - [sym_list] = STATE(4152), - [sym_tuple] = STATE(4152), - [sym_bitstring] = STATE(4152), - [sym_map] = STATE(4152), - [sym__nullary_operator] = STATE(4152), - [sym_unary_operator] = STATE(4152), - [sym_binary_operator] = STATE(4152), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4152), - [sym_call] = STATE(4152), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4152), - [sym_anonymous_function] = STATE(4152), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2193), - [sym_integer] = ACTIONS(2193), - [sym_float] = ACTIONS(2193), - [sym_char] = ACTIONS(2193), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2193), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [691] = { - [sym__expression] = STATE(1423), - [sym_block] = STATE(1423), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(1423), - [sym_nil] = STATE(1423), - [sym__atom] = STATE(1423), - [sym_quoted_atom] = STATE(1423), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1423), - [sym_charlist] = STATE(1423), - [sym_sigil] = STATE(1423), - [sym_list] = STATE(1423), - [sym_tuple] = STATE(1423), - [sym_bitstring] = STATE(1423), - [sym_map] = STATE(1423), - [sym__nullary_operator] = STATE(1423), - [sym_unary_operator] = STATE(1423), - [sym_binary_operator] = STATE(1423), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1423), - [sym_call] = STATE(1423), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1423), - [sym_anonymous_function] = STATE(1423), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2117), - [sym_integer] = ACTIONS(2117), - [sym_float] = ACTIONS(2117), - [sym_char] = ACTIONS(2117), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2117), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [692] = { - [sym__expression] = STATE(2879), - [sym_block] = STATE(2879), - [sym_identifier] = STATE(49), - [sym_boolean] = STATE(2879), - [sym_nil] = STATE(2879), - [sym__atom] = STATE(2879), - [sym_quoted_atom] = STATE(2879), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(2879), - [sym_charlist] = STATE(2879), - [sym_sigil] = STATE(2879), - [sym_list] = STATE(2879), - [sym_tuple] = STATE(2879), - [sym_bitstring] = STATE(2879), - [sym_map] = STATE(2879), - [sym__nullary_operator] = STATE(2879), - [sym_unary_operator] = STATE(2879), - [sym_binary_operator] = STATE(2879), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(2879), - [sym_call] = STATE(2879), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(48), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(2879), - [sym_anonymous_function] = STATE(2879), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2195), - [sym_integer] = ACTIONS(2195), - [sym_float] = ACTIONS(2195), - [sym_char] = ACTIONS(2195), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2195), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_BANG] = ACTIONS(528), - [anon_sym_CARET] = ACTIONS(528), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(528), - [anon_sym_not] = ACTIONS(528), - [anon_sym_AT] = ACTIONS(530), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(532), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [693] = { - [sym__expression] = STATE(2887), - [sym_block] = STATE(2887), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(2887), - [sym_nil] = STATE(2887), - [sym__atom] = STATE(2887), - [sym_quoted_atom] = STATE(2887), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(2887), - [sym_charlist] = STATE(2887), - [sym_sigil] = STATE(2887), - [sym_list] = STATE(2887), - [sym_tuple] = STATE(2887), - [sym_bitstring] = STATE(2887), - [sym_map] = STATE(2887), - [sym__nullary_operator] = STATE(2887), - [sym_unary_operator] = STATE(2887), - [sym_binary_operator] = STATE(2887), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(2887), - [sym_call] = STATE(2887), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(2887), - [sym_anonymous_function] = STATE(2887), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2197), - [sym_integer] = ACTIONS(2197), - [sym_float] = ACTIONS(2197), - [sym_char] = ACTIONS(2197), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2197), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [694] = { - [sym__expression] = STATE(4099), - [sym_block] = STATE(4099), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4099), - [sym_nil] = STATE(4099), - [sym__atom] = STATE(4099), - [sym_quoted_atom] = STATE(4099), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4099), - [sym_charlist] = STATE(4099), - [sym_sigil] = STATE(4099), - [sym_list] = STATE(4099), - [sym_tuple] = STATE(4099), - [sym_bitstring] = STATE(4099), - [sym_map] = STATE(4099), - [sym__nullary_operator] = STATE(4099), - [sym_unary_operator] = STATE(4099), - [sym_binary_operator] = STATE(4099), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4099), - [sym_call] = STATE(4099), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4099), - [sym_anonymous_function] = STATE(4099), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2199), - [sym_integer] = ACTIONS(2199), - [sym_float] = ACTIONS(2199), - [sym_char] = ACTIONS(2199), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2199), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [695] = { - [sym__expression] = STATE(4093), - [sym_block] = STATE(4093), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4093), - [sym_nil] = STATE(4093), - [sym__atom] = STATE(4093), - [sym_quoted_atom] = STATE(4093), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4093), - [sym_charlist] = STATE(4093), - [sym_sigil] = STATE(4093), - [sym_list] = STATE(4093), - [sym_tuple] = STATE(4093), - [sym_bitstring] = STATE(4093), - [sym_map] = STATE(4093), - [sym__nullary_operator] = STATE(4093), - [sym_unary_operator] = STATE(4093), - [sym_binary_operator] = STATE(4093), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4093), - [sym_call] = STATE(4093), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4093), - [sym_anonymous_function] = STATE(4093), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2201), - [sym_integer] = ACTIONS(2201), - [sym_float] = ACTIONS(2201), - [sym_char] = ACTIONS(2201), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2201), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [696] = { - [sym__expression] = STATE(4137), - [sym_block] = STATE(4137), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4137), - [sym_nil] = STATE(4137), - [sym__atom] = STATE(4137), - [sym_quoted_atom] = STATE(4137), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4137), - [sym_charlist] = STATE(4137), - [sym_sigil] = STATE(4137), - [sym_list] = STATE(4137), - [sym_tuple] = STATE(4137), - [sym_bitstring] = STATE(4137), - [sym_map] = STATE(4137), - [sym__nullary_operator] = STATE(4137), - [sym_unary_operator] = STATE(4137), - [sym_binary_operator] = STATE(4137), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4137), - [sym_call] = STATE(4137), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4137), - [sym_anonymous_function] = STATE(4137), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2203), - [sym_integer] = ACTIONS(2203), - [sym_float] = ACTIONS(2203), - [sym_char] = ACTIONS(2203), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2203), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [697] = { - [sym__expression] = STATE(4087), - [sym_block] = STATE(4087), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4087), - [sym_nil] = STATE(4087), - [sym__atom] = STATE(4087), - [sym_quoted_atom] = STATE(4087), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4087), - [sym_charlist] = STATE(4087), - [sym_sigil] = STATE(4087), - [sym_list] = STATE(4087), - [sym_tuple] = STATE(4087), - [sym_bitstring] = STATE(4087), - [sym_map] = STATE(4087), - [sym__nullary_operator] = STATE(4087), - [sym_unary_operator] = STATE(4087), - [sym_binary_operator] = STATE(4087), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4087), - [sym_call] = STATE(4087), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4087), - [sym_anonymous_function] = STATE(4087), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2205), - [sym_integer] = ACTIONS(2205), - [sym_float] = ACTIONS(2205), - [sym_char] = ACTIONS(2205), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2205), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [698] = { - [sym__expression] = STATE(4086), - [sym_block] = STATE(4086), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4086), - [sym_nil] = STATE(4086), - [sym__atom] = STATE(4086), - [sym_quoted_atom] = STATE(4086), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4086), - [sym_charlist] = STATE(4086), - [sym_sigil] = STATE(4086), - [sym_list] = STATE(4086), - [sym_tuple] = STATE(4086), - [sym_bitstring] = STATE(4086), - [sym_map] = STATE(4086), - [sym__nullary_operator] = STATE(4086), - [sym_unary_operator] = STATE(4086), - [sym_binary_operator] = STATE(4086), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4086), - [sym_call] = STATE(4086), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4086), - [sym_anonymous_function] = STATE(4086), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2207), - [sym_integer] = ACTIONS(2207), - [sym_float] = ACTIONS(2207), - [sym_char] = ACTIONS(2207), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2207), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [699] = { - [sym__expression] = STATE(4085), - [sym_block] = STATE(4085), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4085), - [sym_nil] = STATE(4085), - [sym__atom] = STATE(4085), - [sym_quoted_atom] = STATE(4085), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4085), - [sym_charlist] = STATE(4085), - [sym_sigil] = STATE(4085), - [sym_list] = STATE(4085), - [sym_tuple] = STATE(4085), - [sym_bitstring] = STATE(4085), - [sym_map] = STATE(4085), - [sym__nullary_operator] = STATE(4085), - [sym_unary_operator] = STATE(4085), - [sym_binary_operator] = STATE(4085), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4085), - [sym_call] = STATE(4085), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4085), - [sym_anonymous_function] = STATE(4085), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2209), - [sym_integer] = ACTIONS(2209), - [sym_float] = ACTIONS(2209), - [sym_char] = ACTIONS(2209), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2209), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [700] = { - [sym__expression] = STATE(1842), - [sym_block] = STATE(1842), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1842), - [sym_nil] = STATE(1842), - [sym__atom] = STATE(1842), - [sym_quoted_atom] = STATE(1842), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1842), - [sym_charlist] = STATE(1842), - [sym_sigil] = STATE(1842), - [sym_list] = STATE(1842), - [sym_tuple] = STATE(1842), - [sym_bitstring] = STATE(1842), - [sym_map] = STATE(1842), - [sym__nullary_operator] = STATE(1842), - [sym_unary_operator] = STATE(1842), - [sym_binary_operator] = STATE(1842), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1842), - [sym_call] = STATE(1842), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1842), - [sym_anonymous_function] = STATE(1842), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2211), - [sym_integer] = ACTIONS(2211), - [sym_float] = ACTIONS(2211), - [sym_char] = ACTIONS(2211), + [anon_sym_LPAREN] = ACTIONS(1641), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1691), + [sym_integer] = ACTIONS(1645), + [sym_float] = ACTIONS(1691), + [sym_char] = ACTIONS(1691), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2211), + [sym_atom] = ACTIONS(1691), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -108021,19 +76031,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(690), [anon_sym_LT_LT] = ACTIONS(89), [anon_sym_PERCENT] = ACTIONS(91), [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -108076,60 +76086,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), + [sym__before_unary_op] = ACTIONS(700), [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [701] = { - [sym__expression] = STATE(3960), - [sym_block] = STATE(3960), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3960), - [sym_nil] = STATE(3960), - [sym__atom] = STATE(3960), - [sym_quoted_atom] = STATE(3960), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3960), - [sym_charlist] = STATE(3960), - [sym_sigil] = STATE(3960), - [sym_list] = STATE(3960), - [sym_tuple] = STATE(3960), - [sym_bitstring] = STATE(3960), - [sym_map] = STATE(3960), - [sym__nullary_operator] = STATE(3960), - [sym_unary_operator] = STATE(3960), - [sym_binary_operator] = STATE(3960), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3960), - [sym_call] = STATE(3960), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3960), - [sym_anonymous_function] = STATE(3960), + [419] = { + [sym__expression] = STATE(4481), + [sym_block] = STATE(4481), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4481), + [sym_nil] = STATE(4481), + [sym__atom] = STATE(4481), + [sym_quoted_atom] = STATE(4481), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4481), + [sym_charlist] = STATE(4481), + [sym_sigil] = STATE(4481), + [sym_list] = STATE(4481), + [sym_tuple] = STATE(4481), + [sym_bitstring] = STATE(4481), + [sym_map] = STATE(4481), + [sym__nullary_operator] = STATE(4481), + [sym_unary_operator] = STATE(4481), + [sym_binary_operator] = STATE(4481), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4481), + [sym_call] = STATE(4481), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4481), + [sym_anonymous_function] = STATE(4481), + [ts_builtin_sym_end] = ACTIONS(1693), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(13), [aux_sym_identifier_token1] = ACTIONS(15), [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(2213), - [sym_integer] = ACTIONS(2213), - [sym_float] = ACTIONS(2213), - [sym_char] = ACTIONS(2213), + [sym_alias] = ACTIONS(1519), + [sym_integer] = ACTIONS(1519), + [sym_float] = ACTIONS(1519), + [sym_char] = ACTIONS(1519), [anon_sym_true] = ACTIONS(19), [anon_sym_false] = ACTIONS(19), [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(2213), + [sym_atom] = ACTIONS(1519), [anon_sym_DQUOTE] = ACTIONS(23), [anon_sym_SQUOTE] = ACTIONS(25), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), @@ -108198,56 +76209,1961 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(57), }, - [702] = { - [sym__expression] = STATE(4084), - [sym_block] = STATE(4084), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4084), - [sym_nil] = STATE(4084), - [sym__atom] = STATE(4084), - [sym_quoted_atom] = STATE(4084), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4084), - [sym_charlist] = STATE(4084), - [sym_sigil] = STATE(4084), - [sym_list] = STATE(4084), - [sym_tuple] = STATE(4084), - [sym_bitstring] = STATE(4084), - [sym_map] = STATE(4084), - [sym__nullary_operator] = STATE(4084), - [sym_unary_operator] = STATE(4084), - [sym_binary_operator] = STATE(4084), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4084), - [sym_call] = STATE(4084), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4084), - [sym_anonymous_function] = STATE(4084), + [420] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1695), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [421] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1697), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [422] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1699), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [423] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1701), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [424] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1703), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [425] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1705), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [426] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1707), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [427] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1709), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [428] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1711), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [429] = { + [sym__expression] = STATE(3750), + [sym_block] = STATE(3750), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3750), + [sym_nil] = STATE(3750), + [sym__atom] = STATE(3750), + [sym_quoted_atom] = STATE(3750), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3750), + [sym_charlist] = STATE(3750), + [sym_sigil] = STATE(3750), + [sym_list] = STATE(3750), + [sym_tuple] = STATE(3750), + [sym_bitstring] = STATE(3750), + [sym_map] = STATE(3750), + [sym__nullary_operator] = STATE(3750), + [sym_unary_operator] = STATE(3750), + [sym__capture_expression] = STATE(2240), + [sym_binary_operator] = STATE(3750), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3750), + [sym_call] = STATE(3750), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3750), + [sym_anonymous_function] = STATE(3750), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1591), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1713), + [sym_integer] = ACTIONS(1601), + [sym_float] = ACTIONS(1713), + [sym_char] = ACTIONS(1713), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1713), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [430] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1715), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [431] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1717), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [432] = { + [sym__expression] = STATE(3750), + [sym_block] = STATE(3750), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3750), + [sym_nil] = STATE(3750), + [sym__atom] = STATE(3750), + [sym_quoted_atom] = STATE(3750), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3750), + [sym_charlist] = STATE(3750), + [sym_sigil] = STATE(3750), + [sym_list] = STATE(3750), + [sym_tuple] = STATE(3750), + [sym_bitstring] = STATE(3750), + [sym_map] = STATE(3750), + [sym__nullary_operator] = STATE(3750), + [sym_unary_operator] = STATE(3750), + [sym__capture_expression] = STATE(2260), + [sym_binary_operator] = STATE(3750), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3750), + [sym_call] = STATE(3750), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3750), + [sym_anonymous_function] = STATE(3750), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1591), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1713), + [sym_integer] = ACTIONS(1595), + [sym_float] = ACTIONS(1713), + [sym_char] = ACTIONS(1713), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1713), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [433] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1719), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [434] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1721), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [435] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1723), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [436] = { + [sym__expression] = STATE(4546), + [sym_block] = STATE(4546), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4546), + [sym_nil] = STATE(4546), + [sym__atom] = STATE(4546), + [sym_quoted_atom] = STATE(4546), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4546), + [sym_charlist] = STATE(4546), + [sym_sigil] = STATE(4546), + [sym_list] = STATE(4546), + [sym_tuple] = STATE(4546), + [sym_bitstring] = STATE(4546), + [sym_map] = STATE(4546), + [sym__nullary_operator] = STATE(4546), + [sym_unary_operator] = STATE(4546), + [sym__capture_expression] = STATE(3279), + [sym_binary_operator] = STATE(4546), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4546), + [sym_call] = STATE(4546), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4546), + [sym_anonymous_function] = STATE(4546), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1673), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2215), - [sym_integer] = ACTIONS(2215), - [sym_float] = ACTIONS(2215), - [sym_char] = ACTIONS(2215), + [sym_alias] = ACTIONS(1725), + [sym_integer] = ACTIONS(1677), + [sym_float] = ACTIONS(1725), + [sym_char] = ACTIONS(1725), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2215), + [sym_atom] = ACTIONS(1725), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -108262,14 +78178,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT] = ACTIONS(1069), [anon_sym_PERCENT] = ACTIONS(1071), [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -108312,82 +78228,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), + [sym__before_unary_op] = ACTIONS(1463), [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [703] = { - [sym__expression] = STATE(4150), - [sym_block] = STATE(4150), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4150), - [sym_nil] = STATE(4150), - [sym__atom] = STATE(4150), - [sym_quoted_atom] = STATE(4150), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4150), - [sym_charlist] = STATE(4150), - [sym_sigil] = STATE(4150), - [sym_list] = STATE(4150), - [sym_tuple] = STATE(4150), - [sym_bitstring] = STATE(4150), - [sym_map] = STATE(4150), - [sym__nullary_operator] = STATE(4150), - [sym_unary_operator] = STATE(4150), - [sym_binary_operator] = STATE(4150), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4150), - [sym_call] = STATE(4150), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4150), - [sym_anonymous_function] = STATE(4150), + [437] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2217), - [sym_integer] = ACTIONS(2217), - [sym_float] = ACTIONS(2217), - [sym_char] = ACTIONS(2217), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2217), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1727), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -108426,86 +78343,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), + [anon_sym_fn] = ACTIONS(954), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), + [sym__before_unary_op] = ACTIONS(1363), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), + [sym__quoted_atom_start] = ACTIONS(958), }, - [704] = { - [sym__expression] = STATE(1876), - [sym_block] = STATE(1876), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1876), - [sym_nil] = STATE(1876), - [sym__atom] = STATE(1876), - [sym_quoted_atom] = STATE(1876), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1876), - [sym_charlist] = STATE(1876), - [sym_sigil] = STATE(1876), - [sym_list] = STATE(1876), - [sym_tuple] = STATE(1876), - [sym_bitstring] = STATE(1876), - [sym_map] = STATE(1876), - [sym__nullary_operator] = STATE(1876), - [sym_unary_operator] = STATE(1876), - [sym_binary_operator] = STATE(1876), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1876), - [sym_call] = STATE(1876), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1876), - [sym_anonymous_function] = STATE(1876), + [438] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2219), - [sym_integer] = ACTIONS(2219), - [sym_float] = ACTIONS(2219), - [sym_char] = ACTIONS(2219), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2219), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1729), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -108544,86 +78462,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), + [anon_sym_fn] = ACTIONS(954), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), + [sym__before_unary_op] = ACTIONS(1363), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), + [sym__quoted_atom_start] = ACTIONS(958), }, - [705] = { - [sym__expression] = STATE(1875), - [sym_block] = STATE(1875), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1875), - [sym_nil] = STATE(1875), - [sym__atom] = STATE(1875), - [sym_quoted_atom] = STATE(1875), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1875), - [sym_charlist] = STATE(1875), - [sym_sigil] = STATE(1875), - [sym_list] = STATE(1875), - [sym_tuple] = STATE(1875), - [sym_bitstring] = STATE(1875), - [sym_map] = STATE(1875), - [sym__nullary_operator] = STATE(1875), - [sym_unary_operator] = STATE(1875), - [sym_binary_operator] = STATE(1875), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1875), - [sym_call] = STATE(1875), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1875), - [sym_anonymous_function] = STATE(1875), + [439] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2221), - [sym_integer] = ACTIONS(2221), - [sym_float] = ACTIONS(2221), - [sym_char] = ACTIONS(2221), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2221), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1731), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -108662,890 +78581,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), + [anon_sym_fn] = ACTIONS(954), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), + [sym__before_unary_op] = ACTIONS(1363), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), + [sym__quoted_atom_start] = ACTIONS(958), }, - [706] = { - [sym__expression] = STATE(1872), - [sym_block] = STATE(1872), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1872), - [sym_nil] = STATE(1872), - [sym__atom] = STATE(1872), - [sym_quoted_atom] = STATE(1872), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1872), - [sym_charlist] = STATE(1872), - [sym_sigil] = STATE(1872), - [sym_list] = STATE(1872), - [sym_tuple] = STATE(1872), - [sym_bitstring] = STATE(1872), - [sym_map] = STATE(1872), - [sym__nullary_operator] = STATE(1872), - [sym_unary_operator] = STATE(1872), - [sym_binary_operator] = STATE(1872), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1872), - [sym_call] = STATE(1872), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1872), - [sym_anonymous_function] = STATE(1872), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2223), - [sym_integer] = ACTIONS(2223), - [sym_float] = ACTIONS(2223), - [sym_char] = ACTIONS(2223), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2223), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [707] = { - [sym__expression] = STATE(1871), - [sym_block] = STATE(1871), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1871), - [sym_nil] = STATE(1871), - [sym__atom] = STATE(1871), - [sym_quoted_atom] = STATE(1871), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1871), - [sym_charlist] = STATE(1871), - [sym_sigil] = STATE(1871), - [sym_list] = STATE(1871), - [sym_tuple] = STATE(1871), - [sym_bitstring] = STATE(1871), - [sym_map] = STATE(1871), - [sym__nullary_operator] = STATE(1871), - [sym_unary_operator] = STATE(1871), - [sym_binary_operator] = STATE(1871), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1871), - [sym_call] = STATE(1871), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1871), - [sym_anonymous_function] = STATE(1871), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2225), - [sym_integer] = ACTIONS(2225), - [sym_float] = ACTIONS(2225), - [sym_char] = ACTIONS(2225), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2225), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [708] = { - [sym__expression] = STATE(1870), - [sym_block] = STATE(1870), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1870), - [sym_nil] = STATE(1870), - [sym__atom] = STATE(1870), - [sym_quoted_atom] = STATE(1870), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1870), - [sym_charlist] = STATE(1870), - [sym_sigil] = STATE(1870), - [sym_list] = STATE(1870), - [sym_tuple] = STATE(1870), - [sym_bitstring] = STATE(1870), - [sym_map] = STATE(1870), - [sym__nullary_operator] = STATE(1870), - [sym_unary_operator] = STATE(1870), - [sym_binary_operator] = STATE(1870), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1870), - [sym_call] = STATE(1870), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1870), - [sym_anonymous_function] = STATE(1870), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2227), - [sym_integer] = ACTIONS(2227), - [sym_float] = ACTIONS(2227), - [sym_char] = ACTIONS(2227), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2227), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [709] = { - [sym__expression] = STATE(1869), - [sym_block] = STATE(1869), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1869), - [sym_nil] = STATE(1869), - [sym__atom] = STATE(1869), - [sym_quoted_atom] = STATE(1869), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1869), - [sym_charlist] = STATE(1869), - [sym_sigil] = STATE(1869), - [sym_list] = STATE(1869), - [sym_tuple] = STATE(1869), - [sym_bitstring] = STATE(1869), - [sym_map] = STATE(1869), - [sym__nullary_operator] = STATE(1869), - [sym_unary_operator] = STATE(1869), - [sym_binary_operator] = STATE(1869), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1869), - [sym_call] = STATE(1869), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1869), - [sym_anonymous_function] = STATE(1869), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2229), - [sym_integer] = ACTIONS(2229), - [sym_float] = ACTIONS(2229), - [sym_char] = ACTIONS(2229), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2229), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [710] = { - [sym__expression] = STATE(1868), - [sym_block] = STATE(1868), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1868), - [sym_nil] = STATE(1868), - [sym__atom] = STATE(1868), - [sym_quoted_atom] = STATE(1868), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1868), - [sym_charlist] = STATE(1868), - [sym_sigil] = STATE(1868), - [sym_list] = STATE(1868), - [sym_tuple] = STATE(1868), - [sym_bitstring] = STATE(1868), - [sym_map] = STATE(1868), - [sym__nullary_operator] = STATE(1868), - [sym_unary_operator] = STATE(1868), - [sym_binary_operator] = STATE(1868), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1868), - [sym_call] = STATE(1868), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1868), - [sym_anonymous_function] = STATE(1868), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2231), - [sym_integer] = ACTIONS(2231), - [sym_float] = ACTIONS(2231), - [sym_char] = ACTIONS(2231), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2231), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [711] = { - [sym__expression] = STATE(1867), - [sym_block] = STATE(1867), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1867), - [sym_nil] = STATE(1867), - [sym__atom] = STATE(1867), - [sym_quoted_atom] = STATE(1867), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1867), - [sym_charlist] = STATE(1867), - [sym_sigil] = STATE(1867), - [sym_list] = STATE(1867), - [sym_tuple] = STATE(1867), - [sym_bitstring] = STATE(1867), - [sym_map] = STATE(1867), - [sym__nullary_operator] = STATE(1867), - [sym_unary_operator] = STATE(1867), - [sym_binary_operator] = STATE(1867), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1867), - [sym_call] = STATE(1867), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1867), - [sym_anonymous_function] = STATE(1867), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2233), - [sym_integer] = ACTIONS(2233), - [sym_float] = ACTIONS(2233), - [sym_char] = ACTIONS(2233), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2233), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [712] = { - [sym__expression] = STATE(1865), - [sym_block] = STATE(1865), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1865), - [sym_nil] = STATE(1865), - [sym__atom] = STATE(1865), - [sym_quoted_atom] = STATE(1865), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1865), - [sym_charlist] = STATE(1865), - [sym_sigil] = STATE(1865), - [sym_list] = STATE(1865), - [sym_tuple] = STATE(1865), - [sym_bitstring] = STATE(1865), - [sym_map] = STATE(1865), - [sym__nullary_operator] = STATE(1865), - [sym_unary_operator] = STATE(1865), - [sym_binary_operator] = STATE(1865), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1865), - [sym_call] = STATE(1865), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1865), - [sym_anonymous_function] = STATE(1865), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2235), - [sym_integer] = ACTIONS(2235), - [sym_float] = ACTIONS(2235), - [sym_char] = ACTIONS(2235), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2235), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [713] = { - [sym__expression] = STATE(3959), - [sym_block] = STATE(3959), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3959), - [sym_nil] = STATE(3959), - [sym__atom] = STATE(3959), - [sym_quoted_atom] = STATE(3959), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3959), - [sym_charlist] = STATE(3959), - [sym_sigil] = STATE(3959), - [sym_list] = STATE(3959), - [sym_tuple] = STATE(3959), - [sym_bitstring] = STATE(3959), - [sym_map] = STATE(3959), - [sym__nullary_operator] = STATE(3959), - [sym_unary_operator] = STATE(3959), - [sym_binary_operator] = STATE(3959), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3959), - [sym_call] = STATE(3959), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3959), - [sym_anonymous_function] = STATE(3959), + [440] = { + [sym__expression] = STATE(4481), + [sym_block] = STATE(4481), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4481), + [sym_nil] = STATE(4481), + [sym__atom] = STATE(4481), + [sym_quoted_atom] = STATE(4481), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4481), + [sym_charlist] = STATE(4481), + [sym_sigil] = STATE(4481), + [sym_list] = STATE(4481), + [sym_tuple] = STATE(4481), + [sym_bitstring] = STATE(4481), + [sym_map] = STATE(4481), + [sym__nullary_operator] = STATE(4481), + [sym_unary_operator] = STATE(4481), + [sym_binary_operator] = STATE(4481), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4481), + [sym_call] = STATE(4481), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4481), + [sym_anonymous_function] = STATE(4481), + [ts_builtin_sym_end] = ACTIONS(1733), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(13), [aux_sym_identifier_token1] = ACTIONS(15), [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(2237), - [sym_integer] = ACTIONS(2237), - [sym_float] = ACTIONS(2237), - [sym_char] = ACTIONS(2237), + [sym_alias] = ACTIONS(1519), + [sym_integer] = ACTIONS(1519), + [sym_float] = ACTIONS(1519), + [sym_char] = ACTIONS(1519), [anon_sym_true] = ACTIONS(19), [anon_sym_false] = ACTIONS(19), [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(2237), + [sym_atom] = ACTIONS(1519), [anon_sym_DQUOTE] = ACTIONS(23), [anon_sym_SQUOTE] = ACTIONS(25), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), @@ -109614,528 +78708,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(57), }, - [714] = { - [sym__expression] = STATE(1863), - [sym_block] = STATE(1863), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1863), - [sym_nil] = STATE(1863), - [sym__atom] = STATE(1863), - [sym_quoted_atom] = STATE(1863), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1863), - [sym_charlist] = STATE(1863), - [sym_sigil] = STATE(1863), - [sym_list] = STATE(1863), - [sym_tuple] = STATE(1863), - [sym_bitstring] = STATE(1863), - [sym_map] = STATE(1863), - [sym__nullary_operator] = STATE(1863), - [sym_unary_operator] = STATE(1863), - [sym_binary_operator] = STATE(1863), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1863), - [sym_call] = STATE(1863), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1863), - [sym_anonymous_function] = STATE(1863), + [441] = { + [sym__expression] = STATE(4546), + [sym_block] = STATE(4546), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4546), + [sym_nil] = STATE(4546), + [sym__atom] = STATE(4546), + [sym_quoted_atom] = STATE(4546), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4546), + [sym_charlist] = STATE(4546), + [sym_sigil] = STATE(4546), + [sym_list] = STATE(4546), + [sym_tuple] = STATE(4546), + [sym_bitstring] = STATE(4546), + [sym_map] = STATE(4546), + [sym__nullary_operator] = STATE(4546), + [sym_unary_operator] = STATE(4546), + [sym__capture_expression] = STATE(2972), + [sym_binary_operator] = STATE(4546), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4546), + [sym_call] = STATE(4546), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4546), + [sym_anonymous_function] = STATE(4546), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2239), - [sym_integer] = ACTIONS(2239), - [sym_float] = ACTIONS(2239), - [sym_char] = ACTIONS(2239), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2239), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [715] = { - [sym__expression] = STATE(1862), - [sym_block] = STATE(1862), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1862), - [sym_nil] = STATE(1862), - [sym__atom] = STATE(1862), - [sym_quoted_atom] = STATE(1862), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1862), - [sym_charlist] = STATE(1862), - [sym_sigil] = STATE(1862), - [sym_list] = STATE(1862), - [sym_tuple] = STATE(1862), - [sym_bitstring] = STATE(1862), - [sym_map] = STATE(1862), - [sym__nullary_operator] = STATE(1862), - [sym_unary_operator] = STATE(1862), - [sym_binary_operator] = STATE(1862), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1862), - [sym_call] = STATE(1862), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1862), - [sym_anonymous_function] = STATE(1862), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2241), - [sym_integer] = ACTIONS(2241), - [sym_float] = ACTIONS(2241), - [sym_char] = ACTIONS(2241), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2241), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [716] = { - [sym__expression] = STATE(1861), - [sym_block] = STATE(1861), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1861), - [sym_nil] = STATE(1861), - [sym__atom] = STATE(1861), - [sym_quoted_atom] = STATE(1861), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1861), - [sym_charlist] = STATE(1861), - [sym_sigil] = STATE(1861), - [sym_list] = STATE(1861), - [sym_tuple] = STATE(1861), - [sym_bitstring] = STATE(1861), - [sym_map] = STATE(1861), - [sym__nullary_operator] = STATE(1861), - [sym_unary_operator] = STATE(1861), - [sym_binary_operator] = STATE(1861), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1861), - [sym_call] = STATE(1861), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1861), - [sym_anonymous_function] = STATE(1861), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2243), - [sym_integer] = ACTIONS(2243), - [sym_float] = ACTIONS(2243), - [sym_char] = ACTIONS(2243), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2243), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [717] = { - [sym__expression] = STATE(1859), - [sym_block] = STATE(1859), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1859), - [sym_nil] = STATE(1859), - [sym__atom] = STATE(1859), - [sym_quoted_atom] = STATE(1859), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1859), - [sym_charlist] = STATE(1859), - [sym_sigil] = STATE(1859), - [sym_list] = STATE(1859), - [sym_tuple] = STATE(1859), - [sym_bitstring] = STATE(1859), - [sym_map] = STATE(1859), - [sym__nullary_operator] = STATE(1859), - [sym_unary_operator] = STATE(1859), - [sym_binary_operator] = STATE(1859), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1859), - [sym_call] = STATE(1859), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1859), - [sym_anonymous_function] = STATE(1859), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2245), - [sym_integer] = ACTIONS(2245), - [sym_float] = ACTIONS(2245), - [sym_char] = ACTIONS(2245), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2245), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [718] = { - [sym__expression] = STATE(4081), - [sym_block] = STATE(4081), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4081), - [sym_nil] = STATE(4081), - [sym__atom] = STATE(4081), - [sym_quoted_atom] = STATE(4081), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4081), - [sym_charlist] = STATE(4081), - [sym_sigil] = STATE(4081), - [sym_list] = STATE(4081), - [sym_tuple] = STATE(4081), - [sym_bitstring] = STATE(4081), - [sym_map] = STATE(4081), - [sym__nullary_operator] = STATE(4081), - [sym_unary_operator] = STATE(4081), - [sym_binary_operator] = STATE(4081), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4081), - [sym_call] = STATE(4081), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4081), - [sym_anonymous_function] = STATE(4081), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_LPAREN] = ACTIONS(1673), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2247), - [sym_integer] = ACTIONS(2247), - [sym_float] = ACTIONS(2247), - [sym_char] = ACTIONS(2247), + [sym_alias] = ACTIONS(1725), + [sym_integer] = ACTIONS(1683), + [sym_float] = ACTIONS(1725), + [sym_char] = ACTIONS(1725), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2247), + [sym_atom] = ACTIONS(1725), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -110145,19 +78768,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), [anon_sym_TILDE] = ACTIONS(1065), [anon_sym_LT_LT] = ACTIONS(1069), [anon_sym_PERCENT] = ACTIONS(1071), [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -110200,82 +78823,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), + [sym__before_unary_op] = ACTIONS(1463), [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [719] = { - [sym__expression] = STATE(1857), - [sym_block] = STATE(1857), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1857), - [sym_nil] = STATE(1857), - [sym__atom] = STATE(1857), - [sym_quoted_atom] = STATE(1857), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1857), - [sym_charlist] = STATE(1857), - [sym_sigil] = STATE(1857), - [sym_list] = STATE(1857), - [sym_tuple] = STATE(1857), - [sym_bitstring] = STATE(1857), - [sym_map] = STATE(1857), - [sym__nullary_operator] = STATE(1857), - [sym_unary_operator] = STATE(1857), - [sym_binary_operator] = STATE(1857), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1857), - [sym_call] = STATE(1857), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1857), - [sym_anonymous_function] = STATE(1857), + [442] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2249), - [sym_integer] = ACTIONS(2249), - [sym_float] = ACTIONS(2249), - [sym_char] = ACTIONS(2249), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2249), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LPAREN] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(1735), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -110314,890 +78938,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), + [anon_sym_fn] = ACTIONS(954), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), + [sym__before_unary_op] = ACTIONS(1363), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), + [sym__quoted_atom_start] = ACTIONS(958), }, - [720] = { - [sym__expression] = STATE(1853), - [sym_block] = STATE(1853), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1853), - [sym_nil] = STATE(1853), - [sym__atom] = STATE(1853), - [sym_quoted_atom] = STATE(1853), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1853), - [sym_charlist] = STATE(1853), - [sym_sigil] = STATE(1853), - [sym_list] = STATE(1853), - [sym_tuple] = STATE(1853), - [sym_bitstring] = STATE(1853), - [sym_map] = STATE(1853), - [sym__nullary_operator] = STATE(1853), - [sym_unary_operator] = STATE(1853), - [sym_binary_operator] = STATE(1853), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1853), - [sym_call] = STATE(1853), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1853), - [sym_anonymous_function] = STATE(1853), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2251), - [sym_integer] = ACTIONS(2251), - [sym_float] = ACTIONS(2251), - [sym_char] = ACTIONS(2251), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2251), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [721] = { - [sym__expression] = STATE(4001), - [sym_block] = STATE(4001), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4001), - [sym_nil] = STATE(4001), - [sym__atom] = STATE(4001), - [sym_quoted_atom] = STATE(4001), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4001), - [sym_charlist] = STATE(4001), - [sym_sigil] = STATE(4001), - [sym_list] = STATE(4001), - [sym_tuple] = STATE(4001), - [sym_bitstring] = STATE(4001), - [sym_map] = STATE(4001), - [sym__nullary_operator] = STATE(4001), - [sym_unary_operator] = STATE(4001), - [sym_binary_operator] = STATE(4001), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4001), - [sym_call] = STATE(4001), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4001), - [sym_anonymous_function] = STATE(4001), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2253), - [sym_integer] = ACTIONS(2253), - [sym_float] = ACTIONS(2253), - [sym_char] = ACTIONS(2253), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2253), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [722] = { - [sym__expression] = STATE(4078), - [sym_block] = STATE(4078), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4078), - [sym_nil] = STATE(4078), - [sym__atom] = STATE(4078), - [sym_quoted_atom] = STATE(4078), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4078), - [sym_charlist] = STATE(4078), - [sym_sigil] = STATE(4078), - [sym_list] = STATE(4078), - [sym_tuple] = STATE(4078), - [sym_bitstring] = STATE(4078), - [sym_map] = STATE(4078), - [sym__nullary_operator] = STATE(4078), - [sym_unary_operator] = STATE(4078), - [sym_binary_operator] = STATE(4078), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4078), - [sym_call] = STATE(4078), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4078), - [sym_anonymous_function] = STATE(4078), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2255), - [sym_integer] = ACTIONS(2255), - [sym_float] = ACTIONS(2255), - [sym_char] = ACTIONS(2255), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2255), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [723] = { - [sym__expression] = STATE(1682), - [sym_block] = STATE(1682), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1682), - [sym_nil] = STATE(1682), - [sym__atom] = STATE(1682), - [sym_quoted_atom] = STATE(1682), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1682), - [sym_charlist] = STATE(1682), - [sym_sigil] = STATE(1682), - [sym_list] = STATE(1682), - [sym_tuple] = STATE(1682), - [sym_bitstring] = STATE(1682), - [sym_map] = STATE(1682), - [sym__nullary_operator] = STATE(1682), - [sym_unary_operator] = STATE(1682), - [sym_binary_operator] = STATE(1682), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1682), - [sym_call] = STATE(1682), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1682), - [sym_anonymous_function] = STATE(1682), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1943), - [sym_integer] = ACTIONS(1943), - [sym_float] = ACTIONS(1943), - [sym_char] = ACTIONS(1943), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1943), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [724] = { - [sym__expression] = STATE(1843), - [sym_block] = STATE(1843), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1843), - [sym_nil] = STATE(1843), - [sym__atom] = STATE(1843), - [sym_quoted_atom] = STATE(1843), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1843), - [sym_charlist] = STATE(1843), - [sym_sigil] = STATE(1843), - [sym_list] = STATE(1843), - [sym_tuple] = STATE(1843), - [sym_bitstring] = STATE(1843), - [sym_map] = STATE(1843), - [sym__nullary_operator] = STATE(1843), - [sym_unary_operator] = STATE(1843), - [sym_binary_operator] = STATE(1843), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1843), - [sym_call] = STATE(1843), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1843), - [sym_anonymous_function] = STATE(1843), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2257), - [sym_integer] = ACTIONS(2257), - [sym_float] = ACTIONS(2257), - [sym_char] = ACTIONS(2257), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2257), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [725] = { - [sym__expression] = STATE(4075), - [sym_block] = STATE(4075), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4075), - [sym_nil] = STATE(4075), - [sym__atom] = STATE(4075), - [sym_quoted_atom] = STATE(4075), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4075), - [sym_charlist] = STATE(4075), - [sym_sigil] = STATE(4075), - [sym_list] = STATE(4075), - [sym_tuple] = STATE(4075), - [sym_bitstring] = STATE(4075), - [sym_map] = STATE(4075), - [sym__nullary_operator] = STATE(4075), - [sym_unary_operator] = STATE(4075), - [sym_binary_operator] = STATE(4075), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4075), - [sym_call] = STATE(4075), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4075), - [sym_anonymous_function] = STATE(4075), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2259), - [sym_integer] = ACTIONS(2259), - [sym_float] = ACTIONS(2259), - [sym_char] = ACTIONS(2259), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2259), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [726] = { - [sym__expression] = STATE(4074), - [sym_block] = STATE(4074), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4074), - [sym_nil] = STATE(4074), - [sym__atom] = STATE(4074), - [sym_quoted_atom] = STATE(4074), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4074), - [sym_charlist] = STATE(4074), - [sym_sigil] = STATE(4074), - [sym_list] = STATE(4074), - [sym_tuple] = STATE(4074), - [sym_bitstring] = STATE(4074), - [sym_map] = STATE(4074), - [sym__nullary_operator] = STATE(4074), - [sym_unary_operator] = STATE(4074), - [sym_binary_operator] = STATE(4074), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4074), - [sym_call] = STATE(4074), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4074), - [sym_anonymous_function] = STATE(4074), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2261), - [sym_integer] = ACTIONS(2261), - [sym_float] = ACTIONS(2261), - [sym_char] = ACTIONS(2261), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2261), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [727] = { - [sym__expression] = STATE(4145), - [sym_block] = STATE(4145), + [443] = { + [sym__expression] = STATE(3512), + [sym_block] = STATE(3512), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4145), - [sym_nil] = STATE(4145), - [sym__atom] = STATE(4145), - [sym_quoted_atom] = STATE(4145), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4145), - [sym_charlist] = STATE(4145), - [sym_sigil] = STATE(4145), - [sym_list] = STATE(4145), - [sym_tuple] = STATE(4145), - [sym_bitstring] = STATE(4145), - [sym_map] = STATE(4145), - [sym__nullary_operator] = STATE(4145), - [sym_unary_operator] = STATE(4145), - [sym_binary_operator] = STATE(4145), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4145), - [sym_call] = STATE(4145), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4145), - [sym_anonymous_function] = STATE(4145), + [sym_boolean] = STATE(3512), + [sym_nil] = STATE(3512), + [sym__atom] = STATE(3512), + [sym_quoted_atom] = STATE(3512), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3512), + [sym_charlist] = STATE(3512), + [sym_sigil] = STATE(3512), + [sym_list] = STATE(3512), + [sym_tuple] = STATE(3512), + [sym_bitstring] = STATE(3512), + [sym_map] = STATE(3512), + [sym__nullary_operator] = STATE(3512), + [sym_unary_operator] = STATE(3512), + [sym_binary_operator] = STATE(3512), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3512), + [sym_call] = STATE(3512), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3512), + [sym_anonymous_function] = STATE(3512), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2263), - [sym_integer] = ACTIONS(2263), - [sym_float] = ACTIONS(2263), - [sym_char] = ACTIONS(2263), + [sym_alias] = ACTIONS(1737), + [sym_integer] = ACTIONS(1737), + [sym_float] = ACTIONS(1737), + [sym_char] = ACTIONS(1737), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2263), + [sym_atom] = ACTIONS(1737), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -111266,314 +79064,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [728] = { - [sym__expression] = STATE(1687), - [sym_block] = STATE(1687), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1687), - [sym_nil] = STATE(1687), - [sym__atom] = STATE(1687), - [sym_quoted_atom] = STATE(1687), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1687), - [sym_charlist] = STATE(1687), - [sym_sigil] = STATE(1687), - [sym_list] = STATE(1687), - [sym_tuple] = STATE(1687), - [sym_bitstring] = STATE(1687), - [sym_map] = STATE(1687), - [sym__nullary_operator] = STATE(1687), - [sym_unary_operator] = STATE(1687), - [sym_binary_operator] = STATE(1687), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1687), - [sym_call] = STATE(1687), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1687), - [sym_anonymous_function] = STATE(1687), + [444] = { + [sym__expression] = STATE(3846), + [sym_block] = STATE(3846), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3846), + [sym_nil] = STATE(3846), + [sym__atom] = STATE(3846), + [sym_quoted_atom] = STATE(3846), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3846), + [sym_charlist] = STATE(3846), + [sym_sigil] = STATE(3846), + [sym_list] = STATE(3846), + [sym_tuple] = STATE(3846), + [sym_bitstring] = STATE(3846), + [sym_map] = STATE(3846), + [sym__nullary_operator] = STATE(3846), + [sym_unary_operator] = STATE(3846), + [sym_binary_operator] = STATE(3846), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3846), + [sym_call] = STATE(3846), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3846), + [sym_anonymous_function] = STATE(3846), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(1909), - [sym_integer] = ACTIONS(1909), - [sym_float] = ACTIONS(1909), - [sym_char] = ACTIONS(1909), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(1909), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [729] = { - [sym__expression] = STATE(1844), - [sym_block] = STATE(1844), - [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1844), - [sym_nil] = STATE(1844), - [sym__atom] = STATE(1844), - [sym_quoted_atom] = STATE(1844), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1844), - [sym_charlist] = STATE(1844), - [sym_sigil] = STATE(1844), - [sym_list] = STATE(1844), - [sym_tuple] = STATE(1844), - [sym_bitstring] = STATE(1844), - [sym_map] = STATE(1844), - [sym__nullary_operator] = STATE(1844), - [sym_unary_operator] = STATE(1844), - [sym_binary_operator] = STATE(1844), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1844), - [sym_call] = STATE(1844), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), - [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1844), - [sym_anonymous_function] = STATE(1844), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2265), - [sym_integer] = ACTIONS(2265), - [sym_float] = ACTIONS(2265), - [sym_char] = ACTIONS(2265), - [anon_sym_true] = ACTIONS(69), - [anon_sym_false] = ACTIONS(69), - [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2265), - [anon_sym_DQUOTE] = ACTIONS(73), - [anon_sym_SQUOTE] = ACTIONS(75), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LBRACK] = ACTIONS(83), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(85), - [anon_sym_LT_LT] = ACTIONS(89), - [anon_sym_PERCENT] = ACTIONS(91), - [anon_sym_DOT_DOT] = ACTIONS(93), - [anon_sym_AMP] = ACTIONS(95), - [anon_sym_PLUS] = ACTIONS(97), - [anon_sym_DASH] = ACTIONS(97), - [anon_sym_BANG] = ACTIONS(97), - [anon_sym_CARET] = ACTIONS(97), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), - [anon_sym_not] = ACTIONS(97), - [anon_sym_AT] = ACTIONS(99), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(111), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(115), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(117), - }, - [730] = { - [sym__expression] = STATE(3143), - [sym_block] = STATE(3143), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3143), - [sym_nil] = STATE(3143), - [sym__atom] = STATE(3143), - [sym_quoted_atom] = STATE(3143), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3143), - [sym_charlist] = STATE(3143), - [sym_sigil] = STATE(3143), - [sym_list] = STATE(3143), - [sym_tuple] = STATE(3143), - [sym_bitstring] = STATE(3143), - [sym_map] = STATE(3143), - [sym__nullary_operator] = STATE(3143), - [sym_unary_operator] = STATE(3143), - [sym_binary_operator] = STATE(3143), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3143), - [sym_call] = STATE(3143), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3143), - [sym_anonymous_function] = STATE(3143), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(1459), - [sym_integer] = ACTIONS(1459), - [sym_float] = ACTIONS(1459), - [sym_char] = ACTIONS(1459), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1459), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(1471), + [sym_integer] = ACTIONS(1471), + [sym_float] = ACTIONS(1471), + [sym_char] = ACTIONS(1471), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(1471), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(435), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(441), - [anon_sym_DASH] = ACTIONS(441), - [anon_sym_BANG] = ACTIONS(441), - [anon_sym_CARET] = ACTIONS(441), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), - [anon_sym_not] = ACTIONS(441), - [anon_sym_AT] = ACTIONS(443), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -111612,642 +79174,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(578), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(445), + [sym__before_unary_op] = ACTIONS(584), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(586), }, - [731] = { - [sym__expression] = STATE(4069), - [sym_block] = STATE(4069), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4069), - [sym_nil] = STATE(4069), - [sym__atom] = STATE(4069), - [sym_quoted_atom] = STATE(4069), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4069), - [sym_charlist] = STATE(4069), - [sym_sigil] = STATE(4069), - [sym_list] = STATE(4069), - [sym_tuple] = STATE(4069), - [sym_bitstring] = STATE(4069), - [sym_map] = STATE(4069), - [sym__nullary_operator] = STATE(4069), - [sym_unary_operator] = STATE(4069), - [sym_binary_operator] = STATE(4069), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4069), - [sym_call] = STATE(4069), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4069), - [sym_anonymous_function] = STATE(4069), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2267), - [sym_integer] = ACTIONS(2267), - [sym_float] = ACTIONS(2267), - [sym_char] = ACTIONS(2267), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2267), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [732] = { - [sym__expression] = STATE(4061), - [sym_block] = STATE(4061), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4061), - [sym_nil] = STATE(4061), - [sym__atom] = STATE(4061), - [sym_quoted_atom] = STATE(4061), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4061), - [sym_charlist] = STATE(4061), - [sym_sigil] = STATE(4061), - [sym_list] = STATE(4061), - [sym_tuple] = STATE(4061), - [sym_bitstring] = STATE(4061), - [sym_map] = STATE(4061), - [sym__nullary_operator] = STATE(4061), - [sym_unary_operator] = STATE(4061), - [sym_binary_operator] = STATE(4061), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4061), - [sym_call] = STATE(4061), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4061), - [sym_anonymous_function] = STATE(4061), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2269), - [sym_integer] = ACTIONS(2269), - [sym_float] = ACTIONS(2269), - [sym_char] = ACTIONS(2269), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2269), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [733] = { - [sym__expression] = STATE(4057), - [sym_block] = STATE(4057), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4057), - [sym_nil] = STATE(4057), - [sym__atom] = STATE(4057), - [sym_quoted_atom] = STATE(4057), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4057), - [sym_charlist] = STATE(4057), - [sym_sigil] = STATE(4057), - [sym_list] = STATE(4057), - [sym_tuple] = STATE(4057), - [sym_bitstring] = STATE(4057), - [sym_map] = STATE(4057), - [sym__nullary_operator] = STATE(4057), - [sym_unary_operator] = STATE(4057), - [sym_binary_operator] = STATE(4057), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4057), - [sym_call] = STATE(4057), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4057), - [sym_anonymous_function] = STATE(4057), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2271), - [sym_integer] = ACTIONS(2271), - [sym_float] = ACTIONS(2271), - [sym_char] = ACTIONS(2271), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2271), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [734] = { - [sym__expression] = STATE(4055), - [sym_block] = STATE(4055), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4055), - [sym_nil] = STATE(4055), - [sym__atom] = STATE(4055), - [sym_quoted_atom] = STATE(4055), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4055), - [sym_charlist] = STATE(4055), - [sym_sigil] = STATE(4055), - [sym_list] = STATE(4055), - [sym_tuple] = STATE(4055), - [sym_bitstring] = STATE(4055), - [sym_map] = STATE(4055), - [sym__nullary_operator] = STATE(4055), - [sym_unary_operator] = STATE(4055), - [sym_binary_operator] = STATE(4055), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4055), - [sym_call] = STATE(4055), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4055), - [sym_anonymous_function] = STATE(4055), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2273), - [sym_integer] = ACTIONS(2273), - [sym_float] = ACTIONS(2273), - [sym_char] = ACTIONS(2273), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2273), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [735] = { - [sym__expression] = STATE(2741), - [sym_block] = STATE(2741), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(2741), - [sym_nil] = STATE(2741), - [sym__atom] = STATE(2741), - [sym_quoted_atom] = STATE(2741), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(2741), - [sym_charlist] = STATE(2741), - [sym_sigil] = STATE(2741), - [sym_list] = STATE(2741), - [sym_tuple] = STATE(2741), - [sym_bitstring] = STATE(2741), - [sym_map] = STATE(2741), - [sym__nullary_operator] = STATE(2741), - [sym_unary_operator] = STATE(2741), - [sym_binary_operator] = STATE(2741), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(2741), - [sym_call] = STATE(2741), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2275), - [sym_integer] = ACTIONS(2275), - [sym_float] = ACTIONS(2275), - [sym_char] = ACTIONS(2275), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2275), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [736] = { - [sym__expression] = STATE(2246), - [sym_block] = STATE(2246), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2246), - [sym_nil] = STATE(2246), - [sym__atom] = STATE(2246), - [sym_quoted_atom] = STATE(2246), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2246), - [sym_charlist] = STATE(2246), - [sym_sigil] = STATE(2246), - [sym_list] = STATE(2246), - [sym_tuple] = STATE(2246), - [sym_bitstring] = STATE(2246), - [sym_map] = STATE(2246), - [sym__nullary_operator] = STATE(2246), - [sym_unary_operator] = STATE(2246), - [sym_binary_operator] = STATE(2246), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2246), - [sym_call] = STATE(2246), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), + [445] = { + [sym__expression] = STATE(2401), + [sym_block] = STATE(2401), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2401), + [sym_nil] = STATE(2401), + [sym__atom] = STATE(2401), + [sym_quoted_atom] = STATE(2401), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2401), + [sym_charlist] = STATE(2401), + [sym_sigil] = STATE(2401), + [sym_list] = STATE(2401), + [sym_tuple] = STATE(2401), + [sym_bitstring] = STATE(2401), + [sym_map] = STATE(2401), + [sym__nullary_operator] = STATE(2401), + [sym_unary_operator] = STATE(2401), + [sym_binary_operator] = STATE(2401), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2401), + [sym_call] = STATE(2401), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2246), - [sym_anonymous_function] = STATE(2246), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2401), + [sym_anonymous_function] = STATE(2401), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(65), @@ -112328,314 +79300,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(958), }, - [737] = { - [sym__expression] = STATE(2143), - [sym_block] = STATE(2143), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(2143), - [sym_nil] = STATE(2143), - [sym__atom] = STATE(2143), - [sym_quoted_atom] = STATE(2143), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2143), - [sym_charlist] = STATE(2143), - [sym_sigil] = STATE(2143), - [sym_list] = STATE(2143), - [sym_tuple] = STATE(2143), - [sym_bitstring] = STATE(2143), - [sym_map] = STATE(2143), - [sym__nullary_operator] = STATE(2143), - [sym_unary_operator] = STATE(2143), - [sym_binary_operator] = STATE(2143), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2143), - [sym_call] = STATE(2143), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2143), - [sym_anonymous_function] = STATE(2143), + [446] = { + [sym__expression] = STATE(3354), + [sym_block] = STATE(3354), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(3354), + [sym_nil] = STATE(3354), + [sym__atom] = STATE(3354), + [sym_quoted_atom] = STATE(3354), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3354), + [sym_charlist] = STATE(3354), + [sym_sigil] = STATE(3354), + [sym_list] = STATE(3354), + [sym_tuple] = STATE(3354), + [sym_bitstring] = STATE(3354), + [sym_map] = STATE(3354), + [sym__nullary_operator] = STATE(3354), + [sym_unary_operator] = STATE(3354), + [sym_binary_operator] = STATE(3354), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3354), + [sym_call] = STATE(3354), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3354), + [sym_anonymous_function] = STATE(3354), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2277), - [sym_integer] = ACTIONS(2277), - [sym_float] = ACTIONS(2277), - [sym_char] = ACTIONS(2277), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2277), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [738] = { - [sym__expression] = STATE(2142), - [sym_block] = STATE(2142), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(2142), - [sym_nil] = STATE(2142), - [sym__atom] = STATE(2142), - [sym_quoted_atom] = STATE(2142), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2142), - [sym_charlist] = STATE(2142), - [sym_sigil] = STATE(2142), - [sym_list] = STATE(2142), - [sym_tuple] = STATE(2142), - [sym_bitstring] = STATE(2142), - [sym_map] = STATE(2142), - [sym__nullary_operator] = STATE(2142), - [sym_unary_operator] = STATE(2142), - [sym_binary_operator] = STATE(2142), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2142), - [sym_call] = STATE(2142), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2142), - [sym_anonymous_function] = STATE(2142), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2279), - [sym_integer] = ACTIONS(2279), - [sym_float] = ACTIONS(2279), - [sym_char] = ACTIONS(2279), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2279), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [739] = { - [sym__expression] = STATE(2035), - [sym_block] = STATE(2035), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(2035), - [sym_nil] = STATE(2035), - [sym__atom] = STATE(2035), - [sym_quoted_atom] = STATE(2035), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2035), - [sym_charlist] = STATE(2035), - [sym_sigil] = STATE(2035), - [sym_list] = STATE(2035), - [sym_tuple] = STATE(2035), - [sym_bitstring] = STATE(2035), - [sym_map] = STATE(2035), - [sym__nullary_operator] = STATE(2035), - [sym_unary_operator] = STATE(2035), - [sym_binary_operator] = STATE(2035), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2035), - [sym_call] = STATE(2035), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2035), - [sym_anonymous_function] = STATE(2035), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2281), - [sym_integer] = ACTIONS(2281), - [sym_float] = ACTIONS(2281), - [sym_char] = ACTIONS(2281), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2281), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1739), + [sym_integer] = ACTIONS(1739), + [sym_float] = ACTIONS(1739), + [sym_char] = ACTIONS(1739), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1739), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -112674,86 +79410,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), + [sym__before_unary_op] = ACTIONS(1463), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(1085), }, - [740] = { - [sym__expression] = STATE(2017), - [sym_block] = STATE(2017), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(2017), - [sym_nil] = STATE(2017), - [sym__atom] = STATE(2017), - [sym_quoted_atom] = STATE(2017), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2017), - [sym_charlist] = STATE(2017), - [sym_sigil] = STATE(2017), - [sym_list] = STATE(2017), - [sym_tuple] = STATE(2017), - [sym_bitstring] = STATE(2017), - [sym_map] = STATE(2017), - [sym__nullary_operator] = STATE(2017), - [sym_unary_operator] = STATE(2017), - [sym_binary_operator] = STATE(2017), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2017), - [sym_call] = STATE(2017), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2017), - [sym_anonymous_function] = STATE(2017), + [447] = { + [sym__expression] = STATE(4521), + [sym_block] = STATE(4521), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4521), + [sym_nil] = STATE(4521), + [sym__atom] = STATE(4521), + [sym_quoted_atom] = STATE(4521), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4521), + [sym_charlist] = STATE(4521), + [sym_sigil] = STATE(4521), + [sym_list] = STATE(4521), + [sym_tuple] = STATE(4521), + [sym_bitstring] = STATE(4521), + [sym_map] = STATE(4521), + [sym__nullary_operator] = STATE(4521), + [sym_unary_operator] = STATE(4521), + [sym_binary_operator] = STATE(4521), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4521), + [sym_call] = STATE(4521), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4521), + [sym_anonymous_function] = STATE(4521), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2283), - [sym_integer] = ACTIONS(2283), - [sym_float] = ACTIONS(2283), - [sym_char] = ACTIONS(2283), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2283), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1741), + [sym_integer] = ACTIONS(1741), + [sym_float] = ACTIONS(1741), + [sym_char] = ACTIONS(1741), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1741), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -112792,86 +79528,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), + [sym__before_unary_op] = ACTIONS(1463), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(1085), }, - [741] = { - [sym__expression] = STATE(3242), - [sym_block] = STATE(3242), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3242), - [sym_nil] = STATE(3242), - [sym__atom] = STATE(3242), - [sym_quoted_atom] = STATE(3242), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3242), - [sym_charlist] = STATE(3242), - [sym_sigil] = STATE(3242), - [sym_list] = STATE(3242), - [sym_tuple] = STATE(3242), - [sym_bitstring] = STATE(3242), - [sym_map] = STATE(3242), - [sym__nullary_operator] = STATE(3242), - [sym_unary_operator] = STATE(3242), - [sym_binary_operator] = STATE(3242), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3242), - [sym_call] = STATE(3242), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3242), - [sym_anonymous_function] = STATE(3242), + [448] = { + [sym__expression] = STATE(4520), + [sym_block] = STATE(4520), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4520), + [sym_nil] = STATE(4520), + [sym__atom] = STATE(4520), + [sym_quoted_atom] = STATE(4520), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4520), + [sym_charlist] = STATE(4520), + [sym_sigil] = STATE(4520), + [sym_list] = STATE(4520), + [sym_tuple] = STATE(4520), + [sym_bitstring] = STATE(4520), + [sym_map] = STATE(4520), + [sym__nullary_operator] = STATE(4520), + [sym_unary_operator] = STATE(4520), + [sym_binary_operator] = STATE(4520), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4520), + [sym_call] = STATE(4520), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4520), + [sym_anonymous_function] = STATE(4520), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2285), - [sym_integer] = ACTIONS(2285), - [sym_float] = ACTIONS(2285), - [sym_char] = ACTIONS(2285), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2285), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1743), + [sym_integer] = ACTIONS(1743), + [sym_float] = ACTIONS(1743), + [sym_char] = ACTIONS(1743), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1743), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -112910,86 +79646,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), + [sym__before_unary_op] = ACTIONS(1463), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(1085), }, - [742] = { - [sym__expression] = STATE(3241), - [sym_block] = STATE(3241), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3241), - [sym_nil] = STATE(3241), - [sym__atom] = STATE(3241), - [sym_quoted_atom] = STATE(3241), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3241), - [sym_charlist] = STATE(3241), - [sym_sigil] = STATE(3241), - [sym_list] = STATE(3241), - [sym_tuple] = STATE(3241), - [sym_bitstring] = STATE(3241), - [sym_map] = STATE(3241), - [sym__nullary_operator] = STATE(3241), - [sym_unary_operator] = STATE(3241), - [sym_binary_operator] = STATE(3241), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3241), - [sym_call] = STATE(3241), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3241), - [sym_anonymous_function] = STATE(3241), + [449] = { + [sym__expression] = STATE(4481), + [sym_block] = STATE(4481), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4481), + [sym_nil] = STATE(4481), + [sym__atom] = STATE(4481), + [sym_quoted_atom] = STATE(4481), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4481), + [sym_charlist] = STATE(4481), + [sym_sigil] = STATE(4481), + [sym_list] = STATE(4481), + [sym_tuple] = STATE(4481), + [sym_bitstring] = STATE(4481), + [sym_map] = STATE(4481), + [sym__nullary_operator] = STATE(4481), + [sym_unary_operator] = STATE(4481), + [sym_binary_operator] = STATE(4481), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4481), + [sym_call] = STATE(4481), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4481), + [sym_anonymous_function] = STATE(4481), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2287), - [sym_integer] = ACTIONS(2287), - [sym_float] = ACTIONS(2287), - [sym_char] = ACTIONS(2287), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2287), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(1519), + [sym_integer] = ACTIONS(1519), + [sym_float] = ACTIONS(1519), + [sym_char] = ACTIONS(1519), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(1519), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -113028,86 +79764,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(51), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), + [sym__before_unary_op] = ACTIONS(53), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(57), }, - [743] = { - [sym__expression] = STATE(3239), - [sym_block] = STATE(3239), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3239), - [sym_nil] = STATE(3239), - [sym__atom] = STATE(3239), - [sym_quoted_atom] = STATE(3239), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3239), - [sym_charlist] = STATE(3239), - [sym_sigil] = STATE(3239), - [sym_list] = STATE(3239), - [sym_tuple] = STATE(3239), - [sym_bitstring] = STATE(3239), - [sym_map] = STATE(3239), - [sym__nullary_operator] = STATE(3239), - [sym_unary_operator] = STATE(3239), - [sym_binary_operator] = STATE(3239), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3239), - [sym_call] = STATE(3239), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3239), - [sym_anonymous_function] = STATE(3239), + [450] = { + [sym__expression] = STATE(3145), + [sym_block] = STATE(3145), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3145), + [sym_nil] = STATE(3145), + [sym__atom] = STATE(3145), + [sym_quoted_atom] = STATE(3145), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3145), + [sym_charlist] = STATE(3145), + [sym_sigil] = STATE(3145), + [sym_list] = STATE(3145), + [sym_tuple] = STATE(3145), + [sym_bitstring] = STATE(3145), + [sym_map] = STATE(3145), + [sym__nullary_operator] = STATE(3145), + [sym_unary_operator] = STATE(3145), + [sym_binary_operator] = STATE(3145), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3145), + [sym_call] = STATE(3145), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3145), + [sym_anonymous_function] = STATE(3145), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2289), - [sym_integer] = ACTIONS(2289), - [sym_float] = ACTIONS(2289), - [sym_char] = ACTIONS(2289), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2289), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1745), + [sym_integer] = ACTIONS(1745), + [sym_float] = ACTIONS(1745), + [sym_char] = ACTIONS(1745), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1745), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [451] = { + [sym__expression] = STATE(4519), + [sym_block] = STATE(4519), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4519), + [sym_nil] = STATE(4519), + [sym__atom] = STATE(4519), + [sym_quoted_atom] = STATE(4519), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4519), + [sym_charlist] = STATE(4519), + [sym_sigil] = STATE(4519), + [sym_list] = STATE(4519), + [sym_tuple] = STATE(4519), + [sym_bitstring] = STATE(4519), + [sym_map] = STATE(4519), + [sym__nullary_operator] = STATE(4519), + [sym_unary_operator] = STATE(4519), + [sym_binary_operator] = STATE(4519), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4519), + [sym_call] = STATE(4519), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4519), + [sym_anonymous_function] = STATE(4519), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1747), + [sym_integer] = ACTIONS(1747), + [sym_float] = ACTIONS(1747), + [sym_char] = ACTIONS(1747), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1747), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -113146,86 +80000,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), + [sym__before_unary_op] = ACTIONS(1463), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(1085), }, - [744] = { - [sym__expression] = STATE(3238), - [sym_block] = STATE(3238), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3238), - [sym_nil] = STATE(3238), - [sym__atom] = STATE(3238), - [sym_quoted_atom] = STATE(3238), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3238), - [sym_charlist] = STATE(3238), - [sym_sigil] = STATE(3238), - [sym_list] = STATE(3238), - [sym_tuple] = STATE(3238), - [sym_bitstring] = STATE(3238), - [sym_map] = STATE(3238), - [sym__nullary_operator] = STATE(3238), - [sym_unary_operator] = STATE(3238), - [sym_binary_operator] = STATE(3238), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3238), - [sym_call] = STATE(3238), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3238), - [sym_anonymous_function] = STATE(3238), + [452] = { + [sym__expression] = STATE(3144), + [sym_block] = STATE(3144), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3144), + [sym_nil] = STATE(3144), + [sym__atom] = STATE(3144), + [sym_quoted_atom] = STATE(3144), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3144), + [sym_charlist] = STATE(3144), + [sym_sigil] = STATE(3144), + [sym_list] = STATE(3144), + [sym_tuple] = STATE(3144), + [sym_bitstring] = STATE(3144), + [sym_map] = STATE(3144), + [sym__nullary_operator] = STATE(3144), + [sym_unary_operator] = STATE(3144), + [sym_binary_operator] = STATE(3144), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3144), + [sym_call] = STATE(3144), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3144), + [sym_anonymous_function] = STATE(3144), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2291), - [sym_integer] = ACTIONS(2291), - [sym_float] = ACTIONS(2291), - [sym_char] = ACTIONS(2291), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2291), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1749), + [sym_integer] = ACTIONS(1749), + [sym_float] = ACTIONS(1749), + [sym_char] = ACTIONS(1749), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1749), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -113264,26 +80118,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(508), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), + [sym__before_unary_op] = ACTIONS(512), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(514), }, - [745] = { + [453] = { [sym__expression] = STATE(3237), [sym_block] = STATE(3237), - [sym_identifier] = STATE(69), + [sym_identifier] = STATE(43), [sym_boolean] = STATE(3237), [sym_nil] = STATE(3237), [sym__atom] = STATE(3237), [sym_quoted_atom] = STATE(3237), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), [sym_string] = STATE(3237), [sym_charlist] = STATE(3237), [sym_sigil] = STATE(3237), @@ -113294,56 +80148,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__nullary_operator] = STATE(3237), [sym_unary_operator] = STATE(3237), [sym_binary_operator] = STATE(3237), - [sym_operator_identifier] = STATE(5620), + [sym_operator_identifier] = STATE(6902), [sym_dot] = STATE(3237), [sym_call] = STATE(3237), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), [sym_access_call] = STATE(3237), [sym_anonymous_function] = STATE(3237), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2293), - [sym_integer] = ACTIONS(2293), - [sym_float] = ACTIONS(2293), - [sym_char] = ACTIONS(2293), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2293), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1751), + [sym_integer] = ACTIONS(1751), + [sym_float] = ACTIONS(1751), + [sym_char] = ACTIONS(1751), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1751), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -113382,56 +80236,36636 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(508), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), + [sym__before_unary_op] = ACTIONS(512), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(514), }, - [746] = { - [sym__expression] = STATE(4044), - [sym_block] = STATE(4044), + [454] = { + [sym__expression] = STATE(4518), + [sym_block] = STATE(4518), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4518), + [sym_nil] = STATE(4518), + [sym__atom] = STATE(4518), + [sym_quoted_atom] = STATE(4518), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4518), + [sym_charlist] = STATE(4518), + [sym_sigil] = STATE(4518), + [sym_list] = STATE(4518), + [sym_tuple] = STATE(4518), + [sym_bitstring] = STATE(4518), + [sym_map] = STATE(4518), + [sym__nullary_operator] = STATE(4518), + [sym_unary_operator] = STATE(4518), + [sym_binary_operator] = STATE(4518), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4518), + [sym_call] = STATE(4518), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4518), + [sym_anonymous_function] = STATE(4518), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1753), + [sym_integer] = ACTIONS(1753), + [sym_float] = ACTIONS(1753), + [sym_char] = ACTIONS(1753), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1753), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [455] = { + [sym__expression] = STATE(3238), + [sym_block] = STATE(3238), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3238), + [sym_nil] = STATE(3238), + [sym__atom] = STATE(3238), + [sym_quoted_atom] = STATE(3238), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3238), + [sym_charlist] = STATE(3238), + [sym_sigil] = STATE(3238), + [sym_list] = STATE(3238), + [sym_tuple] = STATE(3238), + [sym_bitstring] = STATE(3238), + [sym_map] = STATE(3238), + [sym__nullary_operator] = STATE(3238), + [sym_unary_operator] = STATE(3238), + [sym_binary_operator] = STATE(3238), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3238), + [sym_call] = STATE(3238), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3238), + [sym_anonymous_function] = STATE(3238), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1755), + [sym_integer] = ACTIONS(1755), + [sym_float] = ACTIONS(1755), + [sym_char] = ACTIONS(1755), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1755), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [456] = { + [sym__expression] = STATE(4517), + [sym_block] = STATE(4517), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4517), + [sym_nil] = STATE(4517), + [sym__atom] = STATE(4517), + [sym_quoted_atom] = STATE(4517), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4517), + [sym_charlist] = STATE(4517), + [sym_sigil] = STATE(4517), + [sym_list] = STATE(4517), + [sym_tuple] = STATE(4517), + [sym_bitstring] = STATE(4517), + [sym_map] = STATE(4517), + [sym__nullary_operator] = STATE(4517), + [sym_unary_operator] = STATE(4517), + [sym_binary_operator] = STATE(4517), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4517), + [sym_call] = STATE(4517), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4517), + [sym_anonymous_function] = STATE(4517), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1757), + [sym_integer] = ACTIONS(1757), + [sym_float] = ACTIONS(1757), + [sym_char] = ACTIONS(1757), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1757), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [457] = { + [sym__expression] = STATE(3399), + [sym_block] = STATE(3399), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3399), + [sym_nil] = STATE(3399), + [sym__atom] = STATE(3399), + [sym_quoted_atom] = STATE(3399), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3399), + [sym_charlist] = STATE(3399), + [sym_sigil] = STATE(3399), + [sym_list] = STATE(3399), + [sym_tuple] = STATE(3399), + [sym_bitstring] = STATE(3399), + [sym_map] = STATE(3399), + [sym__nullary_operator] = STATE(3399), + [sym_unary_operator] = STATE(3399), + [sym_binary_operator] = STATE(3399), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3399), + [sym_call] = STATE(3399), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3399), + [sym_anonymous_function] = STATE(3399), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1439), + [sym_integer] = ACTIONS(1439), + [sym_float] = ACTIONS(1439), + [sym_char] = ACTIONS(1439), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1439), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [458] = { + [sym__expression] = STATE(3270), + [sym_block] = STATE(3270), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3270), + [sym_nil] = STATE(3270), + [sym__atom] = STATE(3270), + [sym_quoted_atom] = STATE(3270), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3270), + [sym_charlist] = STATE(3270), + [sym_sigil] = STATE(3270), + [sym_list] = STATE(3270), + [sym_tuple] = STATE(3270), + [sym_bitstring] = STATE(3270), + [sym_map] = STATE(3270), + [sym__nullary_operator] = STATE(3270), + [sym_unary_operator] = STATE(3270), + [sym_binary_operator] = STATE(3270), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3270), + [sym_call] = STATE(3270), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3270), + [sym_anonymous_function] = STATE(3270), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1759), + [sym_integer] = ACTIONS(1759), + [sym_float] = ACTIONS(1759), + [sym_char] = ACTIONS(1759), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1759), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [459] = { + [sym__expression] = STATE(4516), + [sym_block] = STATE(4516), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4516), + [sym_nil] = STATE(4516), + [sym__atom] = STATE(4516), + [sym_quoted_atom] = STATE(4516), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4516), + [sym_charlist] = STATE(4516), + [sym_sigil] = STATE(4516), + [sym_list] = STATE(4516), + [sym_tuple] = STATE(4516), + [sym_bitstring] = STATE(4516), + [sym_map] = STATE(4516), + [sym__nullary_operator] = STATE(4516), + [sym_unary_operator] = STATE(4516), + [sym_binary_operator] = STATE(4516), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4516), + [sym_call] = STATE(4516), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4516), + [sym_anonymous_function] = STATE(4516), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1761), + [sym_integer] = ACTIONS(1761), + [sym_float] = ACTIONS(1761), + [sym_char] = ACTIONS(1761), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1761), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [460] = { + [sym__expression] = STATE(4515), + [sym_block] = STATE(4515), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4515), + [sym_nil] = STATE(4515), + [sym__atom] = STATE(4515), + [sym_quoted_atom] = STATE(4515), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4515), + [sym_charlist] = STATE(4515), + [sym_sigil] = STATE(4515), + [sym_list] = STATE(4515), + [sym_tuple] = STATE(4515), + [sym_bitstring] = STATE(4515), + [sym_map] = STATE(4515), + [sym__nullary_operator] = STATE(4515), + [sym_unary_operator] = STATE(4515), + [sym_binary_operator] = STATE(4515), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4515), + [sym_call] = STATE(4515), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4515), + [sym_anonymous_function] = STATE(4515), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1763), + [sym_integer] = ACTIONS(1763), + [sym_float] = ACTIONS(1763), + [sym_char] = ACTIONS(1763), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1763), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [461] = { + [sym__expression] = STATE(3271), + [sym_block] = STATE(3271), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3271), + [sym_nil] = STATE(3271), + [sym__atom] = STATE(3271), + [sym_quoted_atom] = STATE(3271), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3271), + [sym_charlist] = STATE(3271), + [sym_sigil] = STATE(3271), + [sym_list] = STATE(3271), + [sym_tuple] = STATE(3271), + [sym_bitstring] = STATE(3271), + [sym_map] = STATE(3271), + [sym__nullary_operator] = STATE(3271), + [sym_unary_operator] = STATE(3271), + [sym_binary_operator] = STATE(3271), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3271), + [sym_call] = STATE(3271), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3271), + [sym_anonymous_function] = STATE(3271), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1765), + [sym_integer] = ACTIONS(1765), + [sym_float] = ACTIONS(1765), + [sym_char] = ACTIONS(1765), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1765), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [462] = { + [sym__expression] = STATE(4514), + [sym_block] = STATE(4514), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4514), + [sym_nil] = STATE(4514), + [sym__atom] = STATE(4514), + [sym_quoted_atom] = STATE(4514), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4514), + [sym_charlist] = STATE(4514), + [sym_sigil] = STATE(4514), + [sym_list] = STATE(4514), + [sym_tuple] = STATE(4514), + [sym_bitstring] = STATE(4514), + [sym_map] = STATE(4514), + [sym__nullary_operator] = STATE(4514), + [sym_unary_operator] = STATE(4514), + [sym_binary_operator] = STATE(4514), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4514), + [sym_call] = STATE(4514), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4514), + [sym_anonymous_function] = STATE(4514), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1767), + [sym_integer] = ACTIONS(1767), + [sym_float] = ACTIONS(1767), + [sym_char] = ACTIONS(1767), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [463] = { + [sym__expression] = STATE(4513), + [sym_block] = STATE(4513), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4513), + [sym_nil] = STATE(4513), + [sym__atom] = STATE(4513), + [sym_quoted_atom] = STATE(4513), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4513), + [sym_charlist] = STATE(4513), + [sym_sigil] = STATE(4513), + [sym_list] = STATE(4513), + [sym_tuple] = STATE(4513), + [sym_bitstring] = STATE(4513), + [sym_map] = STATE(4513), + [sym__nullary_operator] = STATE(4513), + [sym_unary_operator] = STATE(4513), + [sym_binary_operator] = STATE(4513), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4513), + [sym_call] = STATE(4513), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4513), + [sym_anonymous_function] = STATE(4513), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1769), + [sym_integer] = ACTIONS(1769), + [sym_float] = ACTIONS(1769), + [sym_char] = ACTIONS(1769), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1769), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [464] = { + [sym__expression] = STATE(3160), + [sym_block] = STATE(3160), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3160), + [sym_nil] = STATE(3160), + [sym__atom] = STATE(3160), + [sym_quoted_atom] = STATE(3160), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3160), + [sym_charlist] = STATE(3160), + [sym_sigil] = STATE(3160), + [sym_list] = STATE(3160), + [sym_tuple] = STATE(3160), + [sym_bitstring] = STATE(3160), + [sym_map] = STATE(3160), + [sym__nullary_operator] = STATE(3160), + [sym_unary_operator] = STATE(3160), + [sym_binary_operator] = STATE(3160), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3160), + [sym_call] = STATE(3160), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3160), + [sym_anonymous_function] = STATE(3160), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1771), + [sym_integer] = ACTIONS(1771), + [sym_float] = ACTIONS(1771), + [sym_char] = ACTIONS(1771), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1771), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [465] = { + [sym__expression] = STATE(3274), + [sym_block] = STATE(3274), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3274), + [sym_nil] = STATE(3274), + [sym__atom] = STATE(3274), + [sym_quoted_atom] = STATE(3274), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3274), + [sym_charlist] = STATE(3274), + [sym_sigil] = STATE(3274), + [sym_list] = STATE(3274), + [sym_tuple] = STATE(3274), + [sym_bitstring] = STATE(3274), + [sym_map] = STATE(3274), + [sym__nullary_operator] = STATE(3274), + [sym_unary_operator] = STATE(3274), + [sym_binary_operator] = STATE(3274), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3274), + [sym_call] = STATE(3274), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3274), + [sym_anonymous_function] = STATE(3274), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1773), + [sym_integer] = ACTIONS(1773), + [sym_float] = ACTIONS(1773), + [sym_char] = ACTIONS(1773), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1773), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [466] = { + [sym__expression] = STATE(4511), + [sym_block] = STATE(4511), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4511), + [sym_nil] = STATE(4511), + [sym__atom] = STATE(4511), + [sym_quoted_atom] = STATE(4511), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4511), + [sym_charlist] = STATE(4511), + [sym_sigil] = STATE(4511), + [sym_list] = STATE(4511), + [sym_tuple] = STATE(4511), + [sym_bitstring] = STATE(4511), + [sym_map] = STATE(4511), + [sym__nullary_operator] = STATE(4511), + [sym_unary_operator] = STATE(4511), + [sym_binary_operator] = STATE(4511), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4511), + [sym_call] = STATE(4511), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4511), + [sym_anonymous_function] = STATE(4511), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1775), + [sym_integer] = ACTIONS(1775), + [sym_float] = ACTIONS(1775), + [sym_char] = ACTIONS(1775), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1775), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [467] = { + [sym__expression] = STATE(4510), + [sym_block] = STATE(4510), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4510), + [sym_nil] = STATE(4510), + [sym__atom] = STATE(4510), + [sym_quoted_atom] = STATE(4510), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4510), + [sym_charlist] = STATE(4510), + [sym_sigil] = STATE(4510), + [sym_list] = STATE(4510), + [sym_tuple] = STATE(4510), + [sym_bitstring] = STATE(4510), + [sym_map] = STATE(4510), + [sym__nullary_operator] = STATE(4510), + [sym_unary_operator] = STATE(4510), + [sym_binary_operator] = STATE(4510), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4510), + [sym_call] = STATE(4510), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4510), + [sym_anonymous_function] = STATE(4510), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1777), + [sym_integer] = ACTIONS(1777), + [sym_float] = ACTIONS(1777), + [sym_char] = ACTIONS(1777), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1777), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [468] = { + [sym__expression] = STATE(4509), + [sym_block] = STATE(4509), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4509), + [sym_nil] = STATE(4509), + [sym__atom] = STATE(4509), + [sym_quoted_atom] = STATE(4509), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4509), + [sym_charlist] = STATE(4509), + [sym_sigil] = STATE(4509), + [sym_list] = STATE(4509), + [sym_tuple] = STATE(4509), + [sym_bitstring] = STATE(4509), + [sym_map] = STATE(4509), + [sym__nullary_operator] = STATE(4509), + [sym_unary_operator] = STATE(4509), + [sym_binary_operator] = STATE(4509), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4509), + [sym_call] = STATE(4509), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4509), + [sym_anonymous_function] = STATE(4509), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1779), + [sym_integer] = ACTIONS(1779), + [sym_float] = ACTIONS(1779), + [sym_char] = ACTIONS(1779), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1779), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [469] = { + [sym__expression] = STATE(4508), + [sym_block] = STATE(4508), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4508), + [sym_nil] = STATE(4508), + [sym__atom] = STATE(4508), + [sym_quoted_atom] = STATE(4508), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4508), + [sym_charlist] = STATE(4508), + [sym_sigil] = STATE(4508), + [sym_list] = STATE(4508), + [sym_tuple] = STATE(4508), + [sym_bitstring] = STATE(4508), + [sym_map] = STATE(4508), + [sym__nullary_operator] = STATE(4508), + [sym_unary_operator] = STATE(4508), + [sym_binary_operator] = STATE(4508), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4508), + [sym_call] = STATE(4508), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4508), + [sym_anonymous_function] = STATE(4508), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1781), + [sym_integer] = ACTIONS(1781), + [sym_float] = ACTIONS(1781), + [sym_char] = ACTIONS(1781), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1781), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [470] = { + [sym__expression] = STATE(3275), + [sym_block] = STATE(3275), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3275), + [sym_nil] = STATE(3275), + [sym__atom] = STATE(3275), + [sym_quoted_atom] = STATE(3275), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3275), + [sym_charlist] = STATE(3275), + [sym_sigil] = STATE(3275), + [sym_list] = STATE(3275), + [sym_tuple] = STATE(3275), + [sym_bitstring] = STATE(3275), + [sym_map] = STATE(3275), + [sym__nullary_operator] = STATE(3275), + [sym_unary_operator] = STATE(3275), + [sym_binary_operator] = STATE(3275), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3275), + [sym_call] = STATE(3275), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3275), + [sym_anonymous_function] = STATE(3275), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1783), + [sym_integer] = ACTIONS(1783), + [sym_float] = ACTIONS(1783), + [sym_char] = ACTIONS(1783), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1783), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [471] = { + [sym__expression] = STATE(4506), + [sym_block] = STATE(4506), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4506), + [sym_nil] = STATE(4506), + [sym__atom] = STATE(4506), + [sym_quoted_atom] = STATE(4506), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4506), + [sym_charlist] = STATE(4506), + [sym_sigil] = STATE(4506), + [sym_list] = STATE(4506), + [sym_tuple] = STATE(4506), + [sym_bitstring] = STATE(4506), + [sym_map] = STATE(4506), + [sym__nullary_operator] = STATE(4506), + [sym_unary_operator] = STATE(4506), + [sym_binary_operator] = STATE(4506), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4506), + [sym_call] = STATE(4506), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4506), + [sym_anonymous_function] = STATE(4506), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1785), + [sym_integer] = ACTIONS(1785), + [sym_float] = ACTIONS(1785), + [sym_char] = ACTIONS(1785), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1785), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [472] = { + [sym__expression] = STATE(4505), + [sym_block] = STATE(4505), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4505), + [sym_nil] = STATE(4505), + [sym__atom] = STATE(4505), + [sym_quoted_atom] = STATE(4505), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4505), + [sym_charlist] = STATE(4505), + [sym_sigil] = STATE(4505), + [sym_list] = STATE(4505), + [sym_tuple] = STATE(4505), + [sym_bitstring] = STATE(4505), + [sym_map] = STATE(4505), + [sym__nullary_operator] = STATE(4505), + [sym_unary_operator] = STATE(4505), + [sym_binary_operator] = STATE(4505), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4505), + [sym_call] = STATE(4505), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4505), + [sym_anonymous_function] = STATE(4505), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1787), + [sym_integer] = ACTIONS(1787), + [sym_float] = ACTIONS(1787), + [sym_char] = ACTIONS(1787), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1787), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [473] = { + [sym__expression] = STATE(3371), + [sym_block] = STATE(3371), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(3371), + [sym_nil] = STATE(3371), + [sym__atom] = STATE(3371), + [sym_quoted_atom] = STATE(3371), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3371), + [sym_charlist] = STATE(3371), + [sym_sigil] = STATE(3371), + [sym_list] = STATE(3371), + [sym_tuple] = STATE(3371), + [sym_bitstring] = STATE(3371), + [sym_map] = STATE(3371), + [sym__nullary_operator] = STATE(3371), + [sym_unary_operator] = STATE(3371), + [sym_binary_operator] = STATE(3371), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3371), + [sym_call] = STATE(3371), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3371), + [sym_anonymous_function] = STATE(3371), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1789), + [sym_integer] = ACTIONS(1789), + [sym_float] = ACTIONS(1789), + [sym_char] = ACTIONS(1789), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1789), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [474] = { + [sym__expression] = STATE(3392), + [sym_block] = STATE(3392), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(3392), + [sym_nil] = STATE(3392), + [sym__atom] = STATE(3392), + [sym_quoted_atom] = STATE(3392), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3392), + [sym_charlist] = STATE(3392), + [sym_sigil] = STATE(3392), + [sym_list] = STATE(3392), + [sym_tuple] = STATE(3392), + [sym_bitstring] = STATE(3392), + [sym_map] = STATE(3392), + [sym__nullary_operator] = STATE(3392), + [sym_unary_operator] = STATE(3392), + [sym_binary_operator] = STATE(3392), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3392), + [sym_call] = STATE(3392), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3392), + [sym_anonymous_function] = STATE(3392), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1791), + [sym_integer] = ACTIONS(1791), + [sym_float] = ACTIONS(1791), + [sym_char] = ACTIONS(1791), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1791), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [475] = { + [sym__expression] = STATE(3265), + [sym_block] = STATE(3265), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3265), + [sym_nil] = STATE(3265), + [sym__atom] = STATE(3265), + [sym_quoted_atom] = STATE(3265), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3265), + [sym_charlist] = STATE(3265), + [sym_sigil] = STATE(3265), + [sym_list] = STATE(3265), + [sym_tuple] = STATE(3265), + [sym_bitstring] = STATE(3265), + [sym_map] = STATE(3265), + [sym__nullary_operator] = STATE(3265), + [sym_unary_operator] = STATE(3265), + [sym_binary_operator] = STATE(3265), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3265), + [sym_call] = STATE(3265), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3265), + [sym_anonymous_function] = STATE(3265), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1793), + [sym_integer] = ACTIONS(1793), + [sym_float] = ACTIONS(1793), + [sym_char] = ACTIONS(1793), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1793), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [476] = { + [sym__expression] = STATE(3051), + [sym_block] = STATE(3051), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(3051), + [sym_nil] = STATE(3051), + [sym__atom] = STATE(3051), + [sym_quoted_atom] = STATE(3051), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3051), + [sym_charlist] = STATE(3051), + [sym_sigil] = STATE(3051), + [sym_list] = STATE(3051), + [sym_tuple] = STATE(3051), + [sym_bitstring] = STATE(3051), + [sym_map] = STATE(3051), + [sym__nullary_operator] = STATE(3051), + [sym_unary_operator] = STATE(3051), + [sym_binary_operator] = STATE(3051), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3051), + [sym_call] = STATE(3051), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3051), + [sym_anonymous_function] = STATE(3051), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1795), + [sym_integer] = ACTIONS(1795), + [sym_float] = ACTIONS(1795), + [sym_char] = ACTIONS(1795), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1795), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [477] = { + [sym__expression] = STATE(2981), + [sym_block] = STATE(2981), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(2981), + [sym_nil] = STATE(2981), + [sym__atom] = STATE(2981), + [sym_quoted_atom] = STATE(2981), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(2981), + [sym_charlist] = STATE(2981), + [sym_sigil] = STATE(2981), + [sym_list] = STATE(2981), + [sym_tuple] = STATE(2981), + [sym_bitstring] = STATE(2981), + [sym_map] = STATE(2981), + [sym__nullary_operator] = STATE(2981), + [sym_unary_operator] = STATE(2981), + [sym_binary_operator] = STATE(2981), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(2981), + [sym_call] = STATE(2981), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(2981), + [sym_anonymous_function] = STATE(2981), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1797), + [sym_integer] = ACTIONS(1797), + [sym_float] = ACTIONS(1797), + [sym_char] = ACTIONS(1797), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [478] = { + [sym__expression] = STATE(3355), + [sym_block] = STATE(3355), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3355), + [sym_nil] = STATE(3355), + [sym__atom] = STATE(3355), + [sym_quoted_atom] = STATE(3355), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3355), + [sym_charlist] = STATE(3355), + [sym_sigil] = STATE(3355), + [sym_list] = STATE(3355), + [sym_tuple] = STATE(3355), + [sym_bitstring] = STATE(3355), + [sym_map] = STATE(3355), + [sym__nullary_operator] = STATE(3355), + [sym_unary_operator] = STATE(3355), + [sym_binary_operator] = STATE(3355), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3355), + [sym_call] = STATE(3355), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3355), + [sym_anonymous_function] = STATE(3355), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1799), + [sym_integer] = ACTIONS(1799), + [sym_float] = ACTIONS(1799), + [sym_char] = ACTIONS(1799), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1799), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [479] = { + [sym__expression] = STATE(3305), + [sym_block] = STATE(3305), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3305), + [sym_nil] = STATE(3305), + [sym__atom] = STATE(3305), + [sym_quoted_atom] = STATE(3305), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3305), + [sym_charlist] = STATE(3305), + [sym_sigil] = STATE(3305), + [sym_list] = STATE(3305), + [sym_tuple] = STATE(3305), + [sym_bitstring] = STATE(3305), + [sym_map] = STATE(3305), + [sym__nullary_operator] = STATE(3305), + [sym_unary_operator] = STATE(3305), + [sym_binary_operator] = STATE(3305), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3305), + [sym_call] = STATE(3305), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3305), + [sym_anonymous_function] = STATE(3305), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1801), + [sym_integer] = ACTIONS(1801), + [sym_float] = ACTIONS(1801), + [sym_char] = ACTIONS(1801), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1801), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [480] = { + [sym__expression] = STATE(3652), + [sym_block] = STATE(3652), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3652), + [sym_nil] = STATE(3652), + [sym__atom] = STATE(3652), + [sym_quoted_atom] = STATE(3652), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3652), + [sym_charlist] = STATE(3652), + [sym_sigil] = STATE(3652), + [sym_list] = STATE(3652), + [sym_tuple] = STATE(3652), + [sym_bitstring] = STATE(3652), + [sym_map] = STATE(3652), + [sym__nullary_operator] = STATE(3652), + [sym_unary_operator] = STATE(3652), + [sym_binary_operator] = STATE(3652), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3652), + [sym_call] = STATE(3652), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3652), + [sym_anonymous_function] = STATE(3652), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1333), + [sym_integer] = ACTIONS(1333), + [sym_float] = ACTIONS(1333), + [sym_char] = ACTIONS(1333), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1333), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [481] = { + [sym__expression] = STATE(3626), + [sym_block] = STATE(3626), [sym_identifier] = STATE(61), - [sym_boolean] = STATE(4044), - [sym_nil] = STATE(4044), - [sym__atom] = STATE(4044), - [sym_quoted_atom] = STATE(4044), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4044), - [sym_charlist] = STATE(4044), - [sym_sigil] = STATE(4044), - [sym_list] = STATE(4044), - [sym_tuple] = STATE(4044), - [sym_bitstring] = STATE(4044), - [sym_map] = STATE(4044), - [sym__nullary_operator] = STATE(4044), - [sym_unary_operator] = STATE(4044), - [sym_binary_operator] = STATE(4044), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4044), - [sym_call] = STATE(4044), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4044), - [sym_anonymous_function] = STATE(4044), + [sym_boolean] = STATE(3626), + [sym_nil] = STATE(3626), + [sym__atom] = STATE(3626), + [sym_quoted_atom] = STATE(3626), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3626), + [sym_charlist] = STATE(3626), + [sym_sigil] = STATE(3626), + [sym_list] = STATE(3626), + [sym_tuple] = STATE(3626), + [sym_bitstring] = STATE(3626), + [sym_map] = STATE(3626), + [sym__nullary_operator] = STATE(3626), + [sym_unary_operator] = STATE(3626), + [sym_binary_operator] = STATE(3626), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3626), + [sym_call] = STATE(3626), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3626), + [sym_anonymous_function] = STATE(3626), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1803), + [sym_integer] = ACTIONS(1803), + [sym_float] = ACTIONS(1803), + [sym_char] = ACTIONS(1803), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(1803), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [482] = { + [sym__expression] = STATE(3306), + [sym_block] = STATE(3306), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3306), + [sym_nil] = STATE(3306), + [sym__atom] = STATE(3306), + [sym_quoted_atom] = STATE(3306), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3306), + [sym_charlist] = STATE(3306), + [sym_sigil] = STATE(3306), + [sym_list] = STATE(3306), + [sym_tuple] = STATE(3306), + [sym_bitstring] = STATE(3306), + [sym_map] = STATE(3306), + [sym__nullary_operator] = STATE(3306), + [sym_unary_operator] = STATE(3306), + [sym_binary_operator] = STATE(3306), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3306), + [sym_call] = STATE(3306), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3306), + [sym_anonymous_function] = STATE(3306), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1805), + [sym_integer] = ACTIONS(1805), + [sym_float] = ACTIONS(1805), + [sym_char] = ACTIONS(1805), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1805), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [483] = { + [sym__expression] = STATE(4541), + [sym_block] = STATE(4541), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4541), + [sym_nil] = STATE(4541), + [sym__atom] = STATE(4541), + [sym_quoted_atom] = STATE(4541), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4541), + [sym_charlist] = STATE(4541), + [sym_sigil] = STATE(4541), + [sym_list] = STATE(4541), + [sym_tuple] = STATE(4541), + [sym_bitstring] = STATE(4541), + [sym_map] = STATE(4541), + [sym__nullary_operator] = STATE(4541), + [sym_unary_operator] = STATE(4541), + [sym_binary_operator] = STATE(4541), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4541), + [sym_call] = STATE(4541), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4541), + [sym_anonymous_function] = STATE(4541), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(1307), + [sym_integer] = ACTIONS(1307), + [sym_float] = ACTIONS(1307), + [sym_char] = ACTIONS(1307), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(1307), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [484] = { + [sym__expression] = STATE(3777), + [sym_block] = STATE(3777), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3777), + [sym_nil] = STATE(3777), + [sym__atom] = STATE(3777), + [sym_quoted_atom] = STATE(3777), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3777), + [sym_charlist] = STATE(3777), + [sym_sigil] = STATE(3777), + [sym_list] = STATE(3777), + [sym_tuple] = STATE(3777), + [sym_bitstring] = STATE(3777), + [sym_map] = STATE(3777), + [sym__nullary_operator] = STATE(3777), + [sym_unary_operator] = STATE(3777), + [sym_binary_operator] = STATE(3777), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3777), + [sym_call] = STATE(3777), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3777), + [sym_anonymous_function] = STATE(3777), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1807), + [sym_integer] = ACTIONS(1807), + [sym_float] = ACTIONS(1807), + [sym_char] = ACTIONS(1807), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1807), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [485] = { + [sym__expression] = STATE(4439), + [sym_block] = STATE(4439), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4439), + [sym_nil] = STATE(4439), + [sym__atom] = STATE(4439), + [sym_quoted_atom] = STATE(4439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4439), + [sym_charlist] = STATE(4439), + [sym_sigil] = STATE(4439), + [sym_list] = STATE(4439), + [sym_tuple] = STATE(4439), + [sym_bitstring] = STATE(4439), + [sym_map] = STATE(4439), + [sym__nullary_operator] = STATE(4439), + [sym_unary_operator] = STATE(4439), + [sym_binary_operator] = STATE(4439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4439), + [sym_call] = STATE(4439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4439), + [sym_anonymous_function] = STATE(4439), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), [aux_sym_identifier_token1] = ACTIONS(686), [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1523), + [sym_integer] = ACTIONS(1523), + [sym_float] = ACTIONS(1523), + [sym_char] = ACTIONS(1523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [486] = { + [sym__expression] = STATE(2406), + [sym_block] = STATE(2406), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2406), + [sym_nil] = STATE(2406), + [sym__atom] = STATE(2406), + [sym_quoted_atom] = STATE(2406), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2406), + [sym_charlist] = STATE(2406), + [sym_sigil] = STATE(2406), + [sym_list] = STATE(2406), + [sym_tuple] = STATE(2406), + [sym_bitstring] = STATE(2406), + [sym_map] = STATE(2406), + [sym__nullary_operator] = STATE(2406), + [sym_unary_operator] = STATE(2406), + [sym_binary_operator] = STATE(2406), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2406), + [sym_call] = STATE(2406), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2406), + [sym_anonymous_function] = STATE(2406), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(920), + [sym_integer] = ACTIONS(920), + [sym_float] = ACTIONS(920), + [sym_char] = ACTIONS(920), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(920), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [487] = { + [sym__expression] = STATE(4444), + [sym_block] = STATE(4444), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4444), + [sym_nil] = STATE(4444), + [sym__atom] = STATE(4444), + [sym_quoted_atom] = STATE(4444), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4444), + [sym_charlist] = STATE(4444), + [sym_sigil] = STATE(4444), + [sym_list] = STATE(4444), + [sym_tuple] = STATE(4444), + [sym_bitstring] = STATE(4444), + [sym_map] = STATE(4444), + [sym__nullary_operator] = STATE(4444), + [sym_unary_operator] = STATE(4444), + [sym_binary_operator] = STATE(4444), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4444), + [sym_call] = STATE(4444), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4444), + [sym_anonymous_function] = STATE(4444), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1483), + [sym_integer] = ACTIONS(1483), + [sym_float] = ACTIONS(1483), + [sym_char] = ACTIONS(1483), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1483), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [488] = { + [sym__expression] = STATE(3307), + [sym_block] = STATE(3307), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3307), + [sym_nil] = STATE(3307), + [sym__atom] = STATE(3307), + [sym_quoted_atom] = STATE(3307), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3307), + [sym_charlist] = STATE(3307), + [sym_sigil] = STATE(3307), + [sym_list] = STATE(3307), + [sym_tuple] = STATE(3307), + [sym_bitstring] = STATE(3307), + [sym_map] = STATE(3307), + [sym__nullary_operator] = STATE(3307), + [sym_unary_operator] = STATE(3307), + [sym_binary_operator] = STATE(3307), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3307), + [sym_call] = STATE(3307), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3307), + [sym_anonymous_function] = STATE(3307), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1809), + [sym_integer] = ACTIONS(1809), + [sym_float] = ACTIONS(1809), + [sym_char] = ACTIONS(1809), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1809), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [489] = { + [sym__expression] = STATE(3630), + [sym_block] = STATE(3630), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3630), + [sym_nil] = STATE(3630), + [sym__atom] = STATE(3630), + [sym_quoted_atom] = STATE(3630), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3630), + [sym_charlist] = STATE(3630), + [sym_sigil] = STATE(3630), + [sym_list] = STATE(3630), + [sym_tuple] = STATE(3630), + [sym_bitstring] = STATE(3630), + [sym_map] = STATE(3630), + [sym__nullary_operator] = STATE(3630), + [sym_unary_operator] = STATE(3630), + [sym_binary_operator] = STATE(3630), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3630), + [sym_call] = STATE(3630), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3630), + [sym_anonymous_function] = STATE(3630), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1189), + [sym_integer] = ACTIONS(1189), + [sym_float] = ACTIONS(1189), + [sym_char] = ACTIONS(1189), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1189), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [490] = { + [sym__expression] = STATE(3308), + [sym_block] = STATE(3308), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3308), + [sym_nil] = STATE(3308), + [sym__atom] = STATE(3308), + [sym_quoted_atom] = STATE(3308), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3308), + [sym_charlist] = STATE(3308), + [sym_sigil] = STATE(3308), + [sym_list] = STATE(3308), + [sym_tuple] = STATE(3308), + [sym_bitstring] = STATE(3308), + [sym_map] = STATE(3308), + [sym__nullary_operator] = STATE(3308), + [sym_unary_operator] = STATE(3308), + [sym_binary_operator] = STATE(3308), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3308), + [sym_call] = STATE(3308), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3308), + [sym_anonymous_function] = STATE(3308), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1811), + [sym_integer] = ACTIONS(1811), + [sym_float] = ACTIONS(1811), + [sym_char] = ACTIONS(1811), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1811), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [491] = { + [sym__expression] = STATE(3309), + [sym_block] = STATE(3309), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3309), + [sym_nil] = STATE(3309), + [sym__atom] = STATE(3309), + [sym_quoted_atom] = STATE(3309), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3309), + [sym_charlist] = STATE(3309), + [sym_sigil] = STATE(3309), + [sym_list] = STATE(3309), + [sym_tuple] = STATE(3309), + [sym_bitstring] = STATE(3309), + [sym_map] = STATE(3309), + [sym__nullary_operator] = STATE(3309), + [sym_unary_operator] = STATE(3309), + [sym_binary_operator] = STATE(3309), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3309), + [sym_call] = STATE(3309), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3309), + [sym_anonymous_function] = STATE(3309), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1813), + [sym_integer] = ACTIONS(1813), + [sym_float] = ACTIONS(1813), + [sym_char] = ACTIONS(1813), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1813), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [492] = { + [sym__expression] = STATE(3310), + [sym_block] = STATE(3310), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3310), + [sym_nil] = STATE(3310), + [sym__atom] = STATE(3310), + [sym_quoted_atom] = STATE(3310), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3310), + [sym_charlist] = STATE(3310), + [sym_sigil] = STATE(3310), + [sym_list] = STATE(3310), + [sym_tuple] = STATE(3310), + [sym_bitstring] = STATE(3310), + [sym_map] = STATE(3310), + [sym__nullary_operator] = STATE(3310), + [sym_unary_operator] = STATE(3310), + [sym_binary_operator] = STATE(3310), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3310), + [sym_call] = STATE(3310), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3310), + [sym_anonymous_function] = STATE(3310), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1815), + [sym_integer] = ACTIONS(1815), + [sym_float] = ACTIONS(1815), + [sym_char] = ACTIONS(1815), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1815), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [493] = { + [sym__expression] = STATE(3311), + [sym_block] = STATE(3311), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3311), + [sym_nil] = STATE(3311), + [sym__atom] = STATE(3311), + [sym_quoted_atom] = STATE(3311), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3311), + [sym_charlist] = STATE(3311), + [sym_sigil] = STATE(3311), + [sym_list] = STATE(3311), + [sym_tuple] = STATE(3311), + [sym_bitstring] = STATE(3311), + [sym_map] = STATE(3311), + [sym__nullary_operator] = STATE(3311), + [sym_unary_operator] = STATE(3311), + [sym_binary_operator] = STATE(3311), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3311), + [sym_call] = STATE(3311), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3311), + [sym_anonymous_function] = STATE(3311), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1817), + [sym_integer] = ACTIONS(1817), + [sym_float] = ACTIONS(1817), + [sym_char] = ACTIONS(1817), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1817), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [494] = { + [sym__expression] = STATE(2259), + [sym_block] = STATE(2259), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(2259), + [sym_nil] = STATE(2259), + [sym__atom] = STATE(2259), + [sym_quoted_atom] = STATE(2259), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2259), + [sym_charlist] = STATE(2259), + [sym_sigil] = STATE(2259), + [sym_list] = STATE(2259), + [sym_tuple] = STATE(2259), + [sym_bitstring] = STATE(2259), + [sym_map] = STATE(2259), + [sym__nullary_operator] = STATE(2259), + [sym_unary_operator] = STATE(2259), + [sym_binary_operator] = STATE(2259), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2259), + [sym_call] = STATE(2259), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2259), + [sym_anonymous_function] = STATE(2259), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1819), + [sym_integer] = ACTIONS(1819), + [sym_float] = ACTIONS(1819), + [sym_char] = ACTIONS(1819), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1819), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [495] = { + [sym__expression] = STATE(3312), + [sym_block] = STATE(3312), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3312), + [sym_nil] = STATE(3312), + [sym__atom] = STATE(3312), + [sym_quoted_atom] = STATE(3312), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3312), + [sym_charlist] = STATE(3312), + [sym_sigil] = STATE(3312), + [sym_list] = STATE(3312), + [sym_tuple] = STATE(3312), + [sym_bitstring] = STATE(3312), + [sym_map] = STATE(3312), + [sym__nullary_operator] = STATE(3312), + [sym_unary_operator] = STATE(3312), + [sym_binary_operator] = STATE(3312), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3312), + [sym_call] = STATE(3312), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3312), + [sym_anonymous_function] = STATE(3312), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1821), + [sym_integer] = ACTIONS(1821), + [sym_float] = ACTIONS(1821), + [sym_char] = ACTIONS(1821), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1821), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [496] = { + [sym__expression] = STATE(3337), + [sym_block] = STATE(3337), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3337), + [sym_nil] = STATE(3337), + [sym__atom] = STATE(3337), + [sym_quoted_atom] = STATE(3337), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3337), + [sym_charlist] = STATE(3337), + [sym_sigil] = STATE(3337), + [sym_list] = STATE(3337), + [sym_tuple] = STATE(3337), + [sym_bitstring] = STATE(3337), + [sym_map] = STATE(3337), + [sym__nullary_operator] = STATE(3337), + [sym_unary_operator] = STATE(3337), + [sym_binary_operator] = STATE(3337), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3337), + [sym_call] = STATE(3337), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3337), + [sym_anonymous_function] = STATE(3337), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1823), + [sym_integer] = ACTIONS(1823), + [sym_float] = ACTIONS(1823), + [sym_char] = ACTIONS(1823), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1823), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [497] = { + [sym__expression] = STATE(2258), + [sym_block] = STATE(2258), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(2258), + [sym_nil] = STATE(2258), + [sym__atom] = STATE(2258), + [sym_quoted_atom] = STATE(2258), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2258), + [sym_charlist] = STATE(2258), + [sym_sigil] = STATE(2258), + [sym_list] = STATE(2258), + [sym_tuple] = STATE(2258), + [sym_bitstring] = STATE(2258), + [sym_map] = STATE(2258), + [sym__nullary_operator] = STATE(2258), + [sym_unary_operator] = STATE(2258), + [sym_binary_operator] = STATE(2258), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2258), + [sym_call] = STATE(2258), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2258), + [sym_anonymous_function] = STATE(2258), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1825), + [sym_integer] = ACTIONS(1825), + [sym_float] = ACTIONS(1825), + [sym_char] = ACTIONS(1825), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1825), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [498] = { + [sym__expression] = STATE(2239), + [sym_block] = STATE(2239), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(2239), + [sym_nil] = STATE(2239), + [sym__atom] = STATE(2239), + [sym_quoted_atom] = STATE(2239), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2239), + [sym_charlist] = STATE(2239), + [sym_sigil] = STATE(2239), + [sym_list] = STATE(2239), + [sym_tuple] = STATE(2239), + [sym_bitstring] = STATE(2239), + [sym_map] = STATE(2239), + [sym__nullary_operator] = STATE(2239), + [sym_unary_operator] = STATE(2239), + [sym_binary_operator] = STATE(2239), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2239), + [sym_call] = STATE(2239), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2239), + [sym_anonymous_function] = STATE(2239), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1827), + [sym_integer] = ACTIONS(1827), + [sym_float] = ACTIONS(1827), + [sym_char] = ACTIONS(1827), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1827), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [499] = { + [sym__expression] = STATE(3439), + [sym_block] = STATE(3439), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(3439), + [sym_nil] = STATE(3439), + [sym__atom] = STATE(3439), + [sym_quoted_atom] = STATE(3439), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(3439), + [sym_charlist] = STATE(3439), + [sym_sigil] = STATE(3439), + [sym_list] = STATE(3439), + [sym_tuple] = STATE(3439), + [sym_bitstring] = STATE(3439), + [sym_map] = STATE(3439), + [sym__nullary_operator] = STATE(3439), + [sym_unary_operator] = STATE(3439), + [sym_binary_operator] = STATE(3439), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(3439), + [sym_call] = STATE(3439), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(3439), + [sym_anonymous_function] = STATE(3439), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1829), + [sym_integer] = ACTIONS(1829), + [sym_float] = ACTIONS(1829), + [sym_char] = ACTIONS(1829), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1829), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [500] = { + [sym__expression] = STATE(3445), + [sym_block] = STATE(3445), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3445), + [sym_nil] = STATE(3445), + [sym__atom] = STATE(3445), + [sym_quoted_atom] = STATE(3445), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3445), + [sym_charlist] = STATE(3445), + [sym_sigil] = STATE(3445), + [sym_list] = STATE(3445), + [sym_tuple] = STATE(3445), + [sym_bitstring] = STATE(3445), + [sym_map] = STATE(3445), + [sym__nullary_operator] = STATE(3445), + [sym_unary_operator] = STATE(3445), + [sym_binary_operator] = STATE(3445), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3445), + [sym_call] = STATE(3445), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3445), + [sym_anonymous_function] = STATE(3445), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(1393), + [sym_integer] = ACTIONS(1393), + [sym_float] = ACTIONS(1393), + [sym_char] = ACTIONS(1393), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [501] = { + [sym__expression] = STATE(3653), + [sym_block] = STATE(3653), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3653), + [sym_nil] = STATE(3653), + [sym__atom] = STATE(3653), + [sym_quoted_atom] = STATE(3653), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3653), + [sym_charlist] = STATE(3653), + [sym_sigil] = STATE(3653), + [sym_list] = STATE(3653), + [sym_tuple] = STATE(3653), + [sym_bitstring] = STATE(3653), + [sym_map] = STATE(3653), + [sym__nullary_operator] = STATE(3653), + [sym_unary_operator] = STATE(3653), + [sym_binary_operator] = STATE(3653), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3653), + [sym_call] = STATE(3653), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3653), + [sym_anonymous_function] = STATE(3653), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1831), + [sym_integer] = ACTIONS(1831), + [sym_float] = ACTIONS(1831), + [sym_char] = ACTIONS(1831), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1831), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [502] = { + [sym__expression] = STATE(3338), + [sym_block] = STATE(3338), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3338), + [sym_nil] = STATE(3338), + [sym__atom] = STATE(3338), + [sym_quoted_atom] = STATE(3338), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3338), + [sym_charlist] = STATE(3338), + [sym_sigil] = STATE(3338), + [sym_list] = STATE(3338), + [sym_tuple] = STATE(3338), + [sym_bitstring] = STATE(3338), + [sym_map] = STATE(3338), + [sym__nullary_operator] = STATE(3338), + [sym_unary_operator] = STATE(3338), + [sym_binary_operator] = STATE(3338), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3338), + [sym_call] = STATE(3338), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3338), + [sym_anonymous_function] = STATE(3338), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1833), + [sym_integer] = ACTIONS(1833), + [sym_float] = ACTIONS(1833), + [sym_char] = ACTIONS(1833), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1833), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [503] = { + [sym__expression] = STATE(4205), + [sym_block] = STATE(4205), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4205), + [sym_nil] = STATE(4205), + [sym__atom] = STATE(4205), + [sym_quoted_atom] = STATE(4205), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4205), + [sym_charlist] = STATE(4205), + [sym_sigil] = STATE(4205), + [sym_list] = STATE(4205), + [sym_tuple] = STATE(4205), + [sym_bitstring] = STATE(4205), + [sym_map] = STATE(4205), + [sym__nullary_operator] = STATE(4205), + [sym_unary_operator] = STATE(4205), + [sym_binary_operator] = STATE(4205), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4205), + [sym_call] = STATE(4205), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4205), + [sym_anonymous_function] = STATE(4205), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1835), + [sym_integer] = ACTIONS(1835), + [sym_float] = ACTIONS(1835), + [sym_char] = ACTIONS(1835), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1835), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [504] = { + [sym__expression] = STATE(4562), + [sym_block] = STATE(4562), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4562), + [sym_nil] = STATE(4562), + [sym__atom] = STATE(4562), + [sym_quoted_atom] = STATE(4562), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4562), + [sym_charlist] = STATE(4562), + [sym_sigil] = STATE(4562), + [sym_list] = STATE(4562), + [sym_tuple] = STATE(4562), + [sym_bitstring] = STATE(4562), + [sym_map] = STATE(4562), + [sym__nullary_operator] = STATE(4562), + [sym_unary_operator] = STATE(4562), + [sym_binary_operator] = STATE(4562), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4562), + [sym_call] = STATE(4562), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4562), + [sym_anonymous_function] = STATE(4562), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1837), + [sym_integer] = ACTIONS(1837), + [sym_float] = ACTIONS(1837), + [sym_char] = ACTIONS(1837), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1837), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [505] = { + [sym__expression] = STATE(4009), + [sym_block] = STATE(4009), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4009), + [sym_nil] = STATE(4009), + [sym__atom] = STATE(4009), + [sym_quoted_atom] = STATE(4009), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4009), + [sym_charlist] = STATE(4009), + [sym_sigil] = STATE(4009), + [sym_list] = STATE(4009), + [sym_tuple] = STATE(4009), + [sym_bitstring] = STATE(4009), + [sym_map] = STATE(4009), + [sym__nullary_operator] = STATE(4009), + [sym_unary_operator] = STATE(4009), + [sym_binary_operator] = STATE(4009), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4009), + [sym_call] = STATE(4009), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4009), + [sym_anonymous_function] = STATE(4009), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1839), + [sym_integer] = ACTIONS(1839), + [sym_float] = ACTIONS(1839), + [sym_char] = ACTIONS(1839), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1839), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [506] = { + [sym__expression] = STATE(4563), + [sym_block] = STATE(4563), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4563), + [sym_nil] = STATE(4563), + [sym__atom] = STATE(4563), + [sym_quoted_atom] = STATE(4563), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4563), + [sym_charlist] = STATE(4563), + [sym_sigil] = STATE(4563), + [sym_list] = STATE(4563), + [sym_tuple] = STATE(4563), + [sym_bitstring] = STATE(4563), + [sym_map] = STATE(4563), + [sym__nullary_operator] = STATE(4563), + [sym_unary_operator] = STATE(4563), + [sym_binary_operator] = STATE(4563), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4563), + [sym_call] = STATE(4563), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4563), + [sym_anonymous_function] = STATE(4563), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1841), + [sym_integer] = ACTIONS(1841), + [sym_float] = ACTIONS(1841), + [sym_char] = ACTIONS(1841), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1841), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [507] = { + [sym__expression] = STATE(2238), + [sym_block] = STATE(2238), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(2238), + [sym_nil] = STATE(2238), + [sym__atom] = STATE(2238), + [sym_quoted_atom] = STATE(2238), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2238), + [sym_charlist] = STATE(2238), + [sym_sigil] = STATE(2238), + [sym_list] = STATE(2238), + [sym_tuple] = STATE(2238), + [sym_bitstring] = STATE(2238), + [sym_map] = STATE(2238), + [sym__nullary_operator] = STATE(2238), + [sym_unary_operator] = STATE(2238), + [sym_binary_operator] = STATE(2238), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2238), + [sym_call] = STATE(2238), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2238), + [sym_anonymous_function] = STATE(2238), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1843), + [sym_integer] = ACTIONS(1843), + [sym_float] = ACTIONS(1843), + [sym_char] = ACTIONS(1843), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1843), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [508] = { + [sym__expression] = STATE(1991), + [sym_block] = STATE(1991), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(1991), + [sym_nil] = STATE(1991), + [sym__atom] = STATE(1991), + [sym_quoted_atom] = STATE(1991), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(1991), + [sym_charlist] = STATE(1991), + [sym_sigil] = STATE(1991), + [sym_list] = STATE(1991), + [sym_tuple] = STATE(1991), + [sym_bitstring] = STATE(1991), + [sym_map] = STATE(1991), + [sym__nullary_operator] = STATE(1991), + [sym_unary_operator] = STATE(1991), + [sym_binary_operator] = STATE(1991), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(1991), + [sym_call] = STATE(1991), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(1991), + [sym_anonymous_function] = STATE(1991), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1845), + [sym_integer] = ACTIONS(1845), + [sym_float] = ACTIONS(1845), + [sym_char] = ACTIONS(1845), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1845), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [509] = { + [sym__expression] = STATE(2483), + [sym_block] = STATE(2483), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2483), + [sym_nil] = STATE(2483), + [sym__atom] = STATE(2483), + [sym_quoted_atom] = STATE(2483), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2483), + [sym_charlist] = STATE(2483), + [sym_sigil] = STATE(2483), + [sym_list] = STATE(2483), + [sym_tuple] = STATE(2483), + [sym_bitstring] = STATE(2483), + [sym_map] = STATE(2483), + [sym__nullary_operator] = STATE(2483), + [sym_unary_operator] = STATE(2483), + [sym_binary_operator] = STATE(2483), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2483), + [sym_call] = STATE(2483), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2483), + [sym_anonymous_function] = STATE(2483), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1847), + [sym_integer] = ACTIONS(1847), + [sym_float] = ACTIONS(1847), + [sym_char] = ACTIONS(1847), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1847), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [510] = { + [sym__expression] = STATE(4180), + [sym_block] = STATE(4180), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4180), + [sym_nil] = STATE(4180), + [sym__atom] = STATE(4180), + [sym_quoted_atom] = STATE(4180), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4180), + [sym_charlist] = STATE(4180), + [sym_sigil] = STATE(4180), + [sym_list] = STATE(4180), + [sym_tuple] = STATE(4180), + [sym_bitstring] = STATE(4180), + [sym_map] = STATE(4180), + [sym__nullary_operator] = STATE(4180), + [sym_unary_operator] = STATE(4180), + [sym_binary_operator] = STATE(4180), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4180), + [sym_call] = STATE(4180), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4180), + [sym_anonymous_function] = STATE(4180), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1849), + [sym_integer] = ACTIONS(1849), + [sym_float] = ACTIONS(1849), + [sym_char] = ACTIONS(1849), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1849), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [511] = { + [sym__expression] = STATE(3499), + [sym_block] = STATE(3499), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3499), + [sym_nil] = STATE(3499), + [sym__atom] = STATE(3499), + [sym_quoted_atom] = STATE(3499), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3499), + [sym_charlist] = STATE(3499), + [sym_sigil] = STATE(3499), + [sym_list] = STATE(3499), + [sym_tuple] = STATE(3499), + [sym_bitstring] = STATE(3499), + [sym_map] = STATE(3499), + [sym__nullary_operator] = STATE(3499), + [sym_unary_operator] = STATE(3499), + [sym_binary_operator] = STATE(3499), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3499), + [sym_call] = STATE(3499), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3499), + [sym_anonymous_function] = STATE(3499), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1851), + [sym_integer] = ACTIONS(1851), + [sym_float] = ACTIONS(1851), + [sym_char] = ACTIONS(1851), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1851), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [512] = { + [sym__expression] = STATE(2024), + [sym_block] = STATE(2024), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(2024), + [sym_nil] = STATE(2024), + [sym__atom] = STATE(2024), + [sym_quoted_atom] = STATE(2024), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2024), + [sym_charlist] = STATE(2024), + [sym_sigil] = STATE(2024), + [sym_list] = STATE(2024), + [sym_tuple] = STATE(2024), + [sym_bitstring] = STATE(2024), + [sym_map] = STATE(2024), + [sym__nullary_operator] = STATE(2024), + [sym_unary_operator] = STATE(2024), + [sym_binary_operator] = STATE(2024), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2024), + [sym_call] = STATE(2024), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2024), + [sym_anonymous_function] = STATE(2024), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1853), + [sym_integer] = ACTIONS(1853), + [sym_float] = ACTIONS(1853), + [sym_char] = ACTIONS(1853), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1853), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [513] = { + [sym__expression] = STATE(4137), + [sym_block] = STATE(4137), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4137), + [sym_nil] = STATE(4137), + [sym__atom] = STATE(4137), + [sym_quoted_atom] = STATE(4137), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4137), + [sym_charlist] = STATE(4137), + [sym_sigil] = STATE(4137), + [sym_list] = STATE(4137), + [sym_tuple] = STATE(4137), + [sym_bitstring] = STATE(4137), + [sym_map] = STATE(4137), + [sym__nullary_operator] = STATE(4137), + [sym_unary_operator] = STATE(4137), + [sym_binary_operator] = STATE(4137), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4137), + [sym_call] = STATE(4137), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4137), + [sym_anonymous_function] = STATE(4137), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1855), + [sym_integer] = ACTIONS(1855), + [sym_float] = ACTIONS(1855), + [sym_char] = ACTIONS(1855), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1855), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [514] = { + [sym__expression] = STATE(4110), + [sym_block] = STATE(4110), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4110), + [sym_nil] = STATE(4110), + [sym__atom] = STATE(4110), + [sym_quoted_atom] = STATE(4110), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4110), + [sym_charlist] = STATE(4110), + [sym_sigil] = STATE(4110), + [sym_list] = STATE(4110), + [sym_tuple] = STATE(4110), + [sym_bitstring] = STATE(4110), + [sym_map] = STATE(4110), + [sym__nullary_operator] = STATE(4110), + [sym_unary_operator] = STATE(4110), + [sym_binary_operator] = STATE(4110), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4110), + [sym_call] = STATE(4110), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4110), + [sym_anonymous_function] = STATE(4110), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1857), + [sym_integer] = ACTIONS(1857), + [sym_float] = ACTIONS(1857), + [sym_char] = ACTIONS(1857), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1857), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [515] = { + [sym__expression] = STATE(4566), + [sym_block] = STATE(4566), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4566), + [sym_nil] = STATE(4566), + [sym__atom] = STATE(4566), + [sym_quoted_atom] = STATE(4566), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4566), + [sym_charlist] = STATE(4566), + [sym_sigil] = STATE(4566), + [sym_list] = STATE(4566), + [sym_tuple] = STATE(4566), + [sym_bitstring] = STATE(4566), + [sym_map] = STATE(4566), + [sym__nullary_operator] = STATE(4566), + [sym_unary_operator] = STATE(4566), + [sym_binary_operator] = STATE(4566), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4566), + [sym_call] = STATE(4566), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4566), + [sym_anonymous_function] = STATE(4566), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1859), + [sym_integer] = ACTIONS(1859), + [sym_float] = ACTIONS(1859), + [sym_char] = ACTIONS(1859), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1859), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [516] = { + [sym__expression] = STATE(4073), + [sym_block] = STATE(4073), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4073), + [sym_nil] = STATE(4073), + [sym__atom] = STATE(4073), + [sym_quoted_atom] = STATE(4073), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4073), + [sym_charlist] = STATE(4073), + [sym_sigil] = STATE(4073), + [sym_list] = STATE(4073), + [sym_tuple] = STATE(4073), + [sym_bitstring] = STATE(4073), + [sym_map] = STATE(4073), + [sym__nullary_operator] = STATE(4073), + [sym_unary_operator] = STATE(4073), + [sym_binary_operator] = STATE(4073), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4073), + [sym_call] = STATE(4073), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4073), + [sym_anonymous_function] = STATE(4073), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1861), + [sym_integer] = ACTIONS(1861), + [sym_float] = ACTIONS(1861), + [sym_char] = ACTIONS(1861), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1861), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [517] = { + [sym__expression] = STATE(4072), + [sym_block] = STATE(4072), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4072), + [sym_nil] = STATE(4072), + [sym__atom] = STATE(4072), + [sym_quoted_atom] = STATE(4072), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4072), + [sym_charlist] = STATE(4072), + [sym_sigil] = STATE(4072), + [sym_list] = STATE(4072), + [sym_tuple] = STATE(4072), + [sym_bitstring] = STATE(4072), + [sym_map] = STATE(4072), + [sym__nullary_operator] = STATE(4072), + [sym_unary_operator] = STATE(4072), + [sym_binary_operator] = STATE(4072), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4072), + [sym_call] = STATE(4072), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4072), + [sym_anonymous_function] = STATE(4072), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1863), + [sym_integer] = ACTIONS(1863), + [sym_float] = ACTIONS(1863), + [sym_char] = ACTIONS(1863), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1863), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [518] = { + [sym__expression] = STATE(4071), + [sym_block] = STATE(4071), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4071), + [sym_nil] = STATE(4071), + [sym__atom] = STATE(4071), + [sym_quoted_atom] = STATE(4071), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4071), + [sym_charlist] = STATE(4071), + [sym_sigil] = STATE(4071), + [sym_list] = STATE(4071), + [sym_tuple] = STATE(4071), + [sym_bitstring] = STATE(4071), + [sym_map] = STATE(4071), + [sym__nullary_operator] = STATE(4071), + [sym_unary_operator] = STATE(4071), + [sym_binary_operator] = STATE(4071), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4071), + [sym_call] = STATE(4071), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4071), + [sym_anonymous_function] = STATE(4071), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1865), + [sym_integer] = ACTIONS(1865), + [sym_float] = ACTIONS(1865), + [sym_char] = ACTIONS(1865), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1865), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [519] = { + [sym__expression] = STATE(4273), + [sym_block] = STATE(4273), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4273), + [sym_nil] = STATE(4273), + [sym__atom] = STATE(4273), + [sym_quoted_atom] = STATE(4273), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4273), + [sym_charlist] = STATE(4273), + [sym_sigil] = STATE(4273), + [sym_list] = STATE(4273), + [sym_tuple] = STATE(4273), + [sym_bitstring] = STATE(4273), + [sym_map] = STATE(4273), + [sym__nullary_operator] = STATE(4273), + [sym_unary_operator] = STATE(4273), + [sym_binary_operator] = STATE(4273), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4273), + [sym_call] = STATE(4273), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4273), + [sym_anonymous_function] = STATE(4273), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1867), + [sym_integer] = ACTIONS(1867), + [sym_float] = ACTIONS(1867), + [sym_char] = ACTIONS(1867), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1867), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [520] = { + [sym__expression] = STATE(4295), + [sym_block] = STATE(4295), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4295), + [sym_nil] = STATE(4295), + [sym__atom] = STATE(4295), + [sym_quoted_atom] = STATE(4295), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4295), + [sym_charlist] = STATE(4295), + [sym_sigil] = STATE(4295), + [sym_list] = STATE(4295), + [sym_tuple] = STATE(4295), + [sym_bitstring] = STATE(4295), + [sym_map] = STATE(4295), + [sym__nullary_operator] = STATE(4295), + [sym_unary_operator] = STATE(4295), + [sym_binary_operator] = STATE(4295), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4295), + [sym_call] = STATE(4295), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4295), + [sym_anonymous_function] = STATE(4295), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1869), + [sym_integer] = ACTIONS(1869), + [sym_float] = ACTIONS(1869), + [sym_char] = ACTIONS(1869), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1869), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [521] = { + [sym__expression] = STATE(4294), + [sym_block] = STATE(4294), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4294), + [sym_nil] = STATE(4294), + [sym__atom] = STATE(4294), + [sym_quoted_atom] = STATE(4294), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4294), + [sym_charlist] = STATE(4294), + [sym_sigil] = STATE(4294), + [sym_list] = STATE(4294), + [sym_tuple] = STATE(4294), + [sym_bitstring] = STATE(4294), + [sym_map] = STATE(4294), + [sym__nullary_operator] = STATE(4294), + [sym_unary_operator] = STATE(4294), + [sym_binary_operator] = STATE(4294), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4294), + [sym_call] = STATE(4294), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4294), + [sym_anonymous_function] = STATE(4294), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1871), + [sym_integer] = ACTIONS(1871), + [sym_float] = ACTIONS(1871), + [sym_char] = ACTIONS(1871), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1871), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [522] = { + [sym__expression] = STATE(4293), + [sym_block] = STATE(4293), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4293), + [sym_nil] = STATE(4293), + [sym__atom] = STATE(4293), + [sym_quoted_atom] = STATE(4293), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4293), + [sym_charlist] = STATE(4293), + [sym_sigil] = STATE(4293), + [sym_list] = STATE(4293), + [sym_tuple] = STATE(4293), + [sym_bitstring] = STATE(4293), + [sym_map] = STATE(4293), + [sym__nullary_operator] = STATE(4293), + [sym_unary_operator] = STATE(4293), + [sym_binary_operator] = STATE(4293), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4293), + [sym_call] = STATE(4293), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4293), + [sym_anonymous_function] = STATE(4293), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1873), + [sym_integer] = ACTIONS(1873), + [sym_float] = ACTIONS(1873), + [sym_char] = ACTIONS(1873), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1873), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [523] = { + [sym__expression] = STATE(4292), + [sym_block] = STATE(4292), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4292), + [sym_nil] = STATE(4292), + [sym__atom] = STATE(4292), + [sym_quoted_atom] = STATE(4292), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4292), + [sym_charlist] = STATE(4292), + [sym_sigil] = STATE(4292), + [sym_list] = STATE(4292), + [sym_tuple] = STATE(4292), + [sym_bitstring] = STATE(4292), + [sym_map] = STATE(4292), + [sym__nullary_operator] = STATE(4292), + [sym_unary_operator] = STATE(4292), + [sym_binary_operator] = STATE(4292), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4292), + [sym_call] = STATE(4292), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4292), + [sym_anonymous_function] = STATE(4292), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1875), + [sym_integer] = ACTIONS(1875), + [sym_float] = ACTIONS(1875), + [sym_char] = ACTIONS(1875), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1875), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [524] = { + [sym__expression] = STATE(4291), + [sym_block] = STATE(4291), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4291), + [sym_nil] = STATE(4291), + [sym__atom] = STATE(4291), + [sym_quoted_atom] = STATE(4291), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4291), + [sym_charlist] = STATE(4291), + [sym_sigil] = STATE(4291), + [sym_list] = STATE(4291), + [sym_tuple] = STATE(4291), + [sym_bitstring] = STATE(4291), + [sym_map] = STATE(4291), + [sym__nullary_operator] = STATE(4291), + [sym_unary_operator] = STATE(4291), + [sym_binary_operator] = STATE(4291), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4291), + [sym_call] = STATE(4291), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4291), + [sym_anonymous_function] = STATE(4291), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1877), + [sym_integer] = ACTIONS(1877), + [sym_float] = ACTIONS(1877), + [sym_char] = ACTIONS(1877), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1877), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [525] = { + [sym__expression] = STATE(4285), + [sym_block] = STATE(4285), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4285), + [sym_nil] = STATE(4285), + [sym__atom] = STATE(4285), + [sym_quoted_atom] = STATE(4285), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4285), + [sym_charlist] = STATE(4285), + [sym_sigil] = STATE(4285), + [sym_list] = STATE(4285), + [sym_tuple] = STATE(4285), + [sym_bitstring] = STATE(4285), + [sym_map] = STATE(4285), + [sym__nullary_operator] = STATE(4285), + [sym_unary_operator] = STATE(4285), + [sym_binary_operator] = STATE(4285), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4285), + [sym_call] = STATE(4285), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4285), + [sym_anonymous_function] = STATE(4285), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1879), + [sym_integer] = ACTIONS(1879), + [sym_float] = ACTIONS(1879), + [sym_char] = ACTIONS(1879), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1879), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [526] = { + [sym__expression] = STATE(4287), + [sym_block] = STATE(4287), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4287), + [sym_nil] = STATE(4287), + [sym__atom] = STATE(4287), + [sym_quoted_atom] = STATE(4287), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4287), + [sym_charlist] = STATE(4287), + [sym_sigil] = STATE(4287), + [sym_list] = STATE(4287), + [sym_tuple] = STATE(4287), + [sym_bitstring] = STATE(4287), + [sym_map] = STATE(4287), + [sym__nullary_operator] = STATE(4287), + [sym_unary_operator] = STATE(4287), + [sym_binary_operator] = STATE(4287), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4287), + [sym_call] = STATE(4287), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4287), + [sym_anonymous_function] = STATE(4287), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1881), + [sym_integer] = ACTIONS(1881), + [sym_float] = ACTIONS(1881), + [sym_char] = ACTIONS(1881), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1881), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [527] = { + [sym__expression] = STATE(4286), + [sym_block] = STATE(4286), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4286), + [sym_nil] = STATE(4286), + [sym__atom] = STATE(4286), + [sym_quoted_atom] = STATE(4286), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4286), + [sym_charlist] = STATE(4286), + [sym_sigil] = STATE(4286), + [sym_list] = STATE(4286), + [sym_tuple] = STATE(4286), + [sym_bitstring] = STATE(4286), + [sym_map] = STATE(4286), + [sym__nullary_operator] = STATE(4286), + [sym_unary_operator] = STATE(4286), + [sym_binary_operator] = STATE(4286), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4286), + [sym_call] = STATE(4286), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4286), + [sym_anonymous_function] = STATE(4286), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1883), + [sym_integer] = ACTIONS(1883), + [sym_float] = ACTIONS(1883), + [sym_char] = ACTIONS(1883), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1883), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [528] = { + [sym__expression] = STATE(4225), + [sym_block] = STATE(4225), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4225), + [sym_nil] = STATE(4225), + [sym__atom] = STATE(4225), + [sym_quoted_atom] = STATE(4225), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4225), + [sym_charlist] = STATE(4225), + [sym_sigil] = STATE(4225), + [sym_list] = STATE(4225), + [sym_tuple] = STATE(4225), + [sym_bitstring] = STATE(4225), + [sym_map] = STATE(4225), + [sym__nullary_operator] = STATE(4225), + [sym_unary_operator] = STATE(4225), + [sym_binary_operator] = STATE(4225), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4225), + [sym_call] = STATE(4225), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4225), + [sym_anonymous_function] = STATE(4225), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1885), + [sym_integer] = ACTIONS(1885), + [sym_float] = ACTIONS(1885), + [sym_char] = ACTIONS(1885), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1885), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [529] = { + [sym__expression] = STATE(2369), + [sym_block] = STATE(2369), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2369), + [sym_nil] = STATE(2369), + [sym__atom] = STATE(2369), + [sym_quoted_atom] = STATE(2369), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2369), + [sym_charlist] = STATE(2369), + [sym_sigil] = STATE(2369), + [sym_list] = STATE(2369), + [sym_tuple] = STATE(2369), + [sym_bitstring] = STATE(2369), + [sym_map] = STATE(2369), + [sym__nullary_operator] = STATE(2369), + [sym_unary_operator] = STATE(2369), + [sym_binary_operator] = STATE(2369), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2369), + [sym_call] = STATE(2369), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2369), + [sym_anonymous_function] = STATE(2369), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1501), + [sym_integer] = ACTIONS(1501), + [sym_float] = ACTIONS(1501), + [sym_char] = ACTIONS(1501), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1501), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [530] = { + [sym__expression] = STATE(4282), + [sym_block] = STATE(4282), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4282), + [sym_nil] = STATE(4282), + [sym__atom] = STATE(4282), + [sym_quoted_atom] = STATE(4282), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4282), + [sym_charlist] = STATE(4282), + [sym_sigil] = STATE(4282), + [sym_list] = STATE(4282), + [sym_tuple] = STATE(4282), + [sym_bitstring] = STATE(4282), + [sym_map] = STATE(4282), + [sym__nullary_operator] = STATE(4282), + [sym_unary_operator] = STATE(4282), + [sym_binary_operator] = STATE(4282), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4282), + [sym_call] = STATE(4282), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4282), + [sym_anonymous_function] = STATE(4282), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1887), + [sym_integer] = ACTIONS(1887), + [sym_float] = ACTIONS(1887), + [sym_char] = ACTIONS(1887), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1887), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [531] = { + [sym__expression] = STATE(4296), + [sym_block] = STATE(4296), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4296), + [sym_nil] = STATE(4296), + [sym__atom] = STATE(4296), + [sym_quoted_atom] = STATE(4296), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4296), + [sym_charlist] = STATE(4296), + [sym_sigil] = STATE(4296), + [sym_list] = STATE(4296), + [sym_tuple] = STATE(4296), + [sym_bitstring] = STATE(4296), + [sym_map] = STATE(4296), + [sym__nullary_operator] = STATE(4296), + [sym_unary_operator] = STATE(4296), + [sym_binary_operator] = STATE(4296), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4296), + [sym_call] = STATE(4296), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4296), + [sym_anonymous_function] = STATE(4296), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1889), + [sym_integer] = ACTIONS(1889), + [sym_float] = ACTIONS(1889), + [sym_char] = ACTIONS(1889), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1889), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [532] = { + [sym__expression] = STATE(4280), + [sym_block] = STATE(4280), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4280), + [sym_nil] = STATE(4280), + [sym__atom] = STATE(4280), + [sym_quoted_atom] = STATE(4280), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4280), + [sym_charlist] = STATE(4280), + [sym_sigil] = STATE(4280), + [sym_list] = STATE(4280), + [sym_tuple] = STATE(4280), + [sym_bitstring] = STATE(4280), + [sym_map] = STATE(4280), + [sym__nullary_operator] = STATE(4280), + [sym_unary_operator] = STATE(4280), + [sym_binary_operator] = STATE(4280), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4280), + [sym_call] = STATE(4280), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4280), + [sym_anonymous_function] = STATE(4280), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1891), + [sym_integer] = ACTIONS(1891), + [sym_float] = ACTIONS(1891), + [sym_char] = ACTIONS(1891), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1891), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [533] = { + [sym__expression] = STATE(4279), + [sym_block] = STATE(4279), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4279), + [sym_nil] = STATE(4279), + [sym__atom] = STATE(4279), + [sym_quoted_atom] = STATE(4279), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4279), + [sym_charlist] = STATE(4279), + [sym_sigil] = STATE(4279), + [sym_list] = STATE(4279), + [sym_tuple] = STATE(4279), + [sym_bitstring] = STATE(4279), + [sym_map] = STATE(4279), + [sym__nullary_operator] = STATE(4279), + [sym_unary_operator] = STATE(4279), + [sym_binary_operator] = STATE(4279), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4279), + [sym_call] = STATE(4279), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4279), + [sym_anonymous_function] = STATE(4279), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1893), + [sym_integer] = ACTIONS(1893), + [sym_float] = ACTIONS(1893), + [sym_char] = ACTIONS(1893), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1893), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [534] = { + [sym__expression] = STATE(3482), + [sym_block] = STATE(3482), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3482), + [sym_nil] = STATE(3482), + [sym__atom] = STATE(3482), + [sym_quoted_atom] = STATE(3482), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3482), + [sym_charlist] = STATE(3482), + [sym_sigil] = STATE(3482), + [sym_list] = STATE(3482), + [sym_tuple] = STATE(3482), + [sym_bitstring] = STATE(3482), + [sym_map] = STATE(3482), + [sym__nullary_operator] = STATE(3482), + [sym_unary_operator] = STATE(3482), + [sym_binary_operator] = STATE(3482), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3482), + [sym_call] = STATE(3482), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3482), + [sym_anonymous_function] = STATE(3482), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1495), + [sym_integer] = ACTIONS(1495), + [sym_float] = ACTIONS(1495), + [sym_char] = ACTIONS(1495), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(1495), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [535] = { + [sym__expression] = STATE(4270), + [sym_block] = STATE(4270), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4270), + [sym_nil] = STATE(4270), + [sym__atom] = STATE(4270), + [sym_quoted_atom] = STATE(4270), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4270), + [sym_charlist] = STATE(4270), + [sym_sigil] = STATE(4270), + [sym_list] = STATE(4270), + [sym_tuple] = STATE(4270), + [sym_bitstring] = STATE(4270), + [sym_map] = STATE(4270), + [sym__nullary_operator] = STATE(4270), + [sym_unary_operator] = STATE(4270), + [sym_binary_operator] = STATE(4270), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4270), + [sym_call] = STATE(4270), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4270), + [sym_anonymous_function] = STATE(4270), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1895), + [sym_integer] = ACTIONS(1895), + [sym_float] = ACTIONS(1895), + [sym_char] = ACTIONS(1895), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1895), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [536] = { + [sym__expression] = STATE(4269), + [sym_block] = STATE(4269), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4269), + [sym_nil] = STATE(4269), + [sym__atom] = STATE(4269), + [sym_quoted_atom] = STATE(4269), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4269), + [sym_charlist] = STATE(4269), + [sym_sigil] = STATE(4269), + [sym_list] = STATE(4269), + [sym_tuple] = STATE(4269), + [sym_bitstring] = STATE(4269), + [sym_map] = STATE(4269), + [sym__nullary_operator] = STATE(4269), + [sym_unary_operator] = STATE(4269), + [sym_binary_operator] = STATE(4269), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4269), + [sym_call] = STATE(4269), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4269), + [sym_anonymous_function] = STATE(4269), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1897), + [sym_integer] = ACTIONS(1897), + [sym_float] = ACTIONS(1897), + [sym_char] = ACTIONS(1897), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1897), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [537] = { + [sym__expression] = STATE(4070), + [sym_block] = STATE(4070), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4070), + [sym_nil] = STATE(4070), + [sym__atom] = STATE(4070), + [sym_quoted_atom] = STATE(4070), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4070), + [sym_charlist] = STATE(4070), + [sym_sigil] = STATE(4070), + [sym_list] = STATE(4070), + [sym_tuple] = STATE(4070), + [sym_bitstring] = STATE(4070), + [sym_map] = STATE(4070), + [sym__nullary_operator] = STATE(4070), + [sym_unary_operator] = STATE(4070), + [sym_binary_operator] = STATE(4070), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4070), + [sym_call] = STATE(4070), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4070), + [sym_anonymous_function] = STATE(4070), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1899), + [sym_integer] = ACTIONS(1899), + [sym_float] = ACTIONS(1899), + [sym_char] = ACTIONS(1899), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1899), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [538] = { + [sym__expression] = STATE(4571), + [sym_block] = STATE(4571), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4571), + [sym_nil] = STATE(4571), + [sym__atom] = STATE(4571), + [sym_quoted_atom] = STATE(4571), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4571), + [sym_charlist] = STATE(4571), + [sym_sigil] = STATE(4571), + [sym_list] = STATE(4571), + [sym_tuple] = STATE(4571), + [sym_bitstring] = STATE(4571), + [sym_map] = STATE(4571), + [sym__nullary_operator] = STATE(4571), + [sym_unary_operator] = STATE(4571), + [sym_binary_operator] = STATE(4571), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4571), + [sym_call] = STATE(4571), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4571), + [sym_anonymous_function] = STATE(4571), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1901), + [sym_integer] = ACTIONS(1901), + [sym_float] = ACTIONS(1901), + [sym_char] = ACTIONS(1901), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1901), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [539] = { + [sym__expression] = STATE(4068), + [sym_block] = STATE(4068), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4068), + [sym_nil] = STATE(4068), + [sym__atom] = STATE(4068), + [sym_quoted_atom] = STATE(4068), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4068), + [sym_charlist] = STATE(4068), + [sym_sigil] = STATE(4068), + [sym_list] = STATE(4068), + [sym_tuple] = STATE(4068), + [sym_bitstring] = STATE(4068), + [sym_map] = STATE(4068), + [sym__nullary_operator] = STATE(4068), + [sym_unary_operator] = STATE(4068), + [sym_binary_operator] = STATE(4068), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4068), + [sym_call] = STATE(4068), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4068), + [sym_anonymous_function] = STATE(4068), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1903), + [sym_integer] = ACTIONS(1903), + [sym_float] = ACTIONS(1903), + [sym_char] = ACTIONS(1903), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1903), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [540] = { + [sym__expression] = STATE(4067), + [sym_block] = STATE(4067), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4067), + [sym_nil] = STATE(4067), + [sym__atom] = STATE(4067), + [sym_quoted_atom] = STATE(4067), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4067), + [sym_charlist] = STATE(4067), + [sym_sigil] = STATE(4067), + [sym_list] = STATE(4067), + [sym_tuple] = STATE(4067), + [sym_bitstring] = STATE(4067), + [sym_map] = STATE(4067), + [sym__nullary_operator] = STATE(4067), + [sym_unary_operator] = STATE(4067), + [sym_binary_operator] = STATE(4067), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4067), + [sym_call] = STATE(4067), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4067), + [sym_anonymous_function] = STATE(4067), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1905), + [sym_integer] = ACTIONS(1905), + [sym_float] = ACTIONS(1905), + [sym_char] = ACTIONS(1905), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1905), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [541] = { + [sym__expression] = STATE(4066), + [sym_block] = STATE(4066), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4066), + [sym_nil] = STATE(4066), + [sym__atom] = STATE(4066), + [sym_quoted_atom] = STATE(4066), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4066), + [sym_charlist] = STATE(4066), + [sym_sigil] = STATE(4066), + [sym_list] = STATE(4066), + [sym_tuple] = STATE(4066), + [sym_bitstring] = STATE(4066), + [sym_map] = STATE(4066), + [sym__nullary_operator] = STATE(4066), + [sym_unary_operator] = STATE(4066), + [sym_binary_operator] = STATE(4066), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4066), + [sym_call] = STATE(4066), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4066), + [sym_anonymous_function] = STATE(4066), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1907), + [sym_integer] = ACTIONS(1907), + [sym_float] = ACTIONS(1907), + [sym_char] = ACTIONS(1907), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1907), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [542] = { + [sym__expression] = STATE(4065), + [sym_block] = STATE(4065), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4065), + [sym_nil] = STATE(4065), + [sym__atom] = STATE(4065), + [sym_quoted_atom] = STATE(4065), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4065), + [sym_charlist] = STATE(4065), + [sym_sigil] = STATE(4065), + [sym_list] = STATE(4065), + [sym_tuple] = STATE(4065), + [sym_bitstring] = STATE(4065), + [sym_map] = STATE(4065), + [sym__nullary_operator] = STATE(4065), + [sym_unary_operator] = STATE(4065), + [sym_binary_operator] = STATE(4065), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4065), + [sym_call] = STATE(4065), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4065), + [sym_anonymous_function] = STATE(4065), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1909), + [sym_integer] = ACTIONS(1909), + [sym_float] = ACTIONS(1909), + [sym_char] = ACTIONS(1909), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1909), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [543] = { + [sym__expression] = STATE(4064), + [sym_block] = STATE(4064), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4064), + [sym_nil] = STATE(4064), + [sym__atom] = STATE(4064), + [sym_quoted_atom] = STATE(4064), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4064), + [sym_charlist] = STATE(4064), + [sym_sigil] = STATE(4064), + [sym_list] = STATE(4064), + [sym_tuple] = STATE(4064), + [sym_bitstring] = STATE(4064), + [sym_map] = STATE(4064), + [sym__nullary_operator] = STATE(4064), + [sym_unary_operator] = STATE(4064), + [sym_binary_operator] = STATE(4064), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4064), + [sym_call] = STATE(4064), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4064), + [sym_anonymous_function] = STATE(4064), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1911), + [sym_integer] = ACTIONS(1911), + [sym_float] = ACTIONS(1911), + [sym_char] = ACTIONS(1911), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1911), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [544] = { + [sym__expression] = STATE(4063), + [sym_block] = STATE(4063), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4063), + [sym_nil] = STATE(4063), + [sym__atom] = STATE(4063), + [sym_quoted_atom] = STATE(4063), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4063), + [sym_charlist] = STATE(4063), + [sym_sigil] = STATE(4063), + [sym_list] = STATE(4063), + [sym_tuple] = STATE(4063), + [sym_bitstring] = STATE(4063), + [sym_map] = STATE(4063), + [sym__nullary_operator] = STATE(4063), + [sym_unary_operator] = STATE(4063), + [sym_binary_operator] = STATE(4063), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4063), + [sym_call] = STATE(4063), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4063), + [sym_anonymous_function] = STATE(4063), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1913), + [sym_integer] = ACTIONS(1913), + [sym_float] = ACTIONS(1913), + [sym_char] = ACTIONS(1913), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1913), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [545] = { + [sym__expression] = STATE(4062), + [sym_block] = STATE(4062), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4062), + [sym_nil] = STATE(4062), + [sym__atom] = STATE(4062), + [sym_quoted_atom] = STATE(4062), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4062), + [sym_charlist] = STATE(4062), + [sym_sigil] = STATE(4062), + [sym_list] = STATE(4062), + [sym_tuple] = STATE(4062), + [sym_bitstring] = STATE(4062), + [sym_map] = STATE(4062), + [sym__nullary_operator] = STATE(4062), + [sym_unary_operator] = STATE(4062), + [sym_binary_operator] = STATE(4062), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4062), + [sym_call] = STATE(4062), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4062), + [sym_anonymous_function] = STATE(4062), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1915), + [sym_integer] = ACTIONS(1915), + [sym_float] = ACTIONS(1915), + [sym_char] = ACTIONS(1915), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1915), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [546] = { + [sym__expression] = STATE(4061), + [sym_block] = STATE(4061), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4061), + [sym_nil] = STATE(4061), + [sym__atom] = STATE(4061), + [sym_quoted_atom] = STATE(4061), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4061), + [sym_charlist] = STATE(4061), + [sym_sigil] = STATE(4061), + [sym_list] = STATE(4061), + [sym_tuple] = STATE(4061), + [sym_bitstring] = STATE(4061), + [sym_map] = STATE(4061), + [sym__nullary_operator] = STATE(4061), + [sym_unary_operator] = STATE(4061), + [sym_binary_operator] = STATE(4061), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4061), + [sym_call] = STATE(4061), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4061), + [sym_anonymous_function] = STATE(4061), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1917), + [sym_integer] = ACTIONS(1917), + [sym_float] = ACTIONS(1917), + [sym_char] = ACTIONS(1917), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1917), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [547] = { + [sym__expression] = STATE(4060), + [sym_block] = STATE(4060), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4060), + [sym_nil] = STATE(4060), + [sym__atom] = STATE(4060), + [sym_quoted_atom] = STATE(4060), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4060), + [sym_charlist] = STATE(4060), + [sym_sigil] = STATE(4060), + [sym_list] = STATE(4060), + [sym_tuple] = STATE(4060), + [sym_bitstring] = STATE(4060), + [sym_map] = STATE(4060), + [sym__nullary_operator] = STATE(4060), + [sym_unary_operator] = STATE(4060), + [sym_binary_operator] = STATE(4060), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4060), + [sym_call] = STATE(4060), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4060), + [sym_anonymous_function] = STATE(4060), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1919), + [sym_integer] = ACTIONS(1919), + [sym_float] = ACTIONS(1919), + [sym_char] = ACTIONS(1919), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1919), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [548] = { + [sym__expression] = STATE(4059), + [sym_block] = STATE(4059), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4059), + [sym_nil] = STATE(4059), + [sym__atom] = STATE(4059), + [sym_quoted_atom] = STATE(4059), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4059), + [sym_charlist] = STATE(4059), + [sym_sigil] = STATE(4059), + [sym_list] = STATE(4059), + [sym_tuple] = STATE(4059), + [sym_bitstring] = STATE(4059), + [sym_map] = STATE(4059), + [sym__nullary_operator] = STATE(4059), + [sym_unary_operator] = STATE(4059), + [sym_binary_operator] = STATE(4059), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4059), + [sym_call] = STATE(4059), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4059), + [sym_anonymous_function] = STATE(4059), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1921), + [sym_integer] = ACTIONS(1921), + [sym_float] = ACTIONS(1921), + [sym_char] = ACTIONS(1921), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1921), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [549] = { + [sym__expression] = STATE(4157), + [sym_block] = STATE(4157), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4157), + [sym_nil] = STATE(4157), + [sym__atom] = STATE(4157), + [sym_quoted_atom] = STATE(4157), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4157), + [sym_charlist] = STATE(4157), + [sym_sigil] = STATE(4157), + [sym_list] = STATE(4157), + [sym_tuple] = STATE(4157), + [sym_bitstring] = STATE(4157), + [sym_map] = STATE(4157), + [sym__nullary_operator] = STATE(4157), + [sym_unary_operator] = STATE(4157), + [sym_binary_operator] = STATE(4157), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4157), + [sym_call] = STATE(4157), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4157), + [sym_anonymous_function] = STATE(4157), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1923), + [sym_integer] = ACTIONS(1923), + [sym_float] = ACTIONS(1923), + [sym_char] = ACTIONS(1923), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1923), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [550] = { + [sym__expression] = STATE(4212), + [sym_block] = STATE(4212), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4212), + [sym_nil] = STATE(4212), + [sym__atom] = STATE(4212), + [sym_quoted_atom] = STATE(4212), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4212), + [sym_charlist] = STATE(4212), + [sym_sigil] = STATE(4212), + [sym_list] = STATE(4212), + [sym_tuple] = STATE(4212), + [sym_bitstring] = STATE(4212), + [sym_map] = STATE(4212), + [sym__nullary_operator] = STATE(4212), + [sym_unary_operator] = STATE(4212), + [sym_binary_operator] = STATE(4212), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4212), + [sym_call] = STATE(4212), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4212), + [sym_anonymous_function] = STATE(4212), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1925), + [sym_integer] = ACTIONS(1925), + [sym_float] = ACTIONS(1925), + [sym_char] = ACTIONS(1925), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1925), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [551] = { + [sym__expression] = STATE(2663), + [sym_block] = STATE(2663), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2663), + [sym_nil] = STATE(2663), + [sym__atom] = STATE(2663), + [sym_quoted_atom] = STATE(2663), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2663), + [sym_charlist] = STATE(2663), + [sym_sigil] = STATE(2663), + [sym_list] = STATE(2663), + [sym_tuple] = STATE(2663), + [sym_bitstring] = STATE(2663), + [sym_map] = STATE(2663), + [sym__nullary_operator] = STATE(2663), + [sym_unary_operator] = STATE(2663), + [sym_binary_operator] = STATE(2663), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2663), + [sym_call] = STATE(2663), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2663), + [sym_anonymous_function] = STATE(2663), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1927), + [sym_integer] = ACTIONS(1927), + [sym_float] = ACTIONS(1927), + [sym_char] = ACTIONS(1927), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1927), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [552] = { + [sym__expression] = STATE(2544), + [sym_block] = STATE(2544), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2544), + [sym_nil] = STATE(2544), + [sym__atom] = STATE(2544), + [sym_quoted_atom] = STATE(2544), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2544), + [sym_charlist] = STATE(2544), + [sym_sigil] = STATE(2544), + [sym_list] = STATE(2544), + [sym_tuple] = STATE(2544), + [sym_bitstring] = STATE(2544), + [sym_map] = STATE(2544), + [sym__nullary_operator] = STATE(2544), + [sym_unary_operator] = STATE(2544), + [sym_binary_operator] = STATE(2544), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2544), + [sym_call] = STATE(2544), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2544), + [sym_anonymous_function] = STATE(2544), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1929), + [sym_integer] = ACTIONS(1929), + [sym_float] = ACTIONS(1929), + [sym_char] = ACTIONS(1929), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1929), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [553] = { + [sym__expression] = STATE(1232), + [sym_block] = STATE(1232), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(1232), + [sym_nil] = STATE(1232), + [sym__atom] = STATE(1232), + [sym_quoted_atom] = STATE(1232), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1232), + [sym_charlist] = STATE(1232), + [sym_sigil] = STATE(1232), + [sym_list] = STATE(1232), + [sym_tuple] = STATE(1232), + [sym_bitstring] = STATE(1232), + [sym_map] = STATE(1232), + [sym__nullary_operator] = STATE(1232), + [sym_unary_operator] = STATE(1232), + [sym_binary_operator] = STATE(1232), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1232), + [sym_call] = STATE(1232), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1232), + [sym_anonymous_function] = STATE(1232), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1931), + [sym_integer] = ACTIONS(1931), + [sym_float] = ACTIONS(1931), + [sym_char] = ACTIONS(1931), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1931), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [554] = { + [sym__expression] = STATE(1664), + [sym_block] = STATE(1664), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1664), + [sym_nil] = STATE(1664), + [sym__atom] = STATE(1664), + [sym_quoted_atom] = STATE(1664), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1664), + [sym_charlist] = STATE(1664), + [sym_sigil] = STATE(1664), + [sym_list] = STATE(1664), + [sym_tuple] = STATE(1664), + [sym_bitstring] = STATE(1664), + [sym_map] = STATE(1664), + [sym__nullary_operator] = STATE(1664), + [sym_unary_operator] = STATE(1664), + [sym_binary_operator] = STATE(1664), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1664), + [sym_call] = STATE(1664), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1664), + [sym_anonymous_function] = STATE(1664), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1503), + [sym_integer] = ACTIONS(1503), + [sym_float] = ACTIONS(1503), + [sym_char] = ACTIONS(1503), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1503), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [555] = { + [sym__expression] = STATE(4371), + [sym_block] = STATE(4371), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4371), + [sym_nil] = STATE(4371), + [sym__atom] = STATE(4371), + [sym_quoted_atom] = STATE(4371), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4371), + [sym_charlist] = STATE(4371), + [sym_sigil] = STATE(4371), + [sym_list] = STATE(4371), + [sym_tuple] = STATE(4371), + [sym_bitstring] = STATE(4371), + [sym_map] = STATE(4371), + [sym__nullary_operator] = STATE(4371), + [sym_unary_operator] = STATE(4371), + [sym_binary_operator] = STATE(4371), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4371), + [sym_call] = STATE(4371), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4371), + [sym_anonymous_function] = STATE(4371), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(1933), + [sym_integer] = ACTIONS(1933), + [sym_float] = ACTIONS(1933), + [sym_char] = ACTIONS(1933), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(1933), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [556] = { + [sym__expression] = STATE(4203), + [sym_block] = STATE(4203), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4203), + [sym_nil] = STATE(4203), + [sym__atom] = STATE(4203), + [sym_quoted_atom] = STATE(4203), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4203), + [sym_charlist] = STATE(4203), + [sym_sigil] = STATE(4203), + [sym_list] = STATE(4203), + [sym_tuple] = STATE(4203), + [sym_bitstring] = STATE(4203), + [sym_map] = STATE(4203), + [sym__nullary_operator] = STATE(4203), + [sym_unary_operator] = STATE(4203), + [sym_binary_operator] = STATE(4203), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4203), + [sym_call] = STATE(4203), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4203), + [sym_anonymous_function] = STATE(4203), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1935), + [sym_integer] = ACTIONS(1935), + [sym_float] = ACTIONS(1935), + [sym_char] = ACTIONS(1935), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1935), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [557] = { + [sym__expression] = STATE(4202), + [sym_block] = STATE(4202), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4202), + [sym_nil] = STATE(4202), + [sym__atom] = STATE(4202), + [sym_quoted_atom] = STATE(4202), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4202), + [sym_charlist] = STATE(4202), + [sym_sigil] = STATE(4202), + [sym_list] = STATE(4202), + [sym_tuple] = STATE(4202), + [sym_bitstring] = STATE(4202), + [sym_map] = STATE(4202), + [sym__nullary_operator] = STATE(4202), + [sym_unary_operator] = STATE(4202), + [sym_binary_operator] = STATE(4202), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4202), + [sym_call] = STATE(4202), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4202), + [sym_anonymous_function] = STATE(4202), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1937), + [sym_integer] = ACTIONS(1937), + [sym_float] = ACTIONS(1937), + [sym_char] = ACTIONS(1937), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(1937), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [558] = { + [sym__expression] = STATE(3928), + [sym_block] = STATE(3928), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3928), + [sym_nil] = STATE(3928), + [sym__atom] = STATE(3928), + [sym_quoted_atom] = STATE(3928), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3928), + [sym_charlist] = STATE(3928), + [sym_sigil] = STATE(3928), + [sym_list] = STATE(3928), + [sym_tuple] = STATE(3928), + [sym_bitstring] = STATE(3928), + [sym_map] = STATE(3928), + [sym__nullary_operator] = STATE(3928), + [sym_unary_operator] = STATE(3928), + [sym_binary_operator] = STATE(3928), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3928), + [sym_call] = STATE(3928), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3928), + [sym_anonymous_function] = STATE(3928), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1939), + [sym_integer] = ACTIONS(1939), + [sym_float] = ACTIONS(1939), + [sym_char] = ACTIONS(1939), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1939), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [559] = { + [sym__expression] = STATE(2371), + [sym_block] = STATE(2371), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2371), + [sym_nil] = STATE(2371), + [sym__atom] = STATE(2371), + [sym_quoted_atom] = STATE(2371), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2371), + [sym_charlist] = STATE(2371), + [sym_sigil] = STATE(2371), + [sym_list] = STATE(2371), + [sym_tuple] = STATE(2371), + [sym_bitstring] = STATE(2371), + [sym_map] = STATE(2371), + [sym__nullary_operator] = STATE(2371), + [sym_unary_operator] = STATE(2371), + [sym_binary_operator] = STATE(2371), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2371), + [sym_call] = STATE(2371), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2371), + [sym_anonymous_function] = STATE(2371), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1365), + [sym_integer] = ACTIONS(1365), + [sym_float] = ACTIONS(1365), + [sym_char] = ACTIONS(1365), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [560] = { + [sym__expression] = STATE(2465), + [sym_block] = STATE(2465), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2465), + [sym_nil] = STATE(2465), + [sym__atom] = STATE(2465), + [sym_quoted_atom] = STATE(2465), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2465), + [sym_charlist] = STATE(2465), + [sym_sigil] = STATE(2465), + [sym_list] = STATE(2465), + [sym_tuple] = STATE(2465), + [sym_bitstring] = STATE(2465), + [sym_map] = STATE(2465), + [sym__nullary_operator] = STATE(2465), + [sym_unary_operator] = STATE(2465), + [sym_binary_operator] = STATE(2465), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2465), + [sym_call] = STATE(2465), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2465), + [sym_anonymous_function] = STATE(2465), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1941), + [sym_integer] = ACTIONS(1941), + [sym_float] = ACTIONS(1941), + [sym_char] = ACTIONS(1941), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1941), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [561] = { + [sym__expression] = STATE(1267), + [sym_block] = STATE(1267), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(1267), + [sym_nil] = STATE(1267), + [sym__atom] = STATE(1267), + [sym_quoted_atom] = STATE(1267), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1267), + [sym_charlist] = STATE(1267), + [sym_sigil] = STATE(1267), + [sym_list] = STATE(1267), + [sym_tuple] = STATE(1267), + [sym_bitstring] = STATE(1267), + [sym_map] = STATE(1267), + [sym__nullary_operator] = STATE(1267), + [sym_unary_operator] = STATE(1267), + [sym_binary_operator] = STATE(1267), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1267), + [sym_call] = STATE(1267), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1267), + [sym_anonymous_function] = STATE(1267), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1943), + [sym_integer] = ACTIONS(1943), + [sym_float] = ACTIONS(1943), + [sym_char] = ACTIONS(1943), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1943), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [562] = { + [sym__expression] = STATE(2442), + [sym_block] = STATE(2442), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2442), + [sym_nil] = STATE(2442), + [sym__atom] = STATE(2442), + [sym_quoted_atom] = STATE(2442), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2442), + [sym_charlist] = STATE(2442), + [sym_sigil] = STATE(2442), + [sym_list] = STATE(2442), + [sym_tuple] = STATE(2442), + [sym_bitstring] = STATE(2442), + [sym_map] = STATE(2442), + [sym__nullary_operator] = STATE(2442), + [sym_unary_operator] = STATE(2442), + [sym_binary_operator] = STATE(2442), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2442), + [sym_call] = STATE(2442), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2442), + [sym_anonymous_function] = STATE(2442), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1945), + [sym_integer] = ACTIONS(1945), + [sym_float] = ACTIONS(1945), + [sym_char] = ACTIONS(1945), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1945), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [563] = { + [sym__expression] = STATE(1357), + [sym_block] = STATE(1357), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1357), + [sym_nil] = STATE(1357), + [sym__atom] = STATE(1357), + [sym_quoted_atom] = STATE(1357), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1357), + [sym_charlist] = STATE(1357), + [sym_sigil] = STATE(1357), + [sym_list] = STATE(1357), + [sym_tuple] = STATE(1357), + [sym_bitstring] = STATE(1357), + [sym_map] = STATE(1357), + [sym__nullary_operator] = STATE(1357), + [sym_unary_operator] = STATE(1357), + [sym_binary_operator] = STATE(1357), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1357), + [sym_call] = STATE(1357), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1357), + [sym_anonymous_function] = STATE(1357), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1469), + [sym_integer] = ACTIONS(1469), + [sym_float] = ACTIONS(1469), + [sym_char] = ACTIONS(1469), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1469), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [564] = { + [sym__expression] = STATE(2441), + [sym_block] = STATE(2441), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2441), + [sym_nil] = STATE(2441), + [sym__atom] = STATE(2441), + [sym_quoted_atom] = STATE(2441), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2441), + [sym_charlist] = STATE(2441), + [sym_sigil] = STATE(2441), + [sym_list] = STATE(2441), + [sym_tuple] = STATE(2441), + [sym_bitstring] = STATE(2441), + [sym_map] = STATE(2441), + [sym__nullary_operator] = STATE(2441), + [sym_unary_operator] = STATE(2441), + [sym_binary_operator] = STATE(2441), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2441), + [sym_call] = STATE(2441), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2441), + [sym_anonymous_function] = STATE(2441), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1947), + [sym_integer] = ACTIONS(1947), + [sym_float] = ACTIONS(1947), + [sym_char] = ACTIONS(1947), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1947), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [565] = { + [sym__expression] = STATE(2438), + [sym_block] = STATE(2438), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2438), + [sym_nil] = STATE(2438), + [sym__atom] = STATE(2438), + [sym_quoted_atom] = STATE(2438), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2438), + [sym_charlist] = STATE(2438), + [sym_sigil] = STATE(2438), + [sym_list] = STATE(2438), + [sym_tuple] = STATE(2438), + [sym_bitstring] = STATE(2438), + [sym_map] = STATE(2438), + [sym__nullary_operator] = STATE(2438), + [sym_unary_operator] = STATE(2438), + [sym_binary_operator] = STATE(2438), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2438), + [sym_call] = STATE(2438), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2438), + [sym_anonymous_function] = STATE(2438), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1949), + [sym_integer] = ACTIONS(1949), + [sym_float] = ACTIONS(1949), + [sym_char] = ACTIONS(1949), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1949), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [566] = { + [sym__expression] = STATE(2437), + [sym_block] = STATE(2437), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2437), + [sym_nil] = STATE(2437), + [sym__atom] = STATE(2437), + [sym_quoted_atom] = STATE(2437), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2437), + [sym_charlist] = STATE(2437), + [sym_sigil] = STATE(2437), + [sym_list] = STATE(2437), + [sym_tuple] = STATE(2437), + [sym_bitstring] = STATE(2437), + [sym_map] = STATE(2437), + [sym__nullary_operator] = STATE(2437), + [sym_unary_operator] = STATE(2437), + [sym_binary_operator] = STATE(2437), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2437), + [sym_call] = STATE(2437), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2437), + [sym_anonymous_function] = STATE(2437), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1951), + [sym_integer] = ACTIONS(1951), + [sym_float] = ACTIONS(1951), + [sym_char] = ACTIONS(1951), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1951), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [567] = { + [sym__expression] = STATE(3455), + [sym_block] = STATE(3455), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(3455), + [sym_nil] = STATE(3455), + [sym__atom] = STATE(3455), + [sym_quoted_atom] = STATE(3455), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(3455), + [sym_charlist] = STATE(3455), + [sym_sigil] = STATE(3455), + [sym_list] = STATE(3455), + [sym_tuple] = STATE(3455), + [sym_bitstring] = STATE(3455), + [sym_map] = STATE(3455), + [sym__nullary_operator] = STATE(3455), + [sym_unary_operator] = STATE(3455), + [sym_binary_operator] = STATE(3455), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(3455), + [sym_call] = STATE(3455), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(3455), + [sym_anonymous_function] = STATE(3455), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1953), + [sym_integer] = ACTIONS(1953), + [sym_float] = ACTIONS(1953), + [sym_char] = ACTIONS(1953), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1953), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [568] = { + [sym__expression] = STATE(3446), + [sym_block] = STATE(3446), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3446), + [sym_nil] = STATE(3446), + [sym__atom] = STATE(3446), + [sym_quoted_atom] = STATE(3446), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3446), + [sym_charlist] = STATE(3446), + [sym_sigil] = STATE(3446), + [sym_list] = STATE(3446), + [sym_tuple] = STATE(3446), + [sym_bitstring] = STATE(3446), + [sym_map] = STATE(3446), + [sym__nullary_operator] = STATE(3446), + [sym_unary_operator] = STATE(3446), + [sym_binary_operator] = STATE(3446), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3446), + [sym_call] = STATE(3446), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3446), + [sym_anonymous_function] = STATE(3446), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(1955), + [sym_integer] = ACTIONS(1955), + [sym_float] = ACTIONS(1955), + [sym_char] = ACTIONS(1955), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(1955), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [569] = { + [sym__expression] = STATE(2436), + [sym_block] = STATE(2436), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2436), + [sym_nil] = STATE(2436), + [sym__atom] = STATE(2436), + [sym_quoted_atom] = STATE(2436), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2436), + [sym_charlist] = STATE(2436), + [sym_sigil] = STATE(2436), + [sym_list] = STATE(2436), + [sym_tuple] = STATE(2436), + [sym_bitstring] = STATE(2436), + [sym_map] = STATE(2436), + [sym__nullary_operator] = STATE(2436), + [sym_unary_operator] = STATE(2436), + [sym_binary_operator] = STATE(2436), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2436), + [sym_call] = STATE(2436), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2436), + [sym_anonymous_function] = STATE(2436), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1957), + [sym_integer] = ACTIONS(1957), + [sym_float] = ACTIONS(1957), + [sym_char] = ACTIONS(1957), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1957), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [570] = { + [sym__expression] = STATE(2431), + [sym_block] = STATE(2431), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2431), + [sym_nil] = STATE(2431), + [sym__atom] = STATE(2431), + [sym_quoted_atom] = STATE(2431), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2431), + [sym_charlist] = STATE(2431), + [sym_sigil] = STATE(2431), + [sym_list] = STATE(2431), + [sym_tuple] = STATE(2431), + [sym_bitstring] = STATE(2431), + [sym_map] = STATE(2431), + [sym__nullary_operator] = STATE(2431), + [sym_unary_operator] = STATE(2431), + [sym_binary_operator] = STATE(2431), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2431), + [sym_call] = STATE(2431), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2431), + [sym_anonymous_function] = STATE(2431), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1959), + [sym_integer] = ACTIONS(1959), + [sym_float] = ACTIONS(1959), + [sym_char] = ACTIONS(1959), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1959), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [571] = { + [sym__expression] = STATE(4382), + [sym_block] = STATE(4382), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4382), + [sym_nil] = STATE(4382), + [sym__atom] = STATE(4382), + [sym_quoted_atom] = STATE(4382), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4382), + [sym_charlist] = STATE(4382), + [sym_sigil] = STATE(4382), + [sym_list] = STATE(4382), + [sym_tuple] = STATE(4382), + [sym_bitstring] = STATE(4382), + [sym_map] = STATE(4382), + [sym__nullary_operator] = STATE(4382), + [sym_unary_operator] = STATE(4382), + [sym_binary_operator] = STATE(4382), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4382), + [sym_call] = STATE(4382), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4382), + [sym_anonymous_function] = STATE(4382), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(1961), + [sym_integer] = ACTIONS(1961), + [sym_float] = ACTIONS(1961), + [sym_char] = ACTIONS(1961), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(1961), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [572] = { + [sym__expression] = STATE(2424), + [sym_block] = STATE(2424), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2424), + [sym_nil] = STATE(2424), + [sym__atom] = STATE(2424), + [sym_quoted_atom] = STATE(2424), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2424), + [sym_charlist] = STATE(2424), + [sym_sigil] = STATE(2424), + [sym_list] = STATE(2424), + [sym_tuple] = STATE(2424), + [sym_bitstring] = STATE(2424), + [sym_map] = STATE(2424), + [sym__nullary_operator] = STATE(2424), + [sym_unary_operator] = STATE(2424), + [sym_binary_operator] = STATE(2424), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2424), + [sym_call] = STATE(2424), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2424), + [sym_anonymous_function] = STATE(2424), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1963), + [sym_integer] = ACTIONS(1963), + [sym_float] = ACTIONS(1963), + [sym_char] = ACTIONS(1963), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1963), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [573] = { + [sym__expression] = STATE(2423), + [sym_block] = STATE(2423), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2423), + [sym_nil] = STATE(2423), + [sym__atom] = STATE(2423), + [sym_quoted_atom] = STATE(2423), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2423), + [sym_charlist] = STATE(2423), + [sym_sigil] = STATE(2423), + [sym_list] = STATE(2423), + [sym_tuple] = STATE(2423), + [sym_bitstring] = STATE(2423), + [sym_map] = STATE(2423), + [sym__nullary_operator] = STATE(2423), + [sym_unary_operator] = STATE(2423), + [sym_binary_operator] = STATE(2423), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2423), + [sym_call] = STATE(2423), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2423), + [sym_anonymous_function] = STATE(2423), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1965), + [sym_integer] = ACTIONS(1965), + [sym_float] = ACTIONS(1965), + [sym_char] = ACTIONS(1965), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1965), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [574] = { + [sym__expression] = STATE(2422), + [sym_block] = STATE(2422), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2422), + [sym_nil] = STATE(2422), + [sym__atom] = STATE(2422), + [sym_quoted_atom] = STATE(2422), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2422), + [sym_charlist] = STATE(2422), + [sym_sigil] = STATE(2422), + [sym_list] = STATE(2422), + [sym_tuple] = STATE(2422), + [sym_bitstring] = STATE(2422), + [sym_map] = STATE(2422), + [sym__nullary_operator] = STATE(2422), + [sym_unary_operator] = STATE(2422), + [sym_binary_operator] = STATE(2422), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2422), + [sym_call] = STATE(2422), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2422), + [sym_anonymous_function] = STATE(2422), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1967), + [sym_integer] = ACTIONS(1967), + [sym_float] = ACTIONS(1967), + [sym_char] = ACTIONS(1967), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1967), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [575] = { + [sym__expression] = STATE(2421), + [sym_block] = STATE(2421), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2421), + [sym_nil] = STATE(2421), + [sym__atom] = STATE(2421), + [sym_quoted_atom] = STATE(2421), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2421), + [sym_charlist] = STATE(2421), + [sym_sigil] = STATE(2421), + [sym_list] = STATE(2421), + [sym_tuple] = STATE(2421), + [sym_bitstring] = STATE(2421), + [sym_map] = STATE(2421), + [sym__nullary_operator] = STATE(2421), + [sym_unary_operator] = STATE(2421), + [sym_binary_operator] = STATE(2421), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2421), + [sym_call] = STATE(2421), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2421), + [sym_anonymous_function] = STATE(2421), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1969), + [sym_integer] = ACTIONS(1969), + [sym_float] = ACTIONS(1969), + [sym_char] = ACTIONS(1969), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1969), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [576] = { + [sym__expression] = STATE(2420), + [sym_block] = STATE(2420), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2420), + [sym_nil] = STATE(2420), + [sym__atom] = STATE(2420), + [sym_quoted_atom] = STATE(2420), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2420), + [sym_charlist] = STATE(2420), + [sym_sigil] = STATE(2420), + [sym_list] = STATE(2420), + [sym_tuple] = STATE(2420), + [sym_bitstring] = STATE(2420), + [sym_map] = STATE(2420), + [sym__nullary_operator] = STATE(2420), + [sym_unary_operator] = STATE(2420), + [sym_binary_operator] = STATE(2420), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2420), + [sym_call] = STATE(2420), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2420), + [sym_anonymous_function] = STATE(2420), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1971), + [sym_integer] = ACTIONS(1971), + [sym_float] = ACTIONS(1971), + [sym_char] = ACTIONS(1971), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1971), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [577] = { + [sym__expression] = STATE(2419), + [sym_block] = STATE(2419), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2419), + [sym_nil] = STATE(2419), + [sym__atom] = STATE(2419), + [sym_quoted_atom] = STATE(2419), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2419), + [sym_charlist] = STATE(2419), + [sym_sigil] = STATE(2419), + [sym_list] = STATE(2419), + [sym_tuple] = STATE(2419), + [sym_bitstring] = STATE(2419), + [sym_map] = STATE(2419), + [sym__nullary_operator] = STATE(2419), + [sym_unary_operator] = STATE(2419), + [sym_binary_operator] = STATE(2419), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2419), + [sym_call] = STATE(2419), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2419), + [sym_anonymous_function] = STATE(2419), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1973), + [sym_integer] = ACTIONS(1973), + [sym_float] = ACTIONS(1973), + [sym_char] = ACTIONS(1973), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1973), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [578] = { + [sym__expression] = STATE(2418), + [sym_block] = STATE(2418), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2418), + [sym_nil] = STATE(2418), + [sym__atom] = STATE(2418), + [sym_quoted_atom] = STATE(2418), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2418), + [sym_charlist] = STATE(2418), + [sym_sigil] = STATE(2418), + [sym_list] = STATE(2418), + [sym_tuple] = STATE(2418), + [sym_bitstring] = STATE(2418), + [sym_map] = STATE(2418), + [sym__nullary_operator] = STATE(2418), + [sym_unary_operator] = STATE(2418), + [sym_binary_operator] = STATE(2418), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2418), + [sym_call] = STATE(2418), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2418), + [sym_anonymous_function] = STATE(2418), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1975), + [sym_integer] = ACTIONS(1975), + [sym_float] = ACTIONS(1975), + [sym_char] = ACTIONS(1975), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1975), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [579] = { + [sym__expression] = STATE(2417), + [sym_block] = STATE(2417), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2417), + [sym_nil] = STATE(2417), + [sym__atom] = STATE(2417), + [sym_quoted_atom] = STATE(2417), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2417), + [sym_charlist] = STATE(2417), + [sym_sigil] = STATE(2417), + [sym_list] = STATE(2417), + [sym_tuple] = STATE(2417), + [sym_bitstring] = STATE(2417), + [sym_map] = STATE(2417), + [sym__nullary_operator] = STATE(2417), + [sym_unary_operator] = STATE(2417), + [sym_binary_operator] = STATE(2417), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2417), + [sym_call] = STATE(2417), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2417), + [sym_anonymous_function] = STATE(2417), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1977), + [sym_integer] = ACTIONS(1977), + [sym_float] = ACTIONS(1977), + [sym_char] = ACTIONS(1977), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1977), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [580] = { + [sym__expression] = STATE(2416), + [sym_block] = STATE(2416), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2416), + [sym_nil] = STATE(2416), + [sym__atom] = STATE(2416), + [sym_quoted_atom] = STATE(2416), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2416), + [sym_charlist] = STATE(2416), + [sym_sigil] = STATE(2416), + [sym_list] = STATE(2416), + [sym_tuple] = STATE(2416), + [sym_bitstring] = STATE(2416), + [sym_map] = STATE(2416), + [sym__nullary_operator] = STATE(2416), + [sym_unary_operator] = STATE(2416), + [sym_binary_operator] = STATE(2416), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2416), + [sym_call] = STATE(2416), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2416), + [sym_anonymous_function] = STATE(2416), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1979), + [sym_integer] = ACTIONS(1979), + [sym_float] = ACTIONS(1979), + [sym_char] = ACTIONS(1979), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1979), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [581] = { + [sym__expression] = STATE(2415), + [sym_block] = STATE(2415), + [sym_identifier] = STATE(44), + [sym_boolean] = STATE(2415), + [sym_nil] = STATE(2415), + [sym__atom] = STATE(2415), + [sym_quoted_atom] = STATE(2415), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(2415), + [sym_charlist] = STATE(2415), + [sym_sigil] = STATE(2415), + [sym_list] = STATE(2415), + [sym_tuple] = STATE(2415), + [sym_bitstring] = STATE(2415), + [sym_map] = STATE(2415), + [sym__nullary_operator] = STATE(2415), + [sym_unary_operator] = STATE(2415), + [sym_binary_operator] = STATE(2415), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(2415), + [sym_call] = STATE(2415), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(52), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(2415), + [sym_anonymous_function] = STATE(2415), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(1981), + [sym_integer] = ACTIONS(1981), + [sym_float] = ACTIONS(1981), + [sym_char] = ACTIONS(1981), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1981), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(518), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(522), + [anon_sym_PLUS] = ACTIONS(527), + [anon_sym_DASH] = ACTIONS(527), + [anon_sym_BANG] = ACTIONS(527), + [anon_sym_CARET] = ACTIONS(527), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(527), + [anon_sym_not] = ACTIONS(527), + [anon_sym_AT] = ACTIONS(529), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(531), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [582] = { + [sym__expression] = STATE(3810), + [sym_block] = STATE(3810), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3810), + [sym_nil] = STATE(3810), + [sym__atom] = STATE(3810), + [sym_quoted_atom] = STATE(3810), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3810), + [sym_charlist] = STATE(3810), + [sym_sigil] = STATE(3810), + [sym_list] = STATE(3810), + [sym_tuple] = STATE(3810), + [sym_bitstring] = STATE(3810), + [sym_map] = STATE(3810), + [sym__nullary_operator] = STATE(3810), + [sym_unary_operator] = STATE(3810), + [sym_binary_operator] = STATE(3810), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3810), + [sym_call] = STATE(3810), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3810), + [sym_anonymous_function] = STATE(3810), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1983), + [sym_integer] = ACTIONS(1983), + [sym_float] = ACTIONS(1983), + [sym_char] = ACTIONS(1983), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1983), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [583] = { + [sym__expression] = STATE(3184), + [sym_block] = STATE(3184), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3184), + [sym_nil] = STATE(3184), + [sym__atom] = STATE(3184), + [sym_quoted_atom] = STATE(3184), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3184), + [sym_charlist] = STATE(3184), + [sym_sigil] = STATE(3184), + [sym_list] = STATE(3184), + [sym_tuple] = STATE(3184), + [sym_bitstring] = STATE(3184), + [sym_map] = STATE(3184), + [sym__nullary_operator] = STATE(3184), + [sym_unary_operator] = STATE(3184), + [sym_binary_operator] = STATE(3184), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3184), + [sym_call] = STATE(3184), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3184), + [sym_anonymous_function] = STATE(3184), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1985), + [sym_integer] = ACTIONS(1985), + [sym_float] = ACTIONS(1985), + [sym_char] = ACTIONS(1985), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1985), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [584] = { + [sym__expression] = STATE(2259), + [sym_block] = STATE(2259), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2259), + [sym_nil] = STATE(2259), + [sym__atom] = STATE(2259), + [sym_quoted_atom] = STATE(2259), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2259), + [sym_charlist] = STATE(2259), + [sym_sigil] = STATE(2259), + [sym_list] = STATE(2259), + [sym_tuple] = STATE(2259), + [sym_bitstring] = STATE(2259), + [sym_map] = STATE(2259), + [sym__nullary_operator] = STATE(2259), + [sym_unary_operator] = STATE(2259), + [sym_binary_operator] = STATE(2259), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2259), + [sym_call] = STATE(2259), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2259), + [sym_anonymous_function] = STATE(2259), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1819), + [sym_integer] = ACTIONS(1819), + [sym_float] = ACTIONS(1819), + [sym_char] = ACTIONS(1819), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1819), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [585] = { + [sym__expression] = STATE(2258), + [sym_block] = STATE(2258), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2258), + [sym_nil] = STATE(2258), + [sym__atom] = STATE(2258), + [sym_quoted_atom] = STATE(2258), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2258), + [sym_charlist] = STATE(2258), + [sym_sigil] = STATE(2258), + [sym_list] = STATE(2258), + [sym_tuple] = STATE(2258), + [sym_bitstring] = STATE(2258), + [sym_map] = STATE(2258), + [sym__nullary_operator] = STATE(2258), + [sym_unary_operator] = STATE(2258), + [sym_binary_operator] = STATE(2258), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2258), + [sym_call] = STATE(2258), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2258), + [sym_anonymous_function] = STATE(2258), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1825), + [sym_integer] = ACTIONS(1825), + [sym_float] = ACTIONS(1825), + [sym_char] = ACTIONS(1825), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1825), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [586] = { + [sym__expression] = STATE(4577), + [sym_block] = STATE(4577), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4577), + [sym_nil] = STATE(4577), + [sym__atom] = STATE(4577), + [sym_quoted_atom] = STATE(4577), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4577), + [sym_charlist] = STATE(4577), + [sym_sigil] = STATE(4577), + [sym_list] = STATE(4577), + [sym_tuple] = STATE(4577), + [sym_bitstring] = STATE(4577), + [sym_map] = STATE(4577), + [sym__nullary_operator] = STATE(4577), + [sym_unary_operator] = STATE(4577), + [sym_binary_operator] = STATE(4577), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4577), + [sym_call] = STATE(4577), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4577), + [sym_anonymous_function] = STATE(4577), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1987), + [sym_integer] = ACTIONS(1987), + [sym_float] = ACTIONS(1987), + [sym_char] = ACTIONS(1987), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1987), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [587] = { + [sym__expression] = STATE(4551), + [sym_block] = STATE(4551), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4551), + [sym_nil] = STATE(4551), + [sym__atom] = STATE(4551), + [sym_quoted_atom] = STATE(4551), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4551), + [sym_charlist] = STATE(4551), + [sym_sigil] = STATE(4551), + [sym_list] = STATE(4551), + [sym_tuple] = STATE(4551), + [sym_bitstring] = STATE(4551), + [sym_map] = STATE(4551), + [sym__nullary_operator] = STATE(4551), + [sym_unary_operator] = STATE(4551), + [sym_binary_operator] = STATE(4551), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4551), + [sym_call] = STATE(4551), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4551), + [sym_anonymous_function] = STATE(4551), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1485), + [sym_integer] = ACTIONS(1485), + [sym_float] = ACTIONS(1485), + [sym_char] = ACTIONS(1485), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1485), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [588] = { + [sym__expression] = STATE(3865), + [sym_block] = STATE(3865), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3865), + [sym_nil] = STATE(3865), + [sym__atom] = STATE(3865), + [sym_quoted_atom] = STATE(3865), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3865), + [sym_charlist] = STATE(3865), + [sym_sigil] = STATE(3865), + [sym_list] = STATE(3865), + [sym_tuple] = STATE(3865), + [sym_bitstring] = STATE(3865), + [sym_map] = STATE(3865), + [sym__nullary_operator] = STATE(3865), + [sym_unary_operator] = STATE(3865), + [sym_binary_operator] = STATE(3865), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3865), + [sym_call] = STATE(3865), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3865), + [sym_anonymous_function] = STATE(3865), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(1989), + [sym_integer] = ACTIONS(1989), + [sym_float] = ACTIONS(1989), + [sym_char] = ACTIONS(1989), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(1989), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [589] = { + [sym__expression] = STATE(2238), + [sym_block] = STATE(2238), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2238), + [sym_nil] = STATE(2238), + [sym__atom] = STATE(2238), + [sym_quoted_atom] = STATE(2238), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2238), + [sym_charlist] = STATE(2238), + [sym_sigil] = STATE(2238), + [sym_list] = STATE(2238), + [sym_tuple] = STATE(2238), + [sym_bitstring] = STATE(2238), + [sym_map] = STATE(2238), + [sym__nullary_operator] = STATE(2238), + [sym_unary_operator] = STATE(2238), + [sym_binary_operator] = STATE(2238), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2238), + [sym_call] = STATE(2238), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2238), + [sym_anonymous_function] = STATE(2238), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1843), + [sym_integer] = ACTIONS(1843), + [sym_float] = ACTIONS(1843), + [sym_char] = ACTIONS(1843), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1843), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [590] = { + [sym__expression] = STATE(2535), + [sym_block] = STATE(2535), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2535), + [sym_nil] = STATE(2535), + [sym__atom] = STATE(2535), + [sym_quoted_atom] = STATE(2535), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2535), + [sym_charlist] = STATE(2535), + [sym_sigil] = STATE(2535), + [sym_list] = STATE(2535), + [sym_tuple] = STATE(2535), + [sym_bitstring] = STATE(2535), + [sym_map] = STATE(2535), + [sym__nullary_operator] = STATE(2535), + [sym_unary_operator] = STATE(2535), + [sym_binary_operator] = STATE(2535), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2535), + [sym_call] = STATE(2535), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2535), + [sym_anonymous_function] = STATE(2535), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1991), + [sym_integer] = ACTIONS(1991), + [sym_float] = ACTIONS(1991), + [sym_char] = ACTIONS(1991), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1991), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [591] = { + [sym__expression] = STATE(2536), + [sym_block] = STATE(2536), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2536), + [sym_nil] = STATE(2536), + [sym__atom] = STATE(2536), + [sym_quoted_atom] = STATE(2536), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2536), + [sym_charlist] = STATE(2536), + [sym_sigil] = STATE(2536), + [sym_list] = STATE(2536), + [sym_tuple] = STATE(2536), + [sym_bitstring] = STATE(2536), + [sym_map] = STATE(2536), + [sym__nullary_operator] = STATE(2536), + [sym_unary_operator] = STATE(2536), + [sym_binary_operator] = STATE(2536), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2536), + [sym_call] = STATE(2536), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2536), + [sym_anonymous_function] = STATE(2536), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1993), + [sym_integer] = ACTIONS(1993), + [sym_float] = ACTIONS(1993), + [sym_char] = ACTIONS(1993), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1993), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [592] = { + [sym__expression] = STATE(4553), + [sym_block] = STATE(4553), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4553), + [sym_nil] = STATE(4553), + [sym__atom] = STATE(4553), + [sym_quoted_atom] = STATE(4553), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4553), + [sym_charlist] = STATE(4553), + [sym_sigil] = STATE(4553), + [sym_list] = STATE(4553), + [sym_tuple] = STATE(4553), + [sym_bitstring] = STATE(4553), + [sym_map] = STATE(4553), + [sym__nullary_operator] = STATE(4553), + [sym_unary_operator] = STATE(4553), + [sym_binary_operator] = STATE(4553), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4553), + [sym_call] = STATE(4553), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4553), + [sym_anonymous_function] = STATE(4553), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1995), + [sym_integer] = ACTIONS(1995), + [sym_float] = ACTIONS(1995), + [sym_char] = ACTIONS(1995), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1995), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [593] = { + [sym__expression] = STATE(2539), + [sym_block] = STATE(2539), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2539), + [sym_nil] = STATE(2539), + [sym__atom] = STATE(2539), + [sym_quoted_atom] = STATE(2539), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2539), + [sym_charlist] = STATE(2539), + [sym_sigil] = STATE(2539), + [sym_list] = STATE(2539), + [sym_tuple] = STATE(2539), + [sym_bitstring] = STATE(2539), + [sym_map] = STATE(2539), + [sym__nullary_operator] = STATE(2539), + [sym_unary_operator] = STATE(2539), + [sym_binary_operator] = STATE(2539), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2539), + [sym_call] = STATE(2539), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2539), + [sym_anonymous_function] = STATE(2539), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1997), + [sym_integer] = ACTIONS(1997), + [sym_float] = ACTIONS(1997), + [sym_char] = ACTIONS(1997), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1997), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [594] = { + [sym__expression] = STATE(2540), + [sym_block] = STATE(2540), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2540), + [sym_nil] = STATE(2540), + [sym__atom] = STATE(2540), + [sym_quoted_atom] = STATE(2540), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2540), + [sym_charlist] = STATE(2540), + [sym_sigil] = STATE(2540), + [sym_list] = STATE(2540), + [sym_tuple] = STATE(2540), + [sym_bitstring] = STATE(2540), + [sym_map] = STATE(2540), + [sym__nullary_operator] = STATE(2540), + [sym_unary_operator] = STATE(2540), + [sym_binary_operator] = STATE(2540), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2540), + [sym_call] = STATE(2540), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2540), + [sym_anonymous_function] = STATE(2540), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1999), + [sym_integer] = ACTIONS(1999), + [sym_float] = ACTIONS(1999), + [sym_char] = ACTIONS(1999), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1999), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [595] = { + [sym__expression] = STATE(2541), + [sym_block] = STATE(2541), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2541), + [sym_nil] = STATE(2541), + [sym__atom] = STATE(2541), + [sym_quoted_atom] = STATE(2541), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2541), + [sym_charlist] = STATE(2541), + [sym_sigil] = STATE(2541), + [sym_list] = STATE(2541), + [sym_tuple] = STATE(2541), + [sym_bitstring] = STATE(2541), + [sym_map] = STATE(2541), + [sym__nullary_operator] = STATE(2541), + [sym_unary_operator] = STATE(2541), + [sym_binary_operator] = STATE(2541), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2541), + [sym_call] = STATE(2541), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2541), + [sym_anonymous_function] = STATE(2541), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2001), + [sym_integer] = ACTIONS(2001), + [sym_float] = ACTIONS(2001), + [sym_char] = ACTIONS(2001), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2001), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [596] = { + [sym__expression] = STATE(2542), + [sym_block] = STATE(2542), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2542), + [sym_nil] = STATE(2542), + [sym__atom] = STATE(2542), + [sym_quoted_atom] = STATE(2542), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2542), + [sym_charlist] = STATE(2542), + [sym_sigil] = STATE(2542), + [sym_list] = STATE(2542), + [sym_tuple] = STATE(2542), + [sym_bitstring] = STATE(2542), + [sym_map] = STATE(2542), + [sym__nullary_operator] = STATE(2542), + [sym_unary_operator] = STATE(2542), + [sym_binary_operator] = STATE(2542), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2542), + [sym_call] = STATE(2542), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2542), + [sym_anonymous_function] = STATE(2542), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2003), + [sym_integer] = ACTIONS(2003), + [sym_float] = ACTIONS(2003), + [sym_char] = ACTIONS(2003), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2003), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [597] = { + [sym__expression] = STATE(4558), + [sym_block] = STATE(4558), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4558), + [sym_nil] = STATE(4558), + [sym__atom] = STATE(4558), + [sym_quoted_atom] = STATE(4558), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4558), + [sym_charlist] = STATE(4558), + [sym_sigil] = STATE(4558), + [sym_list] = STATE(4558), + [sym_tuple] = STATE(4558), + [sym_bitstring] = STATE(4558), + [sym_map] = STATE(4558), + [sym__nullary_operator] = STATE(4558), + [sym_unary_operator] = STATE(4558), + [sym_binary_operator] = STATE(4558), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4558), + [sym_call] = STATE(4558), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4558), + [sym_anonymous_function] = STATE(4558), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2005), + [sym_integer] = ACTIONS(2005), + [sym_float] = ACTIONS(2005), + [sym_char] = ACTIONS(2005), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2005), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [598] = { + [sym__expression] = STATE(2545), + [sym_block] = STATE(2545), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2545), + [sym_nil] = STATE(2545), + [sym__atom] = STATE(2545), + [sym_quoted_atom] = STATE(2545), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2545), + [sym_charlist] = STATE(2545), + [sym_sigil] = STATE(2545), + [sym_list] = STATE(2545), + [sym_tuple] = STATE(2545), + [sym_bitstring] = STATE(2545), + [sym_map] = STATE(2545), + [sym__nullary_operator] = STATE(2545), + [sym_unary_operator] = STATE(2545), + [sym_binary_operator] = STATE(2545), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2545), + [sym_call] = STATE(2545), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2545), + [sym_anonymous_function] = STATE(2545), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2007), + [sym_integer] = ACTIONS(2007), + [sym_float] = ACTIONS(2007), + [sym_char] = ACTIONS(2007), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2007), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [599] = { + [sym__expression] = STATE(2546), + [sym_block] = STATE(2546), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2546), + [sym_nil] = STATE(2546), + [sym__atom] = STATE(2546), + [sym_quoted_atom] = STATE(2546), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2546), + [sym_charlist] = STATE(2546), + [sym_sigil] = STATE(2546), + [sym_list] = STATE(2546), + [sym_tuple] = STATE(2546), + [sym_bitstring] = STATE(2546), + [sym_map] = STATE(2546), + [sym__nullary_operator] = STATE(2546), + [sym_unary_operator] = STATE(2546), + [sym_binary_operator] = STATE(2546), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2546), + [sym_call] = STATE(2546), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2546), + [sym_anonymous_function] = STATE(2546), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2009), + [sym_integer] = ACTIONS(2009), + [sym_float] = ACTIONS(2009), + [sym_char] = ACTIONS(2009), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2009), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [600] = { + [sym__expression] = STATE(2547), + [sym_block] = STATE(2547), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2547), + [sym_nil] = STATE(2547), + [sym__atom] = STATE(2547), + [sym_quoted_atom] = STATE(2547), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2547), + [sym_charlist] = STATE(2547), + [sym_sigil] = STATE(2547), + [sym_list] = STATE(2547), + [sym_tuple] = STATE(2547), + [sym_bitstring] = STATE(2547), + [sym_map] = STATE(2547), + [sym__nullary_operator] = STATE(2547), + [sym_unary_operator] = STATE(2547), + [sym_binary_operator] = STATE(2547), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2547), + [sym_call] = STATE(2547), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2547), + [sym_anonymous_function] = STATE(2547), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2011), + [sym_integer] = ACTIONS(2011), + [sym_float] = ACTIONS(2011), + [sym_char] = ACTIONS(2011), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2011), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [601] = { + [sym__expression] = STATE(2548), + [sym_block] = STATE(2548), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2548), + [sym_nil] = STATE(2548), + [sym__atom] = STATE(2548), + [sym_quoted_atom] = STATE(2548), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2548), + [sym_charlist] = STATE(2548), + [sym_sigil] = STATE(2548), + [sym_list] = STATE(2548), + [sym_tuple] = STATE(2548), + [sym_bitstring] = STATE(2548), + [sym_map] = STATE(2548), + [sym__nullary_operator] = STATE(2548), + [sym_unary_operator] = STATE(2548), + [sym_binary_operator] = STATE(2548), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2548), + [sym_call] = STATE(2548), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2548), + [sym_anonymous_function] = STATE(2548), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2013), + [sym_integer] = ACTIONS(2013), + [sym_float] = ACTIONS(2013), + [sym_char] = ACTIONS(2013), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2013), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [602] = { + [sym__expression] = STATE(2549), + [sym_block] = STATE(2549), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2549), + [sym_nil] = STATE(2549), + [sym__atom] = STATE(2549), + [sym_quoted_atom] = STATE(2549), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2549), + [sym_charlist] = STATE(2549), + [sym_sigil] = STATE(2549), + [sym_list] = STATE(2549), + [sym_tuple] = STATE(2549), + [sym_bitstring] = STATE(2549), + [sym_map] = STATE(2549), + [sym__nullary_operator] = STATE(2549), + [sym_unary_operator] = STATE(2549), + [sym_binary_operator] = STATE(2549), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2549), + [sym_call] = STATE(2549), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2549), + [sym_anonymous_function] = STATE(2549), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2015), + [sym_integer] = ACTIONS(2015), + [sym_float] = ACTIONS(2015), + [sym_char] = ACTIONS(2015), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2015), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [603] = { + [sym__expression] = STATE(2550), + [sym_block] = STATE(2550), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2550), + [sym_nil] = STATE(2550), + [sym__atom] = STATE(2550), + [sym_quoted_atom] = STATE(2550), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2550), + [sym_charlist] = STATE(2550), + [sym_sigil] = STATE(2550), + [sym_list] = STATE(2550), + [sym_tuple] = STATE(2550), + [sym_bitstring] = STATE(2550), + [sym_map] = STATE(2550), + [sym__nullary_operator] = STATE(2550), + [sym_unary_operator] = STATE(2550), + [sym_binary_operator] = STATE(2550), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2550), + [sym_call] = STATE(2550), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2550), + [sym_anonymous_function] = STATE(2550), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2017), + [sym_integer] = ACTIONS(2017), + [sym_float] = ACTIONS(2017), + [sym_char] = ACTIONS(2017), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2017), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [604] = { + [sym__expression] = STATE(2551), + [sym_block] = STATE(2551), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2551), + [sym_nil] = STATE(2551), + [sym__atom] = STATE(2551), + [sym_quoted_atom] = STATE(2551), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2551), + [sym_charlist] = STATE(2551), + [sym_sigil] = STATE(2551), + [sym_list] = STATE(2551), + [sym_tuple] = STATE(2551), + [sym_bitstring] = STATE(2551), + [sym_map] = STATE(2551), + [sym__nullary_operator] = STATE(2551), + [sym_unary_operator] = STATE(2551), + [sym_binary_operator] = STATE(2551), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2551), + [sym_call] = STATE(2551), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2551), + [sym_anonymous_function] = STATE(2551), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2019), + [sym_integer] = ACTIONS(2019), + [sym_float] = ACTIONS(2019), + [sym_char] = ACTIONS(2019), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2019), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [605] = { + [sym__expression] = STATE(2552), + [sym_block] = STATE(2552), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2552), + [sym_nil] = STATE(2552), + [sym__atom] = STATE(2552), + [sym_quoted_atom] = STATE(2552), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2552), + [sym_charlist] = STATE(2552), + [sym_sigil] = STATE(2552), + [sym_list] = STATE(2552), + [sym_tuple] = STATE(2552), + [sym_bitstring] = STATE(2552), + [sym_map] = STATE(2552), + [sym__nullary_operator] = STATE(2552), + [sym_unary_operator] = STATE(2552), + [sym_binary_operator] = STATE(2552), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2552), + [sym_call] = STATE(2552), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2552), + [sym_anonymous_function] = STATE(2552), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2021), + [sym_integer] = ACTIONS(2021), + [sym_float] = ACTIONS(2021), + [sym_char] = ACTIONS(2021), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2021), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [606] = { + [sym__expression] = STATE(3910), + [sym_block] = STATE(3910), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3910), + [sym_nil] = STATE(3910), + [sym__atom] = STATE(3910), + [sym_quoted_atom] = STATE(3910), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3910), + [sym_charlist] = STATE(3910), + [sym_sigil] = STATE(3910), + [sym_list] = STATE(3910), + [sym_tuple] = STATE(3910), + [sym_bitstring] = STATE(3910), + [sym_map] = STATE(3910), + [sym__nullary_operator] = STATE(3910), + [sym_unary_operator] = STATE(3910), + [sym_binary_operator] = STATE(3910), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3910), + [sym_call] = STATE(3910), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3910), + [sym_anonymous_function] = STATE(3910), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2023), + [sym_integer] = ACTIONS(2023), + [sym_float] = ACTIONS(2023), + [sym_char] = ACTIONS(2023), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2023), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [607] = { + [sym__expression] = STATE(2553), + [sym_block] = STATE(2553), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2553), + [sym_nil] = STATE(2553), + [sym__atom] = STATE(2553), + [sym_quoted_atom] = STATE(2553), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2553), + [sym_charlist] = STATE(2553), + [sym_sigil] = STATE(2553), + [sym_list] = STATE(2553), + [sym_tuple] = STATE(2553), + [sym_bitstring] = STATE(2553), + [sym_map] = STATE(2553), + [sym__nullary_operator] = STATE(2553), + [sym_unary_operator] = STATE(2553), + [sym_binary_operator] = STATE(2553), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2553), + [sym_call] = STATE(2553), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2553), + [sym_anonymous_function] = STATE(2553), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2025), + [sym_integer] = ACTIONS(2025), + [sym_float] = ACTIONS(2025), + [sym_char] = ACTIONS(2025), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2025), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [608] = { + [sym__expression] = STATE(2228), + [sym_block] = STATE(2228), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2228), + [sym_nil] = STATE(2228), + [sym__atom] = STATE(2228), + [sym_quoted_atom] = STATE(2228), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2228), + [sym_charlist] = STATE(2228), + [sym_sigil] = STATE(2228), + [sym_list] = STATE(2228), + [sym_tuple] = STATE(2228), + [sym_bitstring] = STATE(2228), + [sym_map] = STATE(2228), + [sym__nullary_operator] = STATE(2228), + [sym_unary_operator] = STATE(2228), + [sym_binary_operator] = STATE(2228), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2228), + [sym_call] = STATE(2228), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2228), + [sym_anonymous_function] = STATE(2228), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2027), + [sym_integer] = ACTIONS(2027), + [sym_float] = ACTIONS(2027), + [sym_char] = ACTIONS(2027), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2027), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(411), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [609] = { + [sym__expression] = STATE(3757), + [sym_block] = STATE(3757), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3757), + [sym_nil] = STATE(3757), + [sym__atom] = STATE(3757), + [sym_quoted_atom] = STATE(3757), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3757), + [sym_charlist] = STATE(3757), + [sym_sigil] = STATE(3757), + [sym_list] = STATE(3757), + [sym_tuple] = STATE(3757), + [sym_bitstring] = STATE(3757), + [sym_map] = STATE(3757), + [sym__nullary_operator] = STATE(3757), + [sym_unary_operator] = STATE(3757), + [sym_binary_operator] = STATE(3757), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3757), + [sym_call] = STATE(3757), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3757), + [sym_anonymous_function] = STATE(3757), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2029), + [sym_integer] = ACTIONS(2029), + [sym_float] = ACTIONS(2029), + [sym_char] = ACTIONS(2029), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2029), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [610] = { + [sym__expression] = STATE(3756), + [sym_block] = STATE(3756), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3756), + [sym_nil] = STATE(3756), + [sym__atom] = STATE(3756), + [sym_quoted_atom] = STATE(3756), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3756), + [sym_charlist] = STATE(3756), + [sym_sigil] = STATE(3756), + [sym_list] = STATE(3756), + [sym_tuple] = STATE(3756), + [sym_bitstring] = STATE(3756), + [sym_map] = STATE(3756), + [sym__nullary_operator] = STATE(3756), + [sym_unary_operator] = STATE(3756), + [sym_binary_operator] = STATE(3756), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3756), + [sym_call] = STATE(3756), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3756), + [sym_anonymous_function] = STATE(3756), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2031), + [sym_integer] = ACTIONS(2031), + [sym_float] = ACTIONS(2031), + [sym_char] = ACTIONS(2031), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2031), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [611] = { + [sym__expression] = STATE(4556), + [sym_block] = STATE(4556), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4556), + [sym_nil] = STATE(4556), + [sym__atom] = STATE(4556), + [sym_quoted_atom] = STATE(4556), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4556), + [sym_charlist] = STATE(4556), + [sym_sigil] = STATE(4556), + [sym_list] = STATE(4556), + [sym_tuple] = STATE(4556), + [sym_bitstring] = STATE(4556), + [sym_map] = STATE(4556), + [sym__nullary_operator] = STATE(4556), + [sym_unary_operator] = STATE(4556), + [sym_binary_operator] = STATE(4556), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4556), + [sym_call] = STATE(4556), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4556), + [sym_anonymous_function] = STATE(4556), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2033), + [sym_integer] = ACTIONS(2033), + [sym_float] = ACTIONS(2033), + [sym_char] = ACTIONS(2033), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2033), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [612] = { + [sym__expression] = STATE(3920), + [sym_block] = STATE(3920), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3920), + [sym_nil] = STATE(3920), + [sym__atom] = STATE(3920), + [sym_quoted_atom] = STATE(3920), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3920), + [sym_charlist] = STATE(3920), + [sym_sigil] = STATE(3920), + [sym_list] = STATE(3920), + [sym_tuple] = STATE(3920), + [sym_bitstring] = STATE(3920), + [sym_map] = STATE(3920), + [sym__nullary_operator] = STATE(3920), + [sym_unary_operator] = STATE(3920), + [sym_binary_operator] = STATE(3920), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3920), + [sym_call] = STATE(3920), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3920), + [sym_anonymous_function] = STATE(3920), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2035), + [sym_integer] = ACTIONS(2035), + [sym_float] = ACTIONS(2035), + [sym_char] = ACTIONS(2035), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2035), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [613] = { + [sym__expression] = STATE(3740), + [sym_block] = STATE(3740), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3740), + [sym_nil] = STATE(3740), + [sym__atom] = STATE(3740), + [sym_quoted_atom] = STATE(3740), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3740), + [sym_charlist] = STATE(3740), + [sym_sigil] = STATE(3740), + [sym_list] = STATE(3740), + [sym_tuple] = STATE(3740), + [sym_bitstring] = STATE(3740), + [sym_map] = STATE(3740), + [sym__nullary_operator] = STATE(3740), + [sym_unary_operator] = STATE(3740), + [sym_binary_operator] = STATE(3740), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3740), + [sym_call] = STATE(3740), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3740), + [sym_anonymous_function] = STATE(3740), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2037), + [sym_integer] = ACTIONS(2037), + [sym_float] = ACTIONS(2037), + [sym_char] = ACTIONS(2037), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2037), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [614] = { + [sym__expression] = STATE(3739), + [sym_block] = STATE(3739), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3739), + [sym_nil] = STATE(3739), + [sym__atom] = STATE(3739), + [sym_quoted_atom] = STATE(3739), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3739), + [sym_charlist] = STATE(3739), + [sym_sigil] = STATE(3739), + [sym_list] = STATE(3739), + [sym_tuple] = STATE(3739), + [sym_bitstring] = STATE(3739), + [sym_map] = STATE(3739), + [sym__nullary_operator] = STATE(3739), + [sym_unary_operator] = STATE(3739), + [sym_binary_operator] = STATE(3739), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3739), + [sym_call] = STATE(3739), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3739), + [sym_anonymous_function] = STATE(3739), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2039), + [sym_integer] = ACTIONS(2039), + [sym_float] = ACTIONS(2039), + [sym_char] = ACTIONS(2039), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2039), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [615] = { + [sym__expression] = STATE(4219), + [sym_block] = STATE(4219), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4219), + [sym_nil] = STATE(4219), + [sym__atom] = STATE(4219), + [sym_quoted_atom] = STATE(4219), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4219), + [sym_charlist] = STATE(4219), + [sym_sigil] = STATE(4219), + [sym_list] = STATE(4219), + [sym_tuple] = STATE(4219), + [sym_bitstring] = STATE(4219), + [sym_map] = STATE(4219), + [sym__nullary_operator] = STATE(4219), + [sym_unary_operator] = STATE(4219), + [sym_binary_operator] = STATE(4219), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4219), + [sym_call] = STATE(4219), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4219), + [sym_anonymous_function] = STATE(4219), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2041), + [sym_integer] = ACTIONS(2041), + [sym_float] = ACTIONS(2041), + [sym_char] = ACTIONS(2041), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2041), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [616] = { + [sym__expression] = STATE(3728), + [sym_block] = STATE(3728), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3728), + [sym_nil] = STATE(3728), + [sym__atom] = STATE(3728), + [sym_quoted_atom] = STATE(3728), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3728), + [sym_charlist] = STATE(3728), + [sym_sigil] = STATE(3728), + [sym_list] = STATE(3728), + [sym_tuple] = STATE(3728), + [sym_bitstring] = STATE(3728), + [sym_map] = STATE(3728), + [sym__nullary_operator] = STATE(3728), + [sym_unary_operator] = STATE(3728), + [sym_binary_operator] = STATE(3728), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3728), + [sym_call] = STATE(3728), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3728), + [sym_anonymous_function] = STATE(3728), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2043), + [sym_integer] = ACTIONS(2043), + [sym_float] = ACTIONS(2043), + [sym_char] = ACTIONS(2043), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2043), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [617] = { + [sym__expression] = STATE(3727), + [sym_block] = STATE(3727), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3727), + [sym_nil] = STATE(3727), + [sym__atom] = STATE(3727), + [sym_quoted_atom] = STATE(3727), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3727), + [sym_charlist] = STATE(3727), + [sym_sigil] = STATE(3727), + [sym_list] = STATE(3727), + [sym_tuple] = STATE(3727), + [sym_bitstring] = STATE(3727), + [sym_map] = STATE(3727), + [sym__nullary_operator] = STATE(3727), + [sym_unary_operator] = STATE(3727), + [sym_binary_operator] = STATE(3727), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3727), + [sym_call] = STATE(3727), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3727), + [sym_anonymous_function] = STATE(3727), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2045), + [sym_integer] = ACTIONS(2045), + [sym_float] = ACTIONS(2045), + [sym_char] = ACTIONS(2045), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2045), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [618] = { + [sym__expression] = STATE(4567), + [sym_block] = STATE(4567), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4567), + [sym_nil] = STATE(4567), + [sym__atom] = STATE(4567), + [sym_quoted_atom] = STATE(4567), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4567), + [sym_charlist] = STATE(4567), + [sym_sigil] = STATE(4567), + [sym_list] = STATE(4567), + [sym_tuple] = STATE(4567), + [sym_bitstring] = STATE(4567), + [sym_map] = STATE(4567), + [sym__nullary_operator] = STATE(4567), + [sym_unary_operator] = STATE(4567), + [sym_binary_operator] = STATE(4567), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4567), + [sym_call] = STATE(4567), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4567), + [sym_anonymous_function] = STATE(4567), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2047), + [sym_integer] = ACTIONS(2047), + [sym_float] = ACTIONS(2047), + [sym_char] = ACTIONS(2047), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2047), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [619] = { + [sym__expression] = STATE(3724), + [sym_block] = STATE(3724), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3724), + [sym_nil] = STATE(3724), + [sym__atom] = STATE(3724), + [sym_quoted_atom] = STATE(3724), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3724), + [sym_charlist] = STATE(3724), + [sym_sigil] = STATE(3724), + [sym_list] = STATE(3724), + [sym_tuple] = STATE(3724), + [sym_bitstring] = STATE(3724), + [sym_map] = STATE(3724), + [sym__nullary_operator] = STATE(3724), + [sym_unary_operator] = STATE(3724), + [sym_binary_operator] = STATE(3724), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3724), + [sym_call] = STATE(3724), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3724), + [sym_anonymous_function] = STATE(3724), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2049), + [sym_integer] = ACTIONS(2049), + [sym_float] = ACTIONS(2049), + [sym_char] = ACTIONS(2049), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2049), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [620] = { + [sym__expression] = STATE(3921), + [sym_block] = STATE(3921), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3921), + [sym_nil] = STATE(3921), + [sym__atom] = STATE(3921), + [sym_quoted_atom] = STATE(3921), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3921), + [sym_charlist] = STATE(3921), + [sym_sigil] = STATE(3921), + [sym_list] = STATE(3921), + [sym_tuple] = STATE(3921), + [sym_bitstring] = STATE(3921), + [sym_map] = STATE(3921), + [sym__nullary_operator] = STATE(3921), + [sym_unary_operator] = STATE(3921), + [sym_binary_operator] = STATE(3921), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3921), + [sym_call] = STATE(3921), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3921), + [sym_anonymous_function] = STATE(3921), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2051), + [sym_integer] = ACTIONS(2051), + [sym_float] = ACTIONS(2051), + [sym_char] = ACTIONS(2051), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2051), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [621] = { + [sym__expression] = STATE(3723), + [sym_block] = STATE(3723), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3723), + [sym_nil] = STATE(3723), + [sym__atom] = STATE(3723), + [sym_quoted_atom] = STATE(3723), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3723), + [sym_charlist] = STATE(3723), + [sym_sigil] = STATE(3723), + [sym_list] = STATE(3723), + [sym_tuple] = STATE(3723), + [sym_bitstring] = STATE(3723), + [sym_map] = STATE(3723), + [sym__nullary_operator] = STATE(3723), + [sym_unary_operator] = STATE(3723), + [sym_binary_operator] = STATE(3723), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3723), + [sym_call] = STATE(3723), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3723), + [sym_anonymous_function] = STATE(3723), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2053), + [sym_integer] = ACTIONS(2053), + [sym_float] = ACTIONS(2053), + [sym_char] = ACTIONS(2053), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2053), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [622] = { + [sym__expression] = STATE(3722), + [sym_block] = STATE(3722), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3722), + [sym_nil] = STATE(3722), + [sym__atom] = STATE(3722), + [sym_quoted_atom] = STATE(3722), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3722), + [sym_charlist] = STATE(3722), + [sym_sigil] = STATE(3722), + [sym_list] = STATE(3722), + [sym_tuple] = STATE(3722), + [sym_bitstring] = STATE(3722), + [sym_map] = STATE(3722), + [sym__nullary_operator] = STATE(3722), + [sym_unary_operator] = STATE(3722), + [sym_binary_operator] = STATE(3722), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3722), + [sym_call] = STATE(3722), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3722), + [sym_anonymous_function] = STATE(3722), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2055), + [sym_integer] = ACTIONS(2055), + [sym_float] = ACTIONS(2055), + [sym_char] = ACTIONS(2055), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2055), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [623] = { + [sym__expression] = STATE(4578), + [sym_block] = STATE(4578), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4578), + [sym_nil] = STATE(4578), + [sym__atom] = STATE(4578), + [sym_quoted_atom] = STATE(4578), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4578), + [sym_charlist] = STATE(4578), + [sym_sigil] = STATE(4578), + [sym_list] = STATE(4578), + [sym_tuple] = STATE(4578), + [sym_bitstring] = STATE(4578), + [sym_map] = STATE(4578), + [sym__nullary_operator] = STATE(4578), + [sym_unary_operator] = STATE(4578), + [sym_binary_operator] = STATE(4578), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4578), + [sym_call] = STATE(4578), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4578), + [sym_anonymous_function] = STATE(4578), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2057), + [sym_integer] = ACTIONS(2057), + [sym_float] = ACTIONS(2057), + [sym_char] = ACTIONS(2057), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2057), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [624] = { + [sym__expression] = STATE(3721), + [sym_block] = STATE(3721), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3721), + [sym_nil] = STATE(3721), + [sym__atom] = STATE(3721), + [sym_quoted_atom] = STATE(3721), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3721), + [sym_charlist] = STATE(3721), + [sym_sigil] = STATE(3721), + [sym_list] = STATE(3721), + [sym_tuple] = STATE(3721), + [sym_bitstring] = STATE(3721), + [sym_map] = STATE(3721), + [sym__nullary_operator] = STATE(3721), + [sym_unary_operator] = STATE(3721), + [sym_binary_operator] = STATE(3721), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3721), + [sym_call] = STATE(3721), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3721), + [sym_anonymous_function] = STATE(3721), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2059), + [sym_integer] = ACTIONS(2059), + [sym_float] = ACTIONS(2059), + [sym_char] = ACTIONS(2059), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2059), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [625] = { + [sym__expression] = STATE(4229), + [sym_block] = STATE(4229), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4229), + [sym_nil] = STATE(4229), + [sym__atom] = STATE(4229), + [sym_quoted_atom] = STATE(4229), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4229), + [sym_charlist] = STATE(4229), + [sym_sigil] = STATE(4229), + [sym_list] = STATE(4229), + [sym_tuple] = STATE(4229), + [sym_bitstring] = STATE(4229), + [sym_map] = STATE(4229), + [sym__nullary_operator] = STATE(4229), + [sym_unary_operator] = STATE(4229), + [sym_binary_operator] = STATE(4229), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4229), + [sym_call] = STATE(4229), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4229), + [sym_anonymous_function] = STATE(4229), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2061), + [sym_integer] = ACTIONS(2061), + [sym_float] = ACTIONS(2061), + [sym_char] = ACTIONS(2061), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2061), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [626] = { + [sym__expression] = STATE(4224), + [sym_block] = STATE(4224), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4224), + [sym_nil] = STATE(4224), + [sym__atom] = STATE(4224), + [sym_quoted_atom] = STATE(4224), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4224), + [sym_charlist] = STATE(4224), + [sym_sigil] = STATE(4224), + [sym_list] = STATE(4224), + [sym_tuple] = STATE(4224), + [sym_bitstring] = STATE(4224), + [sym_map] = STATE(4224), + [sym__nullary_operator] = STATE(4224), + [sym_unary_operator] = STATE(4224), + [sym_binary_operator] = STATE(4224), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4224), + [sym_call] = STATE(4224), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4224), + [sym_anonymous_function] = STATE(4224), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2063), + [sym_integer] = ACTIONS(2063), + [sym_float] = ACTIONS(2063), + [sym_char] = ACTIONS(2063), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2063), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [627] = { + [sym__expression] = STATE(3718), + [sym_block] = STATE(3718), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3718), + [sym_nil] = STATE(3718), + [sym__atom] = STATE(3718), + [sym_quoted_atom] = STATE(3718), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3718), + [sym_charlist] = STATE(3718), + [sym_sigil] = STATE(3718), + [sym_list] = STATE(3718), + [sym_tuple] = STATE(3718), + [sym_bitstring] = STATE(3718), + [sym_map] = STATE(3718), + [sym__nullary_operator] = STATE(3718), + [sym_unary_operator] = STATE(3718), + [sym_binary_operator] = STATE(3718), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3718), + [sym_call] = STATE(3718), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3718), + [sym_anonymous_function] = STATE(3718), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2065), + [sym_integer] = ACTIONS(2065), + [sym_float] = ACTIONS(2065), + [sym_char] = ACTIONS(2065), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2065), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [628] = { + [sym__expression] = STATE(3717), + [sym_block] = STATE(3717), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3717), + [sym_nil] = STATE(3717), + [sym__atom] = STATE(3717), + [sym_quoted_atom] = STATE(3717), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3717), + [sym_charlist] = STATE(3717), + [sym_sigil] = STATE(3717), + [sym_list] = STATE(3717), + [sym_tuple] = STATE(3717), + [sym_bitstring] = STATE(3717), + [sym_map] = STATE(3717), + [sym__nullary_operator] = STATE(3717), + [sym_unary_operator] = STATE(3717), + [sym_binary_operator] = STATE(3717), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3717), + [sym_call] = STATE(3717), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3717), + [sym_anonymous_function] = STATE(3717), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2067), + [sym_integer] = ACTIONS(2067), + [sym_float] = ACTIONS(2067), + [sym_char] = ACTIONS(2067), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2067), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [629] = { + [sym__expression] = STATE(3716), + [sym_block] = STATE(3716), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3716), + [sym_nil] = STATE(3716), + [sym__atom] = STATE(3716), + [sym_quoted_atom] = STATE(3716), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3716), + [sym_charlist] = STATE(3716), + [sym_sigil] = STATE(3716), + [sym_list] = STATE(3716), + [sym_tuple] = STATE(3716), + [sym_bitstring] = STATE(3716), + [sym_map] = STATE(3716), + [sym__nullary_operator] = STATE(3716), + [sym_unary_operator] = STATE(3716), + [sym_binary_operator] = STATE(3716), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3716), + [sym_call] = STATE(3716), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3716), + [sym_anonymous_function] = STATE(3716), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2069), + [sym_integer] = ACTIONS(2069), + [sym_float] = ACTIONS(2069), + [sym_char] = ACTIONS(2069), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2069), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [630] = { + [sym__expression] = STATE(3715), + [sym_block] = STATE(3715), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3715), + [sym_nil] = STATE(3715), + [sym__atom] = STATE(3715), + [sym_quoted_atom] = STATE(3715), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3715), + [sym_charlist] = STATE(3715), + [sym_sigil] = STATE(3715), + [sym_list] = STATE(3715), + [sym_tuple] = STATE(3715), + [sym_bitstring] = STATE(3715), + [sym_map] = STATE(3715), + [sym__nullary_operator] = STATE(3715), + [sym_unary_operator] = STATE(3715), + [sym_binary_operator] = STATE(3715), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3715), + [sym_call] = STATE(3715), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3715), + [sym_anonymous_function] = STATE(3715), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2071), + [sym_integer] = ACTIONS(2071), + [sym_float] = ACTIONS(2071), + [sym_char] = ACTIONS(2071), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2071), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [631] = { + [sym__expression] = STATE(3714), + [sym_block] = STATE(3714), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3714), + [sym_nil] = STATE(3714), + [sym__atom] = STATE(3714), + [sym_quoted_atom] = STATE(3714), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3714), + [sym_charlist] = STATE(3714), + [sym_sigil] = STATE(3714), + [sym_list] = STATE(3714), + [sym_tuple] = STATE(3714), + [sym_bitstring] = STATE(3714), + [sym_map] = STATE(3714), + [sym__nullary_operator] = STATE(3714), + [sym_unary_operator] = STATE(3714), + [sym_binary_operator] = STATE(3714), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3714), + [sym_call] = STATE(3714), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3714), + [sym_anonymous_function] = STATE(3714), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2073), + [sym_integer] = ACTIONS(2073), + [sym_float] = ACTIONS(2073), + [sym_char] = ACTIONS(2073), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2073), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [632] = { + [sym__expression] = STATE(3713), + [sym_block] = STATE(3713), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3713), + [sym_nil] = STATE(3713), + [sym__atom] = STATE(3713), + [sym_quoted_atom] = STATE(3713), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3713), + [sym_charlist] = STATE(3713), + [sym_sigil] = STATE(3713), + [sym_list] = STATE(3713), + [sym_tuple] = STATE(3713), + [sym_bitstring] = STATE(3713), + [sym_map] = STATE(3713), + [sym__nullary_operator] = STATE(3713), + [sym_unary_operator] = STATE(3713), + [sym_binary_operator] = STATE(3713), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3713), + [sym_call] = STATE(3713), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3713), + [sym_anonymous_function] = STATE(3713), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2075), + [sym_integer] = ACTIONS(2075), + [sym_float] = ACTIONS(2075), + [sym_char] = ACTIONS(2075), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2075), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [633] = { + [sym__expression] = STATE(3712), + [sym_block] = STATE(3712), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3712), + [sym_nil] = STATE(3712), + [sym__atom] = STATE(3712), + [sym_quoted_atom] = STATE(3712), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3712), + [sym_charlist] = STATE(3712), + [sym_sigil] = STATE(3712), + [sym_list] = STATE(3712), + [sym_tuple] = STATE(3712), + [sym_bitstring] = STATE(3712), + [sym_map] = STATE(3712), + [sym__nullary_operator] = STATE(3712), + [sym_unary_operator] = STATE(3712), + [sym_binary_operator] = STATE(3712), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3712), + [sym_call] = STATE(3712), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3712), + [sym_anonymous_function] = STATE(3712), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2077), + [sym_integer] = ACTIONS(2077), + [sym_float] = ACTIONS(2077), + [sym_char] = ACTIONS(2077), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2077), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [634] = { + [sym__expression] = STATE(3711), + [sym_block] = STATE(3711), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3711), + [sym_nil] = STATE(3711), + [sym__atom] = STATE(3711), + [sym_quoted_atom] = STATE(3711), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3711), + [sym_charlist] = STATE(3711), + [sym_sigil] = STATE(3711), + [sym_list] = STATE(3711), + [sym_tuple] = STATE(3711), + [sym_bitstring] = STATE(3711), + [sym_map] = STATE(3711), + [sym__nullary_operator] = STATE(3711), + [sym_unary_operator] = STATE(3711), + [sym_binary_operator] = STATE(3711), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3711), + [sym_call] = STATE(3711), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3711), + [sym_anonymous_function] = STATE(3711), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2079), + [sym_integer] = ACTIONS(2079), + [sym_float] = ACTIONS(2079), + [sym_char] = ACTIONS(2079), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2079), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [635] = { + [sym__expression] = STATE(3710), + [sym_block] = STATE(3710), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3710), + [sym_nil] = STATE(3710), + [sym__atom] = STATE(3710), + [sym_quoted_atom] = STATE(3710), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3710), + [sym_charlist] = STATE(3710), + [sym_sigil] = STATE(3710), + [sym_list] = STATE(3710), + [sym_tuple] = STATE(3710), + [sym_bitstring] = STATE(3710), + [sym_map] = STATE(3710), + [sym__nullary_operator] = STATE(3710), + [sym_unary_operator] = STATE(3710), + [sym_binary_operator] = STATE(3710), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3710), + [sym_call] = STATE(3710), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3710), + [sym_anonymous_function] = STATE(3710), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2081), + [sym_integer] = ACTIONS(2081), + [sym_float] = ACTIONS(2081), + [sym_char] = ACTIONS(2081), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2081), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [636] = { + [sym__expression] = STATE(4021), + [sym_block] = STATE(4021), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(4021), + [sym_nil] = STATE(4021), + [sym__atom] = STATE(4021), + [sym_quoted_atom] = STATE(4021), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(4021), + [sym_charlist] = STATE(4021), + [sym_sigil] = STATE(4021), + [sym_list] = STATE(4021), + [sym_tuple] = STATE(4021), + [sym_bitstring] = STATE(4021), + [sym_map] = STATE(4021), + [sym__nullary_operator] = STATE(4021), + [sym_unary_operator] = STATE(4021), + [sym_binary_operator] = STATE(4021), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(4021), + [sym_call] = STATE(4021), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(4021), + [sym_anonymous_function] = STATE(4021), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2083), + [sym_integer] = ACTIONS(2083), + [sym_float] = ACTIONS(2083), + [sym_char] = ACTIONS(2083), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2083), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [637] = { + [sym__expression] = STATE(1674), + [sym_block] = STATE(1674), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(1674), + [sym_nil] = STATE(1674), + [sym__atom] = STATE(1674), + [sym_quoted_atom] = STATE(1674), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1674), + [sym_charlist] = STATE(1674), + [sym_sigil] = STATE(1674), + [sym_list] = STATE(1674), + [sym_tuple] = STATE(1674), + [sym_bitstring] = STATE(1674), + [sym_map] = STATE(1674), + [sym__nullary_operator] = STATE(1674), + [sym_unary_operator] = STATE(1674), + [sym_binary_operator] = STATE(1674), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1674), + [sym_call] = STATE(1674), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1674), + [sym_anonymous_function] = STATE(1674), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2085), + [sym_integer] = ACTIONS(2085), + [sym_float] = ACTIONS(2085), + [sym_char] = ACTIONS(2085), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2085), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [638] = { + [sym__expression] = STATE(4223), + [sym_block] = STATE(4223), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4223), + [sym_nil] = STATE(4223), + [sym__atom] = STATE(4223), + [sym_quoted_atom] = STATE(4223), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4223), + [sym_charlist] = STATE(4223), + [sym_sigil] = STATE(4223), + [sym_list] = STATE(4223), + [sym_tuple] = STATE(4223), + [sym_bitstring] = STATE(4223), + [sym_map] = STATE(4223), + [sym__nullary_operator] = STATE(4223), + [sym_unary_operator] = STATE(4223), + [sym_binary_operator] = STATE(4223), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4223), + [sym_call] = STATE(4223), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4223), + [sym_anonymous_function] = STATE(4223), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2087), + [sym_integer] = ACTIONS(2087), + [sym_float] = ACTIONS(2087), + [sym_char] = ACTIONS(2087), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2087), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [639] = { + [sym__expression] = STATE(3709), + [sym_block] = STATE(3709), + [sym_identifier] = STATE(59), + [sym_boolean] = STATE(3709), + [sym_nil] = STATE(3709), + [sym__atom] = STATE(3709), + [sym_quoted_atom] = STATE(3709), + [sym__quoted_i_double] = STATE(3790), + [sym__quoted_i_single] = STATE(3789), + [sym__quoted_i_heredoc_single] = STATE(3788), + [sym__quoted_i_heredoc_double] = STATE(3787), + [sym_string] = STATE(3709), + [sym_charlist] = STATE(3709), + [sym_sigil] = STATE(3709), + [sym_list] = STATE(3709), + [sym_tuple] = STATE(3709), + [sym_bitstring] = STATE(3709), + [sym_map] = STATE(3709), + [sym__nullary_operator] = STATE(3709), + [sym_unary_operator] = STATE(3709), + [sym_binary_operator] = STATE(3709), + [sym_operator_identifier] = STATE(6934), + [sym_dot] = STATE(3709), + [sym_call] = STATE(3709), + [sym__call_without_parentheses] = STATE(3786), + [sym__call_with_parentheses] = STATE(3785), + [sym__local_call_without_parentheses] = STATE(3784), + [sym__local_call_with_parentheses] = STATE(2680), + [sym__local_call_just_do_block] = STATE(3781), + [sym__remote_call_without_parentheses] = STATE(3780), + [sym__remote_call_with_parentheses] = STATE(2683), + [sym__remote_dot] = STATE(57), + [sym__anonymous_call] = STATE(2685), + [sym__anonymous_dot] = STATE(6829), + [sym__double_call] = STATE(3778), + [sym_access_call] = STATE(3709), + [sym_anonymous_function] = STATE(3709), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(540), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2089), + [sym_integer] = ACTIONS(2089), + [sym_float] = ACTIONS(2089), + [sym_char] = ACTIONS(2089), + [anon_sym_true] = ACTIONS(546), + [anon_sym_false] = ACTIONS(546), + [anon_sym_nil] = ACTIONS(548), + [sym_atom] = ACTIONS(2089), + [anon_sym_DQUOTE] = ACTIONS(550), + [anon_sym_SQUOTE] = ACTIONS(552), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(554), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(556), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LBRACK] = ACTIONS(560), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(562), + [anon_sym_LT_LT] = ACTIONS(566), + [anon_sym_PERCENT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(570), + [anon_sym_PLUS] = ACTIONS(572), + [anon_sym_DASH] = ACTIONS(572), + [anon_sym_BANG] = ACTIONS(572), + [anon_sym_CARET] = ACTIONS(572), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(572), + [anon_sym_not] = ACTIONS(572), + [anon_sym_AT] = ACTIONS(574), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(578), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(584), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(586), + }, + [640] = { + [sym__expression] = STATE(4321), + [sym_block] = STATE(4321), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4321), + [sym_nil] = STATE(4321), + [sym__atom] = STATE(4321), + [sym_quoted_atom] = STATE(4321), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4321), + [sym_charlist] = STATE(4321), + [sym_sigil] = STATE(4321), + [sym_list] = STATE(4321), + [sym_tuple] = STATE(4321), + [sym_bitstring] = STATE(4321), + [sym_map] = STATE(4321), + [sym__nullary_operator] = STATE(4321), + [sym_unary_operator] = STATE(4321), + [sym_binary_operator] = STATE(4321), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4321), + [sym_call] = STATE(4321), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4321), + [sym_anonymous_function] = STATE(4321), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2091), + [sym_integer] = ACTIONS(2091), + [sym_float] = ACTIONS(2091), + [sym_char] = ACTIONS(2091), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2091), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [641] = { + [sym__expression] = STATE(1991), + [sym_block] = STATE(1991), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(1991), + [sym_nil] = STATE(1991), + [sym__atom] = STATE(1991), + [sym_quoted_atom] = STATE(1991), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(1991), + [sym_charlist] = STATE(1991), + [sym_sigil] = STATE(1991), + [sym_list] = STATE(1991), + [sym_tuple] = STATE(1991), + [sym_bitstring] = STATE(1991), + [sym_map] = STATE(1991), + [sym__nullary_operator] = STATE(1991), + [sym_unary_operator] = STATE(1991), + [sym_binary_operator] = STATE(1991), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(1991), + [sym_call] = STATE(1991), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(1991), + [sym_anonymous_function] = STATE(1991), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1845), + [sym_integer] = ACTIONS(1845), + [sym_float] = ACTIONS(1845), + [sym_char] = ACTIONS(1845), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1845), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [642] = { + [sym__expression] = STATE(4482), + [sym_block] = STATE(4482), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4482), + [sym_nil] = STATE(4482), + [sym__atom] = STATE(4482), + [sym_quoted_atom] = STATE(4482), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4482), + [sym_charlist] = STATE(4482), + [sym_sigil] = STATE(4482), + [sym_list] = STATE(4482), + [sym_tuple] = STATE(4482), + [sym_bitstring] = STATE(4482), + [sym_map] = STATE(4482), + [sym__nullary_operator] = STATE(4482), + [sym_unary_operator] = STATE(4482), + [sym_binary_operator] = STATE(4482), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4482), + [sym_call] = STATE(4482), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4482), + [sym_anonymous_function] = STATE(4482), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2093), + [sym_integer] = ACTIONS(2093), + [sym_float] = ACTIONS(2093), + [sym_char] = ACTIONS(2093), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2093), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [643] = { + [sym__expression] = STATE(4480), + [sym_block] = STATE(4480), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4480), + [sym_nil] = STATE(4480), + [sym__atom] = STATE(4480), + [sym_quoted_atom] = STATE(4480), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4480), + [sym_charlist] = STATE(4480), + [sym_sigil] = STATE(4480), + [sym_list] = STATE(4480), + [sym_tuple] = STATE(4480), + [sym_bitstring] = STATE(4480), + [sym_map] = STATE(4480), + [sym__nullary_operator] = STATE(4480), + [sym_unary_operator] = STATE(4480), + [sym_binary_operator] = STATE(4480), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4480), + [sym_call] = STATE(4480), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4480), + [sym_anonymous_function] = STATE(4480), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2095), + [sym_integer] = ACTIONS(2095), + [sym_float] = ACTIONS(2095), + [sym_char] = ACTIONS(2095), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2095), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [644] = { + [sym__expression] = STATE(4479), + [sym_block] = STATE(4479), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4479), + [sym_nil] = STATE(4479), + [sym__atom] = STATE(4479), + [sym_quoted_atom] = STATE(4479), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4479), + [sym_charlist] = STATE(4479), + [sym_sigil] = STATE(4479), + [sym_list] = STATE(4479), + [sym_tuple] = STATE(4479), + [sym_bitstring] = STATE(4479), + [sym_map] = STATE(4479), + [sym__nullary_operator] = STATE(4479), + [sym_unary_operator] = STATE(4479), + [sym_binary_operator] = STATE(4479), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4479), + [sym_call] = STATE(4479), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4479), + [sym_anonymous_function] = STATE(4479), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2097), + [sym_integer] = ACTIONS(2097), + [sym_float] = ACTIONS(2097), + [sym_char] = ACTIONS(2097), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2097), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [645] = { + [sym__expression] = STATE(4477), + [sym_block] = STATE(4477), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4477), + [sym_nil] = STATE(4477), + [sym__atom] = STATE(4477), + [sym_quoted_atom] = STATE(4477), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4477), + [sym_charlist] = STATE(4477), + [sym_sigil] = STATE(4477), + [sym_list] = STATE(4477), + [sym_tuple] = STATE(4477), + [sym_bitstring] = STATE(4477), + [sym_map] = STATE(4477), + [sym__nullary_operator] = STATE(4477), + [sym_unary_operator] = STATE(4477), + [sym_binary_operator] = STATE(4477), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4477), + [sym_call] = STATE(4477), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4477), + [sym_anonymous_function] = STATE(4477), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2099), + [sym_integer] = ACTIONS(2099), + [sym_float] = ACTIONS(2099), + [sym_char] = ACTIONS(2099), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2099), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [646] = { + [sym__expression] = STATE(4532), + [sym_block] = STATE(4532), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4532), + [sym_nil] = STATE(4532), + [sym__atom] = STATE(4532), + [sym_quoted_atom] = STATE(4532), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4532), + [sym_charlist] = STATE(4532), + [sym_sigil] = STATE(4532), + [sym_list] = STATE(4532), + [sym_tuple] = STATE(4532), + [sym_bitstring] = STATE(4532), + [sym_map] = STATE(4532), + [sym__nullary_operator] = STATE(4532), + [sym_unary_operator] = STATE(4532), + [sym_binary_operator] = STATE(4532), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4532), + [sym_call] = STATE(4532), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4532), + [sym_anonymous_function] = STATE(4532), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2101), + [sym_integer] = ACTIONS(2101), + [sym_float] = ACTIONS(2101), + [sym_char] = ACTIONS(2101), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2101), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [647] = { + [sym__expression] = STATE(4475), + [sym_block] = STATE(4475), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4475), + [sym_nil] = STATE(4475), + [sym__atom] = STATE(4475), + [sym_quoted_atom] = STATE(4475), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4475), + [sym_charlist] = STATE(4475), + [sym_sigil] = STATE(4475), + [sym_list] = STATE(4475), + [sym_tuple] = STATE(4475), + [sym_bitstring] = STATE(4475), + [sym_map] = STATE(4475), + [sym__nullary_operator] = STATE(4475), + [sym_unary_operator] = STATE(4475), + [sym_binary_operator] = STATE(4475), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4475), + [sym_call] = STATE(4475), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4475), + [sym_anonymous_function] = STATE(4475), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2103), + [sym_integer] = ACTIONS(2103), + [sym_float] = ACTIONS(2103), + [sym_char] = ACTIONS(2103), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2103), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [648] = { + [sym__expression] = STATE(4474), + [sym_block] = STATE(4474), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4474), + [sym_nil] = STATE(4474), + [sym__atom] = STATE(4474), + [sym_quoted_atom] = STATE(4474), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4474), + [sym_charlist] = STATE(4474), + [sym_sigil] = STATE(4474), + [sym_list] = STATE(4474), + [sym_tuple] = STATE(4474), + [sym_bitstring] = STATE(4474), + [sym_map] = STATE(4474), + [sym__nullary_operator] = STATE(4474), + [sym_unary_operator] = STATE(4474), + [sym_binary_operator] = STATE(4474), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4474), + [sym_call] = STATE(4474), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4474), + [sym_anonymous_function] = STATE(4474), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2105), + [sym_integer] = ACTIONS(2105), + [sym_float] = ACTIONS(2105), + [sym_char] = ACTIONS(2105), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2105), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [649] = { + [sym__expression] = STATE(4418), + [sym_block] = STATE(4418), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4418), + [sym_nil] = STATE(4418), + [sym__atom] = STATE(4418), + [sym_quoted_atom] = STATE(4418), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4418), + [sym_charlist] = STATE(4418), + [sym_sigil] = STATE(4418), + [sym_list] = STATE(4418), + [sym_tuple] = STATE(4418), + [sym_bitstring] = STATE(4418), + [sym_map] = STATE(4418), + [sym__nullary_operator] = STATE(4418), + [sym_unary_operator] = STATE(4418), + [sym_binary_operator] = STATE(4418), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4418), + [sym_call] = STATE(4418), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4418), + [sym_anonymous_function] = STATE(4418), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2107), + [sym_integer] = ACTIONS(2107), + [sym_float] = ACTIONS(2107), + [sym_char] = ACTIONS(2107), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2107), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [650] = { + [sym__expression] = STATE(4222), + [sym_block] = STATE(4222), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4222), + [sym_nil] = STATE(4222), + [sym__atom] = STATE(4222), + [sym_quoted_atom] = STATE(4222), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4222), + [sym_charlist] = STATE(4222), + [sym_sigil] = STATE(4222), + [sym_list] = STATE(4222), + [sym_tuple] = STATE(4222), + [sym_bitstring] = STATE(4222), + [sym_map] = STATE(4222), + [sym__nullary_operator] = STATE(4222), + [sym_unary_operator] = STATE(4222), + [sym_binary_operator] = STATE(4222), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4222), + [sym_call] = STATE(4222), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4222), + [sym_anonymous_function] = STATE(4222), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2109), + [sym_integer] = ACTIONS(2109), + [sym_float] = ACTIONS(2109), + [sym_char] = ACTIONS(2109), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2109), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [651] = { + [sym__expression] = STATE(4473), + [sym_block] = STATE(4473), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4473), + [sym_nil] = STATE(4473), + [sym__atom] = STATE(4473), + [sym_quoted_atom] = STATE(4473), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4473), + [sym_charlist] = STATE(4473), + [sym_sigil] = STATE(4473), + [sym_list] = STATE(4473), + [sym_tuple] = STATE(4473), + [sym_bitstring] = STATE(4473), + [sym_map] = STATE(4473), + [sym__nullary_operator] = STATE(4473), + [sym_unary_operator] = STATE(4473), + [sym_binary_operator] = STATE(4473), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4473), + [sym_call] = STATE(4473), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4473), + [sym_anonymous_function] = STATE(4473), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2111), + [sym_integer] = ACTIONS(2111), + [sym_float] = ACTIONS(2111), + [sym_char] = ACTIONS(2111), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2111), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [652] = { + [sym__expression] = STATE(4472), + [sym_block] = STATE(4472), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4472), + [sym_nil] = STATE(4472), + [sym__atom] = STATE(4472), + [sym_quoted_atom] = STATE(4472), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4472), + [sym_charlist] = STATE(4472), + [sym_sigil] = STATE(4472), + [sym_list] = STATE(4472), + [sym_tuple] = STATE(4472), + [sym_bitstring] = STATE(4472), + [sym_map] = STATE(4472), + [sym__nullary_operator] = STATE(4472), + [sym_unary_operator] = STATE(4472), + [sym_binary_operator] = STATE(4472), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4472), + [sym_call] = STATE(4472), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4472), + [sym_anonymous_function] = STATE(4472), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2113), + [sym_integer] = ACTIONS(2113), + [sym_float] = ACTIONS(2113), + [sym_char] = ACTIONS(2113), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2113), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [653] = { + [sym__expression] = STATE(4469), + [sym_block] = STATE(4469), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4469), + [sym_nil] = STATE(4469), + [sym__atom] = STATE(4469), + [sym_quoted_atom] = STATE(4469), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4469), + [sym_charlist] = STATE(4469), + [sym_sigil] = STATE(4469), + [sym_list] = STATE(4469), + [sym_tuple] = STATE(4469), + [sym_bitstring] = STATE(4469), + [sym_map] = STATE(4469), + [sym__nullary_operator] = STATE(4469), + [sym_unary_operator] = STATE(4469), + [sym_binary_operator] = STATE(4469), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4469), + [sym_call] = STATE(4469), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4469), + [sym_anonymous_function] = STATE(4469), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2115), + [sym_integer] = ACTIONS(2115), + [sym_float] = ACTIONS(2115), + [sym_char] = ACTIONS(2115), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2115), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [654] = { + [sym__expression] = STATE(3925), + [sym_block] = STATE(3925), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3925), + [sym_nil] = STATE(3925), + [sym__atom] = STATE(3925), + [sym_quoted_atom] = STATE(3925), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3925), + [sym_charlist] = STATE(3925), + [sym_sigil] = STATE(3925), + [sym_list] = STATE(3925), + [sym_tuple] = STATE(3925), + [sym_bitstring] = STATE(3925), + [sym_map] = STATE(3925), + [sym__nullary_operator] = STATE(3925), + [sym_unary_operator] = STATE(3925), + [sym_binary_operator] = STATE(3925), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3925), + [sym_call] = STATE(3925), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3925), + [sym_anonymous_function] = STATE(3925), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2117), + [sym_integer] = ACTIONS(2117), + [sym_float] = ACTIONS(2117), + [sym_char] = ACTIONS(2117), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2117), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [655] = { + [sym__expression] = STATE(4014), + [sym_block] = STATE(4014), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(4014), + [sym_nil] = STATE(4014), + [sym__atom] = STATE(4014), + [sym_quoted_atom] = STATE(4014), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(4014), + [sym_charlist] = STATE(4014), + [sym_sigil] = STATE(4014), + [sym_list] = STATE(4014), + [sym_tuple] = STATE(4014), + [sym_bitstring] = STATE(4014), + [sym_map] = STATE(4014), + [sym__nullary_operator] = STATE(4014), + [sym_unary_operator] = STATE(4014), + [sym_binary_operator] = STATE(4014), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(4014), + [sym_call] = STATE(4014), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(4014), + [sym_anonymous_function] = STATE(4014), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2119), + [sym_integer] = ACTIONS(2119), + [sym_float] = ACTIONS(2119), + [sym_char] = ACTIONS(2119), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2119), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [656] = { + [sym__expression] = STATE(1683), + [sym_block] = STATE(1683), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(1683), + [sym_nil] = STATE(1683), + [sym__atom] = STATE(1683), + [sym_quoted_atom] = STATE(1683), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1683), + [sym_charlist] = STATE(1683), + [sym_sigil] = STATE(1683), + [sym_list] = STATE(1683), + [sym_tuple] = STATE(1683), + [sym_bitstring] = STATE(1683), + [sym_map] = STATE(1683), + [sym__nullary_operator] = STATE(1683), + [sym_unary_operator] = STATE(1683), + [sym_binary_operator] = STATE(1683), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1683), + [sym_call] = STATE(1683), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1683), + [sym_anonymous_function] = STATE(1683), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2121), + [sym_integer] = ACTIONS(2121), + [sym_float] = ACTIONS(2121), + [sym_char] = ACTIONS(2121), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [657] = { + [sym__expression] = STATE(4468), + [sym_block] = STATE(4468), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4468), + [sym_nil] = STATE(4468), + [sym__atom] = STATE(4468), + [sym_quoted_atom] = STATE(4468), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4468), + [sym_charlist] = STATE(4468), + [sym_sigil] = STATE(4468), + [sym_list] = STATE(4468), + [sym_tuple] = STATE(4468), + [sym_bitstring] = STATE(4468), + [sym_map] = STATE(4468), + [sym__nullary_operator] = STATE(4468), + [sym_unary_operator] = STATE(4468), + [sym_binary_operator] = STATE(4468), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4468), + [sym_call] = STATE(4468), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4468), + [sym_anonymous_function] = STATE(4468), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2123), + [sym_integer] = ACTIONS(2123), + [sym_float] = ACTIONS(2123), + [sym_char] = ACTIONS(2123), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2123), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [658] = { + [sym__expression] = STATE(4467), + [sym_block] = STATE(4467), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4467), + [sym_nil] = STATE(4467), + [sym__atom] = STATE(4467), + [sym_quoted_atom] = STATE(4467), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4467), + [sym_charlist] = STATE(4467), + [sym_sigil] = STATE(4467), + [sym_list] = STATE(4467), + [sym_tuple] = STATE(4467), + [sym_bitstring] = STATE(4467), + [sym_map] = STATE(4467), + [sym__nullary_operator] = STATE(4467), + [sym_unary_operator] = STATE(4467), + [sym_binary_operator] = STATE(4467), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4467), + [sym_call] = STATE(4467), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4467), + [sym_anonymous_function] = STATE(4467), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2125), + [sym_integer] = ACTIONS(2125), + [sym_float] = ACTIONS(2125), + [sym_char] = ACTIONS(2125), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2125), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [659] = { + [sym__expression] = STATE(4466), + [sym_block] = STATE(4466), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4466), + [sym_nil] = STATE(4466), + [sym__atom] = STATE(4466), + [sym_quoted_atom] = STATE(4466), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4466), + [sym_charlist] = STATE(4466), + [sym_sigil] = STATE(4466), + [sym_list] = STATE(4466), + [sym_tuple] = STATE(4466), + [sym_bitstring] = STATE(4466), + [sym_map] = STATE(4466), + [sym__nullary_operator] = STATE(4466), + [sym_unary_operator] = STATE(4466), + [sym_binary_operator] = STATE(4466), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4466), + [sym_call] = STATE(4466), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4466), + [sym_anonymous_function] = STATE(4466), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2127), + [sym_integer] = ACTIONS(2127), + [sym_float] = ACTIONS(2127), + [sym_char] = ACTIONS(2127), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2127), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [660] = { + [sym__expression] = STATE(4220), + [sym_block] = STATE(4220), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4220), + [sym_nil] = STATE(4220), + [sym__atom] = STATE(4220), + [sym_quoted_atom] = STATE(4220), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4220), + [sym_charlist] = STATE(4220), + [sym_sigil] = STATE(4220), + [sym_list] = STATE(4220), + [sym_tuple] = STATE(4220), + [sym_bitstring] = STATE(4220), + [sym_map] = STATE(4220), + [sym__nullary_operator] = STATE(4220), + [sym_unary_operator] = STATE(4220), + [sym_binary_operator] = STATE(4220), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4220), + [sym_call] = STATE(4220), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4220), + [sym_anonymous_function] = STATE(4220), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2129), + [sym_integer] = ACTIONS(2129), + [sym_float] = ACTIONS(2129), + [sym_char] = ACTIONS(2129), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2129), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [661] = { + [sym__expression] = STATE(4406), + [sym_block] = STATE(4406), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4406), + [sym_nil] = STATE(4406), + [sym__atom] = STATE(4406), + [sym_quoted_atom] = STATE(4406), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4406), + [sym_charlist] = STATE(4406), + [sym_sigil] = STATE(4406), + [sym_list] = STATE(4406), + [sym_tuple] = STATE(4406), + [sym_bitstring] = STATE(4406), + [sym_map] = STATE(4406), + [sym__nullary_operator] = STATE(4406), + [sym_unary_operator] = STATE(4406), + [sym_binary_operator] = STATE(4406), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4406), + [sym_call] = STATE(4406), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4406), + [sym_anonymous_function] = STATE(4406), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2131), + [sym_integer] = ACTIONS(2131), + [sym_float] = ACTIONS(2131), + [sym_char] = ACTIONS(2131), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2131), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [662] = { + [sym__expression] = STATE(4459), + [sym_block] = STATE(4459), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4459), + [sym_nil] = STATE(4459), + [sym__atom] = STATE(4459), + [sym_quoted_atom] = STATE(4459), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4459), + [sym_charlist] = STATE(4459), + [sym_sigil] = STATE(4459), + [sym_list] = STATE(4459), + [sym_tuple] = STATE(4459), + [sym_bitstring] = STATE(4459), + [sym_map] = STATE(4459), + [sym__nullary_operator] = STATE(4459), + [sym_unary_operator] = STATE(4459), + [sym_binary_operator] = STATE(4459), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4459), + [sym_call] = STATE(4459), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4459), + [sym_anonymous_function] = STATE(4459), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2133), + [sym_integer] = ACTIONS(2133), + [sym_float] = ACTIONS(2133), + [sym_char] = ACTIONS(2133), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2133), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [663] = { + [sym__expression] = STATE(4462), + [sym_block] = STATE(4462), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4462), + [sym_nil] = STATE(4462), + [sym__atom] = STATE(4462), + [sym_quoted_atom] = STATE(4462), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4462), + [sym_charlist] = STATE(4462), + [sym_sigil] = STATE(4462), + [sym_list] = STATE(4462), + [sym_tuple] = STATE(4462), + [sym_bitstring] = STATE(4462), + [sym_map] = STATE(4462), + [sym__nullary_operator] = STATE(4462), + [sym_unary_operator] = STATE(4462), + [sym_binary_operator] = STATE(4462), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4462), + [sym_call] = STATE(4462), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4462), + [sym_anonymous_function] = STATE(4462), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2135), + [sym_integer] = ACTIONS(2135), + [sym_float] = ACTIONS(2135), + [sym_char] = ACTIONS(2135), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2135), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [664] = { + [sym__expression] = STATE(4274), + [sym_block] = STATE(4274), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4274), + [sym_nil] = STATE(4274), + [sym__atom] = STATE(4274), + [sym_quoted_atom] = STATE(4274), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4274), + [sym_charlist] = STATE(4274), + [sym_sigil] = STATE(4274), + [sym_list] = STATE(4274), + [sym_tuple] = STATE(4274), + [sym_bitstring] = STATE(4274), + [sym_map] = STATE(4274), + [sym__nullary_operator] = STATE(4274), + [sym_unary_operator] = STATE(4274), + [sym_binary_operator] = STATE(4274), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4274), + [sym_call] = STATE(4274), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4274), + [sym_anonymous_function] = STATE(4274), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2137), + [sym_integer] = ACTIONS(2137), + [sym_float] = ACTIONS(2137), + [sym_char] = ACTIONS(2137), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2137), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [665] = { + [sym__expression] = STATE(4405), + [sym_block] = STATE(4405), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4405), + [sym_nil] = STATE(4405), + [sym__atom] = STATE(4405), + [sym_quoted_atom] = STATE(4405), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4405), + [sym_charlist] = STATE(4405), + [sym_sigil] = STATE(4405), + [sym_list] = STATE(4405), + [sym_tuple] = STATE(4405), + [sym_bitstring] = STATE(4405), + [sym_map] = STATE(4405), + [sym__nullary_operator] = STATE(4405), + [sym_unary_operator] = STATE(4405), + [sym_binary_operator] = STATE(4405), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4405), + [sym_call] = STATE(4405), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4405), + [sym_anonymous_function] = STATE(4405), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2139), + [sym_integer] = ACTIONS(2139), + [sym_float] = ACTIONS(2139), + [sym_char] = ACTIONS(2139), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2139), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [666] = { + [sym__expression] = STATE(3316), + [sym_block] = STATE(3316), + [sym_identifier] = STATE(43), + [sym_boolean] = STATE(3316), + [sym_nil] = STATE(3316), + [sym__atom] = STATE(3316), + [sym_quoted_atom] = STATE(3316), + [sym__quoted_i_double] = STATE(3388), + [sym__quoted_i_single] = STATE(3387), + [sym__quoted_i_heredoc_single] = STATE(3431), + [sym__quoted_i_heredoc_double] = STATE(3430), + [sym_string] = STATE(3316), + [sym_charlist] = STATE(3316), + [sym_sigil] = STATE(3316), + [sym_list] = STATE(3316), + [sym_tuple] = STATE(3316), + [sym_bitstring] = STATE(3316), + [sym_map] = STATE(3316), + [sym__nullary_operator] = STATE(3316), + [sym_unary_operator] = STATE(3316), + [sym_binary_operator] = STATE(3316), + [sym_operator_identifier] = STATE(6902), + [sym_dot] = STATE(3316), + [sym_call] = STATE(3316), + [sym__call_without_parentheses] = STATE(3429), + [sym__call_with_parentheses] = STATE(3428), + [sym__local_call_without_parentheses] = STATE(3427), + [sym__local_call_with_parentheses] = STATE(2142), + [sym__local_call_just_do_block] = STATE(3425), + [sym__remote_call_without_parentheses] = STATE(3405), + [sym__remote_call_with_parentheses] = STATE(2143), + [sym__remote_dot] = STATE(48), + [sym__anonymous_call] = STATE(2144), + [sym__anonymous_dot] = STATE(6755), + [sym__double_call] = STATE(3420), + [sym_access_call] = STATE(3316), + [sym_anonymous_function] = STATE(3316), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(466), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(1409), + [sym_integer] = ACTIONS(1409), + [sym_float] = ACTIONS(1409), + [sym_char] = ACTIONS(1409), + [anon_sym_true] = ACTIONS(472), + [anon_sym_false] = ACTIONS(472), + [anon_sym_nil] = ACTIONS(474), + [sym_atom] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(476), + [anon_sym_SQUOTE] = ACTIONS(478), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(486), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_LT_LT] = ACTIONS(492), + [anon_sym_PERCENT] = ACTIONS(494), + [anon_sym_DOT_DOT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(499), + [anon_sym_PLUS] = ACTIONS(504), + [anon_sym_DASH] = ACTIONS(504), + [anon_sym_BANG] = ACTIONS(504), + [anon_sym_CARET] = ACTIONS(504), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(504), + [anon_sym_not] = ACTIONS(504), + [anon_sym_AT] = ACTIONS(506), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(508), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(512), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(514), + }, + [667] = { + [sym__expression] = STATE(4320), + [sym_block] = STATE(4320), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4320), + [sym_nil] = STATE(4320), + [sym__atom] = STATE(4320), + [sym_quoted_atom] = STATE(4320), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4320), + [sym_charlist] = STATE(4320), + [sym_sigil] = STATE(4320), + [sym_list] = STATE(4320), + [sym_tuple] = STATE(4320), + [sym_bitstring] = STATE(4320), + [sym_map] = STATE(4320), + [sym__nullary_operator] = STATE(4320), + [sym_unary_operator] = STATE(4320), + [sym_binary_operator] = STATE(4320), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4320), + [sym_call] = STATE(4320), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4320), + [sym_anonymous_function] = STATE(4320), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2141), + [sym_integer] = ACTIONS(2141), + [sym_float] = ACTIONS(2141), + [sym_char] = ACTIONS(2141), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2141), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [668] = { + [sym__expression] = STATE(2024), + [sym_block] = STATE(2024), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(2024), + [sym_nil] = STATE(2024), + [sym__atom] = STATE(2024), + [sym_quoted_atom] = STATE(2024), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2024), + [sym_charlist] = STATE(2024), + [sym_sigil] = STATE(2024), + [sym_list] = STATE(2024), + [sym_tuple] = STATE(2024), + [sym_bitstring] = STATE(2024), + [sym_map] = STATE(2024), + [sym__nullary_operator] = STATE(2024), + [sym_unary_operator] = STATE(2024), + [sym_binary_operator] = STATE(2024), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2024), + [sym_call] = STATE(2024), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2024), + [sym_anonymous_function] = STATE(2024), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(1853), + [sym_integer] = ACTIONS(1853), + [sym_float] = ACTIONS(1853), + [sym_char] = ACTIONS(1853), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1853), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [669] = { + [sym__expression] = STATE(4370), + [sym_block] = STATE(4370), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4370), + [sym_nil] = STATE(4370), + [sym__atom] = STATE(4370), + [sym_quoted_atom] = STATE(4370), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4370), + [sym_charlist] = STATE(4370), + [sym_sigil] = STATE(4370), + [sym_list] = STATE(4370), + [sym_tuple] = STATE(4370), + [sym_bitstring] = STATE(4370), + [sym_map] = STATE(4370), + [sym__nullary_operator] = STATE(4370), + [sym_unary_operator] = STATE(4370), + [sym_binary_operator] = STATE(4370), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4370), + [sym_call] = STATE(4370), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4370), + [sym_anonymous_function] = STATE(4370), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2143), + [sym_integer] = ACTIONS(2143), + [sym_float] = ACTIONS(2143), + [sym_char] = ACTIONS(2143), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2143), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [670] = { + [sym__expression] = STATE(4378), + [sym_block] = STATE(4378), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4378), + [sym_nil] = STATE(4378), + [sym__atom] = STATE(4378), + [sym_quoted_atom] = STATE(4378), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4378), + [sym_charlist] = STATE(4378), + [sym_sigil] = STATE(4378), + [sym_list] = STATE(4378), + [sym_tuple] = STATE(4378), + [sym_bitstring] = STATE(4378), + [sym_map] = STATE(4378), + [sym__nullary_operator] = STATE(4378), + [sym_unary_operator] = STATE(4378), + [sym_binary_operator] = STATE(4378), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4378), + [sym_call] = STATE(4378), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4378), + [sym_anonymous_function] = STATE(4378), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2145), + [sym_integer] = ACTIONS(2145), + [sym_float] = ACTIONS(2145), + [sym_char] = ACTIONS(2145), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2145), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [671] = { + [sym__expression] = STATE(1590), + [sym_block] = STATE(1590), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1590), + [sym_nil] = STATE(1590), + [sym__atom] = STATE(1590), + [sym_quoted_atom] = STATE(1590), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1590), + [sym_charlist] = STATE(1590), + [sym_sigil] = STATE(1590), + [sym_list] = STATE(1590), + [sym_tuple] = STATE(1590), + [sym_bitstring] = STATE(1590), + [sym_map] = STATE(1590), + [sym__nullary_operator] = STATE(1590), + [sym_unary_operator] = STATE(1590), + [sym_binary_operator] = STATE(1590), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1590), + [sym_call] = STATE(1590), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1590), + [sym_anonymous_function] = STATE(1590), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2147), + [sym_integer] = ACTIONS(2147), + [sym_float] = ACTIONS(2147), + [sym_char] = ACTIONS(2147), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2147), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [672] = { + [sym__expression] = STATE(1654), + [sym_block] = STATE(1654), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1654), + [sym_nil] = STATE(1654), + [sym__atom] = STATE(1654), + [sym_quoted_atom] = STATE(1654), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1654), + [sym_charlist] = STATE(1654), + [sym_sigil] = STATE(1654), + [sym_list] = STATE(1654), + [sym_tuple] = STATE(1654), + [sym_bitstring] = STATE(1654), + [sym_map] = STATE(1654), + [sym__nullary_operator] = STATE(1654), + [sym_unary_operator] = STATE(1654), + [sym_binary_operator] = STATE(1654), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1654), + [sym_call] = STATE(1654), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1654), + [sym_anonymous_function] = STATE(1654), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2149), + [sym_integer] = ACTIONS(2149), + [sym_float] = ACTIONS(2149), + [sym_char] = ACTIONS(2149), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2149), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [673] = { + [sym__expression] = STATE(4154), + [sym_block] = STATE(4154), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4154), + [sym_nil] = STATE(4154), + [sym__atom] = STATE(4154), + [sym_quoted_atom] = STATE(4154), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4154), + [sym_charlist] = STATE(4154), + [sym_sigil] = STATE(4154), + [sym_list] = STATE(4154), + [sym_tuple] = STATE(4154), + [sym_bitstring] = STATE(4154), + [sym_map] = STATE(4154), + [sym__nullary_operator] = STATE(4154), + [sym_unary_operator] = STATE(4154), + [sym_binary_operator] = STATE(4154), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4154), + [sym_call] = STATE(4154), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4154), + [sym_anonymous_function] = STATE(4154), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2151), + [sym_integer] = ACTIONS(2151), + [sym_float] = ACTIONS(2151), + [sym_char] = ACTIONS(2151), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2151), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [674] = { + [sym__expression] = STATE(1652), + [sym_block] = STATE(1652), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1652), + [sym_nil] = STATE(1652), + [sym__atom] = STATE(1652), + [sym_quoted_atom] = STATE(1652), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1652), + [sym_charlist] = STATE(1652), + [sym_sigil] = STATE(1652), + [sym_list] = STATE(1652), + [sym_tuple] = STATE(1652), + [sym_bitstring] = STATE(1652), + [sym_map] = STATE(1652), + [sym__nullary_operator] = STATE(1652), + [sym_unary_operator] = STATE(1652), + [sym_binary_operator] = STATE(1652), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1652), + [sym_call] = STATE(1652), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1652), + [sym_anonymous_function] = STATE(1652), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2153), + [sym_integer] = ACTIONS(2153), + [sym_float] = ACTIONS(2153), + [sym_char] = ACTIONS(2153), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2153), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [675] = { + [sym__expression] = STATE(1649), + [sym_block] = STATE(1649), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1649), + [sym_nil] = STATE(1649), + [sym__atom] = STATE(1649), + [sym_quoted_atom] = STATE(1649), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1649), + [sym_charlist] = STATE(1649), + [sym_sigil] = STATE(1649), + [sym_list] = STATE(1649), + [sym_tuple] = STATE(1649), + [sym_bitstring] = STATE(1649), + [sym_map] = STATE(1649), + [sym__nullary_operator] = STATE(1649), + [sym_unary_operator] = STATE(1649), + [sym_binary_operator] = STATE(1649), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1649), + [sym_call] = STATE(1649), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1649), + [sym_anonymous_function] = STATE(1649), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2155), + [sym_integer] = ACTIONS(2155), + [sym_float] = ACTIONS(2155), + [sym_char] = ACTIONS(2155), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2155), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [676] = { + [sym__expression] = STATE(1647), + [sym_block] = STATE(1647), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1647), + [sym_nil] = STATE(1647), + [sym__atom] = STATE(1647), + [sym_quoted_atom] = STATE(1647), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1647), + [sym_charlist] = STATE(1647), + [sym_sigil] = STATE(1647), + [sym_list] = STATE(1647), + [sym_tuple] = STATE(1647), + [sym_bitstring] = STATE(1647), + [sym_map] = STATE(1647), + [sym__nullary_operator] = STATE(1647), + [sym_unary_operator] = STATE(1647), + [sym_binary_operator] = STATE(1647), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1647), + [sym_call] = STATE(1647), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1647), + [sym_anonymous_function] = STATE(1647), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2157), + [sym_integer] = ACTIONS(2157), + [sym_float] = ACTIONS(2157), + [sym_char] = ACTIONS(2157), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2157), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [677] = { + [sym__expression] = STATE(1646), + [sym_block] = STATE(1646), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1646), + [sym_nil] = STATE(1646), + [sym__atom] = STATE(1646), + [sym_quoted_atom] = STATE(1646), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1646), + [sym_charlist] = STATE(1646), + [sym_sigil] = STATE(1646), + [sym_list] = STATE(1646), + [sym_tuple] = STATE(1646), + [sym_bitstring] = STATE(1646), + [sym_map] = STATE(1646), + [sym__nullary_operator] = STATE(1646), + [sym_unary_operator] = STATE(1646), + [sym_binary_operator] = STATE(1646), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1646), + [sym_call] = STATE(1646), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1646), + [sym_anonymous_function] = STATE(1646), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2159), + [sym_integer] = ACTIONS(2159), + [sym_float] = ACTIONS(2159), + [sym_char] = ACTIONS(2159), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2159), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [678] = { + [sym__expression] = STATE(1644), + [sym_block] = STATE(1644), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1644), + [sym_nil] = STATE(1644), + [sym__atom] = STATE(1644), + [sym_quoted_atom] = STATE(1644), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1644), + [sym_charlist] = STATE(1644), + [sym_sigil] = STATE(1644), + [sym_list] = STATE(1644), + [sym_tuple] = STATE(1644), + [sym_bitstring] = STATE(1644), + [sym_map] = STATE(1644), + [sym__nullary_operator] = STATE(1644), + [sym_unary_operator] = STATE(1644), + [sym_binary_operator] = STATE(1644), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1644), + [sym_call] = STATE(1644), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1644), + [sym_anonymous_function] = STATE(1644), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2161), + [sym_integer] = ACTIONS(2161), + [sym_float] = ACTIONS(2161), + [sym_char] = ACTIONS(2161), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2161), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [679] = { + [sym__expression] = STATE(3977), + [sym_block] = STATE(3977), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3977), + [sym_nil] = STATE(3977), + [sym__atom] = STATE(3977), + [sym_quoted_atom] = STATE(3977), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3977), + [sym_charlist] = STATE(3977), + [sym_sigil] = STATE(3977), + [sym_list] = STATE(3977), + [sym_tuple] = STATE(3977), + [sym_bitstring] = STATE(3977), + [sym_map] = STATE(3977), + [sym__nullary_operator] = STATE(3977), + [sym_unary_operator] = STATE(3977), + [sym_binary_operator] = STATE(3977), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3977), + [sym_call] = STATE(3977), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3977), + [sym_anonymous_function] = STATE(3977), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2163), + [sym_integer] = ACTIONS(2163), + [sym_float] = ACTIONS(2163), + [sym_char] = ACTIONS(2163), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2163), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [680] = { + [sym__expression] = STATE(3976), + [sym_block] = STATE(3976), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3976), + [sym_nil] = STATE(3976), + [sym__atom] = STATE(3976), + [sym_quoted_atom] = STATE(3976), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3976), + [sym_charlist] = STATE(3976), + [sym_sigil] = STATE(3976), + [sym_list] = STATE(3976), + [sym_tuple] = STATE(3976), + [sym_bitstring] = STATE(3976), + [sym_map] = STATE(3976), + [sym__nullary_operator] = STATE(3976), + [sym_unary_operator] = STATE(3976), + [sym_binary_operator] = STATE(3976), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3976), + [sym_call] = STATE(3976), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3976), + [sym_anonymous_function] = STATE(3976), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2165), + [sym_integer] = ACTIONS(2165), + [sym_float] = ACTIONS(2165), + [sym_char] = ACTIONS(2165), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2165), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [681] = { + [sym__expression] = STATE(4215), + [sym_block] = STATE(4215), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4215), + [sym_nil] = STATE(4215), + [sym__atom] = STATE(4215), + [sym_quoted_atom] = STATE(4215), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4215), + [sym_charlist] = STATE(4215), + [sym_sigil] = STATE(4215), + [sym_list] = STATE(4215), + [sym_tuple] = STATE(4215), + [sym_bitstring] = STATE(4215), + [sym_map] = STATE(4215), + [sym__nullary_operator] = STATE(4215), + [sym_unary_operator] = STATE(4215), + [sym_binary_operator] = STATE(4215), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4215), + [sym_call] = STATE(4215), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4215), + [sym_anonymous_function] = STATE(4215), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2167), + [sym_integer] = ACTIONS(2167), + [sym_float] = ACTIONS(2167), + [sym_char] = ACTIONS(2167), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2167), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [682] = { + [sym__expression] = STATE(3973), + [sym_block] = STATE(3973), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3973), + [sym_nil] = STATE(3973), + [sym__atom] = STATE(3973), + [sym_quoted_atom] = STATE(3973), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3973), + [sym_charlist] = STATE(3973), + [sym_sigil] = STATE(3973), + [sym_list] = STATE(3973), + [sym_tuple] = STATE(3973), + [sym_bitstring] = STATE(3973), + [sym_map] = STATE(3973), + [sym__nullary_operator] = STATE(3973), + [sym_unary_operator] = STATE(3973), + [sym_binary_operator] = STATE(3973), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3973), + [sym_call] = STATE(3973), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3973), + [sym_anonymous_function] = STATE(3973), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2169), + [sym_integer] = ACTIONS(2169), + [sym_float] = ACTIONS(2169), + [sym_char] = ACTIONS(2169), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2169), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [683] = { + [sym__expression] = STATE(3972), + [sym_block] = STATE(3972), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3972), + [sym_nil] = STATE(3972), + [sym__atom] = STATE(3972), + [sym_quoted_atom] = STATE(3972), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3972), + [sym_charlist] = STATE(3972), + [sym_sigil] = STATE(3972), + [sym_list] = STATE(3972), + [sym_tuple] = STATE(3972), + [sym_bitstring] = STATE(3972), + [sym_map] = STATE(3972), + [sym__nullary_operator] = STATE(3972), + [sym_unary_operator] = STATE(3972), + [sym_binary_operator] = STATE(3972), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3972), + [sym_call] = STATE(3972), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3972), + [sym_anonymous_function] = STATE(3972), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2171), + [sym_integer] = ACTIONS(2171), + [sym_float] = ACTIONS(2171), + [sym_char] = ACTIONS(2171), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2171), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [684] = { + [sym__expression] = STATE(3971), + [sym_block] = STATE(3971), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3971), + [sym_nil] = STATE(3971), + [sym__atom] = STATE(3971), + [sym_quoted_atom] = STATE(3971), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3971), + [sym_charlist] = STATE(3971), + [sym_sigil] = STATE(3971), + [sym_list] = STATE(3971), + [sym_tuple] = STATE(3971), + [sym_bitstring] = STATE(3971), + [sym_map] = STATE(3971), + [sym__nullary_operator] = STATE(3971), + [sym_unary_operator] = STATE(3971), + [sym_binary_operator] = STATE(3971), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3971), + [sym_call] = STATE(3971), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3971), + [sym_anonymous_function] = STATE(3971), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2173), + [sym_integer] = ACTIONS(2173), + [sym_float] = ACTIONS(2173), + [sym_char] = ACTIONS(2173), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2173), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [685] = { + [sym__expression] = STATE(3970), + [sym_block] = STATE(3970), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3970), + [sym_nil] = STATE(3970), + [sym__atom] = STATE(3970), + [sym_quoted_atom] = STATE(3970), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3970), + [sym_charlist] = STATE(3970), + [sym_sigil] = STATE(3970), + [sym_list] = STATE(3970), + [sym_tuple] = STATE(3970), + [sym_bitstring] = STATE(3970), + [sym_map] = STATE(3970), + [sym__nullary_operator] = STATE(3970), + [sym_unary_operator] = STATE(3970), + [sym_binary_operator] = STATE(3970), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3970), + [sym_call] = STATE(3970), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3970), + [sym_anonymous_function] = STATE(3970), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2175), + [sym_integer] = ACTIONS(2175), + [sym_float] = ACTIONS(2175), + [sym_char] = ACTIONS(2175), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2175), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [686] = { + [sym__expression] = STATE(4213), + [sym_block] = STATE(4213), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4213), + [sym_nil] = STATE(4213), + [sym__atom] = STATE(4213), + [sym_quoted_atom] = STATE(4213), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4213), + [sym_charlist] = STATE(4213), + [sym_sigil] = STATE(4213), + [sym_list] = STATE(4213), + [sym_tuple] = STATE(4213), + [sym_bitstring] = STATE(4213), + [sym_map] = STATE(4213), + [sym__nullary_operator] = STATE(4213), + [sym_unary_operator] = STATE(4213), + [sym_binary_operator] = STATE(4213), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4213), + [sym_call] = STATE(4213), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4213), + [sym_anonymous_function] = STATE(4213), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2177), + [sym_integer] = ACTIONS(2177), + [sym_float] = ACTIONS(2177), + [sym_char] = ACTIONS(2177), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2177), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [687] = { + [sym__expression] = STATE(3967), + [sym_block] = STATE(3967), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3967), + [sym_nil] = STATE(3967), + [sym__atom] = STATE(3967), + [sym_quoted_atom] = STATE(3967), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3967), + [sym_charlist] = STATE(3967), + [sym_sigil] = STATE(3967), + [sym_list] = STATE(3967), + [sym_tuple] = STATE(3967), + [sym_bitstring] = STATE(3967), + [sym_map] = STATE(3967), + [sym__nullary_operator] = STATE(3967), + [sym_unary_operator] = STATE(3967), + [sym_binary_operator] = STATE(3967), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3967), + [sym_call] = STATE(3967), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3967), + [sym_anonymous_function] = STATE(3967), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2179), + [sym_integer] = ACTIONS(2179), + [sym_float] = ACTIONS(2179), + [sym_char] = ACTIONS(2179), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2179), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [688] = { + [sym__expression] = STATE(3966), + [sym_block] = STATE(3966), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3966), + [sym_nil] = STATE(3966), + [sym__atom] = STATE(3966), + [sym_quoted_atom] = STATE(3966), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3966), + [sym_charlist] = STATE(3966), + [sym_sigil] = STATE(3966), + [sym_list] = STATE(3966), + [sym_tuple] = STATE(3966), + [sym_bitstring] = STATE(3966), + [sym_map] = STATE(3966), + [sym__nullary_operator] = STATE(3966), + [sym_unary_operator] = STATE(3966), + [sym_binary_operator] = STATE(3966), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3966), + [sym_call] = STATE(3966), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3966), + [sym_anonymous_function] = STATE(3966), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2181), + [sym_integer] = ACTIONS(2181), + [sym_float] = ACTIONS(2181), + [sym_char] = ACTIONS(2181), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2181), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [689] = { + [sym__expression] = STATE(3965), + [sym_block] = STATE(3965), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3965), + [sym_nil] = STATE(3965), + [sym__atom] = STATE(3965), + [sym_quoted_atom] = STATE(3965), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3965), + [sym_charlist] = STATE(3965), + [sym_sigil] = STATE(3965), + [sym_list] = STATE(3965), + [sym_tuple] = STATE(3965), + [sym_bitstring] = STATE(3965), + [sym_map] = STATE(3965), + [sym__nullary_operator] = STATE(3965), + [sym_unary_operator] = STATE(3965), + [sym_binary_operator] = STATE(3965), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3965), + [sym_call] = STATE(3965), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3965), + [sym_anonymous_function] = STATE(3965), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2183), + [sym_integer] = ACTIONS(2183), + [sym_float] = ACTIONS(2183), + [sym_char] = ACTIONS(2183), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2183), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [690] = { + [sym__expression] = STATE(3964), + [sym_block] = STATE(3964), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3964), + [sym_nil] = STATE(3964), + [sym__atom] = STATE(3964), + [sym_quoted_atom] = STATE(3964), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3964), + [sym_charlist] = STATE(3964), + [sym_sigil] = STATE(3964), + [sym_list] = STATE(3964), + [sym_tuple] = STATE(3964), + [sym_bitstring] = STATE(3964), + [sym_map] = STATE(3964), + [sym__nullary_operator] = STATE(3964), + [sym_unary_operator] = STATE(3964), + [sym_binary_operator] = STATE(3964), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3964), + [sym_call] = STATE(3964), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3964), + [sym_anonymous_function] = STATE(3964), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2185), + [sym_integer] = ACTIONS(2185), + [sym_float] = ACTIONS(2185), + [sym_char] = ACTIONS(2185), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2185), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [691] = { + [sym__expression] = STATE(3963), + [sym_block] = STATE(3963), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3963), + [sym_nil] = STATE(3963), + [sym__atom] = STATE(3963), + [sym_quoted_atom] = STATE(3963), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3963), + [sym_charlist] = STATE(3963), + [sym_sigil] = STATE(3963), + [sym_list] = STATE(3963), + [sym_tuple] = STATE(3963), + [sym_bitstring] = STATE(3963), + [sym_map] = STATE(3963), + [sym__nullary_operator] = STATE(3963), + [sym_unary_operator] = STATE(3963), + [sym_binary_operator] = STATE(3963), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3963), + [sym_call] = STATE(3963), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3963), + [sym_anonymous_function] = STATE(3963), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2187), + [sym_integer] = ACTIONS(2187), + [sym_float] = ACTIONS(2187), + [sym_char] = ACTIONS(2187), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2187), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [692] = { + [sym__expression] = STATE(3962), + [sym_block] = STATE(3962), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3962), + [sym_nil] = STATE(3962), + [sym__atom] = STATE(3962), + [sym_quoted_atom] = STATE(3962), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3962), + [sym_charlist] = STATE(3962), + [sym_sigil] = STATE(3962), + [sym_list] = STATE(3962), + [sym_tuple] = STATE(3962), + [sym_bitstring] = STATE(3962), + [sym_map] = STATE(3962), + [sym__nullary_operator] = STATE(3962), + [sym_unary_operator] = STATE(3962), + [sym_binary_operator] = STATE(3962), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3962), + [sym_call] = STATE(3962), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3962), + [sym_anonymous_function] = STATE(3962), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2189), + [sym_integer] = ACTIONS(2189), + [sym_float] = ACTIONS(2189), + [sym_char] = ACTIONS(2189), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2189), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [693] = { + [sym__expression] = STATE(3961), + [sym_block] = STATE(3961), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3961), + [sym_nil] = STATE(3961), + [sym__atom] = STATE(3961), + [sym_quoted_atom] = STATE(3961), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3961), + [sym_charlist] = STATE(3961), + [sym_sigil] = STATE(3961), + [sym_list] = STATE(3961), + [sym_tuple] = STATE(3961), + [sym_bitstring] = STATE(3961), + [sym_map] = STATE(3961), + [sym__nullary_operator] = STATE(3961), + [sym_unary_operator] = STATE(3961), + [sym_binary_operator] = STATE(3961), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3961), + [sym_call] = STATE(3961), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3961), + [sym_anonymous_function] = STATE(3961), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2191), + [sym_integer] = ACTIONS(2191), + [sym_float] = ACTIONS(2191), + [sym_char] = ACTIONS(2191), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2191), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [694] = { + [sym__expression] = STATE(3960), + [sym_block] = STATE(3960), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3960), + [sym_nil] = STATE(3960), + [sym__atom] = STATE(3960), + [sym_quoted_atom] = STATE(3960), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3960), + [sym_charlist] = STATE(3960), + [sym_sigil] = STATE(3960), + [sym_list] = STATE(3960), + [sym_tuple] = STATE(3960), + [sym_bitstring] = STATE(3960), + [sym_map] = STATE(3960), + [sym__nullary_operator] = STATE(3960), + [sym_unary_operator] = STATE(3960), + [sym_binary_operator] = STATE(3960), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3960), + [sym_call] = STATE(3960), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3960), + [sym_anonymous_function] = STATE(3960), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2193), + [sym_integer] = ACTIONS(2193), + [sym_float] = ACTIONS(2193), + [sym_char] = ACTIONS(2193), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2193), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [695] = { + [sym__expression] = STATE(3959), + [sym_block] = STATE(3959), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3959), + [sym_nil] = STATE(3959), + [sym__atom] = STATE(3959), + [sym_quoted_atom] = STATE(3959), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3959), + [sym_charlist] = STATE(3959), + [sym_sigil] = STATE(3959), + [sym_list] = STATE(3959), + [sym_tuple] = STATE(3959), + [sym_bitstring] = STATE(3959), + [sym_map] = STATE(3959), + [sym__nullary_operator] = STATE(3959), + [sym_unary_operator] = STATE(3959), + [sym_binary_operator] = STATE(3959), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3959), + [sym_call] = STATE(3959), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3959), + [sym_anonymous_function] = STATE(3959), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2195), + [sym_integer] = ACTIONS(2195), + [sym_float] = ACTIONS(2195), + [sym_char] = ACTIONS(2195), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2195), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [696] = { + [sym__expression] = STATE(3907), + [sym_block] = STATE(3907), + [sym_identifier] = STATE(61), + [sym_boolean] = STATE(3907), + [sym_nil] = STATE(3907), + [sym__atom] = STATE(3907), + [sym_quoted_atom] = STATE(3907), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(3907), + [sym_charlist] = STATE(3907), + [sym_sigil] = STATE(3907), + [sym_list] = STATE(3907), + [sym_tuple] = STATE(3907), + [sym_bitstring] = STATE(3907), + [sym_map] = STATE(3907), + [sym__nullary_operator] = STATE(3907), + [sym_unary_operator] = STATE(3907), + [sym_binary_operator] = STATE(3907), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(3907), + [sym_call] = STATE(3907), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(45), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(3907), + [sym_anonymous_function] = STATE(3907), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2197), + [sym_integer] = ACTIONS(2197), + [sym_float] = ACTIONS(2197), + [sym_char] = ACTIONS(2197), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2197), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(690), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(692), + [anon_sym_PLUS] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_BANG] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(696), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(700), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [697] = { + [sym__expression] = STATE(1643), + [sym_block] = STATE(1643), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1643), + [sym_nil] = STATE(1643), + [sym__atom] = STATE(1643), + [sym_quoted_atom] = STATE(1643), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1643), + [sym_charlist] = STATE(1643), + [sym_sigil] = STATE(1643), + [sym_list] = STATE(1643), + [sym_tuple] = STATE(1643), + [sym_bitstring] = STATE(1643), + [sym_map] = STATE(1643), + [sym__nullary_operator] = STATE(1643), + [sym_unary_operator] = STATE(1643), + [sym_binary_operator] = STATE(1643), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1643), + [sym_call] = STATE(1643), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1643), + [sym_anonymous_function] = STATE(1643), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2199), + [sym_integer] = ACTIONS(2199), + [sym_float] = ACTIONS(2199), + [sym_char] = ACTIONS(2199), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2199), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [698] = { + [sym__expression] = STATE(4575), + [sym_block] = STATE(4575), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4575), + [sym_nil] = STATE(4575), + [sym__atom] = STATE(4575), + [sym_quoted_atom] = STATE(4575), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4575), + [sym_charlist] = STATE(4575), + [sym_sigil] = STATE(4575), + [sym_list] = STATE(4575), + [sym_tuple] = STATE(4575), + [sym_bitstring] = STATE(4575), + [sym_map] = STATE(4575), + [sym__nullary_operator] = STATE(4575), + [sym_unary_operator] = STATE(4575), + [sym_binary_operator] = STATE(4575), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4575), + [sym_call] = STATE(4575), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4575), + [sym_anonymous_function] = STATE(4575), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2201), + [sym_integer] = ACTIONS(2201), + [sym_float] = ACTIONS(2201), + [sym_char] = ACTIONS(2201), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2201), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [699] = { + [sym__expression] = STATE(4381), + [sym_block] = STATE(4381), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4381), + [sym_nil] = STATE(4381), + [sym__atom] = STATE(4381), + [sym_quoted_atom] = STATE(4381), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4381), + [sym_charlist] = STATE(4381), + [sym_sigil] = STATE(4381), + [sym_list] = STATE(4381), + [sym_tuple] = STATE(4381), + [sym_bitstring] = STATE(4381), + [sym_map] = STATE(4381), + [sym__nullary_operator] = STATE(4381), + [sym_unary_operator] = STATE(4381), + [sym_binary_operator] = STATE(4381), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4381), + [sym_call] = STATE(4381), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4381), + [sym_anonymous_function] = STATE(4381), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2203), + [sym_integer] = ACTIONS(2203), + [sym_float] = ACTIONS(2203), + [sym_char] = ACTIONS(2203), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2203), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [700] = { + [sym__expression] = STATE(4384), + [sym_block] = STATE(4384), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4384), + [sym_nil] = STATE(4384), + [sym__atom] = STATE(4384), + [sym_quoted_atom] = STATE(4384), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4384), + [sym_charlist] = STATE(4384), + [sym_sigil] = STATE(4384), + [sym_list] = STATE(4384), + [sym_tuple] = STATE(4384), + [sym_bitstring] = STATE(4384), + [sym_map] = STATE(4384), + [sym__nullary_operator] = STATE(4384), + [sym_unary_operator] = STATE(4384), + [sym_binary_operator] = STATE(4384), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4384), + [sym_call] = STATE(4384), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4384), + [sym_anonymous_function] = STATE(4384), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2205), + [sym_integer] = ACTIONS(2205), + [sym_float] = ACTIONS(2205), + [sym_char] = ACTIONS(2205), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2205), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [701] = { + [sym__expression] = STATE(1642), + [sym_block] = STATE(1642), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1642), + [sym_nil] = STATE(1642), + [sym__atom] = STATE(1642), + [sym_quoted_atom] = STATE(1642), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1642), + [sym_charlist] = STATE(1642), + [sym_sigil] = STATE(1642), + [sym_list] = STATE(1642), + [sym_tuple] = STATE(1642), + [sym_bitstring] = STATE(1642), + [sym_map] = STATE(1642), + [sym__nullary_operator] = STATE(1642), + [sym_unary_operator] = STATE(1642), + [sym_binary_operator] = STATE(1642), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1642), + [sym_call] = STATE(1642), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1642), + [sym_anonymous_function] = STATE(1642), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2207), + [sym_integer] = ACTIONS(2207), + [sym_float] = ACTIONS(2207), + [sym_char] = ACTIONS(2207), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2207), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [702] = { + [sym__expression] = STATE(4386), + [sym_block] = STATE(4386), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4386), + [sym_nil] = STATE(4386), + [sym__atom] = STATE(4386), + [sym_quoted_atom] = STATE(4386), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4386), + [sym_charlist] = STATE(4386), + [sym_sigil] = STATE(4386), + [sym_list] = STATE(4386), + [sym_tuple] = STATE(4386), + [sym_bitstring] = STATE(4386), + [sym_map] = STATE(4386), + [sym__nullary_operator] = STATE(4386), + [sym_unary_operator] = STATE(4386), + [sym_binary_operator] = STATE(4386), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4386), + [sym_call] = STATE(4386), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4386), + [sym_anonymous_function] = STATE(4386), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2209), + [sym_integer] = ACTIONS(2209), + [sym_float] = ACTIONS(2209), + [sym_char] = ACTIONS(2209), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2209), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [703] = { + [sym__expression] = STATE(4387), + [sym_block] = STATE(4387), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4387), + [sym_nil] = STATE(4387), + [sym__atom] = STATE(4387), + [sym_quoted_atom] = STATE(4387), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4387), + [sym_charlist] = STATE(4387), + [sym_sigil] = STATE(4387), + [sym_list] = STATE(4387), + [sym_tuple] = STATE(4387), + [sym_bitstring] = STATE(4387), + [sym_map] = STATE(4387), + [sym__nullary_operator] = STATE(4387), + [sym_unary_operator] = STATE(4387), + [sym_binary_operator] = STATE(4387), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4387), + [sym_call] = STATE(4387), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4387), + [sym_anonymous_function] = STATE(4387), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2211), + [sym_integer] = ACTIONS(2211), + [sym_float] = ACTIONS(2211), + [sym_char] = ACTIONS(2211), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2211), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [704] = { + [sym__expression] = STATE(4576), + [sym_block] = STATE(4576), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4576), + [sym_nil] = STATE(4576), + [sym__atom] = STATE(4576), + [sym_quoted_atom] = STATE(4576), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4576), + [sym_charlist] = STATE(4576), + [sym_sigil] = STATE(4576), + [sym_list] = STATE(4576), + [sym_tuple] = STATE(4576), + [sym_bitstring] = STATE(4576), + [sym_map] = STATE(4576), + [sym__nullary_operator] = STATE(4576), + [sym_unary_operator] = STATE(4576), + [sym_binary_operator] = STATE(4576), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4576), + [sym_call] = STATE(4576), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4576), + [sym_anonymous_function] = STATE(4576), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2213), + [sym_integer] = ACTIONS(2213), + [sym_float] = ACTIONS(2213), + [sym_char] = ACTIONS(2213), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2213), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [705] = { + [sym__expression] = STATE(4391), + [sym_block] = STATE(4391), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4391), + [sym_nil] = STATE(4391), + [sym__atom] = STATE(4391), + [sym_quoted_atom] = STATE(4391), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4391), + [sym_charlist] = STATE(4391), + [sym_sigil] = STATE(4391), + [sym_list] = STATE(4391), + [sym_tuple] = STATE(4391), + [sym_bitstring] = STATE(4391), + [sym_map] = STATE(4391), + [sym__nullary_operator] = STATE(4391), + [sym_unary_operator] = STATE(4391), + [sym_binary_operator] = STATE(4391), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4391), + [sym_call] = STATE(4391), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4391), + [sym_anonymous_function] = STATE(4391), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2215), + [sym_integer] = ACTIONS(2215), + [sym_float] = ACTIONS(2215), + [sym_char] = ACTIONS(2215), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2215), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [706] = { + [sym__expression] = STATE(1641), + [sym_block] = STATE(1641), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1641), + [sym_nil] = STATE(1641), + [sym__atom] = STATE(1641), + [sym_quoted_atom] = STATE(1641), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1641), + [sym_charlist] = STATE(1641), + [sym_sigil] = STATE(1641), + [sym_list] = STATE(1641), + [sym_tuple] = STATE(1641), + [sym_bitstring] = STATE(1641), + [sym_map] = STATE(1641), + [sym__nullary_operator] = STATE(1641), + [sym_unary_operator] = STATE(1641), + [sym_binary_operator] = STATE(1641), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1641), + [sym_call] = STATE(1641), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1641), + [sym_anonymous_function] = STATE(1641), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2217), + [sym_integer] = ACTIONS(2217), + [sym_float] = ACTIONS(2217), + [sym_char] = ACTIONS(2217), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2217), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [707] = { + [sym__expression] = STATE(4392), + [sym_block] = STATE(4392), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4392), + [sym_nil] = STATE(4392), + [sym__atom] = STATE(4392), + [sym_quoted_atom] = STATE(4392), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4392), + [sym_charlist] = STATE(4392), + [sym_sigil] = STATE(4392), + [sym_list] = STATE(4392), + [sym_tuple] = STATE(4392), + [sym_bitstring] = STATE(4392), + [sym_map] = STATE(4392), + [sym__nullary_operator] = STATE(4392), + [sym_unary_operator] = STATE(4392), + [sym_binary_operator] = STATE(4392), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4392), + [sym_call] = STATE(4392), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4392), + [sym_anonymous_function] = STATE(4392), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2219), + [sym_integer] = ACTIONS(2219), + [sym_float] = ACTIONS(2219), + [sym_char] = ACTIONS(2219), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2219), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [708] = { + [sym__expression] = STATE(4393), + [sym_block] = STATE(4393), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4393), + [sym_nil] = STATE(4393), + [sym__atom] = STATE(4393), + [sym_quoted_atom] = STATE(4393), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4393), + [sym_charlist] = STATE(4393), + [sym_sigil] = STATE(4393), + [sym_list] = STATE(4393), + [sym_tuple] = STATE(4393), + [sym_bitstring] = STATE(4393), + [sym_map] = STATE(4393), + [sym__nullary_operator] = STATE(4393), + [sym_unary_operator] = STATE(4393), + [sym_binary_operator] = STATE(4393), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4393), + [sym_call] = STATE(4393), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4393), + [sym_anonymous_function] = STATE(4393), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2221), + [sym_integer] = ACTIONS(2221), + [sym_float] = ACTIONS(2221), + [sym_char] = ACTIONS(2221), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2221), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [709] = { + [sym__expression] = STATE(4452), + [sym_block] = STATE(4452), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4452), + [sym_nil] = STATE(4452), + [sym__atom] = STATE(4452), + [sym_quoted_atom] = STATE(4452), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4452), + [sym_charlist] = STATE(4452), + [sym_sigil] = STATE(4452), + [sym_list] = STATE(4452), + [sym_tuple] = STATE(4452), + [sym_bitstring] = STATE(4452), + [sym_map] = STATE(4452), + [sym__nullary_operator] = STATE(4452), + [sym_unary_operator] = STATE(4452), + [sym_binary_operator] = STATE(4452), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4452), + [sym_call] = STATE(4452), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4452), + [sym_anonymous_function] = STATE(4452), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2223), + [sym_integer] = ACTIONS(2223), + [sym_float] = ACTIONS(2223), + [sym_char] = ACTIONS(2223), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2223), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [710] = { + [sym__expression] = STATE(4451), + [sym_block] = STATE(4451), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4451), + [sym_nil] = STATE(4451), + [sym__atom] = STATE(4451), + [sym_quoted_atom] = STATE(4451), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4451), + [sym_charlist] = STATE(4451), + [sym_sigil] = STATE(4451), + [sym_list] = STATE(4451), + [sym_tuple] = STATE(4451), + [sym_bitstring] = STATE(4451), + [sym_map] = STATE(4451), + [sym__nullary_operator] = STATE(4451), + [sym_unary_operator] = STATE(4451), + [sym_binary_operator] = STATE(4451), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4451), + [sym_call] = STATE(4451), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4451), + [sym_anonymous_function] = STATE(4451), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2225), + [sym_integer] = ACTIONS(2225), + [sym_float] = ACTIONS(2225), + [sym_char] = ACTIONS(2225), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2225), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [711] = { + [sym__expression] = STATE(4231), + [sym_block] = STATE(4231), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4231), + [sym_nil] = STATE(4231), + [sym__atom] = STATE(4231), + [sym_quoted_atom] = STATE(4231), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4231), + [sym_charlist] = STATE(4231), + [sym_sigil] = STATE(4231), + [sym_list] = STATE(4231), + [sym_tuple] = STATE(4231), + [sym_bitstring] = STATE(4231), + [sym_map] = STATE(4231), + [sym__nullary_operator] = STATE(4231), + [sym_unary_operator] = STATE(4231), + [sym_binary_operator] = STATE(4231), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4231), + [sym_call] = STATE(4231), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4231), + [sym_anonymous_function] = STATE(4231), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2227), + [sym_integer] = ACTIONS(2227), + [sym_float] = ACTIONS(2227), + [sym_char] = ACTIONS(2227), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2227), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [712] = { + [sym__expression] = STATE(1634), + [sym_block] = STATE(1634), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1634), + [sym_nil] = STATE(1634), + [sym__atom] = STATE(1634), + [sym_quoted_atom] = STATE(1634), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1634), + [sym_charlist] = STATE(1634), + [sym_sigil] = STATE(1634), + [sym_list] = STATE(1634), + [sym_tuple] = STATE(1634), + [sym_bitstring] = STATE(1634), + [sym_map] = STATE(1634), + [sym__nullary_operator] = STATE(1634), + [sym_unary_operator] = STATE(1634), + [sym_binary_operator] = STATE(1634), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1634), + [sym_call] = STATE(1634), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1634), + [sym_anonymous_function] = STATE(1634), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2229), + [sym_integer] = ACTIONS(2229), + [sym_float] = ACTIONS(2229), + [sym_char] = ACTIONS(2229), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2229), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [713] = { + [sym__expression] = STATE(1632), + [sym_block] = STATE(1632), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1632), + [sym_nil] = STATE(1632), + [sym__atom] = STATE(1632), + [sym_quoted_atom] = STATE(1632), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1632), + [sym_charlist] = STATE(1632), + [sym_sigil] = STATE(1632), + [sym_list] = STATE(1632), + [sym_tuple] = STATE(1632), + [sym_bitstring] = STATE(1632), + [sym_map] = STATE(1632), + [sym__nullary_operator] = STATE(1632), + [sym_unary_operator] = STATE(1632), + [sym_binary_operator] = STATE(1632), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1632), + [sym_call] = STATE(1632), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1632), + [sym_anonymous_function] = STATE(1632), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2231), + [sym_integer] = ACTIONS(2231), + [sym_float] = ACTIONS(2231), + [sym_char] = ACTIONS(2231), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2231), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [714] = { + [sym__expression] = STATE(1630), + [sym_block] = STATE(1630), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1630), + [sym_nil] = STATE(1630), + [sym__atom] = STATE(1630), + [sym_quoted_atom] = STATE(1630), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1630), + [sym_charlist] = STATE(1630), + [sym_sigil] = STATE(1630), + [sym_list] = STATE(1630), + [sym_tuple] = STATE(1630), + [sym_bitstring] = STATE(1630), + [sym_map] = STATE(1630), + [sym__nullary_operator] = STATE(1630), + [sym_unary_operator] = STATE(1630), + [sym_binary_operator] = STATE(1630), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1630), + [sym_call] = STATE(1630), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1630), + [sym_anonymous_function] = STATE(1630), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2233), + [sym_integer] = ACTIONS(2233), + [sym_float] = ACTIONS(2233), + [sym_char] = ACTIONS(2233), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2233), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [715] = { + [sym__expression] = STATE(1628), + [sym_block] = STATE(1628), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1628), + [sym_nil] = STATE(1628), + [sym__atom] = STATE(1628), + [sym_quoted_atom] = STATE(1628), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1628), + [sym_charlist] = STATE(1628), + [sym_sigil] = STATE(1628), + [sym_list] = STATE(1628), + [sym_tuple] = STATE(1628), + [sym_bitstring] = STATE(1628), + [sym_map] = STATE(1628), + [sym__nullary_operator] = STATE(1628), + [sym_unary_operator] = STATE(1628), + [sym_binary_operator] = STATE(1628), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1628), + [sym_call] = STATE(1628), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1628), + [sym_anonymous_function] = STATE(1628), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2235), + [sym_integer] = ACTIONS(2235), + [sym_float] = ACTIONS(2235), + [sym_char] = ACTIONS(2235), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2235), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [716] = { + [sym__expression] = STATE(4193), + [sym_block] = STATE(4193), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4193), + [sym_nil] = STATE(4193), + [sym__atom] = STATE(4193), + [sym_quoted_atom] = STATE(4193), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4193), + [sym_charlist] = STATE(4193), + [sym_sigil] = STATE(4193), + [sym_list] = STATE(4193), + [sym_tuple] = STATE(4193), + [sym_bitstring] = STATE(4193), + [sym_map] = STATE(4193), + [sym__nullary_operator] = STATE(4193), + [sym_unary_operator] = STATE(4193), + [sym_binary_operator] = STATE(4193), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4193), + [sym_call] = STATE(4193), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4193), + [sym_anonymous_function] = STATE(4193), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2237), + [sym_integer] = ACTIONS(2237), + [sym_float] = ACTIONS(2237), + [sym_char] = ACTIONS(2237), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2237), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [717] = { + [sym__expression] = STATE(1623), + [sym_block] = STATE(1623), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1623), + [sym_nil] = STATE(1623), + [sym__atom] = STATE(1623), + [sym_quoted_atom] = STATE(1623), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1623), + [sym_charlist] = STATE(1623), + [sym_sigil] = STATE(1623), + [sym_list] = STATE(1623), + [sym_tuple] = STATE(1623), + [sym_bitstring] = STATE(1623), + [sym_map] = STATE(1623), + [sym__nullary_operator] = STATE(1623), + [sym_unary_operator] = STATE(1623), + [sym_binary_operator] = STATE(1623), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1623), + [sym_call] = STATE(1623), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1623), + [sym_anonymous_function] = STATE(1623), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2239), + [sym_integer] = ACTIONS(2239), + [sym_float] = ACTIONS(2239), + [sym_char] = ACTIONS(2239), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2239), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [718] = { + [sym__expression] = STATE(1621), + [sym_block] = STATE(1621), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1621), + [sym_nil] = STATE(1621), + [sym__atom] = STATE(1621), + [sym_quoted_atom] = STATE(1621), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1621), + [sym_charlist] = STATE(1621), + [sym_sigil] = STATE(1621), + [sym_list] = STATE(1621), + [sym_tuple] = STATE(1621), + [sym_bitstring] = STATE(1621), + [sym_map] = STATE(1621), + [sym__nullary_operator] = STATE(1621), + [sym_unary_operator] = STATE(1621), + [sym_binary_operator] = STATE(1621), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1621), + [sym_call] = STATE(1621), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1621), + [sym_anonymous_function] = STATE(1621), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2241), + [sym_integer] = ACTIONS(2241), + [sym_float] = ACTIONS(2241), + [sym_char] = ACTIONS(2241), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2241), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [719] = { + [sym__expression] = STATE(4179), + [sym_block] = STATE(4179), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4179), + [sym_nil] = STATE(4179), + [sym__atom] = STATE(4179), + [sym_quoted_atom] = STATE(4179), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4179), + [sym_charlist] = STATE(4179), + [sym_sigil] = STATE(4179), + [sym_list] = STATE(4179), + [sym_tuple] = STATE(4179), + [sym_bitstring] = STATE(4179), + [sym_map] = STATE(4179), + [sym__nullary_operator] = STATE(4179), + [sym_unary_operator] = STATE(4179), + [sym_binary_operator] = STATE(4179), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4179), + [sym_call] = STATE(4179), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4179), + [sym_anonymous_function] = STATE(4179), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2243), + [sym_integer] = ACTIONS(2243), + [sym_float] = ACTIONS(2243), + [sym_char] = ACTIONS(2243), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2243), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [720] = { + [sym__expression] = STATE(4178), + [sym_block] = STATE(4178), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4178), + [sym_nil] = STATE(4178), + [sym__atom] = STATE(4178), + [sym_quoted_atom] = STATE(4178), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4178), + [sym_charlist] = STATE(4178), + [sym_sigil] = STATE(4178), + [sym_list] = STATE(4178), + [sym_tuple] = STATE(4178), + [sym_bitstring] = STATE(4178), + [sym_map] = STATE(4178), + [sym__nullary_operator] = STATE(4178), + [sym_unary_operator] = STATE(4178), + [sym_binary_operator] = STATE(4178), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4178), + [sym_call] = STATE(4178), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4178), + [sym_anonymous_function] = STATE(4178), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2245), + [sym_integer] = ACTIONS(2245), + [sym_float] = ACTIONS(2245), + [sym_char] = ACTIONS(2245), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2245), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [721] = { + [sym__expression] = STATE(4398), + [sym_block] = STATE(4398), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4398), + [sym_nil] = STATE(4398), + [sym__atom] = STATE(4398), + [sym_quoted_atom] = STATE(4398), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4398), + [sym_charlist] = STATE(4398), + [sym_sigil] = STATE(4398), + [sym_list] = STATE(4398), + [sym_tuple] = STATE(4398), + [sym_bitstring] = STATE(4398), + [sym_map] = STATE(4398), + [sym__nullary_operator] = STATE(4398), + [sym_unary_operator] = STATE(4398), + [sym_binary_operator] = STATE(4398), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4398), + [sym_call] = STATE(4398), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4398), + [sym_anonymous_function] = STATE(4398), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2247), + [sym_integer] = ACTIONS(2247), + [sym_float] = ACTIONS(2247), + [sym_char] = ACTIONS(2247), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2247), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [722] = { + [sym__expression] = STATE(4399), + [sym_block] = STATE(4399), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4399), + [sym_nil] = STATE(4399), + [sym__atom] = STATE(4399), + [sym_quoted_atom] = STATE(4399), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4399), + [sym_charlist] = STATE(4399), + [sym_sigil] = STATE(4399), + [sym_list] = STATE(4399), + [sym_tuple] = STATE(4399), + [sym_bitstring] = STATE(4399), + [sym_map] = STATE(4399), + [sym__nullary_operator] = STATE(4399), + [sym_unary_operator] = STATE(4399), + [sym_binary_operator] = STATE(4399), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4399), + [sym_call] = STATE(4399), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4399), + [sym_anonymous_function] = STATE(4399), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2249), + [sym_integer] = ACTIONS(2249), + [sym_float] = ACTIONS(2249), + [sym_char] = ACTIONS(2249), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2249), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [723] = { + [sym__expression] = STATE(1456), + [sym_block] = STATE(1456), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1456), + [sym_nil] = STATE(1456), + [sym__atom] = STATE(1456), + [sym_quoted_atom] = STATE(1456), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1456), + [sym_charlist] = STATE(1456), + [sym_sigil] = STATE(1456), + [sym_list] = STATE(1456), + [sym_tuple] = STATE(1456), + [sym_bitstring] = STATE(1456), + [sym_map] = STATE(1456), + [sym__nullary_operator] = STATE(1456), + [sym_unary_operator] = STATE(1456), + [sym_binary_operator] = STATE(1456), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1456), + [sym_call] = STATE(1456), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1456), + [sym_anonymous_function] = STATE(1456), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2251), + [sym_integer] = ACTIONS(2251), + [sym_float] = ACTIONS(2251), + [sym_char] = ACTIONS(2251), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2251), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [724] = { + [sym__expression] = STATE(1596), + [sym_block] = STATE(1596), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1596), + [sym_nil] = STATE(1596), + [sym__atom] = STATE(1596), + [sym_quoted_atom] = STATE(1596), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1596), + [sym_charlist] = STATE(1596), + [sym_sigil] = STATE(1596), + [sym_list] = STATE(1596), + [sym_tuple] = STATE(1596), + [sym_bitstring] = STATE(1596), + [sym_map] = STATE(1596), + [sym__nullary_operator] = STATE(1596), + [sym_unary_operator] = STATE(1596), + [sym_binary_operator] = STATE(1596), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1596), + [sym_call] = STATE(1596), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1596), + [sym_anonymous_function] = STATE(1596), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2253), + [sym_integer] = ACTIONS(2253), + [sym_float] = ACTIONS(2253), + [sym_char] = ACTIONS(2253), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2253), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [725] = { + [sym__expression] = STATE(4175), + [sym_block] = STATE(4175), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4175), + [sym_nil] = STATE(4175), + [sym__atom] = STATE(4175), + [sym_quoted_atom] = STATE(4175), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4175), + [sym_charlist] = STATE(4175), + [sym_sigil] = STATE(4175), + [sym_list] = STATE(4175), + [sym_tuple] = STATE(4175), + [sym_bitstring] = STATE(4175), + [sym_map] = STATE(4175), + [sym__nullary_operator] = STATE(4175), + [sym_unary_operator] = STATE(4175), + [sym_binary_operator] = STATE(4175), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4175), + [sym_call] = STATE(4175), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4175), + [sym_anonymous_function] = STATE(4175), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2255), + [sym_integer] = ACTIONS(2255), + [sym_float] = ACTIONS(2255), + [sym_char] = ACTIONS(2255), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2255), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [726] = { + [sym__expression] = STATE(3931), + [sym_block] = STATE(3931), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3931), + [sym_nil] = STATE(3931), + [sym__atom] = STATE(3931), + [sym_quoted_atom] = STATE(3931), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3931), + [sym_charlist] = STATE(3931), + [sym_sigil] = STATE(3931), + [sym_list] = STATE(3931), + [sym_tuple] = STATE(3931), + [sym_bitstring] = STATE(3931), + [sym_map] = STATE(3931), + [sym__nullary_operator] = STATE(3931), + [sym_unary_operator] = STATE(3931), + [sym_binary_operator] = STATE(3931), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3931), + [sym_call] = STATE(3931), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3931), + [sym_anonymous_function] = STATE(3931), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2257), + [sym_integer] = ACTIONS(2257), + [sym_float] = ACTIONS(2257), + [sym_char] = ACTIONS(2257), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2257), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [727] = { + [sym__expression] = STATE(4174), + [sym_block] = STATE(4174), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4174), + [sym_nil] = STATE(4174), + [sym__atom] = STATE(4174), + [sym_quoted_atom] = STATE(4174), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4174), + [sym_charlist] = STATE(4174), + [sym_sigil] = STATE(4174), + [sym_list] = STATE(4174), + [sym_tuple] = STATE(4174), + [sym_bitstring] = STATE(4174), + [sym_map] = STATE(4174), + [sym__nullary_operator] = STATE(4174), + [sym_unary_operator] = STATE(4174), + [sym_binary_operator] = STATE(4174), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4174), + [sym_call] = STATE(4174), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4174), + [sym_anonymous_function] = STATE(4174), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2259), + [sym_integer] = ACTIONS(2259), + [sym_float] = ACTIONS(2259), + [sym_char] = ACTIONS(2259), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2259), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [728] = { + [sym__expression] = STATE(4169), + [sym_block] = STATE(4169), + [sym_identifier] = STATE(60), + [sym_boolean] = STATE(4169), + [sym_nil] = STATE(4169), + [sym__atom] = STATE(4169), + [sym_quoted_atom] = STATE(4169), + [sym__quoted_i_double] = STATE(4051), + [sym__quoted_i_single] = STATE(4056), + [sym__quoted_i_heredoc_single] = STATE(4078), + [sym__quoted_i_heredoc_double] = STATE(4079), + [sym_string] = STATE(4169), + [sym_charlist] = STATE(4169), + [sym_sigil] = STATE(4169), + [sym_list] = STATE(4169), + [sym_tuple] = STATE(4169), + [sym_bitstring] = STATE(4169), + [sym_map] = STATE(4169), + [sym__nullary_operator] = STATE(4169), + [sym_unary_operator] = STATE(4169), + [sym_binary_operator] = STATE(4169), + [sym_operator_identifier] = STATE(6935), + [sym_dot] = STATE(4169), + [sym_call] = STATE(4169), + [sym__call_without_parentheses] = STATE(4107), + [sym__call_with_parentheses] = STATE(4109), + [sym__local_call_without_parentheses] = STATE(4111), + [sym__local_call_with_parentheses] = STATE(3489), + [sym__local_call_just_do_block] = STATE(4151), + [sym__remote_call_without_parentheses] = STATE(4152), + [sym__remote_call_with_parentheses] = STATE(3486), + [sym__remote_dot] = STATE(47), + [sym__anonymous_call] = STATE(3485), + [sym__anonymous_dot] = STATE(6796), + [sym__double_call] = STATE(4243), + [sym_access_call] = STATE(4169), + [sym_anonymous_function] = STATE(4169), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(13), + [aux_sym_identifier_token1] = ACTIONS(15), + [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [sym_alias] = ACTIONS(2261), + [sym_integer] = ACTIONS(2261), + [sym_float] = ACTIONS(2261), + [sym_char] = ACTIONS(2261), + [anon_sym_true] = ACTIONS(19), + [anon_sym_false] = ACTIONS(19), + [anon_sym_nil] = ACTIONS(21), + [sym_atom] = ACTIONS(2261), + [anon_sym_DQUOTE] = ACTIONS(23), + [anon_sym_SQUOTE] = ACTIONS(25), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(37), + [anon_sym_LT_LT] = ACTIONS(39), + [anon_sym_PERCENT] = ACTIONS(41), + [anon_sym_DOT_DOT] = ACTIONS(43), + [anon_sym_AMP] = ACTIONS(45), + [anon_sym_PLUS] = ACTIONS(47), + [anon_sym_DASH] = ACTIONS(47), + [anon_sym_BANG] = ACTIONS(47), + [anon_sym_CARET] = ACTIONS(47), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), + [anon_sym_not] = ACTIONS(47), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(51), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(53), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(57), + }, + [729] = { + [sym__expression] = STATE(1451), + [sym_block] = STATE(1451), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1451), + [sym_nil] = STATE(1451), + [sym__atom] = STATE(1451), + [sym_quoted_atom] = STATE(1451), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1451), + [sym_charlist] = STATE(1451), + [sym_sigil] = STATE(1451), + [sym_list] = STATE(1451), + [sym_tuple] = STATE(1451), + [sym_bitstring] = STATE(1451), + [sym_map] = STATE(1451), + [sym__nullary_operator] = STATE(1451), + [sym_unary_operator] = STATE(1451), + [sym_binary_operator] = STATE(1451), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1451), + [sym_call] = STATE(1451), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1451), + [sym_anonymous_function] = STATE(1451), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2263), + [sym_integer] = ACTIONS(2263), + [sym_float] = ACTIONS(2263), + [sym_char] = ACTIONS(2263), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2263), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [730] = { + [sym__expression] = STATE(1597), + [sym_block] = STATE(1597), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1597), + [sym_nil] = STATE(1597), + [sym__atom] = STATE(1597), + [sym_quoted_atom] = STATE(1597), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1597), + [sym_charlist] = STATE(1597), + [sym_sigil] = STATE(1597), + [sym_list] = STATE(1597), + [sym_tuple] = STATE(1597), + [sym_bitstring] = STATE(1597), + [sym_map] = STATE(1597), + [sym__nullary_operator] = STATE(1597), + [sym_unary_operator] = STATE(1597), + [sym_binary_operator] = STATE(1597), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1597), + [sym_call] = STATE(1597), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1597), + [sym_anonymous_function] = STATE(1597), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2265), + [sym_integer] = ACTIONS(2265), + [sym_float] = ACTIONS(2265), + [sym_char] = ACTIONS(2265), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2265), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [731] = { + [sym__expression] = STATE(3930), + [sym_block] = STATE(3930), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3930), + [sym_nil] = STATE(3930), + [sym__atom] = STATE(3930), + [sym_quoted_atom] = STATE(3930), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3930), + [sym_charlist] = STATE(3930), + [sym_sigil] = STATE(3930), + [sym_list] = STATE(3930), + [sym_tuple] = STATE(3930), + [sym_bitstring] = STATE(3930), + [sym_map] = STATE(3930), + [sym__nullary_operator] = STATE(3930), + [sym_unary_operator] = STATE(3930), + [sym_binary_operator] = STATE(3930), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3930), + [sym_call] = STATE(3930), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3930), + [sym_anonymous_function] = STATE(3930), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2267), + [sym_integer] = ACTIONS(2267), + [sym_float] = ACTIONS(2267), + [sym_char] = ACTIONS(2267), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2267), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [732] = { + [sym__expression] = STATE(4400), + [sym_block] = STATE(4400), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4400), + [sym_nil] = STATE(4400), + [sym__atom] = STATE(4400), + [sym_quoted_atom] = STATE(4400), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4400), + [sym_charlist] = STATE(4400), + [sym_sigil] = STATE(4400), + [sym_list] = STATE(4400), + [sym_tuple] = STATE(4400), + [sym_bitstring] = STATE(4400), + [sym_map] = STATE(4400), + [sym__nullary_operator] = STATE(4400), + [sym_unary_operator] = STATE(4400), + [sym_binary_operator] = STATE(4400), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4400), + [sym_call] = STATE(4400), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4400), + [sym_anonymous_function] = STATE(4400), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2269), + [sym_integer] = ACTIONS(2269), + [sym_float] = ACTIONS(2269), + [sym_char] = ACTIONS(2269), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2269), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [733] = { + [sym__expression] = STATE(4401), + [sym_block] = STATE(4401), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4401), + [sym_nil] = STATE(4401), + [sym__atom] = STATE(4401), + [sym_quoted_atom] = STATE(4401), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4401), + [sym_charlist] = STATE(4401), + [sym_sigil] = STATE(4401), + [sym_list] = STATE(4401), + [sym_tuple] = STATE(4401), + [sym_bitstring] = STATE(4401), + [sym_map] = STATE(4401), + [sym__nullary_operator] = STATE(4401), + [sym_unary_operator] = STATE(4401), + [sym_binary_operator] = STATE(4401), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4401), + [sym_call] = STATE(4401), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4401), + [sym_anonymous_function] = STATE(4401), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2271), + [sym_integer] = ACTIONS(2271), + [sym_float] = ACTIONS(2271), + [sym_char] = ACTIONS(2271), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2271), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [734] = { + [sym__expression] = STATE(4402), + [sym_block] = STATE(4402), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4402), + [sym_nil] = STATE(4402), + [sym__atom] = STATE(4402), + [sym_quoted_atom] = STATE(4402), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4402), + [sym_charlist] = STATE(4402), + [sym_sigil] = STATE(4402), + [sym_list] = STATE(4402), + [sym_tuple] = STATE(4402), + [sym_bitstring] = STATE(4402), + [sym_map] = STATE(4402), + [sym__nullary_operator] = STATE(4402), + [sym_unary_operator] = STATE(4402), + [sym_binary_operator] = STATE(4402), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4402), + [sym_call] = STATE(4402), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4402), + [sym_anonymous_function] = STATE(4402), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2273), + [sym_integer] = ACTIONS(2273), + [sym_float] = ACTIONS(2273), + [sym_char] = ACTIONS(2273), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2273), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [735] = { + [sym__expression] = STATE(4404), + [sym_block] = STATE(4404), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4404), + [sym_nil] = STATE(4404), + [sym__atom] = STATE(4404), + [sym_quoted_atom] = STATE(4404), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4404), + [sym_charlist] = STATE(4404), + [sym_sigil] = STATE(4404), + [sym_list] = STATE(4404), + [sym_tuple] = STATE(4404), + [sym_bitstring] = STATE(4404), + [sym_map] = STATE(4404), + [sym__nullary_operator] = STATE(4404), + [sym_unary_operator] = STATE(4404), + [sym_binary_operator] = STATE(4404), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4404), + [sym_call] = STATE(4404), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4404), + [sym_anonymous_function] = STATE(4404), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2275), + [sym_integer] = ACTIONS(2275), + [sym_float] = ACTIONS(2275), + [sym_char] = ACTIONS(2275), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2275), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [736] = { + [sym__expression] = STATE(4319), + [sym_block] = STATE(4319), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4319), + [sym_nil] = STATE(4319), + [sym__atom] = STATE(4319), + [sym_quoted_atom] = STATE(4319), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4319), + [sym_charlist] = STATE(4319), + [sym_sigil] = STATE(4319), + [sym_list] = STATE(4319), + [sym_tuple] = STATE(4319), + [sym_bitstring] = STATE(4319), + [sym_map] = STATE(4319), + [sym__nullary_operator] = STATE(4319), + [sym_unary_operator] = STATE(4319), + [sym_binary_operator] = STATE(4319), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4319), + [sym_call] = STATE(4319), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4319), + [sym_anonymous_function] = STATE(4319), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2277), + [sym_integer] = ACTIONS(2277), + [sym_float] = ACTIONS(2277), + [sym_char] = ACTIONS(2277), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2277), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [737] = { + [sym__expression] = STATE(4572), + [sym_block] = STATE(4572), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4572), + [sym_nil] = STATE(4572), + [sym__atom] = STATE(4572), + [sym_quoted_atom] = STATE(4572), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4572), + [sym_charlist] = STATE(4572), + [sym_sigil] = STATE(4572), + [sym_list] = STATE(4572), + [sym_tuple] = STATE(4572), + [sym_bitstring] = STATE(4572), + [sym_map] = STATE(4572), + [sym__nullary_operator] = STATE(4572), + [sym_unary_operator] = STATE(4572), + [sym_binary_operator] = STATE(4572), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4572), + [sym_call] = STATE(4572), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4572), + [sym_anonymous_function] = STATE(4572), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2279), + [sym_integer] = ACTIONS(2279), + [sym_float] = ACTIONS(2279), + [sym_char] = ACTIONS(2279), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2279), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [738] = { + [sym__expression] = STATE(4445), + [sym_block] = STATE(4445), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4445), + [sym_nil] = STATE(4445), + [sym__atom] = STATE(4445), + [sym_quoted_atom] = STATE(4445), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4445), + [sym_charlist] = STATE(4445), + [sym_sigil] = STATE(4445), + [sym_list] = STATE(4445), + [sym_tuple] = STATE(4445), + [sym_bitstring] = STATE(4445), + [sym_map] = STATE(4445), + [sym__nullary_operator] = STATE(4445), + [sym_unary_operator] = STATE(4445), + [sym_binary_operator] = STATE(4445), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4445), + [sym_call] = STATE(4445), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4445), + [sym_anonymous_function] = STATE(4445), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2281), + [sym_integer] = ACTIONS(2281), + [sym_float] = ACTIONS(2281), + [sym_char] = ACTIONS(2281), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2281), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [739] = { + [sym__expression] = STATE(4443), + [sym_block] = STATE(4443), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4443), + [sym_nil] = STATE(4443), + [sym__atom] = STATE(4443), + [sym_quoted_atom] = STATE(4443), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4443), + [sym_charlist] = STATE(4443), + [sym_sigil] = STATE(4443), + [sym_list] = STATE(4443), + [sym_tuple] = STATE(4443), + [sym_bitstring] = STATE(4443), + [sym_map] = STATE(4443), + [sym__nullary_operator] = STATE(4443), + [sym_unary_operator] = STATE(4443), + [sym_binary_operator] = STATE(4443), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4443), + [sym_call] = STATE(4443), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4443), + [sym_anonymous_function] = STATE(4443), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), + [sym_alias] = ACTIONS(2283), + [sym_integer] = ACTIONS(2283), + [sym_float] = ACTIONS(2283), + [sym_char] = ACTIONS(2283), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), + [sym_atom] = ACTIONS(2283), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1139), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1141), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1143), + }, + [740] = { + [sym__expression] = STATE(2957), + [sym_block] = STATE(2957), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(2957), + [sym_nil] = STATE(2957), + [sym__atom] = STATE(2957), + [sym_quoted_atom] = STATE(2957), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(2957), + [sym_charlist] = STATE(2957), + [sym_sigil] = STATE(2957), + [sym_list] = STATE(2957), + [sym_tuple] = STATE(2957), + [sym_bitstring] = STATE(2957), + [sym_map] = STATE(2957), + [sym__nullary_operator] = STATE(2957), + [sym_unary_operator] = STATE(2957), + [sym_binary_operator] = STATE(2957), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(2957), + [sym_call] = STATE(2957), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(2957), + [sym_anonymous_function] = STATE(2957), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2285), + [sym_integer] = ACTIONS(2285), + [sym_float] = ACTIONS(2285), + [sym_char] = ACTIONS(2285), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2285), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [741] = { + [sym__expression] = STATE(2958), + [sym_block] = STATE(2958), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(2958), + [sym_nil] = STATE(2958), + [sym__atom] = STATE(2958), + [sym_quoted_atom] = STATE(2958), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(2958), + [sym_charlist] = STATE(2958), + [sym_sigil] = STATE(2958), + [sym_list] = STATE(2958), + [sym_tuple] = STATE(2958), + [sym_bitstring] = STATE(2958), + [sym_map] = STATE(2958), + [sym__nullary_operator] = STATE(2958), + [sym_unary_operator] = STATE(2958), + [sym_binary_operator] = STATE(2958), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(2958), + [sym_call] = STATE(2958), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(2958), + [sym_anonymous_function] = STATE(2958), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2287), + [sym_integer] = ACTIONS(2287), + [sym_float] = ACTIONS(2287), + [sym_char] = ACTIONS(2287), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2287), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [742] = { + [sym__expression] = STATE(4333), + [sym_block] = STATE(4333), + [sym_identifier] = STATE(65), + [sym_boolean] = STATE(4333), + [sym_nil] = STATE(4333), + [sym__atom] = STATE(4333), + [sym_quoted_atom] = STATE(4333), + [sym__quoted_i_double] = STATE(4081), + [sym__quoted_i_single] = STATE(4080), + [sym__quoted_i_heredoc_single] = STATE(4077), + [sym__quoted_i_heredoc_double] = STATE(4076), + [sym_string] = STATE(4333), + [sym_charlist] = STATE(4333), + [sym_sigil] = STATE(4333), + [sym_list] = STATE(4333), + [sym_tuple] = STATE(4333), + [sym_bitstring] = STATE(4333), + [sym_map] = STATE(4333), + [sym__nullary_operator] = STATE(4333), + [sym_unary_operator] = STATE(4333), + [sym_binary_operator] = STATE(4333), + [sym_operator_identifier] = STATE(6894), + [sym_dot] = STATE(4333), + [sym_call] = STATE(4333), + [sym__call_without_parentheses] = STATE(4075), + [sym__call_with_parentheses] = STATE(4058), + [sym__local_call_without_parentheses] = STATE(4057), + [sym__local_call_with_parentheses] = STATE(3288), + [sym__local_call_just_do_block] = STATE(4055), + [sym__remote_call_without_parentheses] = STATE(4054), + [sym__remote_call_with_parentheses] = STATE(3285), + [sym__remote_dot] = STATE(58), + [sym__anonymous_call] = STATE(3349), + [sym__anonymous_dot] = STATE(6813), + [sym__double_call] = STATE(4185), + [sym_access_call] = STATE(4333), + [sym_anonymous_function] = STATE(4333), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1371), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2289), + [sym_integer] = ACTIONS(2289), + [sym_float] = ACTIONS(2289), + [sym_char] = ACTIONS(2289), + [anon_sym_true] = ACTIONS(808), + [anon_sym_false] = ACTIONS(808), + [anon_sym_nil] = ACTIONS(810), + [sym_atom] = ACTIONS(2289), + [anon_sym_DQUOTE] = ACTIONS(812), + [anon_sym_SQUOTE] = ACTIONS(814), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LBRACK] = ACTIONS(822), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(824), + [anon_sym_LT_LT] = ACTIONS(826), + [anon_sym_PERCENT] = ACTIONS(828), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_AMP] = ACTIONS(832), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_BANG] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_AT] = ACTIONS(836), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(840), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(842), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(844), + }, + [743] = { + [sym__expression] = STATE(2978), + [sym_block] = STATE(2978), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(2978), + [sym_nil] = STATE(2978), + [sym__atom] = STATE(2978), + [sym_quoted_atom] = STATE(2978), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(2978), + [sym_charlist] = STATE(2978), + [sym_sigil] = STATE(2978), + [sym_list] = STATE(2978), + [sym_tuple] = STATE(2978), + [sym_bitstring] = STATE(2978), + [sym_map] = STATE(2978), + [sym__nullary_operator] = STATE(2978), + [sym_unary_operator] = STATE(2978), + [sym_binary_operator] = STATE(2978), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(2978), + [sym_call] = STATE(2978), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(2978), + [sym_anonymous_function] = STATE(2978), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2291), + [sym_integer] = ACTIONS(2291), + [sym_float] = ACTIONS(2291), + [sym_char] = ACTIONS(2291), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2291), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [744] = { + [sym__expression] = STATE(2979), + [sym_block] = STATE(2979), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(2979), + [sym_nil] = STATE(2979), + [sym__atom] = STATE(2979), + [sym_quoted_atom] = STATE(2979), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(2979), + [sym_charlist] = STATE(2979), + [sym_sigil] = STATE(2979), + [sym_list] = STATE(2979), + [sym_tuple] = STATE(2979), + [sym_bitstring] = STATE(2979), + [sym_map] = STATE(2979), + [sym__nullary_operator] = STATE(2979), + [sym_unary_operator] = STATE(2979), + [sym_binary_operator] = STATE(2979), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(2979), + [sym_call] = STATE(2979), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(2979), + [sym_anonymous_function] = STATE(2979), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2293), + [sym_integer] = ACTIONS(2293), + [sym_float] = ACTIONS(2293), + [sym_char] = ACTIONS(2293), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2293), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [745] = { + [sym__expression] = STATE(4570), + [sym_block] = STATE(4570), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4570), + [sym_nil] = STATE(4570), + [sym__atom] = STATE(4570), + [sym_quoted_atom] = STATE(4570), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4570), + [sym_charlist] = STATE(4570), + [sym_sigil] = STATE(4570), + [sym_list] = STATE(4570), + [sym_tuple] = STATE(4570), + [sym_bitstring] = STATE(4570), + [sym_map] = STATE(4570), + [sym__nullary_operator] = STATE(4570), + [sym_unary_operator] = STATE(4570), + [sym_binary_operator] = STATE(4570), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4570), + [sym_call] = STATE(4570), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4570), + [sym_anonymous_function] = STATE(4570), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2295), + [sym_integer] = ACTIONS(2295), + [sym_float] = ACTIONS(2295), + [sym_char] = ACTIONS(2295), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2295), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [746] = { + [sym__expression] = STATE(3245), + [sym_block] = STATE(3245), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3245), + [sym_nil] = STATE(3245), + [sym__atom] = STATE(3245), + [sym_quoted_atom] = STATE(3245), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3245), + [sym_charlist] = STATE(3245), + [sym_sigil] = STATE(3245), + [sym_list] = STATE(3245), + [sym_tuple] = STATE(3245), + [sym_bitstring] = STATE(3245), + [sym_map] = STATE(3245), + [sym__nullary_operator] = STATE(3245), + [sym_unary_operator] = STATE(3245), + [sym_binary_operator] = STATE(3245), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3245), + [sym_call] = STATE(3245), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3245), + [sym_anonymous_function] = STATE(3245), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2297), + [sym_integer] = ACTIONS(2297), + [sym_float] = ACTIONS(2297), + [sym_char] = ACTIONS(2297), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2297), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [747] = { + [sym__expression] = STATE(3246), + [sym_block] = STATE(3246), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3246), + [sym_nil] = STATE(3246), + [sym__atom] = STATE(3246), + [sym_quoted_atom] = STATE(3246), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3246), + [sym_charlist] = STATE(3246), + [sym_sigil] = STATE(3246), + [sym_list] = STATE(3246), + [sym_tuple] = STATE(3246), + [sym_bitstring] = STATE(3246), + [sym_map] = STATE(3246), + [sym__nullary_operator] = STATE(3246), + [sym_unary_operator] = STATE(3246), + [sym_binary_operator] = STATE(3246), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3246), + [sym_call] = STATE(3246), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3246), + [sym_anonymous_function] = STATE(3246), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2299), + [sym_integer] = ACTIONS(2299), + [sym_float] = ACTIONS(2299), + [sym_char] = ACTIONS(2299), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2299), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [748] = { + [sym__expression] = STATE(4569), + [sym_block] = STATE(4569), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4569), + [sym_nil] = STATE(4569), + [sym__atom] = STATE(4569), + [sym_quoted_atom] = STATE(4569), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4569), + [sym_charlist] = STATE(4569), + [sym_sigil] = STATE(4569), + [sym_list] = STATE(4569), + [sym_tuple] = STATE(4569), + [sym_bitstring] = STATE(4569), + [sym_map] = STATE(4569), + [sym__nullary_operator] = STATE(4569), + [sym_unary_operator] = STATE(4569), + [sym_binary_operator] = STATE(4569), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4569), + [sym_call] = STATE(4569), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4569), + [sym_anonymous_function] = STATE(4569), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2301), + [sym_integer] = ACTIONS(2301), + [sym_float] = ACTIONS(2301), + [sym_char] = ACTIONS(2301), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2301), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [749] = { + [sym__expression] = STATE(3249), + [sym_block] = STATE(3249), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3249), + [sym_nil] = STATE(3249), + [sym__atom] = STATE(3249), + [sym_quoted_atom] = STATE(3249), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3249), + [sym_charlist] = STATE(3249), + [sym_sigil] = STATE(3249), + [sym_list] = STATE(3249), + [sym_tuple] = STATE(3249), + [sym_bitstring] = STATE(3249), + [sym_map] = STATE(3249), + [sym__nullary_operator] = STATE(3249), + [sym_unary_operator] = STATE(3249), + [sym_binary_operator] = STATE(3249), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3249), + [sym_call] = STATE(3249), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3249), + [sym_anonymous_function] = STATE(3249), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2303), + [sym_integer] = ACTIONS(2303), + [sym_float] = ACTIONS(2303), + [sym_char] = ACTIONS(2303), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2303), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [750] = { + [sym__expression] = STATE(3250), + [sym_block] = STATE(3250), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3250), + [sym_nil] = STATE(3250), + [sym__atom] = STATE(3250), + [sym_quoted_atom] = STATE(3250), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3250), + [sym_charlist] = STATE(3250), + [sym_sigil] = STATE(3250), + [sym_list] = STATE(3250), + [sym_tuple] = STATE(3250), + [sym_bitstring] = STATE(3250), + [sym_map] = STATE(3250), + [sym__nullary_operator] = STATE(3250), + [sym_unary_operator] = STATE(3250), + [sym_binary_operator] = STATE(3250), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3250), + [sym_call] = STATE(3250), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3250), + [sym_anonymous_function] = STATE(3250), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2305), + [sym_integer] = ACTIONS(2305), + [sym_float] = ACTIONS(2305), + [sym_char] = ACTIONS(2305), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2305), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [751] = { + [sym__expression] = STATE(3251), + [sym_block] = STATE(3251), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3251), + [sym_nil] = STATE(3251), + [sym__atom] = STATE(3251), + [sym_quoted_atom] = STATE(3251), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3251), + [sym_charlist] = STATE(3251), + [sym_sigil] = STATE(3251), + [sym_list] = STATE(3251), + [sym_tuple] = STATE(3251), + [sym_bitstring] = STATE(3251), + [sym_map] = STATE(3251), + [sym__nullary_operator] = STATE(3251), + [sym_unary_operator] = STATE(3251), + [sym_binary_operator] = STATE(3251), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3251), + [sym_call] = STATE(3251), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3251), + [sym_anonymous_function] = STATE(3251), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2307), + [sym_integer] = ACTIONS(2307), + [sym_float] = ACTIONS(2307), + [sym_char] = ACTIONS(2307), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2307), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [752] = { + [sym__expression] = STATE(3252), + [sym_block] = STATE(3252), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3252), + [sym_nil] = STATE(3252), + [sym__atom] = STATE(3252), + [sym_quoted_atom] = STATE(3252), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3252), + [sym_charlist] = STATE(3252), + [sym_sigil] = STATE(3252), + [sym_list] = STATE(3252), + [sym_tuple] = STATE(3252), + [sym_bitstring] = STATE(3252), + [sym_map] = STATE(3252), + [sym__nullary_operator] = STATE(3252), + [sym_unary_operator] = STATE(3252), + [sym_binary_operator] = STATE(3252), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3252), + [sym_call] = STATE(3252), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3252), + [sym_anonymous_function] = STATE(3252), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2309), + [sym_integer] = ACTIONS(2309), + [sym_float] = ACTIONS(2309), + [sym_char] = ACTIONS(2309), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2309), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [753] = { + [sym__expression] = STATE(3255), + [sym_block] = STATE(3255), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3255), + [sym_nil] = STATE(3255), + [sym__atom] = STATE(3255), + [sym_quoted_atom] = STATE(3255), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3255), + [sym_charlist] = STATE(3255), + [sym_sigil] = STATE(3255), + [sym_list] = STATE(3255), + [sym_tuple] = STATE(3255), + [sym_bitstring] = STATE(3255), + [sym_map] = STATE(3255), + [sym__nullary_operator] = STATE(3255), + [sym_unary_operator] = STATE(3255), + [sym_binary_operator] = STATE(3255), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3255), + [sym_call] = STATE(3255), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3255), + [sym_anonymous_function] = STATE(3255), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2311), + [sym_integer] = ACTIONS(2311), + [sym_float] = ACTIONS(2311), + [sym_char] = ACTIONS(2311), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2311), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [754] = { + [sym__expression] = STATE(3256), + [sym_block] = STATE(3256), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3256), + [sym_nil] = STATE(3256), + [sym__atom] = STATE(3256), + [sym_quoted_atom] = STATE(3256), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3256), + [sym_charlist] = STATE(3256), + [sym_sigil] = STATE(3256), + [sym_list] = STATE(3256), + [sym_tuple] = STATE(3256), + [sym_bitstring] = STATE(3256), + [sym_map] = STATE(3256), + [sym__nullary_operator] = STATE(3256), + [sym_unary_operator] = STATE(3256), + [sym_binary_operator] = STATE(3256), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3256), + [sym_call] = STATE(3256), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3256), + [sym_anonymous_function] = STATE(3256), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2313), + [sym_integer] = ACTIONS(2313), + [sym_float] = ACTIONS(2313), + [sym_char] = ACTIONS(2313), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2313), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [755] = { + [sym__expression] = STATE(3257), + [sym_block] = STATE(3257), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3257), + [sym_nil] = STATE(3257), + [sym__atom] = STATE(3257), + [sym_quoted_atom] = STATE(3257), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3257), + [sym_charlist] = STATE(3257), + [sym_sigil] = STATE(3257), + [sym_list] = STATE(3257), + [sym_tuple] = STATE(3257), + [sym_bitstring] = STATE(3257), + [sym_map] = STATE(3257), + [sym__nullary_operator] = STATE(3257), + [sym_unary_operator] = STATE(3257), + [sym_binary_operator] = STATE(3257), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3257), + [sym_call] = STATE(3257), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3257), + [sym_anonymous_function] = STATE(3257), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2315), + [sym_integer] = ACTIONS(2315), + [sym_float] = ACTIONS(2315), + [sym_char] = ACTIONS(2315), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2315), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [756] = { + [sym__expression] = STATE(3258), + [sym_block] = STATE(3258), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3258), + [sym_nil] = STATE(3258), + [sym__atom] = STATE(3258), + [sym_quoted_atom] = STATE(3258), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3258), + [sym_charlist] = STATE(3258), + [sym_sigil] = STATE(3258), + [sym_list] = STATE(3258), + [sym_tuple] = STATE(3258), + [sym_bitstring] = STATE(3258), + [sym_map] = STATE(3258), + [sym__nullary_operator] = STATE(3258), + [sym_unary_operator] = STATE(3258), + [sym_binary_operator] = STATE(3258), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3258), + [sym_call] = STATE(3258), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3258), + [sym_anonymous_function] = STATE(3258), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2317), + [sym_integer] = ACTIONS(2317), + [sym_float] = ACTIONS(2317), + [sym_char] = ACTIONS(2317), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2317), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [757] = { + [sym__expression] = STATE(3259), + [sym_block] = STATE(3259), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3259), + [sym_nil] = STATE(3259), + [sym__atom] = STATE(3259), + [sym_quoted_atom] = STATE(3259), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3259), + [sym_charlist] = STATE(3259), + [sym_sigil] = STATE(3259), + [sym_list] = STATE(3259), + [sym_tuple] = STATE(3259), + [sym_bitstring] = STATE(3259), + [sym_map] = STATE(3259), + [sym__nullary_operator] = STATE(3259), + [sym_unary_operator] = STATE(3259), + [sym_binary_operator] = STATE(3259), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3259), + [sym_call] = STATE(3259), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3259), + [sym_anonymous_function] = STATE(3259), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2319), + [sym_integer] = ACTIONS(2319), + [sym_float] = ACTIONS(2319), + [sym_char] = ACTIONS(2319), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2319), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [758] = { + [sym__expression] = STATE(3260), + [sym_block] = STATE(3260), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3260), + [sym_nil] = STATE(3260), + [sym__atom] = STATE(3260), + [sym_quoted_atom] = STATE(3260), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3260), + [sym_charlist] = STATE(3260), + [sym_sigil] = STATE(3260), + [sym_list] = STATE(3260), + [sym_tuple] = STATE(3260), + [sym_bitstring] = STATE(3260), + [sym_map] = STATE(3260), + [sym__nullary_operator] = STATE(3260), + [sym_unary_operator] = STATE(3260), + [sym_binary_operator] = STATE(3260), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3260), + [sym_call] = STATE(3260), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3260), + [sym_anonymous_function] = STATE(3260), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2321), + [sym_integer] = ACTIONS(2321), + [sym_float] = ACTIONS(2321), + [sym_char] = ACTIONS(2321), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2321), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [759] = { + [sym__expression] = STATE(4561), + [sym_block] = STATE(4561), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4561), + [sym_nil] = STATE(4561), + [sym__atom] = STATE(4561), + [sym_quoted_atom] = STATE(4561), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4561), + [sym_charlist] = STATE(4561), + [sym_sigil] = STATE(4561), + [sym_list] = STATE(4561), + [sym_tuple] = STATE(4561), + [sym_bitstring] = STATE(4561), + [sym_map] = STATE(4561), + [sym__nullary_operator] = STATE(4561), + [sym_unary_operator] = STATE(4561), + [sym_binary_operator] = STATE(4561), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4561), + [sym_call] = STATE(4561), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4561), + [sym_anonymous_function] = STATE(4561), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2323), + [sym_integer] = ACTIONS(2323), + [sym_float] = ACTIONS(2323), + [sym_char] = ACTIONS(2323), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2323), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [760] = { + [sym__expression] = STATE(3261), + [sym_block] = STATE(3261), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3261), + [sym_nil] = STATE(3261), + [sym__atom] = STATE(3261), + [sym_quoted_atom] = STATE(3261), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3261), + [sym_charlist] = STATE(3261), + [sym_sigil] = STATE(3261), + [sym_list] = STATE(3261), + [sym_tuple] = STATE(3261), + [sym_bitstring] = STATE(3261), + [sym_map] = STATE(3261), + [sym__nullary_operator] = STATE(3261), + [sym_unary_operator] = STATE(3261), + [sym_binary_operator] = STATE(3261), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3261), + [sym_call] = STATE(3261), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3261), + [sym_anonymous_function] = STATE(3261), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2325), + [sym_integer] = ACTIONS(2325), + [sym_float] = ACTIONS(2325), + [sym_char] = ACTIONS(2325), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2325), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [761] = { + [sym__expression] = STATE(3262), + [sym_block] = STATE(3262), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3262), + [sym_nil] = STATE(3262), + [sym__atom] = STATE(3262), + [sym_quoted_atom] = STATE(3262), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3262), + [sym_charlist] = STATE(3262), + [sym_sigil] = STATE(3262), + [sym_list] = STATE(3262), + [sym_tuple] = STATE(3262), + [sym_bitstring] = STATE(3262), + [sym_map] = STATE(3262), + [sym__nullary_operator] = STATE(3262), + [sym_unary_operator] = STATE(3262), + [sym_binary_operator] = STATE(3262), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3262), + [sym_call] = STATE(3262), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3262), + [sym_anonymous_function] = STATE(3262), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2327), + [sym_integer] = ACTIONS(2327), + [sym_float] = ACTIONS(2327), + [sym_char] = ACTIONS(2327), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2327), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [762] = { + [sym__expression] = STATE(3263), + [sym_block] = STATE(3263), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3263), + [sym_nil] = STATE(3263), + [sym__atom] = STATE(3263), + [sym_quoted_atom] = STATE(3263), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3263), + [sym_charlist] = STATE(3263), + [sym_sigil] = STATE(3263), + [sym_list] = STATE(3263), + [sym_tuple] = STATE(3263), + [sym_bitstring] = STATE(3263), + [sym_map] = STATE(3263), + [sym__nullary_operator] = STATE(3263), + [sym_unary_operator] = STATE(3263), + [sym_binary_operator] = STATE(3263), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3263), + [sym_call] = STATE(3263), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3263), + [sym_anonymous_function] = STATE(3263), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2329), + [sym_integer] = ACTIONS(2329), + [sym_float] = ACTIONS(2329), + [sym_char] = ACTIONS(2329), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2329), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [763] = { + [sym__expression] = STATE(3028), + [sym_block] = STATE(3028), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3028), + [sym_nil] = STATE(3028), + [sym__atom] = STATE(3028), + [sym_quoted_atom] = STATE(3028), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3028), + [sym_charlist] = STATE(3028), + [sym_sigil] = STATE(3028), + [sym_list] = STATE(3028), + [sym_tuple] = STATE(3028), + [sym_bitstring] = STATE(3028), + [sym_map] = STATE(3028), + [sym__nullary_operator] = STATE(3028), + [sym_unary_operator] = STATE(3028), + [sym_binary_operator] = STATE(3028), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3028), + [sym_call] = STATE(3028), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3028), + [sym_anonymous_function] = STATE(3028), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2331), + [sym_integer] = ACTIONS(2331), + [sym_float] = ACTIONS(2331), + [sym_char] = ACTIONS(2331), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), + [sym_atom] = ACTIONS(2331), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(624), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(630), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(632), + }, + [764] = { + [sym__expression] = STATE(4478), + [sym_block] = STATE(4478), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4478), + [sym_nil] = STATE(4478), + [sym__atom] = STATE(4478), + [sym_quoted_atom] = STATE(4478), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4478), + [sym_charlist] = STATE(4478), + [sym_sigil] = STATE(4478), + [sym_list] = STATE(4478), + [sym_tuple] = STATE(4478), + [sym_bitstring] = STATE(4478), + [sym_map] = STATE(4478), + [sym__nullary_operator] = STATE(4478), + [sym_unary_operator] = STATE(4478), + [sym_binary_operator] = STATE(4478), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4478), + [sym_call] = STATE(4478), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4478), + [sym_anonymous_function] = STATE(4478), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), [sym_alias] = ACTIONS(1509), [sym_integer] = ACTIONS(1509), [sym_float] = ACTIONS(1509), @@ -113450,18 +116884,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), + [anon_sym_TILDE] = ACTIONS(1317), [anon_sym_LT_LT] = ACTIONS(940), [anon_sym_PERCENT] = ACTIONS(942), [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -113504,1948 +116938,532 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), + [sym__before_unary_op] = ACTIONS(1327), [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(958), }, - [747] = { - [sym__expression] = STATE(3236), - [sym_block] = STATE(3236), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3236), - [sym_nil] = STATE(3236), - [sym__atom] = STATE(3236), - [sym_quoted_atom] = STATE(3236), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3236), - [sym_charlist] = STATE(3236), - [sym_sigil] = STATE(3236), - [sym_list] = STATE(3236), - [sym_tuple] = STATE(3236), - [sym_bitstring] = STATE(3236), - [sym_map] = STATE(3236), - [sym__nullary_operator] = STATE(3236), - [sym_unary_operator] = STATE(3236), - [sym_binary_operator] = STATE(3236), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3236), - [sym_call] = STATE(3236), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3236), - [sym_anonymous_function] = STATE(3236), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2295), - [sym_integer] = ACTIONS(2295), - [sym_float] = ACTIONS(2295), - [sym_char] = ACTIONS(2295), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2295), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [748] = { - [sym__expression] = STATE(3234), - [sym_block] = STATE(3234), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3234), - [sym_nil] = STATE(3234), - [sym__atom] = STATE(3234), - [sym_quoted_atom] = STATE(3234), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3234), - [sym_charlist] = STATE(3234), - [sym_sigil] = STATE(3234), - [sym_list] = STATE(3234), - [sym_tuple] = STATE(3234), - [sym_bitstring] = STATE(3234), - [sym_map] = STATE(3234), - [sym__nullary_operator] = STATE(3234), - [sym_unary_operator] = STATE(3234), - [sym_binary_operator] = STATE(3234), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3234), - [sym_call] = STATE(3234), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3234), - [sym_anonymous_function] = STATE(3234), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2297), - [sym_integer] = ACTIONS(2297), - [sym_float] = ACTIONS(2297), - [sym_char] = ACTIONS(2297), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2297), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [749] = { - [sym__expression] = STATE(3216), - [sym_block] = STATE(3216), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3216), - [sym_nil] = STATE(3216), - [sym__atom] = STATE(3216), - [sym_quoted_atom] = STATE(3216), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3216), - [sym_charlist] = STATE(3216), - [sym_sigil] = STATE(3216), - [sym_list] = STATE(3216), - [sym_tuple] = STATE(3216), - [sym_bitstring] = STATE(3216), - [sym_map] = STATE(3216), - [sym__nullary_operator] = STATE(3216), - [sym_unary_operator] = STATE(3216), - [sym_binary_operator] = STATE(3216), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3216), - [sym_call] = STATE(3216), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3216), - [sym_anonymous_function] = STATE(3216), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2299), - [sym_integer] = ACTIONS(2299), - [sym_float] = ACTIONS(2299), - [sym_char] = ACTIONS(2299), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2299), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [750] = { - [sym__expression] = STATE(3215), - [sym_block] = STATE(3215), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3215), - [sym_nil] = STATE(3215), - [sym__atom] = STATE(3215), - [sym_quoted_atom] = STATE(3215), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3215), - [sym_charlist] = STATE(3215), - [sym_sigil] = STATE(3215), - [sym_list] = STATE(3215), - [sym_tuple] = STATE(3215), - [sym_bitstring] = STATE(3215), - [sym_map] = STATE(3215), - [sym__nullary_operator] = STATE(3215), - [sym_unary_operator] = STATE(3215), - [sym_binary_operator] = STATE(3215), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3215), - [sym_call] = STATE(3215), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3215), - [sym_anonymous_function] = STATE(3215), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2301), - [sym_integer] = ACTIONS(2301), - [sym_float] = ACTIONS(2301), - [sym_char] = ACTIONS(2301), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2301), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [751] = { - [sym__expression] = STATE(3214), - [sym_block] = STATE(3214), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3214), - [sym_nil] = STATE(3214), - [sym__atom] = STATE(3214), - [sym_quoted_atom] = STATE(3214), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3214), - [sym_charlist] = STATE(3214), - [sym_sigil] = STATE(3214), - [sym_list] = STATE(3214), - [sym_tuple] = STATE(3214), - [sym_bitstring] = STATE(3214), - [sym_map] = STATE(3214), - [sym__nullary_operator] = STATE(3214), - [sym_unary_operator] = STATE(3214), - [sym_binary_operator] = STATE(3214), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3214), - [sym_call] = STATE(3214), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3214), - [sym_anonymous_function] = STATE(3214), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2303), - [sym_integer] = ACTIONS(2303), - [sym_float] = ACTIONS(2303), - [sym_char] = ACTIONS(2303), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2303), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [752] = { - [sym__expression] = STATE(3213), - [sym_block] = STATE(3213), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3213), - [sym_nil] = STATE(3213), - [sym__atom] = STATE(3213), - [sym_quoted_atom] = STATE(3213), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3213), - [sym_charlist] = STATE(3213), - [sym_sigil] = STATE(3213), - [sym_list] = STATE(3213), - [sym_tuple] = STATE(3213), - [sym_bitstring] = STATE(3213), - [sym_map] = STATE(3213), - [sym__nullary_operator] = STATE(3213), - [sym_unary_operator] = STATE(3213), - [sym_binary_operator] = STATE(3213), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3213), - [sym_call] = STATE(3213), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3213), - [sym_anonymous_function] = STATE(3213), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2305), - [sym_integer] = ACTIONS(2305), - [sym_float] = ACTIONS(2305), - [sym_char] = ACTIONS(2305), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2305), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [753] = { - [sym__expression] = STATE(3210), - [sym_block] = STATE(3210), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3210), - [sym_nil] = STATE(3210), - [sym__atom] = STATE(3210), - [sym_quoted_atom] = STATE(3210), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3210), - [sym_charlist] = STATE(3210), - [sym_sigil] = STATE(3210), - [sym_list] = STATE(3210), - [sym_tuple] = STATE(3210), - [sym_bitstring] = STATE(3210), - [sym_map] = STATE(3210), - [sym__nullary_operator] = STATE(3210), - [sym_unary_operator] = STATE(3210), - [sym_binary_operator] = STATE(3210), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3210), - [sym_call] = STATE(3210), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3210), - [sym_anonymous_function] = STATE(3210), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2307), - [sym_integer] = ACTIONS(2307), - [sym_float] = ACTIONS(2307), - [sym_char] = ACTIONS(2307), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2307), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [754] = { - [sym__expression] = STATE(3208), - [sym_block] = STATE(3208), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3208), - [sym_nil] = STATE(3208), - [sym__atom] = STATE(3208), - [sym_quoted_atom] = STATE(3208), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3208), - [sym_charlist] = STATE(3208), - [sym_sigil] = STATE(3208), - [sym_list] = STATE(3208), - [sym_tuple] = STATE(3208), - [sym_bitstring] = STATE(3208), - [sym_map] = STATE(3208), - [sym__nullary_operator] = STATE(3208), - [sym_unary_operator] = STATE(3208), - [sym_binary_operator] = STATE(3208), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3208), - [sym_call] = STATE(3208), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3208), - [sym_anonymous_function] = STATE(3208), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2309), - [sym_integer] = ACTIONS(2309), - [sym_float] = ACTIONS(2309), - [sym_char] = ACTIONS(2309), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2309), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [755] = { - [sym__expression] = STATE(3251), - [sym_block] = STATE(3251), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3251), - [sym_nil] = STATE(3251), - [sym__atom] = STATE(3251), - [sym_quoted_atom] = STATE(3251), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3251), - [sym_charlist] = STATE(3251), - [sym_sigil] = STATE(3251), - [sym_list] = STATE(3251), - [sym_tuple] = STATE(3251), - [sym_bitstring] = STATE(3251), - [sym_map] = STATE(3251), - [sym__nullary_operator] = STATE(3251), - [sym_unary_operator] = STATE(3251), - [sym_binary_operator] = STATE(3251), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3251), - [sym_call] = STATE(3251), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3251), - [sym_anonymous_function] = STATE(3251), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2311), - [sym_integer] = ACTIONS(2311), - [sym_float] = ACTIONS(2311), - [sym_char] = ACTIONS(2311), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2311), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [756] = { - [sym__expression] = STATE(3206), - [sym_block] = STATE(3206), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3206), - [sym_nil] = STATE(3206), - [sym__atom] = STATE(3206), - [sym_quoted_atom] = STATE(3206), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3206), - [sym_charlist] = STATE(3206), - [sym_sigil] = STATE(3206), - [sym_list] = STATE(3206), - [sym_tuple] = STATE(3206), - [sym_bitstring] = STATE(3206), - [sym_map] = STATE(3206), - [sym__nullary_operator] = STATE(3206), - [sym_unary_operator] = STATE(3206), - [sym_binary_operator] = STATE(3206), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3206), - [sym_call] = STATE(3206), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3206), - [sym_anonymous_function] = STATE(3206), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2313), - [sym_integer] = ACTIONS(2313), - [sym_float] = ACTIONS(2313), - [sym_char] = ACTIONS(2313), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2313), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [757] = { - [sym__expression] = STATE(2043), - [sym_block] = STATE(2043), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(2043), - [sym_nil] = STATE(2043), - [sym__atom] = STATE(2043), - [sym_quoted_atom] = STATE(2043), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2043), - [sym_charlist] = STATE(2043), - [sym_sigil] = STATE(2043), - [sym_list] = STATE(2043), - [sym_tuple] = STATE(2043), - [sym_bitstring] = STATE(2043), - [sym_map] = STATE(2043), - [sym__nullary_operator] = STATE(2043), - [sym_unary_operator] = STATE(2043), - [sym_binary_operator] = STATE(2043), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2043), - [sym_call] = STATE(2043), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2043), - [sym_anonymous_function] = STATE(2043), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2315), - [sym_integer] = ACTIONS(2315), - [sym_float] = ACTIONS(2315), - [sym_char] = ACTIONS(2315), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2315), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [758] = { - [sym__expression] = STATE(3849), - [sym_block] = STATE(3849), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3849), - [sym_nil] = STATE(3849), - [sym__atom] = STATE(3849), - [sym_quoted_atom] = STATE(3849), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3849), - [sym_charlist] = STATE(3849), - [sym_sigil] = STATE(3849), - [sym_list] = STATE(3849), - [sym_tuple] = STATE(3849), - [sym_bitstring] = STATE(3849), - [sym_map] = STATE(3849), - [sym__nullary_operator] = STATE(3849), - [sym_unary_operator] = STATE(3849), - [sym_binary_operator] = STATE(3849), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3849), - [sym_call] = STATE(3849), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3849), - [sym_anonymous_function] = STATE(3849), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(2317), - [sym_integer] = ACTIONS(2317), - [sym_float] = ACTIONS(2317), - [sym_char] = ACTIONS(2317), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(2317), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [759] = { - [sym__expression] = STATE(4050), - [sym_block] = STATE(4050), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4050), - [sym_nil] = STATE(4050), - [sym__atom] = STATE(4050), - [sym_quoted_atom] = STATE(4050), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4050), - [sym_charlist] = STATE(4050), - [sym_sigil] = STATE(4050), - [sym_list] = STATE(4050), - [sym_tuple] = STATE(4050), - [sym_bitstring] = STATE(4050), - [sym_map] = STATE(4050), - [sym__nullary_operator] = STATE(4050), - [sym_unary_operator] = STATE(4050), - [sym_binary_operator] = STATE(4050), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4050), - [sym_call] = STATE(4050), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4050), - [sym_anonymous_function] = STATE(4050), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2319), - [sym_integer] = ACTIONS(2319), - [sym_float] = ACTIONS(2319), - [sym_char] = ACTIONS(2319), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2319), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [760] = { - [sym__expression] = STATE(3852), - [sym_block] = STATE(3852), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3852), - [sym_nil] = STATE(3852), - [sym__atom] = STATE(3852), - [sym_quoted_atom] = STATE(3852), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3852), - [sym_charlist] = STATE(3852), - [sym_sigil] = STATE(3852), - [sym_list] = STATE(3852), - [sym_tuple] = STATE(3852), - [sym_bitstring] = STATE(3852), - [sym_map] = STATE(3852), - [sym__nullary_operator] = STATE(3852), - [sym_unary_operator] = STATE(3852), - [sym_binary_operator] = STATE(3852), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3852), - [sym_call] = STATE(3852), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3852), - [sym_anonymous_function] = STATE(3852), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(2321), - [sym_integer] = ACTIONS(2321), - [sym_float] = ACTIONS(2321), - [sym_char] = ACTIONS(2321), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(2321), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [761] = { - [sym__expression] = STATE(2014), - [sym_block] = STATE(2014), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(2014), - [sym_nil] = STATE(2014), - [sym__atom] = STATE(2014), - [sym_quoted_atom] = STATE(2014), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(2014), - [sym_charlist] = STATE(2014), - [sym_sigil] = STATE(2014), - [sym_list] = STATE(2014), - [sym_tuple] = STATE(2014), - [sym_bitstring] = STATE(2014), - [sym_map] = STATE(2014), - [sym__nullary_operator] = STATE(2014), - [sym_unary_operator] = STATE(2014), - [sym_binary_operator] = STATE(2014), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(2014), - [sym_call] = STATE(2014), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(2014), - [sym_anonymous_function] = STATE(2014), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2323), - [sym_integer] = ACTIONS(2323), - [sym_float] = ACTIONS(2323), - [sym_char] = ACTIONS(2323), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2323), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [762] = { - [sym__expression] = STATE(1654), - [sym_block] = STATE(1654), - [sym_identifier] = STATE(21), - [sym_boolean] = STATE(1654), - [sym_nil] = STATE(1654), - [sym__atom] = STATE(1654), - [sym_quoted_atom] = STATE(1654), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(1654), - [sym_charlist] = STATE(1654), - [sym_sigil] = STATE(1654), - [sym_list] = STATE(1654), - [sym_tuple] = STATE(1654), - [sym_bitstring] = STATE(1654), - [sym_map] = STATE(1654), - [sym__nullary_operator] = STATE(1654), - [sym_unary_operator] = STATE(1654), - [sym_binary_operator] = STATE(1654), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(1654), - [sym_call] = STATE(1654), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(16), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(1654), - [sym_anonymous_function] = STATE(1654), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(65), - [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2325), - [sym_integer] = ACTIONS(2325), - [sym_float] = ACTIONS(2325), - [sym_char] = ACTIONS(2325), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2325), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(938), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(946), - [anon_sym_PLUS] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(948), - [anon_sym_BANG] = ACTIONS(948), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), - [anon_sym_not] = ACTIONS(948), - [anon_sym_AT] = ACTIONS(950), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(956), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [763] = { - [sym__expression] = STATE(1725), - [sym_block] = STATE(1725), + [765] = { + [sym__expression] = STATE(2113), + [sym_block] = STATE(2113), [sym_identifier] = STATE(22), - [sym_boolean] = STATE(1725), - [sym_nil] = STATE(1725), - [sym__atom] = STATE(1725), - [sym_quoted_atom] = STATE(1725), - [sym__quoted_i_double] = STATE(1532), - [sym__quoted_i_single] = STATE(1526), - [sym__quoted_i_heredoc_single] = STATE(1706), - [sym__quoted_i_heredoc_double] = STATE(1705), - [sym_string] = STATE(1725), - [sym_charlist] = STATE(1725), - [sym_sigil] = STATE(1725), - [sym_list] = STATE(1725), - [sym_tuple] = STATE(1725), - [sym_bitstring] = STATE(1725), - [sym_map] = STATE(1725), - [sym__nullary_operator] = STATE(1725), - [sym_unary_operator] = STATE(1725), - [sym_binary_operator] = STATE(1725), - [sym_operator_identifier] = STATE(5550), - [sym_dot] = STATE(1725), - [sym_call] = STATE(1725), - [sym__call_without_parentheses] = STATE(1704), - [sym__call_with_parentheses] = STATE(1703), - [sym__local_call_without_parentheses] = STATE(1702), - [sym__local_call_with_parentheses] = STATE(1256), - [sym__local_call_just_do_block] = STATE(1700), - [sym__remote_call_without_parentheses] = STATE(1699), - [sym__remote_call_with_parentheses] = STATE(1126), + [sym_boolean] = STATE(2113), + [sym_nil] = STATE(2113), + [sym__atom] = STATE(2113), + [sym_quoted_atom] = STATE(2113), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2113), + [sym_charlist] = STATE(2113), + [sym_sigil] = STATE(2113), + [sym_list] = STATE(2113), + [sym_tuple] = STATE(2113), + [sym_bitstring] = STATE(2113), + [sym_map] = STATE(2113), + [sym__nullary_operator] = STATE(2113), + [sym_unary_operator] = STATE(2113), + [sym_binary_operator] = STATE(2113), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2113), + [sym_call] = STATE(2113), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), [sym__remote_dot] = STATE(14), - [sym__anonymous_call] = STATE(1301), - [sym__anonymous_dot] = STATE(5498), - [sym__double_call] = STATE(1698), - [sym_access_call] = STATE(1725), - [sym_anonymous_function] = STATE(1725), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2113), + [sym_anonymous_function] = STATE(2113), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1313), + [anon_sym_LPAREN] = ACTIONS(1395), [aux_sym_identifier_token1] = ACTIONS(65), [anon_sym_DOT_DOT_DOT] = ACTIONS(65), - [sym_alias] = ACTIONS(2327), - [sym_integer] = ACTIONS(2327), - [sym_float] = ACTIONS(2327), - [sym_char] = ACTIONS(2327), + [sym_alias] = ACTIONS(2333), + [sym_integer] = ACTIONS(2333), + [sym_float] = ACTIONS(2333), + [sym_char] = ACTIONS(2333), [anon_sym_true] = ACTIONS(69), [anon_sym_false] = ACTIONS(69), [anon_sym_nil] = ACTIONS(71), - [sym_atom] = ACTIONS(2327), + [sym_atom] = ACTIONS(2333), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [766] = { + [sym__expression] = STATE(1674), + [sym_block] = STATE(1674), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(1674), + [sym_nil] = STATE(1674), + [sym__atom] = STATE(1674), + [sym_quoted_atom] = STATE(1674), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1674), + [sym_charlist] = STATE(1674), + [sym_sigil] = STATE(1674), + [sym_list] = STATE(1674), + [sym_tuple] = STATE(1674), + [sym_bitstring] = STATE(1674), + [sym_map] = STATE(1674), + [sym__nullary_operator] = STATE(1674), + [sym_unary_operator] = STATE(1674), + [sym_binary_operator] = STATE(1674), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1674), + [sym_call] = STATE(1674), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1674), + [sym_anonymous_function] = STATE(1674), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2085), + [sym_integer] = ACTIONS(2085), + [sym_float] = ACTIONS(2085), + [sym_char] = ACTIONS(2085), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2085), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [767] = { + [sym__expression] = STATE(4574), + [sym_block] = STATE(4574), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4574), + [sym_nil] = STATE(4574), + [sym__atom] = STATE(4574), + [sym_quoted_atom] = STATE(4574), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4574), + [sym_charlist] = STATE(4574), + [sym_sigil] = STATE(4574), + [sym_list] = STATE(4574), + [sym_tuple] = STATE(4574), + [sym_bitstring] = STATE(4574), + [sym_map] = STATE(4574), + [sym__nullary_operator] = STATE(4574), + [sym_unary_operator] = STATE(4574), + [sym_binary_operator] = STATE(4574), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4574), + [sym_call] = STATE(4574), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4574), + [sym_anonymous_function] = STATE(4574), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2335), + [sym_integer] = ACTIONS(2335), + [sym_float] = ACTIONS(2335), + [sym_char] = ACTIONS(2335), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2335), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [768] = { + [sym__expression] = STATE(1667), + [sym_block] = STATE(1667), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(1667), + [sym_nil] = STATE(1667), + [sym__atom] = STATE(1667), + [sym_quoted_atom] = STATE(1667), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(1667), + [sym_charlist] = STATE(1667), + [sym_sigil] = STATE(1667), + [sym_list] = STATE(1667), + [sym_tuple] = STATE(1667), + [sym_bitstring] = STATE(1667), + [sym_map] = STATE(1667), + [sym__nullary_operator] = STATE(1667), + [sym_unary_operator] = STATE(1667), + [sym_binary_operator] = STATE(1667), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(1667), + [sym_call] = STATE(1667), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(1667), + [sym_anonymous_function] = STATE(1667), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2337), + [sym_integer] = ACTIONS(2337), + [sym_float] = ACTIONS(2337), + [sym_char] = ACTIONS(2337), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2337), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [769] = { + [sym__expression] = STATE(2114), + [sym_block] = STATE(2114), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2114), + [sym_nil] = STATE(2114), + [sym__atom] = STATE(2114), + [sym_quoted_atom] = STATE(2114), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2114), + [sym_charlist] = STATE(2114), + [sym_sigil] = STATE(2114), + [sym_list] = STATE(2114), + [sym_tuple] = STATE(2114), + [sym_bitstring] = STATE(2114), + [sym_map] = STATE(2114), + [sym__nullary_operator] = STATE(2114), + [sym_unary_operator] = STATE(2114), + [sym_binary_operator] = STATE(2114), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2114), + [sym_call] = STATE(2114), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2114), + [sym_anonymous_function] = STATE(2114), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2339), + [sym_integer] = ACTIONS(2339), + [sym_float] = ACTIONS(2339), + [sym_char] = ACTIONS(2339), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2339), [anon_sym_DQUOTE] = ACTIONS(73), [anon_sym_SQUOTE] = ACTIONS(75), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), @@ -115514,786 +117532,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(117), }, - [764] = { - [sym__expression] = STATE(1652), - [sym_block] = STATE(1652), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1652), - [sym_nil] = STATE(1652), - [sym__atom] = STATE(1652), - [sym_quoted_atom] = STATE(1652), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1652), - [sym_charlist] = STATE(1652), - [sym_sigil] = STATE(1652), - [sym_list] = STATE(1652), - [sym_tuple] = STATE(1652), - [sym_bitstring] = STATE(1652), - [sym_map] = STATE(1652), - [sym__nullary_operator] = STATE(1652), - [sym_unary_operator] = STATE(1652), - [sym_binary_operator] = STATE(1652), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1652), - [sym_call] = STATE(1652), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1652), - [sym_anonymous_function] = STATE(1652), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2329), - [sym_integer] = ACTIONS(2329), - [sym_float] = ACTIONS(2329), - [sym_char] = ACTIONS(2329), - [anon_sym_true] = ACTIONS(241), - [anon_sym_false] = ACTIONS(241), - [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2329), - [anon_sym_DQUOTE] = ACTIONS(245), - [anon_sym_SQUOTE] = ACTIONS(247), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LBRACK] = ACTIONS(255), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), - [anon_sym_LT_LT] = ACTIONS(261), - [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [765] = { - [sym__expression] = STATE(3666), - [sym_block] = STATE(3666), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3666), - [sym_nil] = STATE(3666), - [sym__atom] = STATE(3666), - [sym_quoted_atom] = STATE(3666), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3666), - [sym_charlist] = STATE(3666), - [sym_sigil] = STATE(3666), - [sym_list] = STATE(3666), - [sym_tuple] = STATE(3666), - [sym_bitstring] = STATE(3666), - [sym_map] = STATE(3666), - [sym__nullary_operator] = STATE(3666), - [sym_unary_operator] = STATE(3666), - [sym_binary_operator] = STATE(3666), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3666), - [sym_call] = STATE(3666), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3666), - [sym_anonymous_function] = STATE(3666), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2331), - [sym_integer] = ACTIONS(2331), - [sym_float] = ACTIONS(2331), - [sym_char] = ACTIONS(2331), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2331), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [766] = { - [sym__expression] = STATE(2673), - [sym_block] = STATE(2673), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2673), - [sym_nil] = STATE(2673), - [sym__atom] = STATE(2673), - [sym_quoted_atom] = STATE(2673), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2673), - [sym_charlist] = STATE(2673), - [sym_sigil] = STATE(2673), - [sym_list] = STATE(2673), - [sym_tuple] = STATE(2673), - [sym_bitstring] = STATE(2673), - [sym_map] = STATE(2673), - [sym__nullary_operator] = STATE(2673), - [sym_unary_operator] = STATE(2673), - [sym_binary_operator] = STATE(2673), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2673), - [sym_call] = STATE(2673), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2673), - [sym_anonymous_function] = STATE(2673), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(1375), - [sym_integer] = ACTIONS(1375), - [sym_float] = ACTIONS(1375), - [sym_char] = ACTIONS(1375), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(1375), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [767] = { - [sym__expression] = STATE(2768), - [sym_block] = STATE(2768), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(2768), - [sym_nil] = STATE(2768), - [sym__atom] = STATE(2768), - [sym_quoted_atom] = STATE(2768), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(2768), - [sym_charlist] = STATE(2768), - [sym_sigil] = STATE(2768), - [sym_list] = STATE(2768), - [sym_tuple] = STATE(2768), - [sym_bitstring] = STATE(2768), - [sym_map] = STATE(2768), - [sym__nullary_operator] = STATE(2768), - [sym_unary_operator] = STATE(2768), - [sym_binary_operator] = STATE(2768), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(2768), - [sym_call] = STATE(2768), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(2768), - [sym_anonymous_function] = STATE(2768), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(2333), - [sym_integer] = ACTIONS(2333), - [sym_float] = ACTIONS(2333), - [sym_char] = ACTIONS(2333), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(2333), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [768] = { - [sym__expression] = STATE(3182), - [sym_block] = STATE(3182), - [sym_identifier] = STATE(47), - [sym_boolean] = STATE(3182), - [sym_nil] = STATE(3182), - [sym__atom] = STATE(3182), - [sym_quoted_atom] = STATE(3182), - [sym__quoted_i_double] = STATE(3004), - [sym__quoted_i_single] = STATE(3005), - [sym__quoted_i_heredoc_single] = STATE(2709), - [sym__quoted_i_heredoc_double] = STATE(2710), - [sym_string] = STATE(3182), - [sym_charlist] = STATE(3182), - [sym_sigil] = STATE(3182), - [sym_list] = STATE(3182), - [sym_tuple] = STATE(3182), - [sym_bitstring] = STATE(3182), - [sym_map] = STATE(3182), - [sym__nullary_operator] = STATE(3182), - [sym_unary_operator] = STATE(3182), - [sym_binary_operator] = STATE(3182), - [sym_operator_identifier] = STATE(5596), - [sym_dot] = STATE(3182), - [sym_call] = STATE(3182), - [sym__call_without_parentheses] = STATE(2711), - [sym__call_with_parentheses] = STATE(2712), - [sym__local_call_without_parentheses] = STATE(2713), - [sym__local_call_with_parentheses] = STATE(2121), - [sym__local_call_just_do_block] = STATE(2714), - [sym__remote_call_without_parentheses] = STATE(2715), - [sym__remote_call_with_parentheses] = STATE(2113), - [sym__remote_dot] = STATE(46), - [sym__anonymous_call] = STATE(2111), - [sym__anonymous_dot] = STATE(5471), - [sym__double_call] = STATE(2716), - [sym_access_call] = STATE(3182), - [sym_anonymous_function] = STATE(3182), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(466), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(2335), - [sym_integer] = ACTIONS(2335), - [sym_float] = ACTIONS(2335), - [sym_char] = ACTIONS(2335), - [anon_sym_true] = ACTIONS(472), - [anon_sym_false] = ACTIONS(472), - [anon_sym_nil] = ACTIONS(474), - [sym_atom] = ACTIONS(2335), - [anon_sym_DQUOTE] = ACTIONS(476), - [anon_sym_SQUOTE] = ACTIONS(478), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(480), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(482), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(486), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(488), - [anon_sym_LT_LT] = ACTIONS(492), - [anon_sym_PERCENT] = ACTIONS(494), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(496), - [anon_sym_PLUS] = ACTIONS(498), - [anon_sym_DASH] = ACTIONS(498), - [anon_sym_BANG] = ACTIONS(498), - [anon_sym_CARET] = ACTIONS(498), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(498), - [anon_sym_not] = ACTIONS(498), - [anon_sym_AT] = ACTIONS(500), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(504), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(510), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(512), - }, - [769] = { - [sym__expression] = STATE(4028), - [sym_block] = STATE(4028), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4028), - [sym_nil] = STATE(4028), - [sym__atom] = STATE(4028), - [sym_quoted_atom] = STATE(4028), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4028), - [sym_charlist] = STATE(4028), - [sym_sigil] = STATE(4028), - [sym_list] = STATE(4028), - [sym_tuple] = STATE(4028), - [sym_bitstring] = STATE(4028), - [sym_map] = STATE(4028), - [sym__nullary_operator] = STATE(4028), - [sym_unary_operator] = STATE(4028), - [sym_binary_operator] = STATE(4028), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4028), - [sym_call] = STATE(4028), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4028), - [sym_anonymous_function] = STATE(4028), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2337), - [sym_integer] = ACTIONS(2337), - [sym_float] = ACTIONS(2337), - [sym_char] = ACTIONS(2337), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2337), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, [770] = { - [sym__expression] = STATE(4029), - [sym_block] = STATE(4029), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4029), - [sym_nil] = STATE(4029), - [sym__atom] = STATE(4029), - [sym_quoted_atom] = STATE(4029), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4029), - [sym_charlist] = STATE(4029), - [sym_sigil] = STATE(4029), - [sym_list] = STATE(4029), - [sym_tuple] = STATE(4029), - [sym_bitstring] = STATE(4029), - [sym_map] = STATE(4029), - [sym__nullary_operator] = STATE(4029), - [sym_unary_operator] = STATE(4029), - [sym_binary_operator] = STATE(4029), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4029), - [sym_call] = STATE(4029), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4029), - [sym_anonymous_function] = STATE(4029), + [sym__expression] = STATE(1683), + [sym_block] = STATE(1683), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(1683), + [sym_nil] = STATE(1683), + [sym__atom] = STATE(1683), + [sym_quoted_atom] = STATE(1683), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1683), + [sym_charlist] = STATE(1683), + [sym_sigil] = STATE(1683), + [sym_list] = STATE(1683), + [sym_tuple] = STATE(1683), + [sym_bitstring] = STATE(1683), + [sym_map] = STATE(1683), + [sym__nullary_operator] = STATE(1683), + [sym_unary_operator] = STATE(1683), + [sym_binary_operator] = STATE(1683), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1683), + [sym_call] = STATE(1683), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1683), + [sym_anonymous_function] = STATE(1683), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2339), - [sym_integer] = ACTIONS(2339), - [sym_float] = ACTIONS(2339), - [sym_char] = ACTIONS(2339), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2339), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2121), + [sym_integer] = ACTIONS(2121), + [sym_float] = ACTIONS(2121), + [sym_char] = ACTIONS(2121), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2121), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -116332,86 +117642,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(117), }, [771] = { - [sym__expression] = STATE(4030), - [sym_block] = STATE(4030), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4030), - [sym_nil] = STATE(4030), - [sym__atom] = STATE(4030), - [sym_quoted_atom] = STATE(4030), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4030), - [sym_charlist] = STATE(4030), - [sym_sigil] = STATE(4030), - [sym_list] = STATE(4030), - [sym_tuple] = STATE(4030), - [sym_bitstring] = STATE(4030), - [sym_map] = STATE(4030), - [sym__nullary_operator] = STATE(4030), - [sym_unary_operator] = STATE(4030), - [sym_binary_operator] = STATE(4030), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4030), - [sym_call] = STATE(4030), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4030), - [sym_anonymous_function] = STATE(4030), + [sym__expression] = STATE(2000), + [sym_block] = STATE(2000), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2000), + [sym_nil] = STATE(2000), + [sym__atom] = STATE(2000), + [sym_quoted_atom] = STATE(2000), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2000), + [sym_charlist] = STATE(2000), + [sym_sigil] = STATE(2000), + [sym_list] = STATE(2000), + [sym_tuple] = STATE(2000), + [sym_bitstring] = STATE(2000), + [sym_map] = STATE(2000), + [sym__nullary_operator] = STATE(2000), + [sym_unary_operator] = STATE(2000), + [sym_binary_operator] = STATE(2000), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2000), + [sym_call] = STATE(2000), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2000), + [sym_anonymous_function] = STATE(2000), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2341), [sym_integer] = ACTIONS(2341), [sym_float] = ACTIONS(2341), [sym_char] = ACTIONS(2341), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), [sym_atom] = ACTIONS(2341), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -116450,86 +117760,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(117), }, [772] = { - [sym__expression] = STATE(4032), - [sym_block] = STATE(4032), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4032), - [sym_nil] = STATE(4032), - [sym__atom] = STATE(4032), - [sym_quoted_atom] = STATE(4032), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4032), - [sym_charlist] = STATE(4032), - [sym_sigil] = STATE(4032), - [sym_list] = STATE(4032), - [sym_tuple] = STATE(4032), - [sym_bitstring] = STATE(4032), - [sym_map] = STATE(4032), - [sym__nullary_operator] = STATE(4032), - [sym_unary_operator] = STATE(4032), - [sym_binary_operator] = STATE(4032), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4032), - [sym_call] = STATE(4032), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4032), - [sym_anonymous_function] = STATE(4032), + [sym__expression] = STATE(2001), + [sym_block] = STATE(2001), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2001), + [sym_nil] = STATE(2001), + [sym__atom] = STATE(2001), + [sym_quoted_atom] = STATE(2001), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2001), + [sym_charlist] = STATE(2001), + [sym_sigil] = STATE(2001), + [sym_list] = STATE(2001), + [sym_tuple] = STATE(2001), + [sym_bitstring] = STATE(2001), + [sym_map] = STATE(2001), + [sym__nullary_operator] = STATE(2001), + [sym_unary_operator] = STATE(2001), + [sym_binary_operator] = STATE(2001), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2001), + [sym_call] = STATE(2001), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2001), + [sym_anonymous_function] = STATE(2001), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2343), [sym_integer] = ACTIONS(2343), [sym_float] = ACTIONS(2343), [sym_char] = ACTIONS(2343), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), [sym_atom] = ACTIONS(2343), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -116568,890 +117878,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(117), }, [773] = { - [sym__expression] = STATE(4036), - [sym_block] = STATE(4036), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4036), - [sym_nil] = STATE(4036), - [sym__atom] = STATE(4036), - [sym_quoted_atom] = STATE(4036), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4036), - [sym_charlist] = STATE(4036), - [sym_sigil] = STATE(4036), - [sym_list] = STATE(4036), - [sym_tuple] = STATE(4036), - [sym_bitstring] = STATE(4036), - [sym_map] = STATE(4036), - [sym__nullary_operator] = STATE(4036), - [sym_unary_operator] = STATE(4036), - [sym_binary_operator] = STATE(4036), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4036), - [sym_call] = STATE(4036), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4036), - [sym_anonymous_function] = STATE(4036), + [sym__expression] = STATE(4559), + [sym_block] = STATE(4559), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4559), + [sym_nil] = STATE(4559), + [sym__atom] = STATE(4559), + [sym_quoted_atom] = STATE(4559), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4559), + [sym_charlist] = STATE(4559), + [sym_sigil] = STATE(4559), + [sym_list] = STATE(4559), + [sym_tuple] = STATE(4559), + [sym_bitstring] = STATE(4559), + [sym_map] = STATE(4559), + [sym__nullary_operator] = STATE(4559), + [sym_unary_operator] = STATE(4559), + [sym_binary_operator] = STATE(4559), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4559), + [sym_call] = STATE(4559), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4559), + [sym_anonymous_function] = STATE(4559), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), [sym_alias] = ACTIONS(2345), [sym_integer] = ACTIONS(2345), [sym_float] = ACTIONS(2345), [sym_char] = ACTIONS(2345), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), [sym_atom] = ACTIONS(2345), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [774] = { - [sym__expression] = STATE(4037), - [sym_block] = STATE(4037), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4037), - [sym_nil] = STATE(4037), - [sym__atom] = STATE(4037), - [sym_quoted_atom] = STATE(4037), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4037), - [sym_charlist] = STATE(4037), - [sym_sigil] = STATE(4037), - [sym_list] = STATE(4037), - [sym_tuple] = STATE(4037), - [sym_bitstring] = STATE(4037), - [sym_map] = STATE(4037), - [sym__nullary_operator] = STATE(4037), - [sym_unary_operator] = STATE(4037), - [sym_binary_operator] = STATE(4037), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4037), - [sym_call] = STATE(4037), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4037), - [sym_anonymous_function] = STATE(4037), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2347), - [sym_integer] = ACTIONS(2347), - [sym_float] = ACTIONS(2347), - [sym_char] = ACTIONS(2347), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2347), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [775] = { - [sym__expression] = STATE(4038), - [sym_block] = STATE(4038), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4038), - [sym_nil] = STATE(4038), - [sym__atom] = STATE(4038), - [sym_quoted_atom] = STATE(4038), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4038), - [sym_charlist] = STATE(4038), - [sym_sigil] = STATE(4038), - [sym_list] = STATE(4038), - [sym_tuple] = STATE(4038), - [sym_bitstring] = STATE(4038), - [sym_map] = STATE(4038), - [sym__nullary_operator] = STATE(4038), - [sym_unary_operator] = STATE(4038), - [sym_binary_operator] = STATE(4038), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4038), - [sym_call] = STATE(4038), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4038), - [sym_anonymous_function] = STATE(4038), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2349), - [sym_integer] = ACTIONS(2349), - [sym_float] = ACTIONS(2349), - [sym_char] = ACTIONS(2349), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2349), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [776] = { - [sym__expression] = STATE(4040), - [sym_block] = STATE(4040), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4040), - [sym_nil] = STATE(4040), - [sym__atom] = STATE(4040), - [sym_quoted_atom] = STATE(4040), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4040), - [sym_charlist] = STATE(4040), - [sym_sigil] = STATE(4040), - [sym_list] = STATE(4040), - [sym_tuple] = STATE(4040), - [sym_bitstring] = STATE(4040), - [sym_map] = STATE(4040), - [sym__nullary_operator] = STATE(4040), - [sym_unary_operator] = STATE(4040), - [sym_binary_operator] = STATE(4040), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4040), - [sym_call] = STATE(4040), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4040), - [sym_anonymous_function] = STATE(4040), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2351), - [sym_integer] = ACTIONS(2351), - [sym_float] = ACTIONS(2351), - [sym_char] = ACTIONS(2351), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2351), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [777] = { - [sym__expression] = STATE(4041), - [sym_block] = STATE(4041), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4041), - [sym_nil] = STATE(4041), - [sym__atom] = STATE(4041), - [sym_quoted_atom] = STATE(4041), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4041), - [sym_charlist] = STATE(4041), - [sym_sigil] = STATE(4041), - [sym_list] = STATE(4041), - [sym_tuple] = STATE(4041), - [sym_bitstring] = STATE(4041), - [sym_map] = STATE(4041), - [sym__nullary_operator] = STATE(4041), - [sym_unary_operator] = STATE(4041), - [sym_binary_operator] = STATE(4041), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4041), - [sym_call] = STATE(4041), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4041), - [sym_anonymous_function] = STATE(4041), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2353), - [sym_integer] = ACTIONS(2353), - [sym_float] = ACTIONS(2353), - [sym_char] = ACTIONS(2353), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2353), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [778] = { - [sym__expression] = STATE(4015), - [sym_block] = STATE(4015), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4015), - [sym_nil] = STATE(4015), - [sym__atom] = STATE(4015), - [sym_quoted_atom] = STATE(4015), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4015), - [sym_charlist] = STATE(4015), - [sym_sigil] = STATE(4015), - [sym_list] = STATE(4015), - [sym_tuple] = STATE(4015), - [sym_bitstring] = STATE(4015), - [sym_map] = STATE(4015), - [sym__nullary_operator] = STATE(4015), - [sym_unary_operator] = STATE(4015), - [sym_binary_operator] = STATE(4015), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4015), - [sym_call] = STATE(4015), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4015), - [sym_anonymous_function] = STATE(4015), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2355), - [sym_integer] = ACTIONS(2355), - [sym_float] = ACTIONS(2355), - [sym_char] = ACTIONS(2355), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2355), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [779] = { - [sym__expression] = STATE(4123), - [sym_block] = STATE(4123), - [sym_identifier] = STATE(87), - [sym_boolean] = STATE(4123), - [sym_nil] = STATE(4123), - [sym__atom] = STATE(4123), - [sym_quoted_atom] = STATE(4123), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4123), - [sym_charlist] = STATE(4123), - [sym_sigil] = STATE(4123), - [sym_list] = STATE(4123), - [sym_tuple] = STATE(4123), - [sym_bitstring] = STATE(4123), - [sym_map] = STATE(4123), - [sym__nullary_operator] = STATE(4123), - [sym_unary_operator] = STATE(4123), - [sym_binary_operator] = STATE(4123), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4123), - [sym_call] = STATE(4123), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(71), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4123), - [sym_anonymous_function] = STATE(4123), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2357), - [sym_integer] = ACTIONS(2357), - [sym_float] = ACTIONS(2357), - [sym_char] = ACTIONS(2357), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2357), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1401), - [anon_sym_PLUS] = ACTIONS(1403), - [anon_sym_DASH] = ACTIONS(1403), - [anon_sym_BANG] = ACTIONS(1403), - [anon_sym_CARET] = ACTIONS(1403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1403), - [anon_sym_not] = ACTIONS(1403), - [anon_sym_AT] = ACTIONS(1405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1407), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [780] = { - [sym__expression] = STATE(4158), - [sym_block] = STATE(4158), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4158), - [sym_nil] = STATE(4158), - [sym__atom] = STATE(4158), - [sym_quoted_atom] = STATE(4158), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4158), - [sym_charlist] = STATE(4158), - [sym_sigil] = STATE(4158), - [sym_list] = STATE(4158), - [sym_tuple] = STATE(4158), - [sym_bitstring] = STATE(4158), - [sym_map] = STATE(4158), - [sym__nullary_operator] = STATE(4158), - [sym_unary_operator] = STATE(4158), - [sym_binary_operator] = STATE(4158), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4158), - [sym_call] = STATE(4158), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4158), - [sym_anonymous_function] = STATE(4158), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2359), - [sym_integer] = ACTIONS(2359), - [sym_float] = ACTIONS(2359), - [sym_char] = ACTIONS(2359), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2359), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -117520,78 +118004,904 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [781] = { - [sym__expression] = STATE(4059), - [sym_block] = STATE(4059), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4059), - [sym_nil] = STATE(4059), - [sym__atom] = STATE(4059), - [sym_quoted_atom] = STATE(4059), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4059), - [sym_charlist] = STATE(4059), - [sym_sigil] = STATE(4059), - [sym_list] = STATE(4059), - [sym_tuple] = STATE(4059), - [sym_bitstring] = STATE(4059), - [sym_map] = STATE(4059), - [sym__nullary_operator] = STATE(4059), - [sym_unary_operator] = STATE(4059), - [sym_binary_operator] = STATE(4059), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4059), - [sym_call] = STATE(4059), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4059), - [sym_anonymous_function] = STATE(4059), + [774] = { + [sym__expression] = STATE(2006), + [sym_block] = STATE(2006), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2006), + [sym_nil] = STATE(2006), + [sym__atom] = STATE(2006), + [sym_quoted_atom] = STATE(2006), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2006), + [sym_charlist] = STATE(2006), + [sym_sigil] = STATE(2006), + [sym_list] = STATE(2006), + [sym_tuple] = STATE(2006), + [sym_bitstring] = STATE(2006), + [sym_map] = STATE(2006), + [sym__nullary_operator] = STATE(2006), + [sym_unary_operator] = STATE(2006), + [sym_binary_operator] = STATE(2006), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2006), + [sym_call] = STATE(2006), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2006), + [sym_anonymous_function] = STATE(2006), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2347), + [sym_integer] = ACTIONS(2347), + [sym_float] = ACTIONS(2347), + [sym_char] = ACTIONS(2347), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2347), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [775] = { + [sym__expression] = STATE(2007), + [sym_block] = STATE(2007), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2007), + [sym_nil] = STATE(2007), + [sym__atom] = STATE(2007), + [sym_quoted_atom] = STATE(2007), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2007), + [sym_charlist] = STATE(2007), + [sym_sigil] = STATE(2007), + [sym_list] = STATE(2007), + [sym_tuple] = STATE(2007), + [sym_bitstring] = STATE(2007), + [sym_map] = STATE(2007), + [sym__nullary_operator] = STATE(2007), + [sym_unary_operator] = STATE(2007), + [sym_binary_operator] = STATE(2007), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2007), + [sym_call] = STATE(2007), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2007), + [sym_anonymous_function] = STATE(2007), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2349), + [sym_integer] = ACTIONS(2349), + [sym_float] = ACTIONS(2349), + [sym_char] = ACTIONS(2349), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2349), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [776] = { + [sym__expression] = STATE(2008), + [sym_block] = STATE(2008), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2008), + [sym_nil] = STATE(2008), + [sym__atom] = STATE(2008), + [sym_quoted_atom] = STATE(2008), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2008), + [sym_charlist] = STATE(2008), + [sym_sigil] = STATE(2008), + [sym_list] = STATE(2008), + [sym_tuple] = STATE(2008), + [sym_bitstring] = STATE(2008), + [sym_map] = STATE(2008), + [sym__nullary_operator] = STATE(2008), + [sym_unary_operator] = STATE(2008), + [sym_binary_operator] = STATE(2008), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2008), + [sym_call] = STATE(2008), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2008), + [sym_anonymous_function] = STATE(2008), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2351), + [sym_integer] = ACTIONS(2351), + [sym_float] = ACTIONS(2351), + [sym_char] = ACTIONS(2351), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2351), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [777] = { + [sym__expression] = STATE(2014), + [sym_block] = STATE(2014), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2014), + [sym_nil] = STATE(2014), + [sym__atom] = STATE(2014), + [sym_quoted_atom] = STATE(2014), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2014), + [sym_charlist] = STATE(2014), + [sym_sigil] = STATE(2014), + [sym_list] = STATE(2014), + [sym_tuple] = STATE(2014), + [sym_bitstring] = STATE(2014), + [sym_map] = STATE(2014), + [sym__nullary_operator] = STATE(2014), + [sym_unary_operator] = STATE(2014), + [sym_binary_operator] = STATE(2014), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2014), + [sym_call] = STATE(2014), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2014), + [sym_anonymous_function] = STATE(2014), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2353), + [sym_integer] = ACTIONS(2353), + [sym_float] = ACTIONS(2353), + [sym_char] = ACTIONS(2353), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2353), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [778] = { + [sym__expression] = STATE(4564), + [sym_block] = STATE(4564), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4564), + [sym_nil] = STATE(4564), + [sym__atom] = STATE(4564), + [sym_quoted_atom] = STATE(4564), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4564), + [sym_charlist] = STATE(4564), + [sym_sigil] = STATE(4564), + [sym_list] = STATE(4564), + [sym_tuple] = STATE(4564), + [sym_bitstring] = STATE(4564), + [sym_map] = STATE(4564), + [sym__nullary_operator] = STATE(4564), + [sym_unary_operator] = STATE(4564), + [sym_binary_operator] = STATE(4564), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4564), + [sym_call] = STATE(4564), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4564), + [sym_anonymous_function] = STATE(4564), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2355), + [sym_integer] = ACTIONS(2355), + [sym_float] = ACTIONS(2355), + [sym_char] = ACTIONS(2355), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2355), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [779] = { + [sym__expression] = STATE(2019), + [sym_block] = STATE(2019), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2019), + [sym_nil] = STATE(2019), + [sym__atom] = STATE(2019), + [sym_quoted_atom] = STATE(2019), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2019), + [sym_charlist] = STATE(2019), + [sym_sigil] = STATE(2019), + [sym_list] = STATE(2019), + [sym_tuple] = STATE(2019), + [sym_bitstring] = STATE(2019), + [sym_map] = STATE(2019), + [sym__nullary_operator] = STATE(2019), + [sym_unary_operator] = STATE(2019), + [sym_binary_operator] = STATE(2019), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2019), + [sym_call] = STATE(2019), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2019), + [sym_anonymous_function] = STATE(2019), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2357), + [sym_integer] = ACTIONS(2357), + [sym_float] = ACTIONS(2357), + [sym_char] = ACTIONS(2357), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2357), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [780] = { + [sym__expression] = STATE(2023), + [sym_block] = STATE(2023), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2023), + [sym_nil] = STATE(2023), + [sym__atom] = STATE(2023), + [sym_quoted_atom] = STATE(2023), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2023), + [sym_charlist] = STATE(2023), + [sym_sigil] = STATE(2023), + [sym_list] = STATE(2023), + [sym_tuple] = STATE(2023), + [sym_bitstring] = STATE(2023), + [sym_map] = STATE(2023), + [sym__nullary_operator] = STATE(2023), + [sym_unary_operator] = STATE(2023), + [sym_binary_operator] = STATE(2023), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2023), + [sym_call] = STATE(2023), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2023), + [sym_anonymous_function] = STATE(2023), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2359), + [sym_integer] = ACTIONS(2359), + [sym_float] = ACTIONS(2359), + [sym_char] = ACTIONS(2359), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2359), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [781] = { + [sym__expression] = STATE(2026), + [sym_block] = STATE(2026), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2026), + [sym_nil] = STATE(2026), + [sym__atom] = STATE(2026), + [sym_quoted_atom] = STATE(2026), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2026), + [sym_charlist] = STATE(2026), + [sym_sigil] = STATE(2026), + [sym_list] = STATE(2026), + [sym_tuple] = STATE(2026), + [sym_bitstring] = STATE(2026), + [sym_map] = STATE(2026), + [sym__nullary_operator] = STATE(2026), + [sym_unary_operator] = STATE(2026), + [sym_binary_operator] = STATE(2026), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2026), + [sym_call] = STATE(2026), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2026), + [sym_anonymous_function] = STATE(2026), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2361), [sym_integer] = ACTIONS(2361), [sym_float] = ACTIONS(2361), [sym_char] = ACTIONS(2361), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), [sym_atom] = ACTIONS(2361), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -117630,86 +118940,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(117), }, [782] = { - [sym__expression] = STATE(4060), - [sym_block] = STATE(4060), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4060), - [sym_nil] = STATE(4060), - [sym__atom] = STATE(4060), - [sym_quoted_atom] = STATE(4060), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4060), - [sym_charlist] = STATE(4060), - [sym_sigil] = STATE(4060), - [sym_list] = STATE(4060), - [sym_tuple] = STATE(4060), - [sym_bitstring] = STATE(4060), - [sym_map] = STATE(4060), - [sym__nullary_operator] = STATE(4060), - [sym_unary_operator] = STATE(4060), - [sym_binary_operator] = STATE(4060), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4060), - [sym_call] = STATE(4060), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4060), - [sym_anonymous_function] = STATE(4060), + [sym__expression] = STATE(2028), + [sym_block] = STATE(2028), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2028), + [sym_nil] = STATE(2028), + [sym__atom] = STATE(2028), + [sym_quoted_atom] = STATE(2028), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2028), + [sym_charlist] = STATE(2028), + [sym_sigil] = STATE(2028), + [sym_list] = STATE(2028), + [sym_tuple] = STATE(2028), + [sym_bitstring] = STATE(2028), + [sym_map] = STATE(2028), + [sym__nullary_operator] = STATE(2028), + [sym_unary_operator] = STATE(2028), + [sym_binary_operator] = STATE(2028), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2028), + [sym_call] = STATE(2028), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2028), + [sym_anonymous_function] = STATE(2028), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2363), [sym_integer] = ACTIONS(2363), [sym_float] = ACTIONS(2363), [sym_char] = ACTIONS(2363), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), [sym_atom] = ACTIONS(2363), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -117748,86 +119058,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(117), }, [783] = { - [sym__expression] = STATE(4062), - [sym_block] = STATE(4062), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4062), - [sym_nil] = STATE(4062), - [sym__atom] = STATE(4062), - [sym_quoted_atom] = STATE(4062), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4062), - [sym_charlist] = STATE(4062), - [sym_sigil] = STATE(4062), - [sym_list] = STATE(4062), - [sym_tuple] = STATE(4062), - [sym_bitstring] = STATE(4062), - [sym_map] = STATE(4062), - [sym__nullary_operator] = STATE(4062), - [sym_unary_operator] = STATE(4062), - [sym_binary_operator] = STATE(4062), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4062), - [sym_call] = STATE(4062), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4062), - [sym_anonymous_function] = STATE(4062), + [sym__expression] = STATE(2029), + [sym_block] = STATE(2029), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2029), + [sym_nil] = STATE(2029), + [sym__atom] = STATE(2029), + [sym_quoted_atom] = STATE(2029), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2029), + [sym_charlist] = STATE(2029), + [sym_sigil] = STATE(2029), + [sym_list] = STATE(2029), + [sym_tuple] = STATE(2029), + [sym_bitstring] = STATE(2029), + [sym_map] = STATE(2029), + [sym__nullary_operator] = STATE(2029), + [sym_unary_operator] = STATE(2029), + [sym_binary_operator] = STATE(2029), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2029), + [sym_call] = STATE(2029), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2029), + [sym_anonymous_function] = STATE(2029), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2365), [sym_integer] = ACTIONS(2365), [sym_float] = ACTIONS(2365), [sym_char] = ACTIONS(2365), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), [sym_atom] = ACTIONS(2365), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -117866,86 +119176,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(117), }, [784] = { - [sym__expression] = STATE(4064), - [sym_block] = STATE(4064), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4064), - [sym_nil] = STATE(4064), - [sym__atom] = STATE(4064), - [sym_quoted_atom] = STATE(4064), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4064), - [sym_charlist] = STATE(4064), - [sym_sigil] = STATE(4064), - [sym_list] = STATE(4064), - [sym_tuple] = STATE(4064), - [sym_bitstring] = STATE(4064), - [sym_map] = STATE(4064), - [sym__nullary_operator] = STATE(4064), - [sym_unary_operator] = STATE(4064), - [sym_binary_operator] = STATE(4064), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4064), - [sym_call] = STATE(4064), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4064), - [sym_anonymous_function] = STATE(4064), + [sym__expression] = STATE(2034), + [sym_block] = STATE(2034), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2034), + [sym_nil] = STATE(2034), + [sym__atom] = STATE(2034), + [sym_quoted_atom] = STATE(2034), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2034), + [sym_charlist] = STATE(2034), + [sym_sigil] = STATE(2034), + [sym_list] = STATE(2034), + [sym_tuple] = STATE(2034), + [sym_bitstring] = STATE(2034), + [sym_map] = STATE(2034), + [sym__nullary_operator] = STATE(2034), + [sym_unary_operator] = STATE(2034), + [sym_binary_operator] = STATE(2034), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2034), + [sym_call] = STATE(2034), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2034), + [sym_anonymous_function] = STATE(2034), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2367), [sym_integer] = ACTIONS(2367), [sym_float] = ACTIONS(2367), [sym_char] = ACTIONS(2367), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), [sym_atom] = ACTIONS(2367), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -117984,86 +119294,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(117), }, [785] = { - [sym__expression] = STATE(4068), - [sym_block] = STATE(4068), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4068), - [sym_nil] = STATE(4068), - [sym__atom] = STATE(4068), - [sym_quoted_atom] = STATE(4068), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4068), - [sym_charlist] = STATE(4068), - [sym_sigil] = STATE(4068), - [sym_list] = STATE(4068), - [sym_tuple] = STATE(4068), - [sym_bitstring] = STATE(4068), - [sym_map] = STATE(4068), - [sym__nullary_operator] = STATE(4068), - [sym_unary_operator] = STATE(4068), - [sym_binary_operator] = STATE(4068), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4068), - [sym_call] = STATE(4068), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4068), - [sym_anonymous_function] = STATE(4068), + [sym__expression] = STATE(2037), + [sym_block] = STATE(2037), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2037), + [sym_nil] = STATE(2037), + [sym__atom] = STATE(2037), + [sym_quoted_atom] = STATE(2037), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2037), + [sym_charlist] = STATE(2037), + [sym_sigil] = STATE(2037), + [sym_list] = STATE(2037), + [sym_tuple] = STATE(2037), + [sym_bitstring] = STATE(2037), + [sym_map] = STATE(2037), + [sym__nullary_operator] = STATE(2037), + [sym_unary_operator] = STATE(2037), + [sym_binary_operator] = STATE(2037), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2037), + [sym_call] = STATE(2037), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2037), + [sym_anonymous_function] = STATE(2037), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2369), [sym_integer] = ACTIONS(2369), [sym_float] = ACTIONS(2369), [sym_char] = ACTIONS(2369), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), [sym_atom] = ACTIONS(2369), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -118102,86 +119412,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(117), }, [786] = { - [sym__expression] = STATE(4090), - [sym_block] = STATE(4090), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4090), - [sym_nil] = STATE(4090), - [sym__atom] = STATE(4090), - [sym_quoted_atom] = STATE(4090), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4090), - [sym_charlist] = STATE(4090), - [sym_sigil] = STATE(4090), - [sym_list] = STATE(4090), - [sym_tuple] = STATE(4090), - [sym_bitstring] = STATE(4090), - [sym_map] = STATE(4090), - [sym__nullary_operator] = STATE(4090), - [sym_unary_operator] = STATE(4090), - [sym_binary_operator] = STATE(4090), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4090), - [sym_call] = STATE(4090), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4090), - [sym_anonymous_function] = STATE(4090), + [sym__expression] = STATE(2038), + [sym_block] = STATE(2038), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2038), + [sym_nil] = STATE(2038), + [sym__atom] = STATE(2038), + [sym_quoted_atom] = STATE(2038), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2038), + [sym_charlist] = STATE(2038), + [sym_sigil] = STATE(2038), + [sym_list] = STATE(2038), + [sym_tuple] = STATE(2038), + [sym_bitstring] = STATE(2038), + [sym_map] = STATE(2038), + [sym__nullary_operator] = STATE(2038), + [sym_unary_operator] = STATE(2038), + [sym_binary_operator] = STATE(2038), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2038), + [sym_call] = STATE(2038), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2038), + [sym_anonymous_function] = STATE(2038), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2371), [sym_integer] = ACTIONS(2371), [sym_float] = ACTIONS(2371), [sym_char] = ACTIONS(2371), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), [sym_atom] = ACTIONS(2371), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -118220,86 +119530,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(117), }, [787] = { - [sym__expression] = STATE(3668), - [sym_block] = STATE(3668), - [sym_identifier] = STATE(61), - [sym_boolean] = STATE(3668), - [sym_nil] = STATE(3668), - [sym__atom] = STATE(3668), - [sym_quoted_atom] = STATE(3668), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3668), - [sym_charlist] = STATE(3668), - [sym_sigil] = STATE(3668), - [sym_list] = STATE(3668), - [sym_tuple] = STATE(3668), - [sym_bitstring] = STATE(3668), - [sym_map] = STATE(3668), - [sym__nullary_operator] = STATE(3668), - [sym_unary_operator] = STATE(3668), - [sym_binary_operator] = STATE(3668), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3668), - [sym_call] = STATE(3668), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(50), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3668), - [sym_anonymous_function] = STATE(3668), + [sym__expression] = STATE(2048), + [sym_block] = STATE(2048), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2048), + [sym_nil] = STATE(2048), + [sym__atom] = STATE(2048), + [sym_quoted_atom] = STATE(2048), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2048), + [sym_charlist] = STATE(2048), + [sym_sigil] = STATE(2048), + [sym_list] = STATE(2048), + [sym_tuple] = STATE(2048), + [sym_bitstring] = STATE(2048), + [sym_map] = STATE(2048), + [sym__nullary_operator] = STATE(2048), + [sym_unary_operator] = STATE(2048), + [sym_binary_operator] = STATE(2048), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2048), + [sym_call] = STATE(2048), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2048), + [sym_anonymous_function] = STATE(2048), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2373), [sym_integer] = ACTIONS(2373), [sym_float] = ACTIONS(2373), [sym_char] = ACTIONS(2373), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), [sym_atom] = ACTIONS(2373), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1335), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_BANG] = ACTIONS(1339), - [anon_sym_CARET] = ACTIONS(1339), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1339), - [anon_sym_not] = ACTIONS(1339), - [anon_sym_AT] = ACTIONS(1341), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -118338,86 +119648,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1343), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(117), }, [788] = { - [sym__expression] = STATE(1409), - [sym_block] = STATE(1409), - [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1409), - [sym_nil] = STATE(1409), - [sym__atom] = STATE(1409), - [sym_quoted_atom] = STATE(1409), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1409), - [sym_charlist] = STATE(1409), - [sym_sigil] = STATE(1409), - [sym_list] = STATE(1409), - [sym_tuple] = STATE(1409), - [sym_bitstring] = STATE(1409), - [sym_map] = STATE(1409), - [sym__nullary_operator] = STATE(1409), - [sym_unary_operator] = STATE(1409), - [sym_binary_operator] = STATE(1409), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1409), - [sym_call] = STATE(1409), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1409), - [sym_anonymous_function] = STATE(1409), + [sym__expression] = STATE(2115), + [sym_block] = STATE(2115), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(2115), + [sym_nil] = STATE(2115), + [sym__atom] = STATE(2115), + [sym_quoted_atom] = STATE(2115), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(2115), + [sym_charlist] = STATE(2115), + [sym_sigil] = STATE(2115), + [sym_list] = STATE(2115), + [sym_tuple] = STATE(2115), + [sym_bitstring] = STATE(2115), + [sym_map] = STATE(2115), + [sym__nullary_operator] = STATE(2115), + [sym_unary_operator] = STATE(2115), + [sym_binary_operator] = STATE(2115), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(2115), + [sym_call] = STATE(2115), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(2115), + [sym_anonymous_function] = STATE(2115), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2375), [sym_integer] = ACTIONS(2375), [sym_float] = ACTIONS(2375), [sym_char] = ACTIONS(2375), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), [sym_atom] = ACTIONS(2375), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(211), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(219), - [anon_sym_PLUS] = ACTIONS(221), - [anon_sym_DASH] = ACTIONS(221), - [anon_sym_BANG] = ACTIONS(221), - [anon_sym_CARET] = ACTIONS(221), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), - [anon_sym_not] = ACTIONS(221), - [anon_sym_AT] = ACTIONS(223), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -118456,86 +119766,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), + [anon_sym_fn] = ACTIONS(111), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(233), + [sym__before_unary_op] = ACTIONS(115), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), + [sym__quoted_atom_start] = ACTIONS(117), }, [789] = { - [sym__expression] = STATE(2287), - [sym_block] = STATE(2287), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2287), - [sym_nil] = STATE(2287), - [sym__atom] = STATE(2287), - [sym_quoted_atom] = STATE(2287), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2287), - [sym_charlist] = STATE(2287), - [sym_sigil] = STATE(2287), - [sym_list] = STATE(2287), - [sym_tuple] = STATE(2287), - [sym_bitstring] = STATE(2287), - [sym_map] = STATE(2287), - [sym__nullary_operator] = STATE(2287), - [sym_unary_operator] = STATE(2287), - [sym_binary_operator] = STATE(2287), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2287), - [sym_call] = STATE(2287), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2287), - [sym_anonymous_function] = STATE(2287), + [sym__expression] = STATE(2239), + [sym_block] = STATE(2239), + [sym_identifier] = STATE(36), + [sym_boolean] = STATE(2239), + [sym_nil] = STATE(2239), + [sym__atom] = STATE(2239), + [sym_quoted_atom] = STATE(2239), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2239), + [sym_charlist] = STATE(2239), + [sym_sigil] = STATE(2239), + [sym_list] = STATE(2239), + [sym_tuple] = STATE(2239), + [sym_bitstring] = STATE(2239), + [sym_map] = STATE(2239), + [sym__nullary_operator] = STATE(2239), + [sym_unary_operator] = STATE(2239), + [sym_binary_operator] = STATE(2239), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2239), + [sym_call] = STATE(2239), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(38), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2239), + [sym_anonymous_function] = STATE(2239), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(1385), - [sym_integer] = ACTIONS(1385), - [sym_float] = ACTIONS(1385), - [sym_char] = ACTIONS(1385), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1385), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(1827), + [sym_integer] = ACTIONS(1827), + [sym_float] = ACTIONS(1827), + [sym_char] = ACTIONS(1827), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(1827), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(398), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_DASH] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), + [anon_sym_not] = ACTIONS(403), + [anon_sym_AT] = ACTIONS(405), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -118574,64 +119884,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), + [anon_sym_fn] = ACTIONS(407), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), + [sym__before_unary_op] = ACTIONS(411), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), + [sym__quoted_atom_start] = ACTIONS(413), }, [790] = { - [sym__expression] = STATE(1653), - [sym_block] = STATE(1653), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1653), - [sym_nil] = STATE(1653), - [sym__atom] = STATE(1653), - [sym_quoted_atom] = STATE(1653), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1653), - [sym_charlist] = STATE(1653), - [sym_sigil] = STATE(1653), - [sym_list] = STATE(1653), - [sym_tuple] = STATE(1653), - [sym_bitstring] = STATE(1653), - [sym_map] = STATE(1653), - [sym__nullary_operator] = STATE(1653), - [sym_unary_operator] = STATE(1653), - [sym_binary_operator] = STATE(1653), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1653), - [sym_call] = STATE(1653), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1653), - [sym_anonymous_function] = STATE(1653), + [sym__expression] = STATE(3179), + [sym_block] = STATE(3179), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3179), + [sym_nil] = STATE(3179), + [sym__atom] = STATE(3179), + [sym_quoted_atom] = STATE(3179), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3179), + [sym_charlist] = STATE(3179), + [sym_sigil] = STATE(3179), + [sym_list] = STATE(3179), + [sym_tuple] = STATE(3179), + [sym_bitstring] = STATE(3179), + [sym_map] = STATE(3179), + [sym__nullary_operator] = STATE(3179), + [sym_unary_operator] = STATE(3179), + [sym_binary_operator] = STATE(3179), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3179), + [sym_call] = STATE(3179), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3179), + [sym_anonymous_function] = STATE(3179), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1451), - [sym_integer] = ACTIONS(1451), - [sym_float] = ACTIONS(1451), - [sym_char] = ACTIONS(1451), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2377), + [sym_integer] = ACTIONS(2377), + [sym_float] = ACTIONS(2377), + [sym_char] = ACTIONS(2377), [anon_sym_true] = ACTIONS(241), [anon_sym_false] = ACTIONS(241), [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(1451), + [sym_atom] = ACTIONS(2377), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [791] = { + [sym__expression] = STATE(1451), + [sym_block] = STATE(1451), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(1451), + [sym_nil] = STATE(1451), + [sym__atom] = STATE(1451), + [sym_quoted_atom] = STATE(1451), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1451), + [sym_charlist] = STATE(1451), + [sym_sigil] = STATE(1451), + [sym_list] = STATE(1451), + [sym_tuple] = STATE(1451), + [sym_bitstring] = STATE(1451), + [sym_map] = STATE(1451), + [sym__nullary_operator] = STATE(1451), + [sym_unary_operator] = STATE(1451), + [sym_binary_operator] = STATE(1451), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1451), + [sym_call] = STATE(1451), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1451), + [sym_anonymous_function] = STATE(1451), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2263), + [sym_integer] = ACTIONS(2263), + [sym_float] = ACTIONS(2263), + [sym_char] = ACTIONS(2263), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2263), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [792] = { + [sym__expression] = STATE(3211), + [sym_block] = STATE(3211), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3211), + [sym_nil] = STATE(3211), + [sym__atom] = STATE(3211), + [sym_quoted_atom] = STATE(3211), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3211), + [sym_charlist] = STATE(3211), + [sym_sigil] = STATE(3211), + [sym_list] = STATE(3211), + [sym_tuple] = STATE(3211), + [sym_bitstring] = STATE(3211), + [sym_map] = STATE(3211), + [sym__nullary_operator] = STATE(3211), + [sym_unary_operator] = STATE(3211), + [sym_binary_operator] = STATE(3211), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3211), + [sym_call] = STATE(3211), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3211), + [sym_anonymous_function] = STATE(3211), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2379), + [sym_integer] = ACTIONS(2379), + [sym_float] = ACTIONS(2379), + [sym_char] = ACTIONS(2379), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2379), [anon_sym_DQUOTE] = ACTIONS(245), [anon_sym_SQUOTE] = ACTIONS(247), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), @@ -118642,18 +120188,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_TILDE] = ACTIONS(435), [anon_sym_LT_LT] = ACTIONS(261), [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -118692,322 +120238,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), + [sym__before_unary_op] = ACTIONS(445), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), - }, - [791] = { - [sym__expression] = STATE(2904), - [sym_block] = STATE(2904), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(2904), - [sym_nil] = STATE(2904), - [sym__atom] = STATE(2904), - [sym_quoted_atom] = STATE(2904), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(2904), - [sym_charlist] = STATE(2904), - [sym_sigil] = STATE(2904), - [sym_list] = STATE(2904), - [sym_tuple] = STATE(2904), - [sym_bitstring] = STATE(2904), - [sym_map] = STATE(2904), - [sym__nullary_operator] = STATE(2904), - [sym_unary_operator] = STATE(2904), - [sym_binary_operator] = STATE(2904), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(2904), - [sym_call] = STATE(2904), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(2904), - [sym_anonymous_function] = STATE(2904), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2181), - [sym_integer] = ACTIONS(2181), - [sym_float] = ACTIONS(2181), - [sym_char] = ACTIONS(2181), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2181), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [792] = { - [sym__expression] = STATE(2903), - [sym_block] = STATE(2903), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(2903), - [sym_nil] = STATE(2903), - [sym__atom] = STATE(2903), - [sym_quoted_atom] = STATE(2903), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(2903), - [sym_charlist] = STATE(2903), - [sym_sigil] = STATE(2903), - [sym_list] = STATE(2903), - [sym_tuple] = STATE(2903), - [sym_bitstring] = STATE(2903), - [sym_map] = STATE(2903), - [sym__nullary_operator] = STATE(2903), - [sym_unary_operator] = STATE(2903), - [sym_binary_operator] = STATE(2903), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(2903), - [sym_call] = STATE(2903), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(2903), - [sym_anonymous_function] = STATE(2903), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2183), - [sym_integer] = ACTIONS(2183), - [sym_float] = ACTIONS(2183), - [sym_char] = ACTIONS(2183), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2183), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), + [sym__quoted_atom_start] = ACTIONS(281), }, [793] = { - [sym__expression] = STATE(4134), - [sym_block] = STATE(4134), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4134), - [sym_nil] = STATE(4134), - [sym__atom] = STATE(4134), - [sym_quoted_atom] = STATE(4134), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4134), - [sym_charlist] = STATE(4134), - [sym_sigil] = STATE(4134), - [sym_list] = STATE(4134), - [sym_tuple] = STATE(4134), - [sym_bitstring] = STATE(4134), - [sym_map] = STATE(4134), - [sym__nullary_operator] = STATE(4134), - [sym_unary_operator] = STATE(4134), - [sym_binary_operator] = STATE(4134), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4134), - [sym_call] = STATE(4134), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4134), - [sym_anonymous_function] = STATE(4134), + [sym__expression] = STATE(1456), + [sym_block] = STATE(1456), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(1456), + [sym_nil] = STATE(1456), + [sym__atom] = STATE(1456), + [sym_quoted_atom] = STATE(1456), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1456), + [sym_charlist] = STATE(1456), + [sym_sigil] = STATE(1456), + [sym_list] = STATE(1456), + [sym_tuple] = STATE(1456), + [sym_bitstring] = STATE(1456), + [sym_map] = STATE(1456), + [sym__nullary_operator] = STATE(1456), + [sym_unary_operator] = STATE(1456), + [sym_binary_operator] = STATE(1456), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1456), + [sym_call] = STATE(1456), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1456), + [sym_anonymous_function] = STATE(1456), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2377), - [sym_integer] = ACTIONS(2377), - [sym_float] = ACTIONS(2377), - [sym_char] = ACTIONS(2377), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2377), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2251), + [sym_integer] = ACTIONS(2251), + [sym_float] = ACTIONS(2251), + [sym_char] = ACTIONS(2251), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2251), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -119046,204 +120356,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), + [sym__before_unary_op] = ACTIONS(445), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), + [sym__quoted_atom_start] = ACTIONS(281), }, [794] = { - [sym__expression] = STATE(4063), - [sym_block] = STATE(4063), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4063), - [sym_nil] = STATE(4063), - [sym__atom] = STATE(4063), - [sym_quoted_atom] = STATE(4063), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4063), - [sym_charlist] = STATE(4063), - [sym_sigil] = STATE(4063), - [sym_list] = STATE(4063), - [sym_tuple] = STATE(4063), - [sym_bitstring] = STATE(4063), - [sym_map] = STATE(4063), - [sym__nullary_operator] = STATE(4063), - [sym_unary_operator] = STATE(4063), - [sym_binary_operator] = STATE(4063), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4063), - [sym_call] = STATE(4063), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4063), - [sym_anonymous_function] = STATE(4063), + [sym__expression] = STATE(3105), + [sym_block] = STATE(3105), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3105), + [sym_nil] = STATE(3105), + [sym__atom] = STATE(3105), + [sym_quoted_atom] = STATE(3105), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3105), + [sym_charlist] = STATE(3105), + [sym_sigil] = STATE(3105), + [sym_list] = STATE(3105), + [sym_tuple] = STATE(3105), + [sym_bitstring] = STATE(3105), + [sym_map] = STATE(3105), + [sym__nullary_operator] = STATE(3105), + [sym_unary_operator] = STATE(3105), + [sym_binary_operator] = STATE(3105), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3105), + [sym_call] = STATE(3105), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3105), + [sym_anonymous_function] = STATE(3105), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2379), - [sym_integer] = ACTIONS(2379), - [sym_float] = ACTIONS(2379), - [sym_char] = ACTIONS(2379), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2379), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [795] = { - [sym__expression] = STATE(4070), - [sym_block] = STATE(4070), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4070), - [sym_nil] = STATE(4070), - [sym__atom] = STATE(4070), - [sym_quoted_atom] = STATE(4070), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4070), - [sym_charlist] = STATE(4070), - [sym_sigil] = STATE(4070), - [sym_list] = STATE(4070), - [sym_tuple] = STATE(4070), - [sym_bitstring] = STATE(4070), - [sym_map] = STATE(4070), - [sym__nullary_operator] = STATE(4070), - [sym_unary_operator] = STATE(4070), - [sym_binary_operator] = STATE(4070), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4070), - [sym_call] = STATE(4070), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4070), - [sym_anonymous_function] = STATE(4070), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), [sym_alias] = ACTIONS(2381), [sym_integer] = ACTIONS(2381), [sym_float] = ACTIONS(2381), [sym_char] = ACTIONS(2381), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), [sym_atom] = ACTIONS(2381), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -119282,52 +120474,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), + [sym__before_unary_op] = ACTIONS(445), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), + [sym__quoted_atom_start] = ACTIONS(281), }, - [796] = { - [sym__expression] = STATE(4136), - [sym_block] = STATE(4136), + [795] = { + [sym__expression] = STATE(4555), + [sym_block] = STATE(4555), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4136), - [sym_nil] = STATE(4136), - [sym__atom] = STATE(4136), - [sym_quoted_atom] = STATE(4136), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4136), - [sym_charlist] = STATE(4136), - [sym_sigil] = STATE(4136), - [sym_list] = STATE(4136), - [sym_tuple] = STATE(4136), - [sym_bitstring] = STATE(4136), - [sym_map] = STATE(4136), - [sym__nullary_operator] = STATE(4136), - [sym_unary_operator] = STATE(4136), - [sym_binary_operator] = STATE(4136), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4136), - [sym_call] = STATE(4136), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4136), - [sym_anonymous_function] = STATE(4136), + [sym_boolean] = STATE(4555), + [sym_nil] = STATE(4555), + [sym__atom] = STATE(4555), + [sym_quoted_atom] = STATE(4555), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4555), + [sym_charlist] = STATE(4555), + [sym_sigil] = STATE(4555), + [sym_list] = STATE(4555), + [sym_tuple] = STATE(4555), + [sym_bitstring] = STATE(4555), + [sym_map] = STATE(4555), + [sym__nullary_operator] = STATE(4555), + [sym_unary_operator] = STATE(4555), + [sym_binary_operator] = STATE(4555), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4555), + [sym_call] = STATE(4555), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4555), + [sym_anonymous_function] = STATE(4555), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -119408,410 +120600,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [797] = { - [sym__expression] = STATE(2337), - [sym_block] = STATE(2337), - [sym_identifier] = STATE(51), - [sym_boolean] = STATE(2337), - [sym_nil] = STATE(2337), - [sym__atom] = STATE(2337), - [sym_quoted_atom] = STATE(2337), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(2337), - [sym_charlist] = STATE(2337), - [sym_sigil] = STATE(2337), - [sym_list] = STATE(2337), - [sym_tuple] = STATE(2337), - [sym_bitstring] = STATE(2337), - [sym_map] = STATE(2337), - [sym__nullary_operator] = STATE(2337), - [sym_unary_operator] = STATE(2337), - [sym_binary_operator] = STATE(2337), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(2337), - [sym_call] = STATE(2337), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(52), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(2337), - [sym_anonymous_function] = STATE(2337), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(189), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2385), - [sym_integer] = ACTIONS(2385), - [sym_float] = ACTIONS(2385), - [sym_char] = ACTIONS(2385), - [anon_sym_true] = ACTIONS(195), - [anon_sym_false] = ACTIONS(195), - [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(2385), - [anon_sym_DQUOTE] = ACTIONS(199), - [anon_sym_SQUOTE] = ACTIONS(201), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LBRACK] = ACTIONS(209), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(454), - [anon_sym_LT_LT] = ACTIONS(215), - [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), - [anon_sym_AMP] = ACTIONS(458), - [anon_sym_PLUS] = ACTIONS(460), - [anon_sym_DASH] = ACTIONS(460), - [anon_sym_BANG] = ACTIONS(460), - [anon_sym_CARET] = ACTIONS(460), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), - [anon_sym_not] = ACTIONS(460), - [anon_sym_AT] = ACTIONS(462), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(227), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(464), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(235), - }, - [798] = { - [sym__expression] = STATE(4000), - [sym_block] = STATE(4000), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4000), - [sym_nil] = STATE(4000), - [sym__atom] = STATE(4000), - [sym_quoted_atom] = STATE(4000), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4000), - [sym_charlist] = STATE(4000), - [sym_sigil] = STATE(4000), - [sym_list] = STATE(4000), - [sym_tuple] = STATE(4000), - [sym_bitstring] = STATE(4000), - [sym_map] = STATE(4000), - [sym__nullary_operator] = STATE(4000), - [sym_unary_operator] = STATE(4000), - [sym_binary_operator] = STATE(4000), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4000), - [sym_call] = STATE(4000), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4000), - [sym_anonymous_function] = STATE(4000), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2387), - [sym_integer] = ACTIONS(2387), - [sym_float] = ACTIONS(2387), - [sym_char] = ACTIONS(2387), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2387), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [799] = { - [sym__expression] = STATE(4126), - [sym_block] = STATE(4126), - [sym_identifier] = STATE(72), - [sym_boolean] = STATE(4126), - [sym_nil] = STATE(4126), - [sym__atom] = STATE(4126), - [sym_quoted_atom] = STATE(4126), - [sym__quoted_i_double] = STATE(4033), - [sym__quoted_i_single] = STATE(4031), - [sym__quoted_i_heredoc_single] = STATE(4077), - [sym__quoted_i_heredoc_double] = STATE(4083), - [sym_string] = STATE(4126), - [sym_charlist] = STATE(4126), - [sym_sigil] = STATE(4126), - [sym_list] = STATE(4126), - [sym_tuple] = STATE(4126), - [sym_bitstring] = STATE(4126), - [sym_map] = STATE(4126), - [sym__nullary_operator] = STATE(4126), - [sym_unary_operator] = STATE(4126), - [sym_binary_operator] = STATE(4126), - [sym_operator_identifier] = STATE(5580), - [sym_dot] = STATE(4126), - [sym_call] = STATE(4126), - [sym__call_without_parentheses] = STATE(4089), - [sym__call_with_parentheses] = STATE(4092), - [sym__local_call_without_parentheses] = STATE(4097), - [sym__local_call_with_parentheses] = STATE(3222), - [sym__local_call_just_do_block] = STATE(4098), - [sym__remote_call_without_parentheses] = STATE(4106), - [sym__remote_call_with_parentheses] = STATE(3221), - [sym__remote_dot] = STATE(62), - [sym__anonymous_call] = STATE(3220), - [sym__anonymous_dot] = STATE(5490), - [sym__double_call] = STATE(4107), - [sym_access_call] = STATE(4126), - [sym_anonymous_function] = STATE(4126), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1103), - [aux_sym_identifier_token1] = ACTIONS(1105), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1105), - [sym_alias] = ACTIONS(2389), - [sym_integer] = ACTIONS(2389), - [sym_float] = ACTIONS(2389), - [sym_char] = ACTIONS(2389), - [anon_sym_true] = ACTIONS(1109), - [anon_sym_false] = ACTIONS(1109), - [anon_sym_nil] = ACTIONS(1111), - [sym_atom] = ACTIONS(2389), - [anon_sym_DQUOTE] = ACTIONS(1113), - [anon_sym_SQUOTE] = ACTIONS(1115), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1117), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1119), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1123), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1125), - [anon_sym_LT_LT] = ACTIONS(1129), - [anon_sym_PERCENT] = ACTIONS(1133), - [anon_sym_DOT_DOT] = ACTIONS(1135), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1139), - [anon_sym_DASH] = ACTIONS(1139), - [anon_sym_BANG] = ACTIONS(1139), - [anon_sym_CARET] = ACTIONS(1139), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1139), - [anon_sym_not] = ACTIONS(1139), - [anon_sym_AT] = ACTIONS(1141), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1143), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1145), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1147), - }, - [800] = { - [sym__expression] = STATE(3181), - [sym_block] = STATE(3181), - [sym_identifier] = STATE(43), - [sym_boolean] = STATE(3181), - [sym_nil] = STATE(3181), - [sym__atom] = STATE(3181), - [sym_quoted_atom] = STATE(3181), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(3181), - [sym_charlist] = STATE(3181), - [sym_sigil] = STATE(3181), - [sym_list] = STATE(3181), - [sym_tuple] = STATE(3181), - [sym_bitstring] = STATE(3181), - [sym_map] = STATE(3181), - [sym__nullary_operator] = STATE(3181), - [sym_unary_operator] = STATE(3181), - [sym_binary_operator] = STATE(3181), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(3181), - [sym_call] = STATE(3181), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(42), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(3181), - [sym_anonymous_function] = STATE(3181), + [796] = { + [sym__expression] = STATE(3104), + [sym_block] = STATE(3104), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3104), + [sym_nil] = STATE(3104), + [sym__atom] = STATE(3104), + [sym_quoted_atom] = STATE(3104), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3104), + [sym_charlist] = STATE(3104), + [sym_sigil] = STATE(3104), + [sym_list] = STATE(3104), + [sym_tuple] = STATE(3104), + [sym_bitstring] = STATE(3104), + [sym_map] = STATE(3104), + [sym__nullary_operator] = STATE(3104), + [sym_unary_operator] = STATE(3104), + [sym_binary_operator] = STATE(3104), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3104), + [sym_call] = STATE(3104), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3104), + [sym_anonymous_function] = STATE(3104), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(237), [aux_sym_identifier_token1] = ACTIONS(431), [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2391), - [sym_integer] = ACTIONS(2391), - [sym_float] = ACTIONS(2391), - [sym_char] = ACTIONS(2391), + [sym_alias] = ACTIONS(2385), + [sym_integer] = ACTIONS(2385), + [sym_float] = ACTIONS(2385), + [sym_char] = ACTIONS(2385), [anon_sym_true] = ACTIONS(241), [anon_sym_false] = ACTIONS(241), [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2391), + [sym_atom] = ACTIONS(2385), [anon_sym_DQUOTE] = ACTIONS(245), [anon_sym_SQUOTE] = ACTIONS(247), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), @@ -119825,7 +120663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(435), [anon_sym_LT_LT] = ACTIONS(261), [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), + [anon_sym_DOT_DOT] = ACTIONS(1349), [anon_sym_AMP] = ACTIONS(439), [anon_sym_PLUS] = ACTIONS(441), [anon_sym_DASH] = ACTIONS(441), @@ -119872,86 +120710,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), [sym__before_unary_op] = ACTIONS(445), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(281), }, - [801] = { - [sym__expression] = STATE(2143), - [sym_block] = STATE(2143), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2143), - [sym_nil] = STATE(2143), - [sym__atom] = STATE(2143), - [sym_quoted_atom] = STATE(2143), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2143), - [sym_charlist] = STATE(2143), - [sym_sigil] = STATE(2143), - [sym_list] = STATE(2143), - [sym_tuple] = STATE(2143), - [sym_bitstring] = STATE(2143), - [sym_map] = STATE(2143), - [sym__nullary_operator] = STATE(2143), - [sym_unary_operator] = STATE(2143), - [sym_binary_operator] = STATE(2143), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2143), - [sym_call] = STATE(2143), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2143), - [sym_anonymous_function] = STATE(2143), + [797] = { + [sym__expression] = STATE(2170), + [sym_block] = STATE(2170), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2170), + [sym_nil] = STATE(2170), + [sym__atom] = STATE(2170), + [sym_quoted_atom] = STATE(2170), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2170), + [sym_charlist] = STATE(2170), + [sym_sigil] = STATE(2170), + [sym_list] = STATE(2170), + [sym_tuple] = STATE(2170), + [sym_bitstring] = STATE(2170), + [sym_map] = STATE(2170), + [sym__nullary_operator] = STATE(2170), + [sym_unary_operator] = STATE(2170), + [sym_binary_operator] = STATE(2170), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2170), + [sym_call] = STATE(2170), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2170), + [sym_anonymous_function] = STATE(2170), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2277), - [sym_integer] = ACTIONS(2277), - [sym_float] = ACTIONS(2277), - [sym_char] = ACTIONS(2277), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2277), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2387), + [sym_integer] = ACTIONS(2387), + [sym_float] = ACTIONS(2387), + [sym_char] = ACTIONS(2387), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2387), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -119990,182 +120828,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(954), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), + [sym__before_unary_op] = ACTIONS(956), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(958), }, - [802] = { - [sym__expression] = STATE(2142), - [sym_block] = STATE(2142), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2142), - [sym_nil] = STATE(2142), - [sym__atom] = STATE(2142), - [sym_quoted_atom] = STATE(2142), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2142), - [sym_charlist] = STATE(2142), - [sym_sigil] = STATE(2142), - [sym_list] = STATE(2142), - [sym_tuple] = STATE(2142), - [sym_bitstring] = STATE(2142), - [sym_map] = STATE(2142), - [sym__nullary_operator] = STATE(2142), - [sym_unary_operator] = STATE(2142), - [sym_binary_operator] = STATE(2142), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2142), - [sym_call] = STATE(2142), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2142), - [sym_anonymous_function] = STATE(2142), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2279), - [sym_integer] = ACTIONS(2279), - [sym_float] = ACTIONS(2279), - [sym_char] = ACTIONS(2279), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2279), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [803] = { - [sym__expression] = STATE(4144), - [sym_block] = STATE(4144), + [798] = { + [sym__expression] = STATE(4573), + [sym_block] = STATE(4573), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4144), - [sym_nil] = STATE(4144), - [sym__atom] = STATE(4144), - [sym_quoted_atom] = STATE(4144), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4144), - [sym_charlist] = STATE(4144), - [sym_sigil] = STATE(4144), - [sym_list] = STATE(4144), - [sym_tuple] = STATE(4144), - [sym_bitstring] = STATE(4144), - [sym_map] = STATE(4144), - [sym__nullary_operator] = STATE(4144), - [sym_unary_operator] = STATE(4144), - [sym_binary_operator] = STATE(4144), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4144), - [sym_call] = STATE(4144), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4144), - [sym_anonymous_function] = STATE(4144), + [sym_boolean] = STATE(4573), + [sym_nil] = STATE(4573), + [sym__atom] = STATE(4573), + [sym_quoted_atom] = STATE(4573), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4573), + [sym_charlist] = STATE(4573), + [sym_sigil] = STATE(4573), + [sym_list] = STATE(4573), + [sym_tuple] = STATE(4573), + [sym_bitstring] = STATE(4573), + [sym_map] = STATE(4573), + [sym__nullary_operator] = STATE(4573), + [sym_unary_operator] = STATE(4573), + [sym_binary_operator] = STATE(4573), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4573), + [sym_call] = STATE(4573), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4573), + [sym_anonymous_function] = STATE(4573), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2393), - [sym_integer] = ACTIONS(2393), - [sym_float] = ACTIONS(2393), - [sym_char] = ACTIONS(2393), + [sym_alias] = ACTIONS(2389), + [sym_integer] = ACTIONS(2389), + [sym_float] = ACTIONS(2389), + [sym_char] = ACTIONS(2389), [anon_sym_true] = ACTIONS(1047), [anon_sym_false] = ACTIONS(1047), [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2393), + [sym_atom] = ACTIONS(2389), [anon_sym_DQUOTE] = ACTIONS(1051), [anon_sym_SQUOTE] = ACTIONS(1053), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), @@ -120234,2298 +120954,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [804] = { - [sym__expression] = STATE(2035), - [sym_block] = STATE(2035), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2035), - [sym_nil] = STATE(2035), - [sym__atom] = STATE(2035), - [sym_quoted_atom] = STATE(2035), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2035), - [sym_charlist] = STATE(2035), - [sym_sigil] = STATE(2035), - [sym_list] = STATE(2035), - [sym_tuple] = STATE(2035), - [sym_bitstring] = STATE(2035), - [sym_map] = STATE(2035), - [sym__nullary_operator] = STATE(2035), - [sym_unary_operator] = STATE(2035), - [sym_binary_operator] = STATE(2035), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2035), - [sym_call] = STATE(2035), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2035), - [sym_anonymous_function] = STATE(2035), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2281), - [sym_integer] = ACTIONS(2281), - [sym_float] = ACTIONS(2281), - [sym_char] = ACTIONS(2281), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2281), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [805] = { - [sym__expression] = STATE(4135), - [sym_block] = STATE(4135), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4135), - [sym_nil] = STATE(4135), - [sym__atom] = STATE(4135), - [sym_quoted_atom] = STATE(4135), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4135), - [sym_charlist] = STATE(4135), - [sym_sigil] = STATE(4135), - [sym_list] = STATE(4135), - [sym_tuple] = STATE(4135), - [sym_bitstring] = STATE(4135), - [sym_map] = STATE(4135), - [sym__nullary_operator] = STATE(4135), - [sym_unary_operator] = STATE(4135), - [sym_binary_operator] = STATE(4135), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4135), - [sym_call] = STATE(4135), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4135), - [sym_anonymous_function] = STATE(4135), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2395), - [sym_integer] = ACTIONS(2395), - [sym_float] = ACTIONS(2395), - [sym_char] = ACTIONS(2395), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2395), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [806] = { - [sym__expression] = STATE(2017), - [sym_block] = STATE(2017), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2017), - [sym_nil] = STATE(2017), - [sym__atom] = STATE(2017), - [sym_quoted_atom] = STATE(2017), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2017), - [sym_charlist] = STATE(2017), - [sym_sigil] = STATE(2017), - [sym_list] = STATE(2017), - [sym_tuple] = STATE(2017), - [sym_bitstring] = STATE(2017), - [sym_map] = STATE(2017), - [sym__nullary_operator] = STATE(2017), - [sym_unary_operator] = STATE(2017), - [sym_binary_operator] = STATE(2017), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2017), - [sym_call] = STATE(2017), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2017), - [sym_anonymous_function] = STATE(2017), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2283), - [sym_integer] = ACTIONS(2283), - [sym_float] = ACTIONS(2283), - [sym_char] = ACTIONS(2283), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2283), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [807] = { - [sym__expression] = STATE(2295), - [sym_block] = STATE(2295), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2295), - [sym_nil] = STATE(2295), - [sym__atom] = STATE(2295), - [sym_quoted_atom] = STATE(2295), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2295), - [sym_charlist] = STATE(2295), - [sym_sigil] = STATE(2295), - [sym_list] = STATE(2295), - [sym_tuple] = STATE(2295), - [sym_bitstring] = STATE(2295), - [sym_map] = STATE(2295), - [sym__nullary_operator] = STATE(2295), - [sym_unary_operator] = STATE(2295), - [sym_binary_operator] = STATE(2295), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2295), - [sym_call] = STATE(2295), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2295), - [sym_anonymous_function] = STATE(2295), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2397), - [sym_integer] = ACTIONS(2397), - [sym_float] = ACTIONS(2397), - [sym_char] = ACTIONS(2397), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2397), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [808] = { - [sym__expression] = STATE(2296), - [sym_block] = STATE(2296), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2296), - [sym_nil] = STATE(2296), - [sym__atom] = STATE(2296), - [sym_quoted_atom] = STATE(2296), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2296), - [sym_charlist] = STATE(2296), - [sym_sigil] = STATE(2296), - [sym_list] = STATE(2296), - [sym_tuple] = STATE(2296), - [sym_bitstring] = STATE(2296), - [sym_map] = STATE(2296), - [sym__nullary_operator] = STATE(2296), - [sym_unary_operator] = STATE(2296), - [sym_binary_operator] = STATE(2296), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2296), - [sym_call] = STATE(2296), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2296), - [sym_anonymous_function] = STATE(2296), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2399), - [sym_integer] = ACTIONS(2399), - [sym_float] = ACTIONS(2399), - [sym_char] = ACTIONS(2399), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2399), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [809] = { - [sym__expression] = STATE(2299), - [sym_block] = STATE(2299), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2299), - [sym_nil] = STATE(2299), - [sym__atom] = STATE(2299), - [sym_quoted_atom] = STATE(2299), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2299), - [sym_charlist] = STATE(2299), - [sym_sigil] = STATE(2299), - [sym_list] = STATE(2299), - [sym_tuple] = STATE(2299), - [sym_bitstring] = STATE(2299), - [sym_map] = STATE(2299), - [sym__nullary_operator] = STATE(2299), - [sym_unary_operator] = STATE(2299), - [sym_binary_operator] = STATE(2299), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2299), - [sym_call] = STATE(2299), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2299), - [sym_anonymous_function] = STATE(2299), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2401), - [sym_integer] = ACTIONS(2401), - [sym_float] = ACTIONS(2401), - [sym_char] = ACTIONS(2401), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2401), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [810] = { - [sym__expression] = STATE(2888), - [sym_block] = STATE(2888), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(2888), - [sym_nil] = STATE(2888), - [sym__atom] = STATE(2888), - [sym_quoted_atom] = STATE(2888), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(2888), - [sym_charlist] = STATE(2888), - [sym_sigil] = STATE(2888), - [sym_list] = STATE(2888), - [sym_tuple] = STATE(2888), - [sym_bitstring] = STATE(2888), - [sym_map] = STATE(2888), - [sym__nullary_operator] = STATE(2888), - [sym_unary_operator] = STATE(2888), - [sym_binary_operator] = STATE(2888), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(2888), - [sym_call] = STATE(2888), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(2888), - [sym_anonymous_function] = STATE(2888), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2185), - [sym_integer] = ACTIONS(2185), - [sym_float] = ACTIONS(2185), - [sym_char] = ACTIONS(2185), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2185), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [811] = { - [sym__expression] = STATE(2887), - [sym_block] = STATE(2887), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(2887), - [sym_nil] = STATE(2887), - [sym__atom] = STATE(2887), - [sym_quoted_atom] = STATE(2887), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(2887), - [sym_charlist] = STATE(2887), - [sym_sigil] = STATE(2887), - [sym_list] = STATE(2887), - [sym_tuple] = STATE(2887), - [sym_bitstring] = STATE(2887), - [sym_map] = STATE(2887), - [sym__nullary_operator] = STATE(2887), - [sym_unary_operator] = STATE(2887), - [sym_binary_operator] = STATE(2887), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(2887), - [sym_call] = STATE(2887), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(2887), - [sym_anonymous_function] = STATE(2887), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2197), - [sym_integer] = ACTIONS(2197), - [sym_float] = ACTIONS(2197), - [sym_char] = ACTIONS(2197), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2197), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [812] = { - [sym__expression] = STATE(2300), - [sym_block] = STATE(2300), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2300), - [sym_nil] = STATE(2300), - [sym__atom] = STATE(2300), - [sym_quoted_atom] = STATE(2300), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2300), - [sym_charlist] = STATE(2300), - [sym_sigil] = STATE(2300), - [sym_list] = STATE(2300), - [sym_tuple] = STATE(2300), - [sym_bitstring] = STATE(2300), - [sym_map] = STATE(2300), - [sym__nullary_operator] = STATE(2300), - [sym_unary_operator] = STATE(2300), - [sym_binary_operator] = STATE(2300), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2300), - [sym_call] = STATE(2300), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2300), - [sym_anonymous_function] = STATE(2300), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2403), - [sym_integer] = ACTIONS(2403), - [sym_float] = ACTIONS(2403), - [sym_char] = ACTIONS(2403), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2403), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [813] = { - [sym__expression] = STATE(2301), - [sym_block] = STATE(2301), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2301), - [sym_nil] = STATE(2301), - [sym__atom] = STATE(2301), - [sym_quoted_atom] = STATE(2301), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2301), - [sym_charlist] = STATE(2301), - [sym_sigil] = STATE(2301), - [sym_list] = STATE(2301), - [sym_tuple] = STATE(2301), - [sym_bitstring] = STATE(2301), - [sym_map] = STATE(2301), - [sym__nullary_operator] = STATE(2301), - [sym_unary_operator] = STATE(2301), - [sym_binary_operator] = STATE(2301), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2301), - [sym_call] = STATE(2301), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2301), - [sym_anonymous_function] = STATE(2301), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2405), - [sym_integer] = ACTIONS(2405), - [sym_float] = ACTIONS(2405), - [sym_char] = ACTIONS(2405), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2405), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [814] = { - [sym__expression] = STATE(2302), - [sym_block] = STATE(2302), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2302), - [sym_nil] = STATE(2302), - [sym__atom] = STATE(2302), - [sym_quoted_atom] = STATE(2302), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2302), - [sym_charlist] = STATE(2302), - [sym_sigil] = STATE(2302), - [sym_list] = STATE(2302), - [sym_tuple] = STATE(2302), - [sym_bitstring] = STATE(2302), - [sym_map] = STATE(2302), - [sym__nullary_operator] = STATE(2302), - [sym_unary_operator] = STATE(2302), - [sym_binary_operator] = STATE(2302), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2302), - [sym_call] = STATE(2302), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2302), - [sym_anonymous_function] = STATE(2302), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2407), - [sym_integer] = ACTIONS(2407), - [sym_float] = ACTIONS(2407), - [sym_char] = ACTIONS(2407), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2407), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [815] = { - [sym__expression] = STATE(3580), - [sym_block] = STATE(3580), - [sym_identifier] = STATE(69), - [sym_boolean] = STATE(3580), - [sym_nil] = STATE(3580), - [sym__atom] = STATE(3580), - [sym_quoted_atom] = STATE(3580), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(3580), - [sym_charlist] = STATE(3580), - [sym_sigil] = STATE(3580), - [sym_list] = STATE(3580), - [sym_tuple] = STATE(3580), - [sym_bitstring] = STATE(3580), - [sym_map] = STATE(3580), - [sym__nullary_operator] = STATE(3580), - [sym_unary_operator] = STATE(3580), - [sym_binary_operator] = STATE(3580), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(3580), - [sym_call] = STATE(3580), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(70), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(3580), - [sym_anonymous_function] = STATE(3580), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2409), - [sym_integer] = ACTIONS(2409), - [sym_float] = ACTIONS(2409), - [sym_char] = ACTIONS(2409), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2409), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(669), - [anon_sym_PLUS] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_BANG] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_AT] = ACTIONS(676), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(678), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [816] = { - [sym__expression] = STATE(3868), - [sym_block] = STATE(3868), - [sym_identifier] = STATE(65), - [sym_boolean] = STATE(3868), - [sym_nil] = STATE(3868), - [sym__atom] = STATE(3868), - [sym_quoted_atom] = STATE(3868), - [sym__quoted_i_double] = STATE(3871), - [sym__quoted_i_single] = STATE(3870), - [sym__quoted_i_heredoc_single] = STATE(3846), - [sym__quoted_i_heredoc_double] = STATE(3769), - [sym_string] = STATE(3868), - [sym_charlist] = STATE(3868), - [sym_sigil] = STATE(3868), - [sym_list] = STATE(3868), - [sym_tuple] = STATE(3868), - [sym_bitstring] = STATE(3868), - [sym_map] = STATE(3868), - [sym__nullary_operator] = STATE(3868), - [sym_unary_operator] = STATE(3868), - [sym_binary_operator] = STATE(3868), - [sym_operator_identifier] = STATE(5588), - [sym_dot] = STATE(3868), - [sym_call] = STATE(3868), - [sym__call_without_parentheses] = STATE(3843), - [sym__call_with_parentheses] = STATE(3842), - [sym__local_call_without_parentheses] = STATE(3841), - [sym__local_call_with_parentheses] = STATE(3137), - [sym__local_call_just_do_block] = STATE(3839), - [sym__remote_call_without_parentheses] = STATE(3837), - [sym__remote_call_with_parentheses] = STATE(3086), - [sym__remote_dot] = STATE(56), - [sym__anonymous_call] = STATE(3136), - [sym__anonymous_dot] = STATE(5533), - [sym__double_call] = STATE(3836), - [sym_access_call] = STATE(3868), - [sym_anonymous_function] = STATE(3868), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1421), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2411), - [sym_integer] = ACTIONS(2411), - [sym_float] = ACTIONS(2411), - [sym_char] = ACTIONS(2411), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [anon_sym_nil] = ACTIONS(810), - [sym_atom] = ACTIONS(2411), - [anon_sym_DQUOTE] = ACTIONS(812), - [anon_sym_SQUOTE] = ACTIONS(814), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(816), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(822), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(824), - [anon_sym_LT_LT] = ACTIONS(826), - [anon_sym_PERCENT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(830), - [anon_sym_AMP] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(834), - [anon_sym_DASH] = ACTIONS(834), - [anon_sym_BANG] = ACTIONS(834), - [anon_sym_CARET] = ACTIONS(834), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(834), - [anon_sym_not] = ACTIONS(834), - [anon_sym_AT] = ACTIONS(836), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(840), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(842), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(844), - }, - [817] = { - [sym__expression] = STATE(2305), - [sym_block] = STATE(2305), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2305), - [sym_nil] = STATE(2305), - [sym__atom] = STATE(2305), - [sym_quoted_atom] = STATE(2305), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2305), - [sym_charlist] = STATE(2305), - [sym_sigil] = STATE(2305), - [sym_list] = STATE(2305), - [sym_tuple] = STATE(2305), - [sym_bitstring] = STATE(2305), - [sym_map] = STATE(2305), - [sym__nullary_operator] = STATE(2305), - [sym_unary_operator] = STATE(2305), - [sym_binary_operator] = STATE(2305), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2305), - [sym_call] = STATE(2305), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2305), - [sym_anonymous_function] = STATE(2305), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2413), - [sym_integer] = ACTIONS(2413), - [sym_float] = ACTIONS(2413), - [sym_char] = ACTIONS(2413), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2413), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [818] = { - [sym__expression] = STATE(2306), - [sym_block] = STATE(2306), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2306), - [sym_nil] = STATE(2306), - [sym__atom] = STATE(2306), - [sym_quoted_atom] = STATE(2306), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2306), - [sym_charlist] = STATE(2306), - [sym_sigil] = STATE(2306), - [sym_list] = STATE(2306), - [sym_tuple] = STATE(2306), - [sym_bitstring] = STATE(2306), - [sym_map] = STATE(2306), - [sym__nullary_operator] = STATE(2306), - [sym_unary_operator] = STATE(2306), - [sym_binary_operator] = STATE(2306), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2306), - [sym_call] = STATE(2306), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2306), - [sym_anonymous_function] = STATE(2306), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2415), - [sym_integer] = ACTIONS(2415), - [sym_float] = ACTIONS(2415), - [sym_char] = ACTIONS(2415), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2415), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [819] = { - [sym__expression] = STATE(2307), - [sym_block] = STATE(2307), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2307), - [sym_nil] = STATE(2307), - [sym__atom] = STATE(2307), - [sym_quoted_atom] = STATE(2307), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2307), - [sym_charlist] = STATE(2307), - [sym_sigil] = STATE(2307), - [sym_list] = STATE(2307), - [sym_tuple] = STATE(2307), - [sym_bitstring] = STATE(2307), - [sym_map] = STATE(2307), - [sym__nullary_operator] = STATE(2307), - [sym_unary_operator] = STATE(2307), - [sym_binary_operator] = STATE(2307), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2307), - [sym_call] = STATE(2307), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2307), - [sym_anonymous_function] = STATE(2307), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2417), - [sym_integer] = ACTIONS(2417), - [sym_float] = ACTIONS(2417), - [sym_char] = ACTIONS(2417), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2417), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [820] = { - [sym__expression] = STATE(2308), - [sym_block] = STATE(2308), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2308), - [sym_nil] = STATE(2308), - [sym__atom] = STATE(2308), - [sym_quoted_atom] = STATE(2308), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2308), - [sym_charlist] = STATE(2308), - [sym_sigil] = STATE(2308), - [sym_list] = STATE(2308), - [sym_tuple] = STATE(2308), - [sym_bitstring] = STATE(2308), - [sym_map] = STATE(2308), - [sym__nullary_operator] = STATE(2308), - [sym_unary_operator] = STATE(2308), - [sym_binary_operator] = STATE(2308), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2308), - [sym_call] = STATE(2308), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2308), - [sym_anonymous_function] = STATE(2308), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2419), - [sym_integer] = ACTIONS(2419), - [sym_float] = ACTIONS(2419), - [sym_char] = ACTIONS(2419), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2419), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [821] = { - [sym__expression] = STATE(2309), - [sym_block] = STATE(2309), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2309), - [sym_nil] = STATE(2309), - [sym__atom] = STATE(2309), - [sym_quoted_atom] = STATE(2309), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2309), - [sym_charlist] = STATE(2309), - [sym_sigil] = STATE(2309), - [sym_list] = STATE(2309), - [sym_tuple] = STATE(2309), - [sym_bitstring] = STATE(2309), - [sym_map] = STATE(2309), - [sym__nullary_operator] = STATE(2309), - [sym_unary_operator] = STATE(2309), - [sym_binary_operator] = STATE(2309), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2309), - [sym_call] = STATE(2309), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2309), - [sym_anonymous_function] = STATE(2309), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2421), - [sym_integer] = ACTIONS(2421), - [sym_float] = ACTIONS(2421), - [sym_char] = ACTIONS(2421), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2421), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [822] = { - [sym__expression] = STATE(2310), - [sym_block] = STATE(2310), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2310), - [sym_nil] = STATE(2310), - [sym__atom] = STATE(2310), - [sym_quoted_atom] = STATE(2310), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2310), - [sym_charlist] = STATE(2310), - [sym_sigil] = STATE(2310), - [sym_list] = STATE(2310), - [sym_tuple] = STATE(2310), - [sym_bitstring] = STATE(2310), - [sym_map] = STATE(2310), - [sym__nullary_operator] = STATE(2310), - [sym_unary_operator] = STATE(2310), - [sym_binary_operator] = STATE(2310), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2310), - [sym_call] = STATE(2310), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2310), - [sym_anonymous_function] = STATE(2310), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2423), - [sym_integer] = ACTIONS(2423), - [sym_float] = ACTIONS(2423), - [sym_char] = ACTIONS(2423), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2423), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [823] = { - [sym__expression] = STATE(1546), - [sym_block] = STATE(1546), - [sym_identifier] = STATE(18), - [sym_boolean] = STATE(1546), - [sym_nil] = STATE(1546), - [sym__atom] = STATE(1546), - [sym_quoted_atom] = STATE(1546), - [sym__quoted_i_double] = STATE(1475), - [sym__quoted_i_single] = STATE(1473), - [sym__quoted_i_heredoc_single] = STATE(1472), - [sym__quoted_i_heredoc_double] = STATE(1471), - [sym_string] = STATE(1546), - [sym_charlist] = STATE(1546), - [sym_sigil] = STATE(1546), - [sym_list] = STATE(1546), - [sym_tuple] = STATE(1546), - [sym_bitstring] = STATE(1546), - [sym_map] = STATE(1546), - [sym__nullary_operator] = STATE(1546), - [sym_unary_operator] = STATE(1546), - [sym_binary_operator] = STATE(1546), - [sym_operator_identifier] = STATE(5643), - [sym_dot] = STATE(1546), - [sym_call] = STATE(1546), - [sym__call_without_parentheses] = STATE(1470), - [sym__call_with_parentheses] = STATE(1469), - [sym__local_call_without_parentheses] = STATE(1468), - [sym__local_call_with_parentheses] = STATE(1082), - [sym__local_call_just_do_block] = STATE(1466), - [sym__remote_call_without_parentheses] = STATE(1461), - [sym__remote_call_with_parentheses] = STATE(1110), - [sym__remote_dot] = STATE(15), - [sym__anonymous_call] = STATE(1124), - [sym__anonymous_dot] = STATE(5527), - [sym__double_call] = STATE(1447), - [sym_access_call] = STATE(1546), - [sym_anonymous_function] = STATE(1546), + [799] = { + [sym__expression] = STATE(3102), + [sym_block] = STATE(3102), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3102), + [sym_nil] = STATE(3102), + [sym__atom] = STATE(3102), + [sym_quoted_atom] = STATE(3102), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3102), + [sym_charlist] = STATE(3102), + [sym_sigil] = STATE(3102), + [sym_list] = STATE(3102), + [sym_tuple] = STATE(3102), + [sym_bitstring] = STATE(3102), + [sym_map] = STATE(3102), + [sym__nullary_operator] = STATE(3102), + [sym_unary_operator] = STATE(3102), + [sym_binary_operator] = STATE(3102), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3102), + [sym_call] = STATE(3102), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3102), + [sym_anonymous_function] = STATE(3102), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(237), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2425), - [sym_integer] = ACTIONS(2425), - [sym_float] = ACTIONS(2425), - [sym_char] = ACTIONS(2425), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2391), + [sym_integer] = ACTIONS(2391), + [sym_float] = ACTIONS(2391), + [sym_char] = ACTIONS(2391), [anon_sym_true] = ACTIONS(241), [anon_sym_false] = ACTIONS(241), [anon_sym_nil] = ACTIONS(243), - [sym_atom] = ACTIONS(2425), + [sym_atom] = ACTIONS(2391), [anon_sym_DQUOTE] = ACTIONS(245), [anon_sym_SQUOTE] = ACTIONS(247), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), @@ -122536,18 +121014,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_TILDE] = ACTIONS(435), [anon_sym_LT_LT] = ACTIONS(261), [anon_sym_PERCENT] = ACTIONS(263), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(265), - [anon_sym_PLUS] = ACTIONS(267), - [anon_sym_DASH] = ACTIONS(267), - [anon_sym_BANG] = ACTIONS(267), - [anon_sym_CARET] = ACTIONS(267), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), - [anon_sym_not] = ACTIONS(267), - [anon_sym_AT] = ACTIONS(269), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -122586,86 +121064,2210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(271), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(275), + [sym__before_unary_op] = ACTIONS(445), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(277), + [sym__quoted_atom_start] = ACTIONS(281), }, - [824] = { - [sym__expression] = STATE(2311), - [sym_block] = STATE(2311), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2311), - [sym_nil] = STATE(2311), - [sym__atom] = STATE(2311), - [sym_quoted_atom] = STATE(2311), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2311), - [sym_charlist] = STATE(2311), - [sym_sigil] = STATE(2311), - [sym_list] = STATE(2311), - [sym_tuple] = STATE(2311), - [sym_bitstring] = STATE(2311), - [sym_map] = STATE(2311), - [sym__nullary_operator] = STATE(2311), - [sym_unary_operator] = STATE(2311), - [sym_binary_operator] = STATE(2311), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2311), - [sym_call] = STATE(2311), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2311), - [sym_anonymous_function] = STATE(2311), + [800] = { + [sym__expression] = STATE(3101), + [sym_block] = STATE(3101), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3101), + [sym_nil] = STATE(3101), + [sym__atom] = STATE(3101), + [sym_quoted_atom] = STATE(3101), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3101), + [sym_charlist] = STATE(3101), + [sym_sigil] = STATE(3101), + [sym_list] = STATE(3101), + [sym_tuple] = STATE(3101), + [sym_bitstring] = STATE(3101), + [sym_map] = STATE(3101), + [sym__nullary_operator] = STATE(3101), + [sym_unary_operator] = STATE(3101), + [sym_binary_operator] = STATE(3101), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3101), + [sym_call] = STATE(3101), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3101), + [sym_anonymous_function] = STATE(3101), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2393), + [sym_integer] = ACTIONS(2393), + [sym_float] = ACTIONS(2393), + [sym_char] = ACTIONS(2393), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2393), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [801] = { + [sym__expression] = STATE(3100), + [sym_block] = STATE(3100), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3100), + [sym_nil] = STATE(3100), + [sym__atom] = STATE(3100), + [sym_quoted_atom] = STATE(3100), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3100), + [sym_charlist] = STATE(3100), + [sym_sigil] = STATE(3100), + [sym_list] = STATE(3100), + [sym_tuple] = STATE(3100), + [sym_bitstring] = STATE(3100), + [sym_map] = STATE(3100), + [sym__nullary_operator] = STATE(3100), + [sym_unary_operator] = STATE(3100), + [sym_binary_operator] = STATE(3100), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3100), + [sym_call] = STATE(3100), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3100), + [sym_anonymous_function] = STATE(3100), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2395), + [sym_integer] = ACTIONS(2395), + [sym_float] = ACTIONS(2395), + [sym_char] = ACTIONS(2395), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2395), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [802] = { + [sym__expression] = STATE(3099), + [sym_block] = STATE(3099), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3099), + [sym_nil] = STATE(3099), + [sym__atom] = STATE(3099), + [sym_quoted_atom] = STATE(3099), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3099), + [sym_charlist] = STATE(3099), + [sym_sigil] = STATE(3099), + [sym_list] = STATE(3099), + [sym_tuple] = STATE(3099), + [sym_bitstring] = STATE(3099), + [sym_map] = STATE(3099), + [sym__nullary_operator] = STATE(3099), + [sym_unary_operator] = STATE(3099), + [sym_binary_operator] = STATE(3099), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3099), + [sym_call] = STATE(3099), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3099), + [sym_anonymous_function] = STATE(3099), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2397), + [sym_integer] = ACTIONS(2397), + [sym_float] = ACTIONS(2397), + [sym_char] = ACTIONS(2397), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2397), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [803] = { + [sym__expression] = STATE(3073), + [sym_block] = STATE(3073), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3073), + [sym_nil] = STATE(3073), + [sym__atom] = STATE(3073), + [sym_quoted_atom] = STATE(3073), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3073), + [sym_charlist] = STATE(3073), + [sym_sigil] = STATE(3073), + [sym_list] = STATE(3073), + [sym_tuple] = STATE(3073), + [sym_bitstring] = STATE(3073), + [sym_map] = STATE(3073), + [sym__nullary_operator] = STATE(3073), + [sym_unary_operator] = STATE(3073), + [sym_binary_operator] = STATE(3073), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3073), + [sym_call] = STATE(3073), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3073), + [sym_anonymous_function] = STATE(3073), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2399), + [sym_integer] = ACTIONS(2399), + [sym_float] = ACTIONS(2399), + [sym_char] = ACTIONS(2399), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2399), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [804] = { + [sym__expression] = STATE(3072), + [sym_block] = STATE(3072), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3072), + [sym_nil] = STATE(3072), + [sym__atom] = STATE(3072), + [sym_quoted_atom] = STATE(3072), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3072), + [sym_charlist] = STATE(3072), + [sym_sigil] = STATE(3072), + [sym_list] = STATE(3072), + [sym_tuple] = STATE(3072), + [sym_bitstring] = STATE(3072), + [sym_map] = STATE(3072), + [sym__nullary_operator] = STATE(3072), + [sym_unary_operator] = STATE(3072), + [sym_binary_operator] = STATE(3072), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3072), + [sym_call] = STATE(3072), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3072), + [sym_anonymous_function] = STATE(3072), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2401), + [sym_integer] = ACTIONS(2401), + [sym_float] = ACTIONS(2401), + [sym_char] = ACTIONS(2401), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2401), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [805] = { + [sym__expression] = STATE(3071), + [sym_block] = STATE(3071), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3071), + [sym_nil] = STATE(3071), + [sym__atom] = STATE(3071), + [sym_quoted_atom] = STATE(3071), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3071), + [sym_charlist] = STATE(3071), + [sym_sigil] = STATE(3071), + [sym_list] = STATE(3071), + [sym_tuple] = STATE(3071), + [sym_bitstring] = STATE(3071), + [sym_map] = STATE(3071), + [sym__nullary_operator] = STATE(3071), + [sym_unary_operator] = STATE(3071), + [sym_binary_operator] = STATE(3071), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3071), + [sym_call] = STATE(3071), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3071), + [sym_anonymous_function] = STATE(3071), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2403), + [sym_integer] = ACTIONS(2403), + [sym_float] = ACTIONS(2403), + [sym_char] = ACTIONS(2403), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2403), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [806] = { + [sym__expression] = STATE(3070), + [sym_block] = STATE(3070), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3070), + [sym_nil] = STATE(3070), + [sym__atom] = STATE(3070), + [sym_quoted_atom] = STATE(3070), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3070), + [sym_charlist] = STATE(3070), + [sym_sigil] = STATE(3070), + [sym_list] = STATE(3070), + [sym_tuple] = STATE(3070), + [sym_bitstring] = STATE(3070), + [sym_map] = STATE(3070), + [sym__nullary_operator] = STATE(3070), + [sym_unary_operator] = STATE(3070), + [sym_binary_operator] = STATE(3070), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3070), + [sym_call] = STATE(3070), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3070), + [sym_anonymous_function] = STATE(3070), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2405), + [sym_integer] = ACTIONS(2405), + [sym_float] = ACTIONS(2405), + [sym_char] = ACTIONS(2405), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2405), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [807] = { + [sym__expression] = STATE(1538), + [sym_block] = STATE(1538), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1538), + [sym_nil] = STATE(1538), + [sym__atom] = STATE(1538), + [sym_quoted_atom] = STATE(1538), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1538), + [sym_charlist] = STATE(1538), + [sym_sigil] = STATE(1538), + [sym_list] = STATE(1538), + [sym_tuple] = STATE(1538), + [sym_bitstring] = STATE(1538), + [sym_map] = STATE(1538), + [sym__nullary_operator] = STATE(1538), + [sym_unary_operator] = STATE(1538), + [sym_binary_operator] = STATE(1538), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1538), + [sym_call] = STATE(1538), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1538), + [sym_anonymous_function] = STATE(1538), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2407), + [sym_integer] = ACTIONS(2407), + [sym_float] = ACTIONS(2407), + [sym_char] = ACTIONS(2407), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2407), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [808] = { + [sym__expression] = STATE(3069), + [sym_block] = STATE(3069), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3069), + [sym_nil] = STATE(3069), + [sym__atom] = STATE(3069), + [sym_quoted_atom] = STATE(3069), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3069), + [sym_charlist] = STATE(3069), + [sym_sigil] = STATE(3069), + [sym_list] = STATE(3069), + [sym_tuple] = STATE(3069), + [sym_bitstring] = STATE(3069), + [sym_map] = STATE(3069), + [sym__nullary_operator] = STATE(3069), + [sym_unary_operator] = STATE(3069), + [sym_binary_operator] = STATE(3069), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3069), + [sym_call] = STATE(3069), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3069), + [sym_anonymous_function] = STATE(3069), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2409), + [sym_integer] = ACTIONS(2409), + [sym_float] = ACTIONS(2409), + [sym_char] = ACTIONS(2409), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2409), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [809] = { + [sym__expression] = STATE(3068), + [sym_block] = STATE(3068), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3068), + [sym_nil] = STATE(3068), + [sym__atom] = STATE(3068), + [sym_quoted_atom] = STATE(3068), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3068), + [sym_charlist] = STATE(3068), + [sym_sigil] = STATE(3068), + [sym_list] = STATE(3068), + [sym_tuple] = STATE(3068), + [sym_bitstring] = STATE(3068), + [sym_map] = STATE(3068), + [sym__nullary_operator] = STATE(3068), + [sym_unary_operator] = STATE(3068), + [sym_binary_operator] = STATE(3068), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3068), + [sym_call] = STATE(3068), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3068), + [sym_anonymous_function] = STATE(3068), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2411), + [sym_integer] = ACTIONS(2411), + [sym_float] = ACTIONS(2411), + [sym_char] = ACTIONS(2411), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2411), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [810] = { + [sym__expression] = STATE(3067), + [sym_block] = STATE(3067), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3067), + [sym_nil] = STATE(3067), + [sym__atom] = STATE(3067), + [sym_quoted_atom] = STATE(3067), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3067), + [sym_charlist] = STATE(3067), + [sym_sigil] = STATE(3067), + [sym_list] = STATE(3067), + [sym_tuple] = STATE(3067), + [sym_bitstring] = STATE(3067), + [sym_map] = STATE(3067), + [sym__nullary_operator] = STATE(3067), + [sym_unary_operator] = STATE(3067), + [sym_binary_operator] = STATE(3067), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3067), + [sym_call] = STATE(3067), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3067), + [sym_anonymous_function] = STATE(3067), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2413), + [sym_integer] = ACTIONS(2413), + [sym_float] = ACTIONS(2413), + [sym_char] = ACTIONS(2413), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2413), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [811] = { + [sym__expression] = STATE(3066), + [sym_block] = STATE(3066), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3066), + [sym_nil] = STATE(3066), + [sym__atom] = STATE(3066), + [sym_quoted_atom] = STATE(3066), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3066), + [sym_charlist] = STATE(3066), + [sym_sigil] = STATE(3066), + [sym_list] = STATE(3066), + [sym_tuple] = STATE(3066), + [sym_bitstring] = STATE(3066), + [sym_map] = STATE(3066), + [sym__nullary_operator] = STATE(3066), + [sym_unary_operator] = STATE(3066), + [sym_binary_operator] = STATE(3066), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3066), + [sym_call] = STATE(3066), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3066), + [sym_anonymous_function] = STATE(3066), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2415), + [sym_integer] = ACTIONS(2415), + [sym_float] = ACTIONS(2415), + [sym_char] = ACTIONS(2415), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2415), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [812] = { + [sym__expression] = STATE(3065), + [sym_block] = STATE(3065), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3065), + [sym_nil] = STATE(3065), + [sym__atom] = STATE(3065), + [sym_quoted_atom] = STATE(3065), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3065), + [sym_charlist] = STATE(3065), + [sym_sigil] = STATE(3065), + [sym_list] = STATE(3065), + [sym_tuple] = STATE(3065), + [sym_bitstring] = STATE(3065), + [sym_map] = STATE(3065), + [sym__nullary_operator] = STATE(3065), + [sym_unary_operator] = STATE(3065), + [sym_binary_operator] = STATE(3065), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3065), + [sym_call] = STATE(3065), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3065), + [sym_anonymous_function] = STATE(3065), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2417), + [sym_integer] = ACTIONS(2417), + [sym_float] = ACTIONS(2417), + [sym_char] = ACTIONS(2417), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2417), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [813] = { + [sym__expression] = STATE(3264), + [sym_block] = STATE(3264), + [sym_identifier] = STATE(49), + [sym_boolean] = STATE(3264), + [sym_nil] = STATE(3264), + [sym__atom] = STATE(3264), + [sym_quoted_atom] = STATE(3264), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3264), + [sym_charlist] = STATE(3264), + [sym_sigil] = STATE(3264), + [sym_list] = STATE(3264), + [sym_tuple] = STATE(3264), + [sym_bitstring] = STATE(3264), + [sym_map] = STATE(3264), + [sym__nullary_operator] = STATE(3264), + [sym_unary_operator] = STATE(3264), + [sym_binary_operator] = STATE(3264), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3264), + [sym_call] = STATE(3264), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(41), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3264), + [sym_anonymous_function] = STATE(3264), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2419), + [sym_integer] = ACTIONS(2419), + [sym_float] = ACTIONS(2419), + [sym_char] = ACTIONS(2419), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2419), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(435), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(439), + [anon_sym_PLUS] = ACTIONS(441), + [anon_sym_DASH] = ACTIONS(441), + [anon_sym_BANG] = ACTIONS(441), + [anon_sym_CARET] = ACTIONS(441), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(441), + [anon_sym_not] = ACTIONS(441), + [anon_sym_AT] = ACTIONS(443), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(445), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [814] = { + [sym__expression] = STATE(3354), + [sym_block] = STATE(3354), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3354), + [sym_nil] = STATE(3354), + [sym__atom] = STATE(3354), + [sym_quoted_atom] = STATE(3354), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3354), + [sym_charlist] = STATE(3354), + [sym_sigil] = STATE(3354), + [sym_list] = STATE(3354), + [sym_tuple] = STATE(3354), + [sym_bitstring] = STATE(3354), + [sym_map] = STATE(3354), + [sym__nullary_operator] = STATE(3354), + [sym_unary_operator] = STATE(3354), + [sym_binary_operator] = STATE(3354), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3354), + [sym_call] = STATE(3354), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3354), + [sym_anonymous_function] = STATE(3354), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1739), + [sym_integer] = ACTIONS(1739), + [sym_float] = ACTIONS(1739), + [sym_char] = ACTIONS(1739), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1739), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [815] = { + [sym__expression] = STATE(3517), + [sym_block] = STATE(3517), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3517), + [sym_nil] = STATE(3517), + [sym__atom] = STATE(3517), + [sym_quoted_atom] = STATE(3517), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3517), + [sym_charlist] = STATE(3517), + [sym_sigil] = STATE(3517), + [sym_list] = STATE(3517), + [sym_tuple] = STATE(3517), + [sym_bitstring] = STATE(3517), + [sym_map] = STATE(3517), + [sym__nullary_operator] = STATE(3517), + [sym_unary_operator] = STATE(3517), + [sym_binary_operator] = STATE(3517), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3517), + [sym_call] = STATE(3517), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3517), + [sym_anonymous_function] = STATE(3517), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2421), + [sym_integer] = ACTIONS(2421), + [sym_float] = ACTIONS(2421), + [sym_char] = ACTIONS(2421), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2421), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [816] = { + [sym__expression] = STATE(3519), + [sym_block] = STATE(3519), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3519), + [sym_nil] = STATE(3519), + [sym__atom] = STATE(3519), + [sym_quoted_atom] = STATE(3519), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3519), + [sym_charlist] = STATE(3519), + [sym_sigil] = STATE(3519), + [sym_list] = STATE(3519), + [sym_tuple] = STATE(3519), + [sym_bitstring] = STATE(3519), + [sym_map] = STATE(3519), + [sym__nullary_operator] = STATE(3519), + [sym_unary_operator] = STATE(3519), + [sym_binary_operator] = STATE(3519), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3519), + [sym_call] = STATE(3519), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3519), + [sym_anonymous_function] = STATE(3519), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2423), + [sym_integer] = ACTIONS(2423), + [sym_float] = ACTIONS(2423), + [sym_char] = ACTIONS(2423), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2423), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [817] = { + [sym__expression] = STATE(3518), + [sym_block] = STATE(3518), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3518), + [sym_nil] = STATE(3518), + [sym__atom] = STATE(3518), + [sym_quoted_atom] = STATE(3518), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3518), + [sym_charlist] = STATE(3518), + [sym_sigil] = STATE(3518), + [sym_list] = STATE(3518), + [sym_tuple] = STATE(3518), + [sym_bitstring] = STATE(3518), + [sym_map] = STATE(3518), + [sym__nullary_operator] = STATE(3518), + [sym_unary_operator] = STATE(3518), + [sym_binary_operator] = STATE(3518), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3518), + [sym_call] = STATE(3518), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3518), + [sym_anonymous_function] = STATE(3518), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2425), + [sym_integer] = ACTIONS(2425), + [sym_float] = ACTIONS(2425), + [sym_char] = ACTIONS(2425), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2425), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [818] = { + [sym__expression] = STATE(3832), + [sym_block] = STATE(3832), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3832), + [sym_nil] = STATE(3832), + [sym__atom] = STATE(3832), + [sym_quoted_atom] = STATE(3832), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3832), + [sym_charlist] = STATE(3832), + [sym_sigil] = STATE(3832), + [sym_list] = STATE(3832), + [sym_tuple] = STATE(3832), + [sym_bitstring] = STATE(3832), + [sym_map] = STATE(3832), + [sym__nullary_operator] = STATE(3832), + [sym_unary_operator] = STATE(3832), + [sym_binary_operator] = STATE(3832), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3832), + [sym_call] = STATE(3832), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3832), + [sym_anonymous_function] = STATE(3832), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), [sym_alias] = ACTIONS(2427), [sym_integer] = ACTIONS(2427), [sym_float] = ACTIONS(2427), [sym_char] = ACTIONS(2427), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), [sym_atom] = ACTIONS(2427), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -122704,86 +123306,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(1085), }, - [825] = { - [sym__expression] = STATE(2312), - [sym_block] = STATE(2312), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2312), - [sym_nil] = STATE(2312), - [sym__atom] = STATE(2312), - [sym_quoted_atom] = STATE(2312), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2312), - [sym_charlist] = STATE(2312), - [sym_sigil] = STATE(2312), - [sym_list] = STATE(2312), - [sym_tuple] = STATE(2312), - [sym_bitstring] = STATE(2312), - [sym_map] = STATE(2312), - [sym__nullary_operator] = STATE(2312), - [sym_unary_operator] = STATE(2312), - [sym_binary_operator] = STATE(2312), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2312), - [sym_call] = STATE(2312), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), + [819] = { + [sym__expression] = STATE(3515), + [sym_block] = STATE(3515), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3515), + [sym_nil] = STATE(3515), + [sym__atom] = STATE(3515), + [sym_quoted_atom] = STATE(3515), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3515), + [sym_charlist] = STATE(3515), + [sym_sigil] = STATE(3515), + [sym_list] = STATE(3515), + [sym_tuple] = STATE(3515), + [sym_bitstring] = STATE(3515), + [sym_map] = STATE(3515), + [sym__nullary_operator] = STATE(3515), + [sym_unary_operator] = STATE(3515), + [sym_binary_operator] = STATE(3515), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3515), + [sym_call] = STATE(3515), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2312), - [sym_anonymous_function] = STATE(2312), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3515), + [sym_anonymous_function] = STATE(3515), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), [sym_alias] = ACTIONS(2429), [sym_integer] = ACTIONS(2429), [sym_float] = ACTIONS(2429), [sym_char] = ACTIONS(2429), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), [sym_atom] = ACTIONS(2429), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -122822,52 +123424,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(1085), }, - [826] = { - [sym__expression] = STATE(4146), - [sym_block] = STATE(4146), + [820] = { + [sym__expression] = STATE(3514), + [sym_block] = STATE(3514), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4146), - [sym_nil] = STATE(4146), - [sym__atom] = STATE(4146), - [sym_quoted_atom] = STATE(4146), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4146), - [sym_charlist] = STATE(4146), - [sym_sigil] = STATE(4146), - [sym_list] = STATE(4146), - [sym_tuple] = STATE(4146), - [sym_bitstring] = STATE(4146), - [sym_map] = STATE(4146), - [sym__nullary_operator] = STATE(4146), - [sym_unary_operator] = STATE(4146), - [sym_binary_operator] = STATE(4146), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4146), - [sym_call] = STATE(4146), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4146), - [sym_anonymous_function] = STATE(4146), + [sym_boolean] = STATE(3514), + [sym_nil] = STATE(3514), + [sym__atom] = STATE(3514), + [sym_quoted_atom] = STATE(3514), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3514), + [sym_charlist] = STATE(3514), + [sym_sigil] = STATE(3514), + [sym_list] = STATE(3514), + [sym_tuple] = STATE(3514), + [sym_bitstring] = STATE(3514), + [sym_map] = STATE(3514), + [sym__nullary_operator] = STATE(3514), + [sym_unary_operator] = STATE(3514), + [sym_binary_operator] = STATE(3514), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3514), + [sym_call] = STATE(3514), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3514), + [sym_anonymous_function] = STATE(3514), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -122948,78 +123550,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [827] = { - [sym__expression] = STATE(2313), - [sym_block] = STATE(2313), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2313), - [sym_nil] = STATE(2313), - [sym__atom] = STATE(2313), - [sym_quoted_atom] = STATE(2313), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2313), - [sym_charlist] = STATE(2313), - [sym_sigil] = STATE(2313), - [sym_list] = STATE(2313), - [sym_tuple] = STATE(2313), - [sym_bitstring] = STATE(2313), - [sym_map] = STATE(2313), - [sym__nullary_operator] = STATE(2313), - [sym_unary_operator] = STATE(2313), - [sym_binary_operator] = STATE(2313), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2313), - [sym_call] = STATE(2313), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), + [821] = { + [sym__expression] = STATE(3513), + [sym_block] = STATE(3513), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3513), + [sym_nil] = STATE(3513), + [sym__atom] = STATE(3513), + [sym_quoted_atom] = STATE(3513), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3513), + [sym_charlist] = STATE(3513), + [sym_sigil] = STATE(3513), + [sym_list] = STATE(3513), + [sym_tuple] = STATE(3513), + [sym_bitstring] = STATE(3513), + [sym_map] = STATE(3513), + [sym__nullary_operator] = STATE(3513), + [sym_unary_operator] = STATE(3513), + [sym_binary_operator] = STATE(3513), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3513), + [sym_call] = STATE(3513), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2313), - [sym_anonymous_function] = STATE(2313), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3513), + [sym_anonymous_function] = STATE(3513), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), [sym_alias] = ACTIONS(2433), [sym_integer] = ACTIONS(2433), [sym_float] = ACTIONS(2433), [sym_char] = ACTIONS(2433), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), [sym_atom] = ACTIONS(2433), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -123058,440 +123660,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), + [sym__quoted_atom_start] = ACTIONS(1085), }, - [828] = { - [sym__expression] = STATE(2043), - [sym_block] = STATE(2043), - [sym_identifier] = STATE(39), - [sym_boolean] = STATE(2043), - [sym_nil] = STATE(2043), - [sym__atom] = STATE(2043), - [sym_quoted_atom] = STATE(2043), - [sym__quoted_i_double] = STATE(2179), - [sym__quoted_i_single] = STATE(2180), - [sym__quoted_i_heredoc_single] = STATE(2181), - [sym__quoted_i_heredoc_double] = STATE(2182), - [sym_string] = STATE(2043), - [sym_charlist] = STATE(2043), - [sym_sigil] = STATE(2043), - [sym_list] = STATE(2043), - [sym_tuple] = STATE(2043), - [sym_bitstring] = STATE(2043), - [sym_map] = STATE(2043), - [sym__nullary_operator] = STATE(2043), - [sym_unary_operator] = STATE(2043), - [sym_binary_operator] = STATE(2043), - [sym_operator_identifier] = STATE(5620), - [sym_dot] = STATE(2043), - [sym_call] = STATE(2043), - [sym__call_without_parentheses] = STATE(2183), - [sym__call_with_parentheses] = STATE(2184), - [sym__local_call_without_parentheses] = STATE(2185), - [sym__local_call_with_parentheses] = STATE(1641), - [sym__local_call_just_do_block] = STATE(2187), - [sym__remote_call_without_parentheses] = STATE(2188), - [sym__remote_call_with_parentheses] = STATE(1640), - [sym__remote_dot] = STATE(40), - [sym__anonymous_call] = STATE(1638), - [sym__anonymous_dot] = STATE(5520), - [sym__double_call] = STATE(2191), - [sym_access_call] = STATE(2043), - [sym_anonymous_function] = STATE(2043), + [822] = { + [sym__expression] = STATE(4435), + [sym_block] = STATE(4435), + [sym_identifier] = STATE(69), + [sym_boolean] = STATE(4435), + [sym_nil] = STATE(4435), + [sym__atom] = STATE(4435), + [sym_quoted_atom] = STATE(4435), + [sym__quoted_i_double] = STATE(4552), + [sym__quoted_i_single] = STATE(4449), + [sym__quoted_i_heredoc_single] = STATE(4423), + [sym__quoted_i_heredoc_double] = STATE(4424), + [sym_string] = STATE(4435), + [sym_charlist] = STATE(4435), + [sym_sigil] = STATE(4435), + [sym_list] = STATE(4435), + [sym_tuple] = STATE(4435), + [sym_bitstring] = STATE(4435), + [sym_map] = STATE(4435), + [sym__nullary_operator] = STATE(4435), + [sym_unary_operator] = STATE(4435), + [sym_binary_operator] = STATE(4435), + [sym_operator_identifier] = STATE(6886), + [sym_dot] = STATE(4435), + [sym_call] = STATE(4435), + [sym__call_without_parentheses] = STATE(4427), + [sym__call_with_parentheses] = STATE(4425), + [sym__local_call_without_parentheses] = STATE(4446), + [sym__local_call_with_parentheses] = STATE(3629), + [sym__local_call_just_do_block] = STATE(4429), + [sym__remote_call_without_parentheses] = STATE(4430), + [sym__remote_call_with_parentheses] = STATE(3632), + [sym__remote_dot] = STATE(54), + [sym__anonymous_call] = STATE(3633), + [sym__anonymous_dot] = STATE(6800), + [sym__double_call] = STATE(4431), + [sym_access_call] = STATE(4435), + [sym_anonymous_function] = STATE(4435), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(371), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2315), - [sym_integer] = ACTIONS(2315), - [sym_float] = ACTIONS(2315), - [sym_char] = ACTIONS(2315), - [anon_sym_true] = ACTIONS(377), - [anon_sym_false] = ACTIONS(377), - [anon_sym_nil] = ACTIONS(379), - [sym_atom] = ACTIONS(2315), - [anon_sym_DQUOTE] = ACTIONS(381), - [anon_sym_SQUOTE] = ACTIONS(383), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(385), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(387), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LBRACK] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(393), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(1311), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PLUS] = ACTIONS(403), - [anon_sym_DASH] = ACTIONS(403), - [anon_sym_BANG] = ACTIONS(403), - [anon_sym_CARET] = ACTIONS(403), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(403), - [anon_sym_not] = ACTIONS(403), - [anon_sym_AT] = ACTIONS(405), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(409), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(415), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(417), - }, - [829] = { - [sym__expression] = STATE(3279), - [sym_block] = STATE(3279), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3279), - [sym_nil] = STATE(3279), - [sym__atom] = STATE(3279), - [sym_quoted_atom] = STATE(3279), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3279), - [sym_charlist] = STATE(3279), - [sym_sigil] = STATE(3279), - [sym_list] = STATE(3279), - [sym_tuple] = STATE(3279), - [sym_bitstring] = STATE(3279), - [sym_map] = STATE(3279), - [sym__nullary_operator] = STATE(3279), - [sym_unary_operator] = STATE(3279), - [sym_binary_operator] = STATE(3279), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3279), - [sym_call] = STATE(3279), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3279), - [sym_anonymous_function] = STATE(3279), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), + [anon_sym_LPAREN] = ACTIONS(1099), + [aux_sym_identifier_token1] = ACTIONS(1101), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1101), [sym_alias] = ACTIONS(2435), [sym_integer] = ACTIONS(2435), [sym_float] = ACTIONS(2435), [sym_char] = ACTIONS(2435), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), + [anon_sym_true] = ACTIONS(1105), + [anon_sym_false] = ACTIONS(1105), + [anon_sym_nil] = ACTIONS(1107), [sym_atom] = ACTIONS(2435), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [830] = { - [sym__expression] = STATE(3280), - [sym_block] = STATE(3280), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3280), - [sym_nil] = STATE(3280), - [sym__atom] = STATE(3280), - [sym_quoted_atom] = STATE(3280), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3280), - [sym_charlist] = STATE(3280), - [sym_sigil] = STATE(3280), - [sym_list] = STATE(3280), - [sym_tuple] = STATE(3280), - [sym_bitstring] = STATE(3280), - [sym_map] = STATE(3280), - [sym__nullary_operator] = STATE(3280), - [sym_unary_operator] = STATE(3280), - [sym_binary_operator] = STATE(3280), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3280), - [sym_call] = STATE(3280), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3280), - [sym_anonymous_function] = STATE(3280), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2437), - [sym_integer] = ACTIONS(2437), - [sym_float] = ACTIONS(2437), - [sym_char] = ACTIONS(2437), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2437), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [831] = { - [sym__expression] = STATE(4132), - [sym_block] = STATE(4132), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(4132), - [sym_nil] = STATE(4132), - [sym__atom] = STATE(4132), - [sym_quoted_atom] = STATE(4132), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(4132), - [sym_charlist] = STATE(4132), - [sym_sigil] = STATE(4132), - [sym_list] = STATE(4132), - [sym_tuple] = STATE(4132), - [sym_bitstring] = STATE(4132), - [sym_map] = STATE(4132), - [sym__nullary_operator] = STATE(4132), - [sym_unary_operator] = STATE(4132), - [sym_binary_operator] = STATE(4132), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(4132), - [sym_call] = STATE(4132), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(4132), - [sym_anonymous_function] = STATE(4132), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1507), - [sym_integer] = ACTIONS(1507), - [sym_float] = ACTIONS(1507), - [sym_char] = ACTIONS(1507), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1507), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_DQUOTE] = ACTIONS(1109), + [anon_sym_SQUOTE] = ACTIONS(1111), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1113), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1115), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LBRACK] = ACTIONS(1119), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1125), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_DOT_DOT] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1133), + [anon_sym_PLUS] = ACTIONS(1135), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_BANG] = ACTIONS(1135), + [anon_sym_CARET] = ACTIONS(1135), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1135), + [anon_sym_not] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -123530,52 +123778,170 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(1139), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(1141), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(1143), }, - [832] = { - [sym__expression] = STATE(3478), - [sym_block] = STATE(3478), + [823] = { + [sym__expression] = STATE(3511), + [sym_block] = STATE(3511), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3478), - [sym_nil] = STATE(3478), - [sym__atom] = STATE(3478), - [sym_quoted_atom] = STATE(3478), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3478), - [sym_charlist] = STATE(3478), - [sym_sigil] = STATE(3478), - [sym_list] = STATE(3478), - [sym_tuple] = STATE(3478), - [sym_bitstring] = STATE(3478), - [sym_map] = STATE(3478), - [sym__nullary_operator] = STATE(3478), - [sym_unary_operator] = STATE(3478), - [sym_binary_operator] = STATE(3478), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3478), - [sym_call] = STATE(3478), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3478), - [sym_anonymous_function] = STATE(3478), + [sym_boolean] = STATE(3511), + [sym_nil] = STATE(3511), + [sym__atom] = STATE(3511), + [sym_quoted_atom] = STATE(3511), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3511), + [sym_charlist] = STATE(3511), + [sym_sigil] = STATE(3511), + [sym_list] = STATE(3511), + [sym_tuple] = STATE(3511), + [sym_bitstring] = STATE(3511), + [sym_map] = STATE(3511), + [sym__nullary_operator] = STATE(3511), + [sym_unary_operator] = STATE(3511), + [sym_binary_operator] = STATE(3511), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3511), + [sym_call] = STATE(3511), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3511), + [sym_anonymous_function] = STATE(3511), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2437), + [sym_integer] = ACTIONS(2437), + [sym_float] = ACTIONS(2437), + [sym_char] = ACTIONS(2437), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2437), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [824] = { + [sym__expression] = STATE(3508), + [sym_block] = STATE(3508), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3508), + [sym_nil] = STATE(3508), + [sym__atom] = STATE(3508), + [sym_quoted_atom] = STATE(3508), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3508), + [sym_charlist] = STATE(3508), + [sym_sigil] = STATE(3508), + [sym_list] = STATE(3508), + [sym_tuple] = STATE(3508), + [sym_bitstring] = STATE(3508), + [sym_map] = STATE(3508), + [sym__nullary_operator] = STATE(3508), + [sym_unary_operator] = STATE(3508), + [sym_binary_operator] = STATE(3508), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3508), + [sym_call] = STATE(3508), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3508), + [sym_anonymous_function] = STATE(3508), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -123656,44 +124022,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [833] = { - [sym__expression] = STATE(3480), - [sym_block] = STATE(3480), + [825] = { + [sym__expression] = STATE(3507), + [sym_block] = STATE(3507), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3480), - [sym_nil] = STATE(3480), - [sym__atom] = STATE(3480), - [sym_quoted_atom] = STATE(3480), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3480), - [sym_charlist] = STATE(3480), - [sym_sigil] = STATE(3480), - [sym_list] = STATE(3480), - [sym_tuple] = STATE(3480), - [sym_bitstring] = STATE(3480), - [sym_map] = STATE(3480), - [sym__nullary_operator] = STATE(3480), - [sym_unary_operator] = STATE(3480), - [sym_binary_operator] = STATE(3480), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3480), - [sym_call] = STATE(3480), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3480), - [sym_anonymous_function] = STATE(3480), + [sym_boolean] = STATE(3507), + [sym_nil] = STATE(3507), + [sym__atom] = STATE(3507), + [sym_quoted_atom] = STATE(3507), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3507), + [sym_charlist] = STATE(3507), + [sym_sigil] = STATE(3507), + [sym_list] = STATE(3507), + [sym_tuple] = STATE(3507), + [sym_bitstring] = STATE(3507), + [sym_map] = STATE(3507), + [sym__nullary_operator] = STATE(3507), + [sym_unary_operator] = STATE(3507), + [sym_binary_operator] = STATE(3507), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3507), + [sym_call] = STATE(3507), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3507), + [sym_anonymous_function] = STATE(3507), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -123774,78 +124140,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [834] = { - [sym__expression] = STATE(3964), - [sym_block] = STATE(3964), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3964), - [sym_nil] = STATE(3964), - [sym__atom] = STATE(3964), - [sym_quoted_atom] = STATE(3964), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3964), - [sym_charlist] = STATE(3964), - [sym_sigil] = STATE(3964), - [sym_list] = STATE(3964), - [sym_tuple] = STATE(3964), - [sym_bitstring] = STATE(3964), - [sym_map] = STATE(3964), - [sym__nullary_operator] = STATE(3964), - [sym_unary_operator] = STATE(3964), - [sym_binary_operator] = STATE(3964), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3964), - [sym_call] = STATE(3964), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3964), - [sym_anonymous_function] = STATE(3964), + [826] = { + [sym__expression] = STATE(3520), + [sym_block] = STATE(3520), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3520), + [sym_nil] = STATE(3520), + [sym__atom] = STATE(3520), + [sym_quoted_atom] = STATE(3520), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3520), + [sym_charlist] = STATE(3520), + [sym_sigil] = STATE(3520), + [sym_list] = STATE(3520), + [sym_tuple] = STATE(3520), + [sym_bitstring] = STATE(3520), + [sym_map] = STATE(3520), + [sym__nullary_operator] = STATE(3520), + [sym_unary_operator] = STATE(3520), + [sym_binary_operator] = STATE(3520), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3520), + [sym_call] = STATE(3520), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3520), + [sym_anonymous_function] = STATE(3520), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), [sym_alias] = ACTIONS(2443), [sym_integer] = ACTIONS(2443), [sym_float] = ACTIONS(2443), [sym_char] = ACTIONS(2443), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), [sym_atom] = ACTIONS(2443), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -123884,52 +124250,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), + [anon_sym_fn] = ACTIONS(1081), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), + [sym__before_unary_op] = ACTIONS(1083), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), + [sym__quoted_atom_start] = ACTIONS(1085), }, - [835] = { - [sym__expression] = STATE(3481), - [sym_block] = STATE(3481), + [827] = { + [sym__expression] = STATE(3505), + [sym_block] = STATE(3505), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3481), - [sym_nil] = STATE(3481), - [sym__atom] = STATE(3481), - [sym_quoted_atom] = STATE(3481), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3481), - [sym_charlist] = STATE(3481), - [sym_sigil] = STATE(3481), - [sym_list] = STATE(3481), - [sym_tuple] = STATE(3481), - [sym_bitstring] = STATE(3481), - [sym_map] = STATE(3481), - [sym__nullary_operator] = STATE(3481), - [sym_unary_operator] = STATE(3481), - [sym_binary_operator] = STATE(3481), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3481), - [sym_call] = STATE(3481), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3481), - [sym_anonymous_function] = STATE(3481), + [sym_boolean] = STATE(3505), + [sym_nil] = STATE(3505), + [sym__atom] = STATE(3505), + [sym_quoted_atom] = STATE(3505), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3505), + [sym_charlist] = STATE(3505), + [sym_sigil] = STATE(3505), + [sym_list] = STATE(3505), + [sym_tuple] = STATE(3505), + [sym_bitstring] = STATE(3505), + [sym_map] = STATE(3505), + [sym__nullary_operator] = STATE(3505), + [sym_unary_operator] = STATE(3505), + [sym_binary_operator] = STATE(3505), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3505), + [sym_call] = STATE(3505), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3505), + [sym_anonymous_function] = STATE(3505), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -124010,44 +124376,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [836] = { - [sym__expression] = STATE(3487), - [sym_block] = STATE(3487), + [828] = { + [sym__expression] = STATE(3503), + [sym_block] = STATE(3503), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3487), - [sym_nil] = STATE(3487), - [sym__atom] = STATE(3487), - [sym_quoted_atom] = STATE(3487), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3487), - [sym_charlist] = STATE(3487), - [sym_sigil] = STATE(3487), - [sym_list] = STATE(3487), - [sym_tuple] = STATE(3487), - [sym_bitstring] = STATE(3487), - [sym_map] = STATE(3487), - [sym__nullary_operator] = STATE(3487), - [sym_unary_operator] = STATE(3487), - [sym_binary_operator] = STATE(3487), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3487), - [sym_call] = STATE(3487), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3487), - [sym_anonymous_function] = STATE(3487), + [sym_boolean] = STATE(3503), + [sym_nil] = STATE(3503), + [sym__atom] = STATE(3503), + [sym_quoted_atom] = STATE(3503), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3503), + [sym_charlist] = STATE(3503), + [sym_sigil] = STATE(3503), + [sym_list] = STATE(3503), + [sym_tuple] = STATE(3503), + [sym_bitstring] = STATE(3503), + [sym_map] = STATE(3503), + [sym__nullary_operator] = STATE(3503), + [sym_unary_operator] = STATE(3503), + [sym_binary_operator] = STATE(3503), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3503), + [sym_call] = STATE(3503), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3503), + [sym_anonymous_function] = STATE(3503), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -124128,44 +124494,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [837] = { - [sym__expression] = STATE(3494), - [sym_block] = STATE(3494), + [829] = { + [sym__expression] = STATE(3506), + [sym_block] = STATE(3506), [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3494), - [sym_nil] = STATE(3494), - [sym__atom] = STATE(3494), - [sym_quoted_atom] = STATE(3494), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3494), - [sym_charlist] = STATE(3494), - [sym_sigil] = STATE(3494), - [sym_list] = STATE(3494), - [sym_tuple] = STATE(3494), - [sym_bitstring] = STATE(3494), - [sym_map] = STATE(3494), - [sym__nullary_operator] = STATE(3494), - [sym_unary_operator] = STATE(3494), - [sym_binary_operator] = STATE(3494), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3494), - [sym_call] = STATE(3494), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3494), - [sym_anonymous_function] = STATE(3494), + [sym_boolean] = STATE(3506), + [sym_nil] = STATE(3506), + [sym__atom] = STATE(3506), + [sym_quoted_atom] = STATE(3506), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3506), + [sym_charlist] = STATE(3506), + [sym_sigil] = STATE(3506), + [sym_list] = STATE(3506), + [sym_tuple] = STATE(3506), + [sym_bitstring] = STATE(3506), + [sym_map] = STATE(3506), + [sym__nullary_operator] = STATE(3506), + [sym_unary_operator] = STATE(3506), + [sym_binary_operator] = STATE(3506), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3506), + [sym_call] = STATE(3506), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3506), + [sym_anonymous_function] = STATE(3506), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(1043), [aux_sym_identifier_token1] = ACTIONS(804), @@ -124246,78 +124612,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(1085), }, - [838] = { - [sym__expression] = STATE(3498), - [sym_block] = STATE(3498), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3498), - [sym_nil] = STATE(3498), - [sym__atom] = STATE(3498), - [sym_quoted_atom] = STATE(3498), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3498), - [sym_charlist] = STATE(3498), - [sym_sigil] = STATE(3498), - [sym_list] = STATE(3498), - [sym_tuple] = STATE(3498), - [sym_bitstring] = STATE(3498), - [sym_map] = STATE(3498), - [sym__nullary_operator] = STATE(3498), - [sym_unary_operator] = STATE(3498), - [sym_binary_operator] = STATE(3498), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3498), - [sym_call] = STATE(3498), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3498), - [sym_anonymous_function] = STATE(3498), + [830] = { + [sym__expression] = STATE(3454), + [sym_block] = STATE(3454), + [sym_identifier] = STATE(62), + [sym_boolean] = STATE(3454), + [sym_nil] = STATE(3454), + [sym__atom] = STATE(3454), + [sym_quoted_atom] = STATE(3454), + [sym__quoted_i_double] = STATE(2928), + [sym__quoted_i_single] = STATE(2929), + [sym__quoted_i_heredoc_single] = STATE(2930), + [sym__quoted_i_heredoc_double] = STATE(2931), + [sym_string] = STATE(3454), + [sym_charlist] = STATE(3454), + [sym_sigil] = STATE(3454), + [sym_list] = STATE(3454), + [sym_tuple] = STATE(3454), + [sym_bitstring] = STATE(3454), + [sym_map] = STATE(3454), + [sym__nullary_operator] = STATE(3454), + [sym_unary_operator] = STATE(3454), + [sym_binary_operator] = STATE(3454), + [sym_operator_identifier] = STATE(6942), + [sym_dot] = STATE(3454), + [sym_call] = STATE(3454), + [sym__call_without_parentheses] = STATE(2932), + [sym__call_with_parentheses] = STATE(2933), + [sym__local_call_without_parentheses] = STATE(2934), + [sym__local_call_with_parentheses] = STATE(2169), + [sym__local_call_just_do_block] = STATE(2935), + [sym__remote_call_without_parentheses] = STATE(2936), + [sym__remote_call_with_parentheses] = STATE(2168), + [sym__remote_dot] = STATE(63), + [sym__anonymous_call] = STATE(2167), + [sym__anonymous_dot] = STATE(6772), + [sym__double_call] = STATE(2938), + [sym_access_call] = STATE(3454), + [sym_anonymous_function] = STATE(3454), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(588), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), [sym_alias] = ACTIONS(2451), [sym_integer] = ACTIONS(2451), [sym_float] = ACTIONS(2451), [sym_char] = ACTIONS(2451), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), + [anon_sym_true] = ACTIONS(592), + [anon_sym_false] = ACTIONS(592), + [anon_sym_nil] = ACTIONS(594), [sym_atom] = ACTIONS(2451), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_DQUOTE] = ACTIONS(596), + [anon_sym_SQUOTE] = ACTIONS(598), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LBRACK] = ACTIONS(606), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), + [anon_sym_TILDE] = ACTIONS(608), + [anon_sym_LT_LT] = ACTIONS(612), + [anon_sym_PERCENT] = ACTIONS(614), + [anon_sym_DOT_DOT] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(616), + [anon_sym_PLUS] = ACTIONS(618), + [anon_sym_DASH] = ACTIONS(618), + [anon_sym_BANG] = ACTIONS(618), + [anon_sym_CARET] = ACTIONS(618), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), + [anon_sym_not] = ACTIONS(618), + [anon_sym_AT] = ACTIONS(620), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -124356,86 +124722,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), + [anon_sym_fn] = ACTIONS(624), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), + [sym__before_unary_op] = ACTIONS(630), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), + [sym__quoted_atom_start] = ACTIONS(632), }, - [839] = { - [sym__expression] = STATE(3285), - [sym_block] = STATE(3285), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3285), - [sym_nil] = STATE(3285), - [sym__atom] = STATE(3285), - [sym_quoted_atom] = STATE(3285), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3285), - [sym_charlist] = STATE(3285), - [sym_sigil] = STATE(3285), - [sym_list] = STATE(3285), - [sym_tuple] = STATE(3285), - [sym_bitstring] = STATE(3285), - [sym_map] = STATE(3285), - [sym__nullary_operator] = STATE(3285), - [sym_unary_operator] = STATE(3285), - [sym_binary_operator] = STATE(3285), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3285), - [sym_call] = STATE(3285), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3285), - [sym_anonymous_function] = STATE(3285), + [831] = { + [sym__expression] = STATE(3477), + [sym_block] = STATE(3477), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3477), + [sym_nil] = STATE(3477), + [sym__atom] = STATE(3477), + [sym_quoted_atom] = STATE(3477), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3477), + [sym_charlist] = STATE(3477), + [sym_sigil] = STATE(3477), + [sym_list] = STATE(3477), + [sym_tuple] = STATE(3477), + [sym_bitstring] = STATE(3477), + [sym_map] = STATE(3477), + [sym__nullary_operator] = STATE(3477), + [sym_unary_operator] = STATE(3477), + [sym_binary_operator] = STATE(3477), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3477), + [sym_call] = STATE(3477), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3477), + [sym_anonymous_function] = STATE(3477), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), [sym_alias] = ACTIONS(2453), [sym_integer] = ACTIONS(2453), [sym_float] = ACTIONS(2453), [sym_char] = ACTIONS(2453), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), [sym_atom] = ACTIONS(2453), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -124474,86 +124840,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), + [sym__before_unary_op] = ACTIONS(464), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), + [sym__quoted_atom_start] = ACTIONS(281), }, - [840] = { - [sym__expression] = STATE(3590), - [sym_block] = STATE(3590), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3590), - [sym_nil] = STATE(3590), - [sym__atom] = STATE(3590), - [sym_quoted_atom] = STATE(3590), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3590), - [sym_charlist] = STATE(3590), - [sym_sigil] = STATE(3590), - [sym_list] = STATE(3590), - [sym_tuple] = STATE(3590), - [sym_bitstring] = STATE(3590), - [sym_map] = STATE(3590), - [sym__nullary_operator] = STATE(3590), - [sym_unary_operator] = STATE(3590), - [sym_binary_operator] = STATE(3590), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3590), - [sym_call] = STATE(3590), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3590), - [sym_anonymous_function] = STATE(3590), + [832] = { + [sym__expression] = STATE(1451), + [sym_block] = STATE(1451), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(1451), + [sym_nil] = STATE(1451), + [sym__atom] = STATE(1451), + [sym_quoted_atom] = STATE(1451), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1451), + [sym_charlist] = STATE(1451), + [sym_sigil] = STATE(1451), + [sym_list] = STATE(1451), + [sym_tuple] = STATE(1451), + [sym_bitstring] = STATE(1451), + [sym_map] = STATE(1451), + [sym__nullary_operator] = STATE(1451), + [sym_unary_operator] = STATE(1451), + [sym_binary_operator] = STATE(1451), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1451), + [sym_call] = STATE(1451), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1451), + [sym_anonymous_function] = STATE(1451), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2263), + [sym_integer] = ACTIONS(2263), + [sym_float] = ACTIONS(2263), + [sym_char] = ACTIONS(2263), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2263), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [833] = { + [sym__expression] = STATE(3478), + [sym_block] = STATE(3478), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3478), + [sym_nil] = STATE(3478), + [sym__atom] = STATE(3478), + [sym_quoted_atom] = STATE(3478), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3478), + [sym_charlist] = STATE(3478), + [sym_sigil] = STATE(3478), + [sym_list] = STATE(3478), + [sym_tuple] = STATE(3478), + [sym_bitstring] = STATE(3478), + [sym_map] = STATE(3478), + [sym__nullary_operator] = STATE(3478), + [sym_unary_operator] = STATE(3478), + [sym_binary_operator] = STATE(3478), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3478), + [sym_call] = STATE(3478), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3478), + [sym_anonymous_function] = STATE(3478), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), [sym_alias] = ACTIONS(2455), [sym_integer] = ACTIONS(2455), [sym_float] = ACTIONS(2455), [sym_char] = ACTIONS(2455), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), [sym_atom] = ACTIONS(2455), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -124592,6790 +125076,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), + [sym__before_unary_op] = ACTIONS(464), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), + [sym__quoted_atom_start] = ACTIONS(281), }, - [841] = { - [sym__expression] = STATE(3615), - [sym_block] = STATE(3615), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3615), - [sym_nil] = STATE(3615), - [sym__atom] = STATE(3615), - [sym_quoted_atom] = STATE(3615), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3615), - [sym_charlist] = STATE(3615), - [sym_sigil] = STATE(3615), - [sym_list] = STATE(3615), - [sym_tuple] = STATE(3615), - [sym_bitstring] = STATE(3615), - [sym_map] = STATE(3615), - [sym__nullary_operator] = STATE(3615), - [sym_unary_operator] = STATE(3615), - [sym_binary_operator] = STATE(3615), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3615), - [sym_call] = STATE(3615), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3615), - [sym_anonymous_function] = STATE(3615), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2457), - [sym_integer] = ACTIONS(2457), - [sym_float] = ACTIONS(2457), - [sym_char] = ACTIONS(2457), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2457), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [842] = { - [sym__expression] = STATE(3592), - [sym_block] = STATE(3592), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3592), - [sym_nil] = STATE(3592), - [sym__atom] = STATE(3592), - [sym_quoted_atom] = STATE(3592), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3592), - [sym_charlist] = STATE(3592), - [sym_sigil] = STATE(3592), - [sym_list] = STATE(3592), - [sym_tuple] = STATE(3592), - [sym_bitstring] = STATE(3592), - [sym_map] = STATE(3592), - [sym__nullary_operator] = STATE(3592), - [sym_unary_operator] = STATE(3592), - [sym_binary_operator] = STATE(3592), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3592), - [sym_call] = STATE(3592), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3592), - [sym_anonymous_function] = STATE(3592), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2459), - [sym_integer] = ACTIONS(2459), - [sym_float] = ACTIONS(2459), - [sym_char] = ACTIONS(2459), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2459), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [843] = { - [sym__expression] = STATE(3596), - [sym_block] = STATE(3596), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3596), - [sym_nil] = STATE(3596), - [sym__atom] = STATE(3596), - [sym_quoted_atom] = STATE(3596), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3596), - [sym_charlist] = STATE(3596), - [sym_sigil] = STATE(3596), - [sym_list] = STATE(3596), - [sym_tuple] = STATE(3596), - [sym_bitstring] = STATE(3596), - [sym_map] = STATE(3596), - [sym__nullary_operator] = STATE(3596), - [sym_unary_operator] = STATE(3596), - [sym_binary_operator] = STATE(3596), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3596), - [sym_call] = STATE(3596), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3596), - [sym_anonymous_function] = STATE(3596), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2461), - [sym_integer] = ACTIONS(2461), - [sym_float] = ACTIONS(2461), - [sym_char] = ACTIONS(2461), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2461), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [844] = { - [sym__expression] = STATE(3597), - [sym_block] = STATE(3597), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3597), - [sym_nil] = STATE(3597), - [sym__atom] = STATE(3597), - [sym_quoted_atom] = STATE(3597), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3597), - [sym_charlist] = STATE(3597), - [sym_sigil] = STATE(3597), - [sym_list] = STATE(3597), - [sym_tuple] = STATE(3597), - [sym_bitstring] = STATE(3597), - [sym_map] = STATE(3597), - [sym__nullary_operator] = STATE(3597), - [sym_unary_operator] = STATE(3597), - [sym_binary_operator] = STATE(3597), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3597), - [sym_call] = STATE(3597), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3597), - [sym_anonymous_function] = STATE(3597), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2463), - [sym_integer] = ACTIONS(2463), - [sym_float] = ACTIONS(2463), - [sym_char] = ACTIONS(2463), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2463), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [845] = { - [sym__expression] = STATE(3611), - [sym_block] = STATE(3611), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3611), - [sym_nil] = STATE(3611), - [sym__atom] = STATE(3611), - [sym_quoted_atom] = STATE(3611), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3611), - [sym_charlist] = STATE(3611), - [sym_sigil] = STATE(3611), - [sym_list] = STATE(3611), - [sym_tuple] = STATE(3611), - [sym_bitstring] = STATE(3611), - [sym_map] = STATE(3611), - [sym__nullary_operator] = STATE(3611), - [sym_unary_operator] = STATE(3611), - [sym_binary_operator] = STATE(3611), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3611), - [sym_call] = STATE(3611), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3611), - [sym_anonymous_function] = STATE(3611), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2465), - [sym_integer] = ACTIONS(2465), - [sym_float] = ACTIONS(2465), - [sym_char] = ACTIONS(2465), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2465), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [846] = { - [sym__expression] = STATE(3612), - [sym_block] = STATE(3612), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3612), - [sym_nil] = STATE(3612), - [sym__atom] = STATE(3612), - [sym_quoted_atom] = STATE(3612), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3612), - [sym_charlist] = STATE(3612), - [sym_sigil] = STATE(3612), - [sym_list] = STATE(3612), - [sym_tuple] = STATE(3612), - [sym_bitstring] = STATE(3612), - [sym_map] = STATE(3612), - [sym__nullary_operator] = STATE(3612), - [sym_unary_operator] = STATE(3612), - [sym_binary_operator] = STATE(3612), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3612), - [sym_call] = STATE(3612), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3612), - [sym_anonymous_function] = STATE(3612), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2467), - [sym_integer] = ACTIONS(2467), - [sym_float] = ACTIONS(2467), - [sym_char] = ACTIONS(2467), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2467), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [847] = { - [sym__expression] = STATE(3613), - [sym_block] = STATE(3613), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3613), - [sym_nil] = STATE(3613), - [sym__atom] = STATE(3613), - [sym_quoted_atom] = STATE(3613), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3613), - [sym_charlist] = STATE(3613), - [sym_sigil] = STATE(3613), - [sym_list] = STATE(3613), - [sym_tuple] = STATE(3613), - [sym_bitstring] = STATE(3613), - [sym_map] = STATE(3613), - [sym__nullary_operator] = STATE(3613), - [sym_unary_operator] = STATE(3613), - [sym_binary_operator] = STATE(3613), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3613), - [sym_call] = STATE(3613), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3613), - [sym_anonymous_function] = STATE(3613), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2469), - [sym_integer] = ACTIONS(2469), - [sym_float] = ACTIONS(2469), - [sym_char] = ACTIONS(2469), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2469), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [848] = { - [sym__expression] = STATE(3614), - [sym_block] = STATE(3614), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(3614), - [sym_nil] = STATE(3614), - [sym__atom] = STATE(3614), - [sym_quoted_atom] = STATE(3614), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(3614), - [sym_charlist] = STATE(3614), - [sym_sigil] = STATE(3614), - [sym_list] = STATE(3614), - [sym_tuple] = STATE(3614), - [sym_bitstring] = STATE(3614), - [sym_map] = STATE(3614), - [sym__nullary_operator] = STATE(3614), - [sym_unary_operator] = STATE(3614), - [sym_binary_operator] = STATE(3614), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(3614), - [sym_call] = STATE(3614), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(3614), - [sym_anonymous_function] = STATE(3614), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2471), - [sym_integer] = ACTIONS(2471), - [sym_float] = ACTIONS(2471), - [sym_char] = ACTIONS(2471), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2471), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [849] = { - [sym__expression] = STATE(2741), - [sym_block] = STATE(2741), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(2741), - [sym_nil] = STATE(2741), - [sym__atom] = STATE(2741), - [sym_quoted_atom] = STATE(2741), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(2741), - [sym_charlist] = STATE(2741), - [sym_sigil] = STATE(2741), - [sym_list] = STATE(2741), - [sym_tuple] = STATE(2741), - [sym_bitstring] = STATE(2741), - [sym_map] = STATE(2741), - [sym__nullary_operator] = STATE(2741), - [sym_unary_operator] = STATE(2741), - [sym_binary_operator] = STATE(2741), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(2741), - [sym_call] = STATE(2741), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(2741), - [sym_anonymous_function] = STATE(2741), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2275), - [sym_integer] = ACTIONS(2275), - [sym_float] = ACTIONS(2275), - [sym_char] = ACTIONS(2275), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2275), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [850] = { - [sym__expression] = STATE(3286), - [sym_block] = STATE(3286), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3286), - [sym_nil] = STATE(3286), - [sym__atom] = STATE(3286), - [sym_quoted_atom] = STATE(3286), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3286), - [sym_charlist] = STATE(3286), - [sym_sigil] = STATE(3286), - [sym_list] = STATE(3286), - [sym_tuple] = STATE(3286), - [sym_bitstring] = STATE(3286), - [sym_map] = STATE(3286), - [sym__nullary_operator] = STATE(3286), - [sym_unary_operator] = STATE(3286), - [sym_binary_operator] = STATE(3286), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3286), - [sym_call] = STATE(3286), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3286), - [sym_anonymous_function] = STATE(3286), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2473), - [sym_integer] = ACTIONS(2473), - [sym_float] = ACTIONS(2473), - [sym_char] = ACTIONS(2473), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2473), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [851] = { - [sym__expression] = STATE(3327), - [sym_block] = STATE(3327), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3327), - [sym_nil] = STATE(3327), - [sym__atom] = STATE(3327), - [sym_quoted_atom] = STATE(3327), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3327), - [sym_charlist] = STATE(3327), - [sym_sigil] = STATE(3327), - [sym_list] = STATE(3327), - [sym_tuple] = STATE(3327), - [sym_bitstring] = STATE(3327), - [sym_map] = STATE(3327), - [sym__nullary_operator] = STATE(3327), - [sym_unary_operator] = STATE(3327), - [sym_binary_operator] = STATE(3327), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3327), - [sym_call] = STATE(3327), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3327), - [sym_anonymous_function] = STATE(3327), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2475), - [sym_integer] = ACTIONS(2475), - [sym_float] = ACTIONS(2475), - [sym_char] = ACTIONS(2475), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2475), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [852] = { - [sym__expression] = STATE(3328), - [sym_block] = STATE(3328), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3328), - [sym_nil] = STATE(3328), - [sym__atom] = STATE(3328), - [sym_quoted_atom] = STATE(3328), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3328), - [sym_charlist] = STATE(3328), - [sym_sigil] = STATE(3328), - [sym_list] = STATE(3328), - [sym_tuple] = STATE(3328), - [sym_bitstring] = STATE(3328), - [sym_map] = STATE(3328), - [sym__nullary_operator] = STATE(3328), - [sym_unary_operator] = STATE(3328), - [sym_binary_operator] = STATE(3328), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3328), - [sym_call] = STATE(3328), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3328), - [sym_anonymous_function] = STATE(3328), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2477), - [sym_integer] = ACTIONS(2477), - [sym_float] = ACTIONS(2477), - [sym_char] = ACTIONS(2477), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2477), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [853] = { - [sym__expression] = STATE(2748), - [sym_block] = STATE(2748), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2748), - [sym_nil] = STATE(2748), - [sym__atom] = STATE(2748), - [sym_quoted_atom] = STATE(2748), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2748), - [sym_charlist] = STATE(2748), - [sym_sigil] = STATE(2748), - [sym_list] = STATE(2748), - [sym_tuple] = STATE(2748), - [sym_bitstring] = STATE(2748), - [sym_map] = STATE(2748), - [sym__nullary_operator] = STATE(2748), - [sym_unary_operator] = STATE(2748), - [sym_binary_operator] = STATE(2748), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2748), - [sym_call] = STATE(2748), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2748), - [sym_anonymous_function] = STATE(2748), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2479), - [sym_integer] = ACTIONS(2479), - [sym_float] = ACTIONS(2479), - [sym_char] = ACTIONS(2479), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2479), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [854] = { - [sym__expression] = STATE(2963), - [sym_block] = STATE(2963), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2963), - [sym_nil] = STATE(2963), - [sym__atom] = STATE(2963), - [sym_quoted_atom] = STATE(2963), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2963), - [sym_charlist] = STATE(2963), - [sym_sigil] = STATE(2963), - [sym_list] = STATE(2963), - [sym_tuple] = STATE(2963), - [sym_bitstring] = STATE(2963), - [sym_map] = STATE(2963), - [sym__nullary_operator] = STATE(2963), - [sym_unary_operator] = STATE(2963), - [sym_binary_operator] = STATE(2963), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2963), - [sym_call] = STATE(2963), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2963), - [sym_anonymous_function] = STATE(2963), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2481), - [sym_integer] = ACTIONS(2481), - [sym_float] = ACTIONS(2481), - [sym_char] = ACTIONS(2481), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2481), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [855] = { - [sym__expression] = STATE(2962), - [sym_block] = STATE(2962), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2962), - [sym_nil] = STATE(2962), - [sym__atom] = STATE(2962), - [sym_quoted_atom] = STATE(2962), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2962), - [sym_charlist] = STATE(2962), - [sym_sigil] = STATE(2962), - [sym_list] = STATE(2962), - [sym_tuple] = STATE(2962), - [sym_bitstring] = STATE(2962), - [sym_map] = STATE(2962), - [sym__nullary_operator] = STATE(2962), - [sym_unary_operator] = STATE(2962), - [sym_binary_operator] = STATE(2962), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2962), - [sym_call] = STATE(2962), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2962), - [sym_anonymous_function] = STATE(2962), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2483), - [sym_integer] = ACTIONS(2483), - [sym_float] = ACTIONS(2483), - [sym_char] = ACTIONS(2483), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2483), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [856] = { - [sym__expression] = STATE(2961), - [sym_block] = STATE(2961), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2961), - [sym_nil] = STATE(2961), - [sym__atom] = STATE(2961), - [sym_quoted_atom] = STATE(2961), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2961), - [sym_charlist] = STATE(2961), - [sym_sigil] = STATE(2961), - [sym_list] = STATE(2961), - [sym_tuple] = STATE(2961), - [sym_bitstring] = STATE(2961), - [sym_map] = STATE(2961), - [sym__nullary_operator] = STATE(2961), - [sym_unary_operator] = STATE(2961), - [sym_binary_operator] = STATE(2961), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2961), - [sym_call] = STATE(2961), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2961), - [sym_anonymous_function] = STATE(2961), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2485), - [sym_integer] = ACTIONS(2485), - [sym_float] = ACTIONS(2485), - [sym_char] = ACTIONS(2485), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2485), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [857] = { - [sym__expression] = STATE(2960), - [sym_block] = STATE(2960), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2960), - [sym_nil] = STATE(2960), - [sym__atom] = STATE(2960), - [sym_quoted_atom] = STATE(2960), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2960), - [sym_charlist] = STATE(2960), - [sym_sigil] = STATE(2960), - [sym_list] = STATE(2960), - [sym_tuple] = STATE(2960), - [sym_bitstring] = STATE(2960), - [sym_map] = STATE(2960), - [sym__nullary_operator] = STATE(2960), - [sym_unary_operator] = STATE(2960), - [sym_binary_operator] = STATE(2960), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2960), - [sym_call] = STATE(2960), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2960), - [sym_anonymous_function] = STATE(2960), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2487), - [sym_integer] = ACTIONS(2487), - [sym_float] = ACTIONS(2487), - [sym_char] = ACTIONS(2487), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2487), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [858] = { - [sym__expression] = STATE(2959), - [sym_block] = STATE(2959), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2959), - [sym_nil] = STATE(2959), - [sym__atom] = STATE(2959), - [sym_quoted_atom] = STATE(2959), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2959), - [sym_charlist] = STATE(2959), - [sym_sigil] = STATE(2959), - [sym_list] = STATE(2959), - [sym_tuple] = STATE(2959), - [sym_bitstring] = STATE(2959), - [sym_map] = STATE(2959), - [sym__nullary_operator] = STATE(2959), - [sym_unary_operator] = STATE(2959), - [sym_binary_operator] = STATE(2959), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2959), - [sym_call] = STATE(2959), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2959), - [sym_anonymous_function] = STATE(2959), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2489), - [sym_integer] = ACTIONS(2489), - [sym_float] = ACTIONS(2489), - [sym_char] = ACTIONS(2489), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2489), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [859] = { - [sym__expression] = STATE(2958), - [sym_block] = STATE(2958), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2958), - [sym_nil] = STATE(2958), - [sym__atom] = STATE(2958), - [sym_quoted_atom] = STATE(2958), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2958), - [sym_charlist] = STATE(2958), - [sym_sigil] = STATE(2958), - [sym_list] = STATE(2958), - [sym_tuple] = STATE(2958), - [sym_bitstring] = STATE(2958), - [sym_map] = STATE(2958), - [sym__nullary_operator] = STATE(2958), - [sym_unary_operator] = STATE(2958), - [sym_binary_operator] = STATE(2958), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2958), - [sym_call] = STATE(2958), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2958), - [sym_anonymous_function] = STATE(2958), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2491), - [sym_integer] = ACTIONS(2491), - [sym_float] = ACTIONS(2491), - [sym_char] = ACTIONS(2491), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2491), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [860] = { - [sym__expression] = STATE(2957), - [sym_block] = STATE(2957), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2957), - [sym_nil] = STATE(2957), - [sym__atom] = STATE(2957), - [sym_quoted_atom] = STATE(2957), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2957), - [sym_charlist] = STATE(2957), - [sym_sigil] = STATE(2957), - [sym_list] = STATE(2957), - [sym_tuple] = STATE(2957), - [sym_bitstring] = STATE(2957), - [sym_map] = STATE(2957), - [sym__nullary_operator] = STATE(2957), - [sym_unary_operator] = STATE(2957), - [sym_binary_operator] = STATE(2957), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2957), - [sym_call] = STATE(2957), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2957), - [sym_anonymous_function] = STATE(2957), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2493), - [sym_integer] = ACTIONS(2493), - [sym_float] = ACTIONS(2493), - [sym_char] = ACTIONS(2493), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2493), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [861] = { - [sym__expression] = STATE(2956), - [sym_block] = STATE(2956), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2956), - [sym_nil] = STATE(2956), - [sym__atom] = STATE(2956), - [sym_quoted_atom] = STATE(2956), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2956), - [sym_charlist] = STATE(2956), - [sym_sigil] = STATE(2956), - [sym_list] = STATE(2956), - [sym_tuple] = STATE(2956), - [sym_bitstring] = STATE(2956), - [sym_map] = STATE(2956), - [sym__nullary_operator] = STATE(2956), - [sym_unary_operator] = STATE(2956), - [sym_binary_operator] = STATE(2956), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2956), - [sym_call] = STATE(2956), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2956), - [sym_anonymous_function] = STATE(2956), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2495), - [sym_integer] = ACTIONS(2495), - [sym_float] = ACTIONS(2495), - [sym_char] = ACTIONS(2495), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2495), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [862] = { - [sym__expression] = STATE(3331), - [sym_block] = STATE(3331), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3331), - [sym_nil] = STATE(3331), - [sym__atom] = STATE(3331), - [sym_quoted_atom] = STATE(3331), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3331), - [sym_charlist] = STATE(3331), - [sym_sigil] = STATE(3331), - [sym_list] = STATE(3331), - [sym_tuple] = STATE(3331), - [sym_bitstring] = STATE(3331), - [sym_map] = STATE(3331), - [sym__nullary_operator] = STATE(3331), - [sym_unary_operator] = STATE(3331), - [sym_binary_operator] = STATE(3331), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3331), - [sym_call] = STATE(3331), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3331), - [sym_anonymous_function] = STATE(3331), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2497), - [sym_integer] = ACTIONS(2497), - [sym_float] = ACTIONS(2497), - [sym_char] = ACTIONS(2497), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2497), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [863] = { - [sym__expression] = STATE(3332), - [sym_block] = STATE(3332), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3332), - [sym_nil] = STATE(3332), - [sym__atom] = STATE(3332), - [sym_quoted_atom] = STATE(3332), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3332), - [sym_charlist] = STATE(3332), - [sym_sigil] = STATE(3332), - [sym_list] = STATE(3332), - [sym_tuple] = STATE(3332), - [sym_bitstring] = STATE(3332), - [sym_map] = STATE(3332), - [sym__nullary_operator] = STATE(3332), - [sym_unary_operator] = STATE(3332), - [sym_binary_operator] = STATE(3332), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3332), - [sym_call] = STATE(3332), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3332), - [sym_anonymous_function] = STATE(3332), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2499), - [sym_integer] = ACTIONS(2499), - [sym_float] = ACTIONS(2499), - [sym_char] = ACTIONS(2499), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2499), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [864] = { - [sym__expression] = STATE(2955), - [sym_block] = STATE(2955), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2955), - [sym_nil] = STATE(2955), - [sym__atom] = STATE(2955), - [sym_quoted_atom] = STATE(2955), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2955), - [sym_charlist] = STATE(2955), - [sym_sigil] = STATE(2955), - [sym_list] = STATE(2955), - [sym_tuple] = STATE(2955), - [sym_bitstring] = STATE(2955), - [sym_map] = STATE(2955), - [sym__nullary_operator] = STATE(2955), - [sym_unary_operator] = STATE(2955), - [sym_binary_operator] = STATE(2955), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2955), - [sym_call] = STATE(2955), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2955), - [sym_anonymous_function] = STATE(2955), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2501), - [sym_integer] = ACTIONS(2501), - [sym_float] = ACTIONS(2501), - [sym_char] = ACTIONS(2501), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2501), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [865] = { - [sym__expression] = STATE(3333), - [sym_block] = STATE(3333), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3333), - [sym_nil] = STATE(3333), - [sym__atom] = STATE(3333), - [sym_quoted_atom] = STATE(3333), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3333), - [sym_charlist] = STATE(3333), - [sym_sigil] = STATE(3333), - [sym_list] = STATE(3333), - [sym_tuple] = STATE(3333), - [sym_bitstring] = STATE(3333), - [sym_map] = STATE(3333), - [sym__nullary_operator] = STATE(3333), - [sym_unary_operator] = STATE(3333), - [sym_binary_operator] = STATE(3333), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3333), - [sym_call] = STATE(3333), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3333), - [sym_anonymous_function] = STATE(3333), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2503), - [sym_integer] = ACTIONS(2503), - [sym_float] = ACTIONS(2503), - [sym_char] = ACTIONS(2503), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2503), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [866] = { - [sym__expression] = STATE(2952), - [sym_block] = STATE(2952), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2952), - [sym_nil] = STATE(2952), - [sym__atom] = STATE(2952), - [sym_quoted_atom] = STATE(2952), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2952), - [sym_charlist] = STATE(2952), - [sym_sigil] = STATE(2952), - [sym_list] = STATE(2952), - [sym_tuple] = STATE(2952), - [sym_bitstring] = STATE(2952), - [sym_map] = STATE(2952), - [sym__nullary_operator] = STATE(2952), - [sym_unary_operator] = STATE(2952), - [sym_binary_operator] = STATE(2952), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2952), - [sym_call] = STATE(2952), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2952), - [sym_anonymous_function] = STATE(2952), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2505), - [sym_integer] = ACTIONS(2505), - [sym_float] = ACTIONS(2505), - [sym_char] = ACTIONS(2505), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2505), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [867] = { - [sym__expression] = STATE(2951), - [sym_block] = STATE(2951), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2951), - [sym_nil] = STATE(2951), - [sym__atom] = STATE(2951), - [sym_quoted_atom] = STATE(2951), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2951), - [sym_charlist] = STATE(2951), - [sym_sigil] = STATE(2951), - [sym_list] = STATE(2951), - [sym_tuple] = STATE(2951), - [sym_bitstring] = STATE(2951), - [sym_map] = STATE(2951), - [sym__nullary_operator] = STATE(2951), - [sym_unary_operator] = STATE(2951), - [sym_binary_operator] = STATE(2951), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2951), - [sym_call] = STATE(2951), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2951), - [sym_anonymous_function] = STATE(2951), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2507), - [sym_integer] = ACTIONS(2507), - [sym_float] = ACTIONS(2507), - [sym_char] = ACTIONS(2507), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2507), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [868] = { - [sym__expression] = STATE(2950), - [sym_block] = STATE(2950), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2950), - [sym_nil] = STATE(2950), - [sym__atom] = STATE(2950), - [sym_quoted_atom] = STATE(2950), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2950), - [sym_charlist] = STATE(2950), - [sym_sigil] = STATE(2950), - [sym_list] = STATE(2950), - [sym_tuple] = STATE(2950), - [sym_bitstring] = STATE(2950), - [sym_map] = STATE(2950), - [sym__nullary_operator] = STATE(2950), - [sym_unary_operator] = STATE(2950), - [sym_binary_operator] = STATE(2950), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2950), - [sym_call] = STATE(2950), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2950), - [sym_anonymous_function] = STATE(2950), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2509), - [sym_integer] = ACTIONS(2509), - [sym_float] = ACTIONS(2509), - [sym_char] = ACTIONS(2509), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2509), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [869] = { - [sym__expression] = STATE(2949), - [sym_block] = STATE(2949), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2949), - [sym_nil] = STATE(2949), - [sym__atom] = STATE(2949), - [sym_quoted_atom] = STATE(2949), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2949), - [sym_charlist] = STATE(2949), - [sym_sigil] = STATE(2949), - [sym_list] = STATE(2949), - [sym_tuple] = STATE(2949), - [sym_bitstring] = STATE(2949), - [sym_map] = STATE(2949), - [sym__nullary_operator] = STATE(2949), - [sym_unary_operator] = STATE(2949), - [sym_binary_operator] = STATE(2949), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2949), - [sym_call] = STATE(2949), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2949), - [sym_anonymous_function] = STATE(2949), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2511), - [sym_integer] = ACTIONS(2511), - [sym_float] = ACTIONS(2511), - [sym_char] = ACTIONS(2511), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2511), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [870] = { - [sym__expression] = STATE(3334), - [sym_block] = STATE(3334), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3334), - [sym_nil] = STATE(3334), - [sym__atom] = STATE(3334), - [sym_quoted_atom] = STATE(3334), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3334), - [sym_charlist] = STATE(3334), - [sym_sigil] = STATE(3334), - [sym_list] = STATE(3334), - [sym_tuple] = STATE(3334), - [sym_bitstring] = STATE(3334), - [sym_map] = STATE(3334), - [sym__nullary_operator] = STATE(3334), - [sym_unary_operator] = STATE(3334), - [sym_binary_operator] = STATE(3334), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3334), - [sym_call] = STATE(3334), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3334), - [sym_anonymous_function] = STATE(3334), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2513), - [sym_integer] = ACTIONS(2513), - [sym_float] = ACTIONS(2513), - [sym_char] = ACTIONS(2513), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2513), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [871] = { - [sym__expression] = STATE(3337), - [sym_block] = STATE(3337), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3337), - [sym_nil] = STATE(3337), - [sym__atom] = STATE(3337), - [sym_quoted_atom] = STATE(3337), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3337), - [sym_charlist] = STATE(3337), - [sym_sigil] = STATE(3337), - [sym_list] = STATE(3337), - [sym_tuple] = STATE(3337), - [sym_bitstring] = STATE(3337), - [sym_map] = STATE(3337), - [sym__nullary_operator] = STATE(3337), - [sym_unary_operator] = STATE(3337), - [sym_binary_operator] = STATE(3337), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3337), - [sym_call] = STATE(3337), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3337), - [sym_anonymous_function] = STATE(3337), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2515), - [sym_integer] = ACTIONS(2515), - [sym_float] = ACTIONS(2515), - [sym_char] = ACTIONS(2515), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2515), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [872] = { - [sym__expression] = STATE(3354), - [sym_block] = STATE(3354), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3354), - [sym_nil] = STATE(3354), - [sym__atom] = STATE(3354), - [sym_quoted_atom] = STATE(3354), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3354), - [sym_charlist] = STATE(3354), - [sym_sigil] = STATE(3354), - [sym_list] = STATE(3354), - [sym_tuple] = STATE(3354), - [sym_bitstring] = STATE(3354), - [sym_map] = STATE(3354), - [sym__nullary_operator] = STATE(3354), - [sym_unary_operator] = STATE(3354), - [sym_binary_operator] = STATE(3354), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3354), - [sym_call] = STATE(3354), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3354), - [sym_anonymous_function] = STATE(3354), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2517), - [sym_integer] = ACTIONS(2517), - [sym_float] = ACTIONS(2517), - [sym_char] = ACTIONS(2517), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2517), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [873] = { - [sym__expression] = STATE(2946), - [sym_block] = STATE(2946), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2946), - [sym_nil] = STATE(2946), - [sym__atom] = STATE(2946), - [sym_quoted_atom] = STATE(2946), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2946), - [sym_charlist] = STATE(2946), - [sym_sigil] = STATE(2946), - [sym_list] = STATE(2946), - [sym_tuple] = STATE(2946), - [sym_bitstring] = STATE(2946), - [sym_map] = STATE(2946), - [sym__nullary_operator] = STATE(2946), - [sym_unary_operator] = STATE(2946), - [sym_binary_operator] = STATE(2946), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2946), - [sym_call] = STATE(2946), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2946), - [sym_anonymous_function] = STATE(2946), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2519), - [sym_integer] = ACTIONS(2519), - [sym_float] = ACTIONS(2519), - [sym_char] = ACTIONS(2519), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2519), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [874] = { - [sym__expression] = STATE(2945), - [sym_block] = STATE(2945), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2945), - [sym_nil] = STATE(2945), - [sym__atom] = STATE(2945), - [sym_quoted_atom] = STATE(2945), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2945), - [sym_charlist] = STATE(2945), - [sym_sigil] = STATE(2945), - [sym_list] = STATE(2945), - [sym_tuple] = STATE(2945), - [sym_bitstring] = STATE(2945), - [sym_map] = STATE(2945), - [sym__nullary_operator] = STATE(2945), - [sym_unary_operator] = STATE(2945), - [sym_binary_operator] = STATE(2945), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2945), - [sym_call] = STATE(2945), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2945), - [sym_anonymous_function] = STATE(2945), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2521), - [sym_integer] = ACTIONS(2521), - [sym_float] = ACTIONS(2521), - [sym_char] = ACTIONS(2521), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2521), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [875] = { - [sym__expression] = STATE(3356), - [sym_block] = STATE(3356), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3356), - [sym_nil] = STATE(3356), - [sym__atom] = STATE(3356), - [sym_quoted_atom] = STATE(3356), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3356), - [sym_charlist] = STATE(3356), - [sym_sigil] = STATE(3356), - [sym_list] = STATE(3356), - [sym_tuple] = STATE(3356), - [sym_bitstring] = STATE(3356), - [sym_map] = STATE(3356), - [sym__nullary_operator] = STATE(3356), - [sym_unary_operator] = STATE(3356), - [sym_binary_operator] = STATE(3356), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3356), - [sym_call] = STATE(3356), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3356), - [sym_anonymous_function] = STATE(3356), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2523), - [sym_integer] = ACTIONS(2523), - [sym_float] = ACTIONS(2523), - [sym_char] = ACTIONS(2523), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2523), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [876] = { - [sym__expression] = STATE(3361), - [sym_block] = STATE(3361), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3361), - [sym_nil] = STATE(3361), - [sym__atom] = STATE(3361), - [sym_quoted_atom] = STATE(3361), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3361), - [sym_charlist] = STATE(3361), - [sym_sigil] = STATE(3361), - [sym_list] = STATE(3361), - [sym_tuple] = STATE(3361), - [sym_bitstring] = STATE(3361), - [sym_map] = STATE(3361), - [sym__nullary_operator] = STATE(3361), - [sym_unary_operator] = STATE(3361), - [sym_binary_operator] = STATE(3361), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3361), - [sym_call] = STATE(3361), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3361), - [sym_anonymous_function] = STATE(3361), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2525), - [sym_integer] = ACTIONS(2525), - [sym_float] = ACTIONS(2525), - [sym_char] = ACTIONS(2525), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2525), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [877] = { - [sym__expression] = STATE(3365), - [sym_block] = STATE(3365), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3365), - [sym_nil] = STATE(3365), - [sym__atom] = STATE(3365), - [sym_quoted_atom] = STATE(3365), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3365), - [sym_charlist] = STATE(3365), - [sym_sigil] = STATE(3365), - [sym_list] = STATE(3365), - [sym_tuple] = STATE(3365), - [sym_bitstring] = STATE(3365), - [sym_map] = STATE(3365), - [sym__nullary_operator] = STATE(3365), - [sym_unary_operator] = STATE(3365), - [sym_binary_operator] = STATE(3365), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3365), - [sym_call] = STATE(3365), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3365), - [sym_anonymous_function] = STATE(3365), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2527), - [sym_integer] = ACTIONS(2527), - [sym_float] = ACTIONS(2527), - [sym_char] = ACTIONS(2527), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2527), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [878] = { - [sym__expression] = STATE(3366), - [sym_block] = STATE(3366), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3366), - [sym_nil] = STATE(3366), - [sym__atom] = STATE(3366), - [sym_quoted_atom] = STATE(3366), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3366), - [sym_charlist] = STATE(3366), - [sym_sigil] = STATE(3366), - [sym_list] = STATE(3366), - [sym_tuple] = STATE(3366), - [sym_bitstring] = STATE(3366), - [sym_map] = STATE(3366), - [sym__nullary_operator] = STATE(3366), - [sym_unary_operator] = STATE(3366), - [sym_binary_operator] = STATE(3366), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3366), - [sym_call] = STATE(3366), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3366), - [sym_anonymous_function] = STATE(3366), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2529), - [sym_integer] = ACTIONS(2529), - [sym_float] = ACTIONS(2529), - [sym_char] = ACTIONS(2529), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2529), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [879] = { - [sym__expression] = STATE(3390), - [sym_block] = STATE(3390), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3390), - [sym_nil] = STATE(3390), - [sym__atom] = STATE(3390), - [sym_quoted_atom] = STATE(3390), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3390), - [sym_charlist] = STATE(3390), - [sym_sigil] = STATE(3390), - [sym_list] = STATE(3390), - [sym_tuple] = STATE(3390), - [sym_bitstring] = STATE(3390), - [sym_map] = STATE(3390), - [sym__nullary_operator] = STATE(3390), - [sym_unary_operator] = STATE(3390), - [sym_binary_operator] = STATE(3390), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3390), - [sym_call] = STATE(3390), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3390), - [sym_anonymous_function] = STATE(3390), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2531), - [sym_integer] = ACTIONS(2531), - [sym_float] = ACTIONS(2531), - [sym_char] = ACTIONS(2531), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2531), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [880] = { - [sym__expression] = STATE(3399), - [sym_block] = STATE(3399), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3399), - [sym_nil] = STATE(3399), - [sym__atom] = STATE(3399), - [sym_quoted_atom] = STATE(3399), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3399), - [sym_charlist] = STATE(3399), - [sym_sigil] = STATE(3399), - [sym_list] = STATE(3399), - [sym_tuple] = STATE(3399), - [sym_bitstring] = STATE(3399), - [sym_map] = STATE(3399), - [sym__nullary_operator] = STATE(3399), - [sym_unary_operator] = STATE(3399), - [sym_binary_operator] = STATE(3399), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3399), - [sym_call] = STATE(3399), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3399), - [sym_anonymous_function] = STATE(3399), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2533), - [sym_integer] = ACTIONS(2533), - [sym_float] = ACTIONS(2533), - [sym_char] = ACTIONS(2533), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2533), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [881] = { - [sym__expression] = STATE(3402), - [sym_block] = STATE(3402), - [sym_identifier] = STATE(60), - [sym_boolean] = STATE(3402), - [sym_nil] = STATE(3402), - [sym__atom] = STATE(3402), - [sym_quoted_atom] = STATE(3402), - [sym__quoted_i_double] = STATE(3226), - [sym__quoted_i_single] = STATE(3227), - [sym__quoted_i_heredoc_single] = STATE(3228), - [sym__quoted_i_heredoc_double] = STATE(3229), - [sym_string] = STATE(3402), - [sym_charlist] = STATE(3402), - [sym_sigil] = STATE(3402), - [sym_list] = STATE(3402), - [sym_tuple] = STATE(3402), - [sym_bitstring] = STATE(3402), - [sym_map] = STATE(3402), - [sym__nullary_operator] = STATE(3402), - [sym_unary_operator] = STATE(3402), - [sym_binary_operator] = STATE(3402), - [sym_operator_identifier] = STATE(5628), - [sym_dot] = STATE(3402), - [sym_call] = STATE(3402), - [sym__call_without_parentheses] = STATE(3230), - [sym__call_with_parentheses] = STATE(3231), - [sym__local_call_without_parentheses] = STATE(3414), - [sym__local_call_with_parentheses] = STATE(2420), - [sym__local_call_just_do_block] = STATE(3233), - [sym__remote_call_without_parentheses] = STATE(3243), - [sym__remote_call_with_parentheses] = STATE(2423), - [sym__remote_dot] = STATE(57), - [sym__anonymous_call] = STATE(2425), - [sym__anonymous_dot] = STATE(5473), - [sym__double_call] = STATE(3244), - [sym_access_call] = STATE(3402), - [sym_anonymous_function] = STATE(3402), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(586), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2535), - [sym_integer] = ACTIONS(2535), - [sym_float] = ACTIONS(2535), - [sym_char] = ACTIONS(2535), - [anon_sym_true] = ACTIONS(592), - [anon_sym_false] = ACTIONS(592), - [anon_sym_nil] = ACTIONS(594), - [sym_atom] = ACTIONS(2535), - [anon_sym_DQUOTE] = ACTIONS(596), - [anon_sym_SQUOTE] = ACTIONS(598), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(600), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(602), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LBRACK] = ACTIONS(606), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(608), - [anon_sym_LT_LT] = ACTIONS(612), - [anon_sym_PERCENT] = ACTIONS(614), - [anon_sym_DOT_DOT] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(616), - [anon_sym_PLUS] = ACTIONS(618), - [anon_sym_DASH] = ACTIONS(618), - [anon_sym_BANG] = ACTIONS(618), - [anon_sym_CARET] = ACTIONS(618), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(618), - [anon_sym_not] = ACTIONS(618), - [anon_sym_AT] = ACTIONS(620), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(622), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(626), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(628), - }, - [882] = { - [sym__expression] = STATE(3859), - [sym_block] = STATE(3859), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3859), - [sym_nil] = STATE(3859), - [sym__atom] = STATE(3859), - [sym_quoted_atom] = STATE(3859), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3859), - [sym_charlist] = STATE(3859), - [sym_sigil] = STATE(3859), - [sym_list] = STATE(3859), - [sym_tuple] = STATE(3859), - [sym_bitstring] = STATE(3859), - [sym_map] = STATE(3859), - [sym__nullary_operator] = STATE(3859), - [sym_unary_operator] = STATE(3859), - [sym_binary_operator] = STATE(3859), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3859), - [sym_call] = STATE(3859), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3859), - [sym_anonymous_function] = STATE(3859), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(2537), - [sym_integer] = ACTIONS(2537), - [sym_float] = ACTIONS(2537), - [sym_char] = ACTIONS(2537), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(2537), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [883] = { - [sym__expression] = STATE(3883), - [sym_block] = STATE(3883), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3883), - [sym_nil] = STATE(3883), - [sym__atom] = STATE(3883), - [sym_quoted_atom] = STATE(3883), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3883), - [sym_charlist] = STATE(3883), - [sym_sigil] = STATE(3883), - [sym_list] = STATE(3883), - [sym_tuple] = STATE(3883), - [sym_bitstring] = STATE(3883), - [sym_map] = STATE(3883), - [sym__nullary_operator] = STATE(3883), - [sym_unary_operator] = STATE(3883), - [sym_binary_operator] = STATE(3883), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3883), - [sym_call] = STATE(3883), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3883), - [sym_anonymous_function] = STATE(3883), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2539), - [sym_integer] = ACTIONS(2539), - [sym_float] = ACTIONS(2539), - [sym_char] = ACTIONS(2539), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2539), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [884] = { - [sym__expression] = STATE(2694), - [sym_block] = STATE(2694), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2694), - [sym_nil] = STATE(2694), - [sym__atom] = STATE(2694), - [sym_quoted_atom] = STATE(2694), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2694), - [sym_charlist] = STATE(2694), - [sym_sigil] = STATE(2694), - [sym_list] = STATE(2694), - [sym_tuple] = STATE(2694), - [sym_bitstring] = STATE(2694), - [sym_map] = STATE(2694), - [sym__nullary_operator] = STATE(2694), - [sym_unary_operator] = STATE(2694), - [sym_binary_operator] = STATE(2694), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2694), - [sym_call] = STATE(2694), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2694), - [sym_anonymous_function] = STATE(2694), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2541), - [sym_integer] = ACTIONS(2541), - [sym_float] = ACTIONS(2541), - [sym_char] = ACTIONS(2541), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2541), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [885] = { - [sym__expression] = STATE(2693), - [sym_block] = STATE(2693), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2693), - [sym_nil] = STATE(2693), - [sym__atom] = STATE(2693), - [sym_quoted_atom] = STATE(2693), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2693), - [sym_charlist] = STATE(2693), - [sym_sigil] = STATE(2693), - [sym_list] = STATE(2693), - [sym_tuple] = STATE(2693), - [sym_bitstring] = STATE(2693), - [sym_map] = STATE(2693), - [sym__nullary_operator] = STATE(2693), - [sym_unary_operator] = STATE(2693), - [sym_binary_operator] = STATE(2693), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2693), - [sym_call] = STATE(2693), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2693), - [sym_anonymous_function] = STATE(2693), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2543), - [sym_integer] = ACTIONS(2543), - [sym_float] = ACTIONS(2543), - [sym_char] = ACTIONS(2543), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), - [sym_atom] = ACTIONS(2543), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), - }, - [886] = { - [sym__expression] = STATE(1791), - [sym_block] = STATE(1791), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(1791), - [sym_nil] = STATE(1791), - [sym__atom] = STATE(1791), - [sym_quoted_atom] = STATE(1791), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(1791), - [sym_charlist] = STATE(1791), - [sym_sigil] = STATE(1791), - [sym_list] = STATE(1791), - [sym_tuple] = STATE(1791), - [sym_bitstring] = STATE(1791), - [sym_map] = STATE(1791), - [sym__nullary_operator] = STATE(1791), - [sym_unary_operator] = STATE(1791), - [sym_binary_operator] = STATE(1791), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(1791), - [sym_call] = STATE(1791), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(1791), - [sym_anonymous_function] = STATE(1791), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1833), - [sym_integer] = ACTIONS(1833), - [sym_float] = ACTIONS(1833), - [sym_char] = ACTIONS(1833), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1833), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [887] = { - [sym__expression] = STATE(3860), - [sym_block] = STATE(3860), - [sym_identifier] = STATE(54), - [sym_boolean] = STATE(3860), - [sym_nil] = STATE(3860), - [sym__atom] = STATE(3860), - [sym_quoted_atom] = STATE(3860), - [sym__quoted_i_double] = STATE(3690), - [sym__quoted_i_single] = STATE(3693), - [sym__quoted_i_heredoc_single] = STATE(3699), - [sym__quoted_i_heredoc_double] = STATE(3702), - [sym_string] = STATE(3860), - [sym_charlist] = STATE(3860), - [sym_sigil] = STATE(3860), - [sym_list] = STATE(3860), - [sym_tuple] = STATE(3860), - [sym_bitstring] = STATE(3860), - [sym_map] = STATE(3860), - [sym__nullary_operator] = STATE(3860), - [sym_unary_operator] = STATE(3860), - [sym_binary_operator] = STATE(3860), - [sym_operator_identifier] = STATE(5646), - [sym_dot] = STATE(3860), - [sym_call] = STATE(3860), - [sym__call_without_parentheses] = STATE(3722), - [sym__call_with_parentheses] = STATE(3762), - [sym__local_call_without_parentheses] = STATE(3808), - [sym__local_call_with_parentheses] = STATE(2702), - [sym__local_call_just_do_block] = STATE(3810), - [sym__remote_call_without_parentheses] = STATE(3811), - [sym__remote_call_with_parentheses] = STATE(2718), - [sym__remote_dot] = STATE(45), - [sym__anonymous_call] = STATE(2719), - [sym__anonymous_dot] = STATE(5501), - [sym__double_call] = STATE(3812), - [sym_access_call] = STATE(3860), - [sym_anonymous_function] = STATE(3860), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(13), - [aux_sym_identifier_token1] = ACTIONS(15), - [anon_sym_DOT_DOT_DOT] = ACTIONS(15), - [sym_alias] = ACTIONS(2545), - [sym_integer] = ACTIONS(2545), - [sym_float] = ACTIONS(2545), - [sym_char] = ACTIONS(2545), - [anon_sym_true] = ACTIONS(19), - [anon_sym_false] = ACTIONS(19), - [anon_sym_nil] = ACTIONS(21), - [sym_atom] = ACTIONS(2545), - [anon_sym_DQUOTE] = ACTIONS(23), - [anon_sym_SQUOTE] = ACTIONS(25), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(27), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(29), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LBRACK] = ACTIONS(33), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(37), - [anon_sym_LT_LT] = ACTIONS(39), - [anon_sym_PERCENT] = ACTIONS(41), - [anon_sym_DOT_DOT] = ACTIONS(43), - [anon_sym_AMP] = ACTIONS(45), - [anon_sym_PLUS] = ACTIONS(47), - [anon_sym_DASH] = ACTIONS(47), - [anon_sym_BANG] = ACTIONS(47), - [anon_sym_CARET] = ACTIONS(47), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(47), - [anon_sym_not] = ACTIONS(47), - [anon_sym_AT] = ACTIONS(49), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(51), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(53), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(57), - }, - [888] = { - [sym__expression] = STATE(4143), - [sym_block] = STATE(4143), - [sym_identifier] = STATE(53), - [sym_boolean] = STATE(4143), - [sym_nil] = STATE(4143), - [sym__atom] = STATE(4143), - [sym_quoted_atom] = STATE(4143), - [sym__quoted_i_double] = STATE(3020), - [sym__quoted_i_single] = STATE(3126), - [sym__quoted_i_heredoc_single] = STATE(2974), - [sym__quoted_i_heredoc_double] = STATE(2973), - [sym_string] = STATE(4143), - [sym_charlist] = STATE(4143), - [sym_sigil] = STATE(4143), - [sym_list] = STATE(4143), - [sym_tuple] = STATE(4143), - [sym_bitstring] = STATE(4143), - [sym_map] = STATE(4143), - [sym__nullary_operator] = STATE(4143), - [sym_unary_operator] = STATE(4143), - [sym_binary_operator] = STATE(4143), - [sym_operator_identifier] = STATE(5560), - [sym_dot] = STATE(4143), - [sym_call] = STATE(4143), - [sym__call_without_parentheses] = STATE(2972), - [sym__call_with_parentheses] = STATE(2971), - [sym__local_call_without_parentheses] = STATE(2969), - [sym__local_call_with_parentheses] = STATE(2123), - [sym__local_call_just_do_block] = STATE(2967), - [sym__remote_call_without_parentheses] = STATE(2966), - [sym__remote_call_with_parentheses] = STATE(2124), - [sym__remote_dot] = STATE(37), - [sym__anonymous_call] = STATE(2127), - [sym__anonymous_dot] = STATE(5505), - [sym__double_call] = STATE(2948), - [sym_access_call] = STATE(4143), - [sym_anonymous_function] = STATE(4143), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(1043), - [aux_sym_identifier_token1] = ACTIONS(804), - [anon_sym_DOT_DOT_DOT] = ACTIONS(804), - [sym_alias] = ACTIONS(2547), - [sym_integer] = ACTIONS(2547), - [sym_float] = ACTIONS(2547), - [sym_char] = ACTIONS(2547), - [anon_sym_true] = ACTIONS(1047), - [anon_sym_false] = ACTIONS(1047), - [anon_sym_nil] = ACTIONS(1049), - [sym_atom] = ACTIONS(2547), - [anon_sym_DQUOTE] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1053), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LBRACK] = ACTIONS(1063), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1065), - [anon_sym_LT_LT] = ACTIONS(1069), - [anon_sym_PERCENT] = ACTIONS(1071), - [anon_sym_DOT_DOT] = ACTIONS(1073), - [anon_sym_AMP] = ACTIONS(1075), - [anon_sym_PLUS] = ACTIONS(1077), - [anon_sym_DASH] = ACTIONS(1077), - [anon_sym_BANG] = ACTIONS(1077), - [anon_sym_CARET] = ACTIONS(1077), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), - [anon_sym_not] = ACTIONS(1077), - [anon_sym_AT] = ACTIONS(1079), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(1081), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1083), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(1085), - }, - [889] = { - [sym__expression] = STATE(3882), - [sym_block] = STATE(3882), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3882), - [sym_nil] = STATE(3882), - [sym__atom] = STATE(3882), - [sym_quoted_atom] = STATE(3882), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3882), - [sym_charlist] = STATE(3882), - [sym_sigil] = STATE(3882), - [sym_list] = STATE(3882), - [sym_tuple] = STATE(3882), - [sym_bitstring] = STATE(3882), - [sym_map] = STATE(3882), - [sym__nullary_operator] = STATE(3882), - [sym_unary_operator] = STATE(3882), - [sym_binary_operator] = STATE(3882), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3882), - [sym_call] = STATE(3882), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3882), - [sym_anonymous_function] = STATE(3882), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2549), - [sym_integer] = ACTIONS(2549), - [sym_float] = ACTIONS(2549), - [sym_char] = ACTIONS(2549), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2549), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [890] = { - [sym__expression] = STATE(1824), - [sym_block] = STATE(1824), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(1824), - [sym_nil] = STATE(1824), - [sym__atom] = STATE(1824), - [sym_quoted_atom] = STATE(1824), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(1824), - [sym_charlist] = STATE(1824), - [sym_sigil] = STATE(1824), - [sym_list] = STATE(1824), - [sym_tuple] = STATE(1824), - [sym_bitstring] = STATE(1824), - [sym_map] = STATE(1824), - [sym__nullary_operator] = STATE(1824), - [sym_unary_operator] = STATE(1824), - [sym_binary_operator] = STATE(1824), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(1824), - [sym_call] = STATE(1824), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(1824), - [sym_anonymous_function] = STATE(1824), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(1837), - [sym_integer] = ACTIONS(1837), - [sym_float] = ACTIONS(1837), - [sym_char] = ACTIONS(1837), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(1837), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [891] = { - [sym__expression] = STATE(3688), - [sym_block] = STATE(3688), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3688), - [sym_nil] = STATE(3688), - [sym__atom] = STATE(3688), - [sym_quoted_atom] = STATE(3688), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3688), - [sym_charlist] = STATE(3688), - [sym_sigil] = STATE(3688), - [sym_list] = STATE(3688), - [sym_tuple] = STATE(3688), - [sym_bitstring] = STATE(3688), - [sym_map] = STATE(3688), - [sym__nullary_operator] = STATE(3688), - [sym_unary_operator] = STATE(3688), - [sym_binary_operator] = STATE(3688), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3688), - [sym_call] = STATE(3688), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3688), - [sym_anonymous_function] = STATE(3688), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2551), - [sym_integer] = ACTIONS(2551), - [sym_float] = ACTIONS(2551), - [sym_char] = ACTIONS(2551), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2551), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [892] = { - [sym__expression] = STATE(3687), - [sym_block] = STATE(3687), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3687), - [sym_nil] = STATE(3687), - [sym__atom] = STATE(3687), - [sym_quoted_atom] = STATE(3687), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3687), - [sym_charlist] = STATE(3687), - [sym_sigil] = STATE(3687), - [sym_list] = STATE(3687), - [sym_tuple] = STATE(3687), - [sym_bitstring] = STATE(3687), - [sym_map] = STATE(3687), - [sym__nullary_operator] = STATE(3687), - [sym_unary_operator] = STATE(3687), - [sym_binary_operator] = STATE(3687), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3687), - [sym_call] = STATE(3687), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3687), - [sym_anonymous_function] = STATE(3687), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2553), - [sym_integer] = ACTIONS(2553), - [sym_float] = ACTIONS(2553), - [sym_char] = ACTIONS(2553), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2553), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [893] = { - [sym__expression] = STATE(3685), - [sym_block] = STATE(3685), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3685), - [sym_nil] = STATE(3685), - [sym__atom] = STATE(3685), - [sym_quoted_atom] = STATE(3685), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3685), - [sym_charlist] = STATE(3685), - [sym_sigil] = STATE(3685), - [sym_list] = STATE(3685), - [sym_tuple] = STATE(3685), - [sym_bitstring] = STATE(3685), - [sym_map] = STATE(3685), - [sym__nullary_operator] = STATE(3685), - [sym_unary_operator] = STATE(3685), - [sym_binary_operator] = STATE(3685), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3685), - [sym_call] = STATE(3685), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3685), - [sym_anonymous_function] = STATE(3685), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2555), - [sym_integer] = ACTIONS(2555), - [sym_float] = ACTIONS(2555), - [sym_char] = ACTIONS(2555), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2555), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [894] = { - [sym__expression] = STATE(3684), - [sym_block] = STATE(3684), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3684), - [sym_nil] = STATE(3684), - [sym__atom] = STATE(3684), - [sym_quoted_atom] = STATE(3684), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3684), - [sym_charlist] = STATE(3684), - [sym_sigil] = STATE(3684), - [sym_list] = STATE(3684), - [sym_tuple] = STATE(3684), - [sym_bitstring] = STATE(3684), - [sym_map] = STATE(3684), - [sym__nullary_operator] = STATE(3684), - [sym_unary_operator] = STATE(3684), - [sym_binary_operator] = STATE(3684), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3684), - [sym_call] = STATE(3684), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3684), - [sym_anonymous_function] = STATE(3684), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2557), - [sym_integer] = ACTIONS(2557), - [sym_float] = ACTIONS(2557), - [sym_char] = ACTIONS(2557), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2557), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [895] = { - [sym__expression] = STATE(3683), - [sym_block] = STATE(3683), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3683), - [sym_nil] = STATE(3683), - [sym__atom] = STATE(3683), - [sym_quoted_atom] = STATE(3683), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3683), - [sym_charlist] = STATE(3683), - [sym_sigil] = STATE(3683), - [sym_list] = STATE(3683), - [sym_tuple] = STATE(3683), - [sym_bitstring] = STATE(3683), - [sym_map] = STATE(3683), - [sym__nullary_operator] = STATE(3683), - [sym_unary_operator] = STATE(3683), - [sym_binary_operator] = STATE(3683), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3683), - [sym_call] = STATE(3683), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3683), - [sym_anonymous_function] = STATE(3683), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2559), - [sym_integer] = ACTIONS(2559), - [sym_float] = ACTIONS(2559), - [sym_char] = ACTIONS(2559), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2559), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [896] = { - [sym__expression] = STATE(3682), - [sym_block] = STATE(3682), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3682), - [sym_nil] = STATE(3682), - [sym__atom] = STATE(3682), - [sym_quoted_atom] = STATE(3682), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3682), - [sym_charlist] = STATE(3682), - [sym_sigil] = STATE(3682), - [sym_list] = STATE(3682), - [sym_tuple] = STATE(3682), - [sym_bitstring] = STATE(3682), - [sym_map] = STATE(3682), - [sym__nullary_operator] = STATE(3682), - [sym_unary_operator] = STATE(3682), - [sym_binary_operator] = STATE(3682), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3682), - [sym_call] = STATE(3682), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3682), - [sym_anonymous_function] = STATE(3682), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2561), - [sym_integer] = ACTIONS(2561), - [sym_float] = ACTIONS(2561), - [sym_char] = ACTIONS(2561), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2561), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [897] = { - [sym__expression] = STATE(3680), - [sym_block] = STATE(3680), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3680), - [sym_nil] = STATE(3680), - [sym__atom] = STATE(3680), - [sym_quoted_atom] = STATE(3680), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3680), - [sym_charlist] = STATE(3680), - [sym_sigil] = STATE(3680), - [sym_list] = STATE(3680), - [sym_tuple] = STATE(3680), - [sym_bitstring] = STATE(3680), - [sym_map] = STATE(3680), - [sym__nullary_operator] = STATE(3680), - [sym_unary_operator] = STATE(3680), - [sym_binary_operator] = STATE(3680), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3680), - [sym_call] = STATE(3680), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3680), - [sym_anonymous_function] = STATE(3680), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), - [sym_alias] = ACTIONS(2563), - [sym_integer] = ACTIONS(2563), - [sym_float] = ACTIONS(2563), - [sym_char] = ACTIONS(2563), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2563), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), - [anon_sym_LT] = ACTIONS(35), - [anon_sym_GT] = ACTIONS(35), - [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), - [anon_sym_LT_DASH] = ACTIONS(35), - [anon_sym_BSLASH_BSLASH] = ACTIONS(35), - [anon_sym_when] = ACTIONS(35), - [anon_sym_COLON_COLON] = ACTIONS(35), - [anon_sym_EQ] = ACTIONS(35), - [anon_sym_PIPE_PIPE] = ACTIONS(35), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), - [anon_sym_or] = ACTIONS(35), - [anon_sym_AMP_AMP] = ACTIONS(35), - [anon_sym_AMP_AMP_AMP] = ACTIONS(35), - [anon_sym_and] = ACTIONS(35), - [anon_sym_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ] = ACTIONS(35), - [anon_sym_EQ_TILDE] = ACTIONS(35), - [anon_sym_EQ_EQ_EQ] = ACTIONS(35), - [anon_sym_BANG_EQ_EQ] = ACTIONS(35), - [anon_sym_LT_EQ] = ACTIONS(35), - [anon_sym_GT_EQ] = ACTIONS(35), - [anon_sym_PIPE_GT] = ACTIONS(35), - [anon_sym_LT_LT_LT] = ACTIONS(35), - [anon_sym_GT_GT_GT] = ACTIONS(35), - [anon_sym_LT_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT_GT] = ACTIONS(35), - [anon_sym_LT_TILDE] = ACTIONS(35), - [anon_sym_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_TILDE_GT] = ACTIONS(35), - [anon_sym_LT_PIPE_GT] = ACTIONS(35), - [anon_sym_in] = ACTIONS(35), - [anon_sym_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH] = ACTIONS(35), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), - [anon_sym_DASH_DASH_DASH] = ACTIONS(35), - [anon_sym_LT_GT] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_STAR_STAR] = ACTIONS(35), - [anon_sym_CARET_CARET] = ACTIONS(35), - [anon_sym_DASH_GT] = ACTIONS(35), - [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), - [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), - }, - [898] = { - [sym__expression] = STATE(1407), - [sym_block] = STATE(1407), + [834] = { + [sym__expression] = STATE(1559), + [sym_block] = STATE(1559), [sym_identifier] = STATE(17), - [sym_boolean] = STATE(1407), - [sym_nil] = STATE(1407), - [sym__atom] = STATE(1407), - [sym_quoted_atom] = STATE(1407), - [sym__quoted_i_double] = STATE(1243), - [sym__quoted_i_single] = STATE(1244), - [sym__quoted_i_heredoc_single] = STATE(1245), - [sym__quoted_i_heredoc_double] = STATE(1246), - [sym_string] = STATE(1407), - [sym_charlist] = STATE(1407), - [sym_sigil] = STATE(1407), - [sym_list] = STATE(1407), - [sym_tuple] = STATE(1407), - [sym_bitstring] = STATE(1407), - [sym_map] = STATE(1407), - [sym__nullary_operator] = STATE(1407), - [sym_unary_operator] = STATE(1407), - [sym_binary_operator] = STATE(1407), - [sym_operator_identifier] = STATE(5612), - [sym_dot] = STATE(1407), - [sym_call] = STATE(1407), - [sym__call_without_parentheses] = STATE(1247), - [sym__call_with_parentheses] = STATE(1248), - [sym__local_call_without_parentheses] = STATE(1250), - [sym__local_call_with_parentheses] = STATE(1074), - [sym__local_call_just_do_block] = STATE(1251), - [sym__remote_call_without_parentheses] = STATE(1252), - [sym__remote_call_with_parentheses] = STATE(1073), - [sym__remote_dot] = STATE(19), - [sym__anonymous_call] = STATE(1072), - [sym__anonymous_dot] = STATE(5495), - [sym__double_call] = STATE(1253), - [sym_access_call] = STATE(1407), - [sym_anonymous_function] = STATE(1407), + [sym_boolean] = STATE(1559), + [sym_nil] = STATE(1559), + [sym__atom] = STATE(1559), + [sym_quoted_atom] = STATE(1559), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1559), + [sym_charlist] = STATE(1559), + [sym_sigil] = STATE(1559), + [sym_list] = STATE(1559), + [sym_tuple] = STATE(1559), + [sym_bitstring] = STATE(1559), + [sym_map] = STATE(1559), + [sym__nullary_operator] = STATE(1559), + [sym_unary_operator] = STATE(1559), + [sym_binary_operator] = STATE(1559), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1559), + [sym_call] = STATE(1559), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1559), + [sym_anonymous_function] = STATE(1559), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(189), [aux_sym_identifier_token1] = ACTIONS(191), [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(1427), - [sym_integer] = ACTIONS(1427), - [sym_float] = ACTIONS(1427), - [sym_char] = ACTIONS(1427), + [sym_alias] = ACTIONS(2457), + [sym_integer] = ACTIONS(2457), + [sym_float] = ACTIONS(2457), + [sym_char] = ACTIONS(2457), [anon_sym_true] = ACTIONS(195), [anon_sym_false] = ACTIONS(195), [anon_sym_nil] = ACTIONS(197), - [sym_atom] = ACTIONS(1427), + [sym_atom] = ACTIONS(2457), [anon_sym_DQUOTE] = ACTIONS(199), [anon_sym_SQUOTE] = ACTIONS(201), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), @@ -131389,7 +125147,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_TILDE] = ACTIONS(211), [anon_sym_LT_LT] = ACTIONS(215), [anon_sym_PERCENT] = ACTIONS(217), - [anon_sym_DOT_DOT] = ACTIONS(1327), + [anon_sym_DOT_DOT] = ACTIONS(1331), [anon_sym_AMP] = ACTIONS(219), [anon_sym_PLUS] = ACTIONS(221), [anon_sym_DASH] = ACTIONS(221), @@ -131444,78 +125202,7276 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(235), }, - [899] = { - [sym__expression] = STATE(3679), - [sym_block] = STATE(3679), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3679), - [sym_nil] = STATE(3679), - [sym__atom] = STATE(3679), - [sym_quoted_atom] = STATE(3679), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3679), - [sym_charlist] = STATE(3679), - [sym_sigil] = STATE(3679), - [sym_list] = STATE(3679), - [sym_tuple] = STATE(3679), - [sym_bitstring] = STATE(3679), - [sym_map] = STATE(3679), - [sym__nullary_operator] = STATE(3679), - [sym_unary_operator] = STATE(3679), - [sym_binary_operator] = STATE(3679), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3679), - [sym_call] = STATE(3679), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3679), - [sym_anonymous_function] = STATE(3679), + [835] = { + [sym__expression] = STATE(1531), + [sym_block] = STATE(1531), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1531), + [sym_nil] = STATE(1531), + [sym__atom] = STATE(1531), + [sym_quoted_atom] = STATE(1531), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1531), + [sym_charlist] = STATE(1531), + [sym_sigil] = STATE(1531), + [sym_list] = STATE(1531), + [sym_tuple] = STATE(1531), + [sym_bitstring] = STATE(1531), + [sym_map] = STATE(1531), + [sym__nullary_operator] = STATE(1531), + [sym_unary_operator] = STATE(1531), + [sym_binary_operator] = STATE(1531), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1531), + [sym_call] = STATE(1531), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1531), + [sym_anonymous_function] = STATE(1531), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2459), + [sym_integer] = ACTIONS(2459), + [sym_float] = ACTIONS(2459), + [sym_char] = ACTIONS(2459), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2459), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [836] = { + [sym__expression] = STATE(1536), + [sym_block] = STATE(1536), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1536), + [sym_nil] = STATE(1536), + [sym__atom] = STATE(1536), + [sym_quoted_atom] = STATE(1536), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1536), + [sym_charlist] = STATE(1536), + [sym_sigil] = STATE(1536), + [sym_list] = STATE(1536), + [sym_tuple] = STATE(1536), + [sym_bitstring] = STATE(1536), + [sym_map] = STATE(1536), + [sym__nullary_operator] = STATE(1536), + [sym_unary_operator] = STATE(1536), + [sym_binary_operator] = STATE(1536), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1536), + [sym_call] = STATE(1536), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1536), + [sym_anonymous_function] = STATE(1536), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2461), + [sym_integer] = ACTIONS(2461), + [sym_float] = ACTIONS(2461), + [sym_char] = ACTIONS(2461), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2461), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [837] = { + [sym__expression] = STATE(1537), + [sym_block] = STATE(1537), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1537), + [sym_nil] = STATE(1537), + [sym__atom] = STATE(1537), + [sym_quoted_atom] = STATE(1537), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1537), + [sym_charlist] = STATE(1537), + [sym_sigil] = STATE(1537), + [sym_list] = STATE(1537), + [sym_tuple] = STATE(1537), + [sym_bitstring] = STATE(1537), + [sym_map] = STATE(1537), + [sym__nullary_operator] = STATE(1537), + [sym_unary_operator] = STATE(1537), + [sym_binary_operator] = STATE(1537), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1537), + [sym_call] = STATE(1537), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1537), + [sym_anonymous_function] = STATE(1537), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2463), + [sym_integer] = ACTIONS(2463), + [sym_float] = ACTIONS(2463), + [sym_char] = ACTIONS(2463), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2463), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [838] = { + [sym__expression] = STATE(1539), + [sym_block] = STATE(1539), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1539), + [sym_nil] = STATE(1539), + [sym__atom] = STATE(1539), + [sym_quoted_atom] = STATE(1539), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1539), + [sym_charlist] = STATE(1539), + [sym_sigil] = STATE(1539), + [sym_list] = STATE(1539), + [sym_tuple] = STATE(1539), + [sym_bitstring] = STATE(1539), + [sym_map] = STATE(1539), + [sym__nullary_operator] = STATE(1539), + [sym_unary_operator] = STATE(1539), + [sym_binary_operator] = STATE(1539), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1539), + [sym_call] = STATE(1539), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1539), + [sym_anonymous_function] = STATE(1539), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2465), + [sym_integer] = ACTIONS(2465), + [sym_float] = ACTIONS(2465), + [sym_char] = ACTIONS(2465), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2465), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [839] = { + [sym__expression] = STATE(1540), + [sym_block] = STATE(1540), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1540), + [sym_nil] = STATE(1540), + [sym__atom] = STATE(1540), + [sym_quoted_atom] = STATE(1540), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1540), + [sym_charlist] = STATE(1540), + [sym_sigil] = STATE(1540), + [sym_list] = STATE(1540), + [sym_tuple] = STATE(1540), + [sym_bitstring] = STATE(1540), + [sym_map] = STATE(1540), + [sym__nullary_operator] = STATE(1540), + [sym_unary_operator] = STATE(1540), + [sym_binary_operator] = STATE(1540), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1540), + [sym_call] = STATE(1540), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1540), + [sym_anonymous_function] = STATE(1540), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2467), + [sym_integer] = ACTIONS(2467), + [sym_float] = ACTIONS(2467), + [sym_char] = ACTIONS(2467), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2467), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [840] = { + [sym__expression] = STATE(1541), + [sym_block] = STATE(1541), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1541), + [sym_nil] = STATE(1541), + [sym__atom] = STATE(1541), + [sym_quoted_atom] = STATE(1541), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1541), + [sym_charlist] = STATE(1541), + [sym_sigil] = STATE(1541), + [sym_list] = STATE(1541), + [sym_tuple] = STATE(1541), + [sym_bitstring] = STATE(1541), + [sym_map] = STATE(1541), + [sym__nullary_operator] = STATE(1541), + [sym_unary_operator] = STATE(1541), + [sym_binary_operator] = STATE(1541), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1541), + [sym_call] = STATE(1541), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1541), + [sym_anonymous_function] = STATE(1541), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2469), + [sym_integer] = ACTIONS(2469), + [sym_float] = ACTIONS(2469), + [sym_char] = ACTIONS(2469), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2469), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [841] = { + [sym__expression] = STATE(1542), + [sym_block] = STATE(1542), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1542), + [sym_nil] = STATE(1542), + [sym__atom] = STATE(1542), + [sym_quoted_atom] = STATE(1542), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1542), + [sym_charlist] = STATE(1542), + [sym_sigil] = STATE(1542), + [sym_list] = STATE(1542), + [sym_tuple] = STATE(1542), + [sym_bitstring] = STATE(1542), + [sym_map] = STATE(1542), + [sym__nullary_operator] = STATE(1542), + [sym_unary_operator] = STATE(1542), + [sym_binary_operator] = STATE(1542), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1542), + [sym_call] = STATE(1542), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1542), + [sym_anonymous_function] = STATE(1542), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2471), + [sym_integer] = ACTIONS(2471), + [sym_float] = ACTIONS(2471), + [sym_char] = ACTIONS(2471), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2471), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [842] = { + [sym__expression] = STATE(1544), + [sym_block] = STATE(1544), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1544), + [sym_nil] = STATE(1544), + [sym__atom] = STATE(1544), + [sym_quoted_atom] = STATE(1544), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1544), + [sym_charlist] = STATE(1544), + [sym_sigil] = STATE(1544), + [sym_list] = STATE(1544), + [sym_tuple] = STATE(1544), + [sym_bitstring] = STATE(1544), + [sym_map] = STATE(1544), + [sym__nullary_operator] = STATE(1544), + [sym_unary_operator] = STATE(1544), + [sym_binary_operator] = STATE(1544), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1544), + [sym_call] = STATE(1544), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1544), + [sym_anonymous_function] = STATE(1544), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2473), + [sym_integer] = ACTIONS(2473), + [sym_float] = ACTIONS(2473), + [sym_char] = ACTIONS(2473), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2473), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [843] = { + [sym__expression] = STATE(1546), + [sym_block] = STATE(1546), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1546), + [sym_nil] = STATE(1546), + [sym__atom] = STATE(1546), + [sym_quoted_atom] = STATE(1546), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1546), + [sym_charlist] = STATE(1546), + [sym_sigil] = STATE(1546), + [sym_list] = STATE(1546), + [sym_tuple] = STATE(1546), + [sym_bitstring] = STATE(1546), + [sym_map] = STATE(1546), + [sym__nullary_operator] = STATE(1546), + [sym_unary_operator] = STATE(1546), + [sym_binary_operator] = STATE(1546), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1546), + [sym_call] = STATE(1546), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1546), + [sym_anonymous_function] = STATE(1546), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2475), + [sym_integer] = ACTIONS(2475), + [sym_float] = ACTIONS(2475), + [sym_char] = ACTIONS(2475), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2475), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [844] = { + [sym__expression] = STATE(1456), + [sym_block] = STATE(1456), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(1456), + [sym_nil] = STATE(1456), + [sym__atom] = STATE(1456), + [sym_quoted_atom] = STATE(1456), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1456), + [sym_charlist] = STATE(1456), + [sym_sigil] = STATE(1456), + [sym_list] = STATE(1456), + [sym_tuple] = STATE(1456), + [sym_bitstring] = STATE(1456), + [sym_map] = STATE(1456), + [sym__nullary_operator] = STATE(1456), + [sym_unary_operator] = STATE(1456), + [sym_binary_operator] = STATE(1456), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1456), + [sym_call] = STATE(1456), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1456), + [sym_anonymous_function] = STATE(1456), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2251), + [sym_integer] = ACTIONS(2251), + [sym_float] = ACTIONS(2251), + [sym_char] = ACTIONS(2251), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2251), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [845] = { + [sym__expression] = STATE(1548), + [sym_block] = STATE(1548), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1548), + [sym_nil] = STATE(1548), + [sym__atom] = STATE(1548), + [sym_quoted_atom] = STATE(1548), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1548), + [sym_charlist] = STATE(1548), + [sym_sigil] = STATE(1548), + [sym_list] = STATE(1548), + [sym_tuple] = STATE(1548), + [sym_bitstring] = STATE(1548), + [sym_map] = STATE(1548), + [sym__nullary_operator] = STATE(1548), + [sym_unary_operator] = STATE(1548), + [sym_binary_operator] = STATE(1548), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1548), + [sym_call] = STATE(1548), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1548), + [sym_anonymous_function] = STATE(1548), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2477), + [sym_integer] = ACTIONS(2477), + [sym_float] = ACTIONS(2477), + [sym_char] = ACTIONS(2477), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2477), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [846] = { + [sym__expression] = STATE(1401), + [sym_block] = STATE(1401), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1401), + [sym_nil] = STATE(1401), + [sym__atom] = STATE(1401), + [sym_quoted_atom] = STATE(1401), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1401), + [sym_charlist] = STATE(1401), + [sym_sigil] = STATE(1401), + [sym_list] = STATE(1401), + [sym_tuple] = STATE(1401), + [sym_bitstring] = STATE(1401), + [sym_map] = STATE(1401), + [sym__nullary_operator] = STATE(1401), + [sym_unary_operator] = STATE(1401), + [sym_binary_operator] = STATE(1401), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1401), + [sym_call] = STATE(1401), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1401), + [sym_anonymous_function] = STATE(1401), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2479), + [sym_integer] = ACTIONS(2479), + [sym_float] = ACTIONS(2479), + [sym_char] = ACTIONS(2479), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2479), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [847] = { + [sym__expression] = STATE(1550), + [sym_block] = STATE(1550), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1550), + [sym_nil] = STATE(1550), + [sym__atom] = STATE(1550), + [sym_quoted_atom] = STATE(1550), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1550), + [sym_charlist] = STATE(1550), + [sym_sigil] = STATE(1550), + [sym_list] = STATE(1550), + [sym_tuple] = STATE(1550), + [sym_bitstring] = STATE(1550), + [sym_map] = STATE(1550), + [sym__nullary_operator] = STATE(1550), + [sym_unary_operator] = STATE(1550), + [sym_binary_operator] = STATE(1550), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1550), + [sym_call] = STATE(1550), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1550), + [sym_anonymous_function] = STATE(1550), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2481), + [sym_integer] = ACTIONS(2481), + [sym_float] = ACTIONS(2481), + [sym_char] = ACTIONS(2481), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2481), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [848] = { + [sym__expression] = STATE(1551), + [sym_block] = STATE(1551), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1551), + [sym_nil] = STATE(1551), + [sym__atom] = STATE(1551), + [sym_quoted_atom] = STATE(1551), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1551), + [sym_charlist] = STATE(1551), + [sym_sigil] = STATE(1551), + [sym_list] = STATE(1551), + [sym_tuple] = STATE(1551), + [sym_bitstring] = STATE(1551), + [sym_map] = STATE(1551), + [sym__nullary_operator] = STATE(1551), + [sym_unary_operator] = STATE(1551), + [sym_binary_operator] = STATE(1551), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1551), + [sym_call] = STATE(1551), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1551), + [sym_anonymous_function] = STATE(1551), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2483), + [sym_integer] = ACTIONS(2483), + [sym_float] = ACTIONS(2483), + [sym_char] = ACTIONS(2483), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2483), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [849] = { + [sym__expression] = STATE(4412), + [sym_block] = STATE(4412), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4412), + [sym_nil] = STATE(4412), + [sym__atom] = STATE(4412), + [sym_quoted_atom] = STATE(4412), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4412), + [sym_charlist] = STATE(4412), + [sym_sigil] = STATE(4412), + [sym_list] = STATE(4412), + [sym_tuple] = STATE(4412), + [sym_bitstring] = STATE(4412), + [sym_map] = STATE(4412), + [sym__nullary_operator] = STATE(4412), + [sym_unary_operator] = STATE(4412), + [sym_binary_operator] = STATE(4412), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4412), + [sym_call] = STATE(4412), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4412), + [sym_anonymous_function] = STATE(4412), [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(2485), + [sym_integer] = ACTIONS(2485), + [sym_float] = ACTIONS(2485), + [sym_char] = ACTIONS(2485), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2485), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [850] = { + [sym__expression] = STATE(4547), + [sym_block] = STATE(4547), + [sym_identifier] = STATE(56), + [sym_boolean] = STATE(4547), + [sym_nil] = STATE(4547), + [sym__atom] = STATE(4547), + [sym_quoted_atom] = STATE(4547), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4547), + [sym_charlist] = STATE(4547), + [sym_sigil] = STATE(4547), + [sym_list] = STATE(4547), + [sym_tuple] = STATE(4547), + [sym_bitstring] = STATE(4547), + [sym_map] = STATE(4547), + [sym__nullary_operator] = STATE(4547), + [sym_unary_operator] = STATE(4547), + [sym_binary_operator] = STATE(4547), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4547), + [sym_call] = STATE(4547), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(51), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4547), + [sym_anonymous_function] = STATE(4547), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(686), + [anon_sym_DOT_DOT_DOT] = ACTIONS(686), + [sym_alias] = ACTIONS(1507), + [sym_integer] = ACTIONS(1507), + [sym_float] = ACTIONS(1507), + [sym_char] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1507), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_BANG] = ACTIONS(1359), + [anon_sym_CARET] = ACTIONS(1359), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1359), + [anon_sym_not] = ACTIONS(1359), + [anon_sym_AT] = ACTIONS(1361), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1363), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [851] = { + [sym__expression] = STATE(3030), + [sym_block] = STATE(3030), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3030), + [sym_nil] = STATE(3030), + [sym__atom] = STATE(3030), + [sym_quoted_atom] = STATE(3030), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3030), + [sym_charlist] = STATE(3030), + [sym_sigil] = STATE(3030), + [sym_list] = STATE(3030), + [sym_tuple] = STATE(3030), + [sym_bitstring] = STATE(3030), + [sym_map] = STATE(3030), + [sym__nullary_operator] = STATE(3030), + [sym_unary_operator] = STATE(3030), + [sym_binary_operator] = STATE(3030), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3030), + [sym_call] = STATE(3030), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3030), + [sym_anonymous_function] = STATE(3030), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2487), + [sym_integer] = ACTIONS(2487), + [sym_float] = ACTIONS(2487), + [sym_char] = ACTIONS(2487), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2487), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [852] = { + [sym__expression] = STATE(3031), + [sym_block] = STATE(3031), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3031), + [sym_nil] = STATE(3031), + [sym__atom] = STATE(3031), + [sym_quoted_atom] = STATE(3031), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3031), + [sym_charlist] = STATE(3031), + [sym_sigil] = STATE(3031), + [sym_list] = STATE(3031), + [sym_tuple] = STATE(3031), + [sym_bitstring] = STATE(3031), + [sym_map] = STATE(3031), + [sym__nullary_operator] = STATE(3031), + [sym_unary_operator] = STATE(3031), + [sym_binary_operator] = STATE(3031), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3031), + [sym_call] = STATE(3031), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3031), + [sym_anonymous_function] = STATE(3031), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2489), + [sym_integer] = ACTIONS(2489), + [sym_float] = ACTIONS(2489), + [sym_char] = ACTIONS(2489), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2489), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [853] = { + [sym__expression] = STATE(4565), + [sym_block] = STATE(4565), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4565), + [sym_nil] = STATE(4565), + [sym__atom] = STATE(4565), + [sym_quoted_atom] = STATE(4565), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4565), + [sym_charlist] = STATE(4565), + [sym_sigil] = STATE(4565), + [sym_list] = STATE(4565), + [sym_tuple] = STATE(4565), + [sym_bitstring] = STATE(4565), + [sym_map] = STATE(4565), + [sym__nullary_operator] = STATE(4565), + [sym_unary_operator] = STATE(4565), + [sym_binary_operator] = STATE(4565), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4565), + [sym_call] = STATE(4565), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4565), + [sym_anonymous_function] = STATE(4565), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2491), + [sym_integer] = ACTIONS(2491), + [sym_float] = ACTIONS(2491), + [sym_char] = ACTIONS(2491), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2491), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [854] = { + [sym__expression] = STATE(4560), + [sym_block] = STATE(4560), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4560), + [sym_nil] = STATE(4560), + [sym__atom] = STATE(4560), + [sym_quoted_atom] = STATE(4560), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4560), + [sym_charlist] = STATE(4560), + [sym_sigil] = STATE(4560), + [sym_list] = STATE(4560), + [sym_tuple] = STATE(4560), + [sym_bitstring] = STATE(4560), + [sym_map] = STATE(4560), + [sym__nullary_operator] = STATE(4560), + [sym_unary_operator] = STATE(4560), + [sym_binary_operator] = STATE(4560), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4560), + [sym_call] = STATE(4560), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4560), + [sym_anonymous_function] = STATE(4560), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2493), + [sym_integer] = ACTIONS(2493), + [sym_float] = ACTIONS(2493), + [sym_char] = ACTIONS(2493), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2493), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [855] = { + [sym__expression] = STATE(1553), + [sym_block] = STATE(1553), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1553), + [sym_nil] = STATE(1553), + [sym__atom] = STATE(1553), + [sym_quoted_atom] = STATE(1553), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1553), + [sym_charlist] = STATE(1553), + [sym_sigil] = STATE(1553), + [sym_list] = STATE(1553), + [sym_tuple] = STATE(1553), + [sym_bitstring] = STATE(1553), + [sym_map] = STATE(1553), + [sym__nullary_operator] = STATE(1553), + [sym_unary_operator] = STATE(1553), + [sym_binary_operator] = STATE(1553), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1553), + [sym_call] = STATE(1553), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1553), + [sym_anonymous_function] = STATE(1553), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2495), + [sym_integer] = ACTIONS(2495), + [sym_float] = ACTIONS(2495), + [sym_char] = ACTIONS(2495), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2495), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [856] = { + [sym__expression] = STATE(1554), + [sym_block] = STATE(1554), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1554), + [sym_nil] = STATE(1554), + [sym__atom] = STATE(1554), + [sym_quoted_atom] = STATE(1554), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1554), + [sym_charlist] = STATE(1554), + [sym_sigil] = STATE(1554), + [sym_list] = STATE(1554), + [sym_tuple] = STATE(1554), + [sym_bitstring] = STATE(1554), + [sym_map] = STATE(1554), + [sym__nullary_operator] = STATE(1554), + [sym_unary_operator] = STATE(1554), + [sym_binary_operator] = STATE(1554), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1554), + [sym_call] = STATE(1554), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1554), + [sym_anonymous_function] = STATE(1554), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2497), + [sym_integer] = ACTIONS(2497), + [sym_float] = ACTIONS(2497), + [sym_char] = ACTIONS(2497), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2497), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [857] = { + [sym__expression] = STATE(1267), + [sym_block] = STATE(1267), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1267), + [sym_nil] = STATE(1267), + [sym__atom] = STATE(1267), + [sym_quoted_atom] = STATE(1267), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1267), + [sym_charlist] = STATE(1267), + [sym_sigil] = STATE(1267), + [sym_list] = STATE(1267), + [sym_tuple] = STATE(1267), + [sym_bitstring] = STATE(1267), + [sym_map] = STATE(1267), + [sym__nullary_operator] = STATE(1267), + [sym_unary_operator] = STATE(1267), + [sym_binary_operator] = STATE(1267), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1267), + [sym_call] = STATE(1267), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1267), + [sym_anonymous_function] = STATE(1267), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1943), + [sym_integer] = ACTIONS(1943), + [sym_float] = ACTIONS(1943), + [sym_char] = ACTIONS(1943), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1943), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [858] = { + [sym__expression] = STATE(1560), + [sym_block] = STATE(1560), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1560), + [sym_nil] = STATE(1560), + [sym__atom] = STATE(1560), + [sym_quoted_atom] = STATE(1560), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1560), + [sym_charlist] = STATE(1560), + [sym_sigil] = STATE(1560), + [sym_list] = STATE(1560), + [sym_tuple] = STATE(1560), + [sym_bitstring] = STATE(1560), + [sym_map] = STATE(1560), + [sym__nullary_operator] = STATE(1560), + [sym_unary_operator] = STATE(1560), + [sym_binary_operator] = STATE(1560), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1560), + [sym_call] = STATE(1560), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1560), + [sym_anonymous_function] = STATE(1560), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2499), + [sym_integer] = ACTIONS(2499), + [sym_float] = ACTIONS(2499), + [sym_char] = ACTIONS(2499), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2499), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [859] = { + [sym__expression] = STATE(3090), + [sym_block] = STATE(3090), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3090), + [sym_nil] = STATE(3090), + [sym__atom] = STATE(3090), + [sym_quoted_atom] = STATE(3090), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3090), + [sym_charlist] = STATE(3090), + [sym_sigil] = STATE(3090), + [sym_list] = STATE(3090), + [sym_tuple] = STATE(3090), + [sym_bitstring] = STATE(3090), + [sym_map] = STATE(3090), + [sym__nullary_operator] = STATE(3090), + [sym_unary_operator] = STATE(3090), + [sym_binary_operator] = STATE(3090), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3090), + [sym_call] = STATE(3090), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3090), + [sym_anonymous_function] = STATE(3090), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2501), + [sym_integer] = ACTIONS(2501), + [sym_float] = ACTIONS(2501), + [sym_char] = ACTIONS(2501), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2501), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [860] = { + [sym__expression] = STATE(3939), + [sym_block] = STATE(3939), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3939), + [sym_nil] = STATE(3939), + [sym__atom] = STATE(3939), + [sym_quoted_atom] = STATE(3939), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3939), + [sym_charlist] = STATE(3939), + [sym_sigil] = STATE(3939), + [sym_list] = STATE(3939), + [sym_tuple] = STATE(3939), + [sym_bitstring] = STATE(3939), + [sym_map] = STATE(3939), + [sym__nullary_operator] = STATE(3939), + [sym_unary_operator] = STATE(3939), + [sym_binary_operator] = STATE(3939), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3939), + [sym_call] = STATE(3939), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3939), + [sym_anonymous_function] = STATE(3939), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2503), + [sym_integer] = ACTIONS(2503), + [sym_float] = ACTIONS(2503), + [sym_char] = ACTIONS(2503), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2503), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [861] = { + [sym__expression] = STATE(3095), + [sym_block] = STATE(3095), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3095), + [sym_nil] = STATE(3095), + [sym__atom] = STATE(3095), + [sym_quoted_atom] = STATE(3095), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3095), + [sym_charlist] = STATE(3095), + [sym_sigil] = STATE(3095), + [sym_list] = STATE(3095), + [sym_tuple] = STATE(3095), + [sym_bitstring] = STATE(3095), + [sym_map] = STATE(3095), + [sym__nullary_operator] = STATE(3095), + [sym_unary_operator] = STATE(3095), + [sym_binary_operator] = STATE(3095), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3095), + [sym_call] = STATE(3095), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3095), + [sym_anonymous_function] = STATE(3095), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2505), + [sym_integer] = ACTIONS(2505), + [sym_float] = ACTIONS(2505), + [sym_char] = ACTIONS(2505), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2505), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [862] = { + [sym__expression] = STATE(4544), + [sym_block] = STATE(4544), + [sym_identifier] = STATE(81), + [sym_boolean] = STATE(4544), + [sym_nil] = STATE(4544), + [sym__atom] = STATE(4544), + [sym_quoted_atom] = STATE(4544), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4544), + [sym_charlist] = STATE(4544), + [sym_sigil] = STATE(4544), + [sym_list] = STATE(4544), + [sym_tuple] = STATE(4544), + [sym_bitstring] = STATE(4544), + [sym_map] = STATE(4544), + [sym__nullary_operator] = STATE(4544), + [sym_unary_operator] = STATE(4544), + [sym_binary_operator] = STATE(4544), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4544), + [sym_call] = STATE(4544), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(68), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4544), + [sym_anonymous_function] = STATE(4544), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2507), + [sym_integer] = ACTIONS(2507), + [sym_float] = ACTIONS(2507), + [sym_char] = ACTIONS(2507), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2507), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1459), + [anon_sym_not] = ACTIONS(1459), + [anon_sym_AT] = ACTIONS(1461), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1463), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [863] = { + [sym__expression] = STATE(3106), + [sym_block] = STATE(3106), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3106), + [sym_nil] = STATE(3106), + [sym__atom] = STATE(3106), + [sym_quoted_atom] = STATE(3106), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3106), + [sym_charlist] = STATE(3106), + [sym_sigil] = STATE(3106), + [sym_list] = STATE(3106), + [sym_tuple] = STATE(3106), + [sym_bitstring] = STATE(3106), + [sym_map] = STATE(3106), + [sym__nullary_operator] = STATE(3106), + [sym_unary_operator] = STATE(3106), + [sym_binary_operator] = STATE(3106), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3106), + [sym_call] = STATE(3106), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3106), + [sym_anonymous_function] = STATE(3106), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2509), + [sym_integer] = ACTIONS(2509), + [sym_float] = ACTIONS(2509), + [sym_char] = ACTIONS(2509), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2509), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [864] = { + [sym__expression] = STATE(1232), + [sym_block] = STATE(1232), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1232), + [sym_nil] = STATE(1232), + [sym__atom] = STATE(1232), + [sym_quoted_atom] = STATE(1232), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1232), + [sym_charlist] = STATE(1232), + [sym_sigil] = STATE(1232), + [sym_list] = STATE(1232), + [sym_tuple] = STATE(1232), + [sym_bitstring] = STATE(1232), + [sym_map] = STATE(1232), + [sym__nullary_operator] = STATE(1232), + [sym_unary_operator] = STATE(1232), + [sym_binary_operator] = STATE(1232), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1232), + [sym_call] = STATE(1232), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1232), + [sym_anonymous_function] = STATE(1232), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(1931), + [sym_integer] = ACTIONS(1931), + [sym_float] = ACTIONS(1931), + [sym_char] = ACTIONS(1931), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(1931), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [865] = { + [sym__expression] = STATE(1563), + [sym_block] = STATE(1563), + [sym_identifier] = STATE(17), + [sym_boolean] = STATE(1563), + [sym_nil] = STATE(1563), + [sym__atom] = STATE(1563), + [sym_quoted_atom] = STATE(1563), + [sym__quoted_i_double] = STATE(1172), + [sym__quoted_i_single] = STATE(1173), + [sym__quoted_i_heredoc_single] = STATE(1174), + [sym__quoted_i_heredoc_double] = STATE(1176), + [sym_string] = STATE(1563), + [sym_charlist] = STATE(1563), + [sym_sigil] = STATE(1563), + [sym_list] = STATE(1563), + [sym_tuple] = STATE(1563), + [sym_bitstring] = STATE(1563), + [sym_map] = STATE(1563), + [sym__nullary_operator] = STATE(1563), + [sym_unary_operator] = STATE(1563), + [sym_binary_operator] = STATE(1563), + [sym_operator_identifier] = STATE(6918), + [sym_dot] = STATE(1563), + [sym_call] = STATE(1563), + [sym__call_without_parentheses] = STATE(1177), + [sym__call_with_parentheses] = STATE(1178), + [sym__local_call_without_parentheses] = STATE(1191), + [sym__local_call_with_parentheses] = STATE(1090), + [sym__local_call_just_do_block] = STATE(1201), + [sym__remote_call_without_parentheses] = STATE(1202), + [sym__remote_call_with_parentheses] = STATE(1089), + [sym__remote_dot] = STATE(15), + [sym__anonymous_call] = STATE(1084), + [sym__anonymous_dot] = STATE(6776), + [sym__double_call] = STATE(1215), + [sym_access_call] = STATE(1563), + [sym_anonymous_function] = STATE(1563), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(189), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2511), + [sym_integer] = ACTIONS(2511), + [sym_float] = ACTIONS(2511), + [sym_char] = ACTIONS(2511), + [anon_sym_true] = ACTIONS(195), + [anon_sym_false] = ACTIONS(195), + [anon_sym_nil] = ACTIONS(197), + [sym_atom] = ACTIONS(2511), + [anon_sym_DQUOTE] = ACTIONS(199), + [anon_sym_SQUOTE] = ACTIONS(201), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(203), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(205), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(211), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_PERCENT] = ACTIONS(217), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(219), + [anon_sym_PLUS] = ACTIONS(221), + [anon_sym_DASH] = ACTIONS(221), + [anon_sym_BANG] = ACTIONS(221), + [anon_sym_CARET] = ACTIONS(221), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(221), + [anon_sym_not] = ACTIONS(221), + [anon_sym_AT] = ACTIONS(223), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(227), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(233), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(235), + }, + [866] = { + [sym__expression] = STATE(3932), + [sym_block] = STATE(3932), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3932), + [sym_nil] = STATE(3932), + [sym__atom] = STATE(3932), + [sym_quoted_atom] = STATE(3932), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3932), + [sym_charlist] = STATE(3932), + [sym_sigil] = STATE(3932), + [sym_list] = STATE(3932), + [sym_tuple] = STATE(3932), + [sym_bitstring] = STATE(3932), + [sym_map] = STATE(3932), + [sym__nullary_operator] = STATE(3932), + [sym_unary_operator] = STATE(3932), + [sym_binary_operator] = STATE(3932), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3932), + [sym_call] = STATE(3932), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3932), + [sym_anonymous_function] = STATE(3932), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2513), + [sym_integer] = ACTIONS(2513), + [sym_float] = ACTIONS(2513), + [sym_char] = ACTIONS(2513), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2513), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [867] = { + [sym__expression] = STATE(3371), + [sym_block] = STATE(3371), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3371), + [sym_nil] = STATE(3371), + [sym__atom] = STATE(3371), + [sym_quoted_atom] = STATE(3371), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3371), + [sym_charlist] = STATE(3371), + [sym_sigil] = STATE(3371), + [sym_list] = STATE(3371), + [sym_tuple] = STATE(3371), + [sym_bitstring] = STATE(3371), + [sym_map] = STATE(3371), + [sym__nullary_operator] = STATE(3371), + [sym_unary_operator] = STATE(3371), + [sym_binary_operator] = STATE(3371), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3371), + [sym_call] = STATE(3371), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3371), + [sym_anonymous_function] = STATE(3371), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1789), + [sym_integer] = ACTIONS(1789), + [sym_float] = ACTIONS(1789), + [sym_char] = ACTIONS(1789), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1789), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [868] = { + [sym__expression] = STATE(3392), + [sym_block] = STATE(3392), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3392), + [sym_nil] = STATE(3392), + [sym__atom] = STATE(3392), + [sym_quoted_atom] = STATE(3392), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3392), + [sym_charlist] = STATE(3392), + [sym_sigil] = STATE(3392), + [sym_list] = STATE(3392), + [sym_tuple] = STATE(3392), + [sym_bitstring] = STATE(3392), + [sym_map] = STATE(3392), + [sym__nullary_operator] = STATE(3392), + [sym_unary_operator] = STATE(3392), + [sym_binary_operator] = STATE(3392), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3392), + [sym_call] = STATE(3392), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3392), + [sym_anonymous_function] = STATE(3392), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1791), + [sym_integer] = ACTIONS(1791), + [sym_float] = ACTIONS(1791), + [sym_char] = ACTIONS(1791), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1791), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [869] = { + [sym__expression] = STATE(2228), + [sym_block] = STATE(2228), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(2228), + [sym_nil] = STATE(2228), + [sym__atom] = STATE(2228), + [sym_quoted_atom] = STATE(2228), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(2228), + [sym_charlist] = STATE(2228), + [sym_sigil] = STATE(2228), + [sym_list] = STATE(2228), + [sym_tuple] = STATE(2228), + [sym_bitstring] = STATE(2228), + [sym_map] = STATE(2228), + [sym__nullary_operator] = STATE(2228), + [sym_unary_operator] = STATE(2228), + [sym_binary_operator] = STATE(2228), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(2228), + [sym_call] = STATE(2228), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(2228), + [sym_anonymous_function] = STATE(2228), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2027), + [sym_integer] = ACTIONS(2027), + [sym_float] = ACTIONS(2027), + [sym_char] = ACTIONS(2027), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), + [sym_atom] = ACTIONS(2027), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(407), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(662), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(413), + }, + [870] = { + [sym__expression] = STATE(3107), + [sym_block] = STATE(3107), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3107), + [sym_nil] = STATE(3107), + [sym__atom] = STATE(3107), + [sym_quoted_atom] = STATE(3107), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3107), + [sym_charlist] = STATE(3107), + [sym_sigil] = STATE(3107), + [sym_list] = STATE(3107), + [sym_tuple] = STATE(3107), + [sym_bitstring] = STATE(3107), + [sym_map] = STATE(3107), + [sym__nullary_operator] = STATE(3107), + [sym_unary_operator] = STATE(3107), + [sym_binary_operator] = STATE(3107), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3107), + [sym_call] = STATE(3107), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3107), + [sym_anonymous_function] = STATE(3107), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2515), + [sym_integer] = ACTIONS(2515), + [sym_float] = ACTIONS(2515), + [sym_char] = ACTIONS(2515), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2515), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [871] = { + [sym__expression] = STATE(2136), + [sym_block] = STATE(2136), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2136), + [sym_nil] = STATE(2136), + [sym__atom] = STATE(2136), + [sym_quoted_atom] = STATE(2136), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2136), + [sym_charlist] = STATE(2136), + [sym_sigil] = STATE(2136), + [sym_list] = STATE(2136), + [sym_tuple] = STATE(2136), + [sym_bitstring] = STATE(2136), + [sym_map] = STATE(2136), + [sym__nullary_operator] = STATE(2136), + [sym_unary_operator] = STATE(2136), + [sym_binary_operator] = STATE(2136), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2136), + [sym_call] = STATE(2136), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2136), + [sym_anonymous_function] = STATE(2136), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2517), + [sym_integer] = ACTIONS(2517), + [sym_float] = ACTIONS(2517), + [sym_char] = ACTIONS(2517), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2517), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [872] = { + [sym__expression] = STATE(2272), + [sym_block] = STATE(2272), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2272), + [sym_nil] = STATE(2272), + [sym__atom] = STATE(2272), + [sym_quoted_atom] = STATE(2272), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2272), + [sym_charlist] = STATE(2272), + [sym_sigil] = STATE(2272), + [sym_list] = STATE(2272), + [sym_tuple] = STATE(2272), + [sym_bitstring] = STATE(2272), + [sym_map] = STATE(2272), + [sym__nullary_operator] = STATE(2272), + [sym_unary_operator] = STATE(2272), + [sym_binary_operator] = STATE(2272), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2272), + [sym_call] = STATE(2272), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2272), + [sym_anonymous_function] = STATE(2272), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2519), + [sym_integer] = ACTIONS(2519), + [sym_float] = ACTIONS(2519), + [sym_char] = ACTIONS(2519), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2519), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [873] = { + [sym__expression] = STATE(2271), + [sym_block] = STATE(2271), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2271), + [sym_nil] = STATE(2271), + [sym__atom] = STATE(2271), + [sym_quoted_atom] = STATE(2271), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2271), + [sym_charlist] = STATE(2271), + [sym_sigil] = STATE(2271), + [sym_list] = STATE(2271), + [sym_tuple] = STATE(2271), + [sym_bitstring] = STATE(2271), + [sym_map] = STATE(2271), + [sym__nullary_operator] = STATE(2271), + [sym_unary_operator] = STATE(2271), + [sym_binary_operator] = STATE(2271), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2271), + [sym_call] = STATE(2271), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2271), + [sym_anonymous_function] = STATE(2271), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2521), + [sym_integer] = ACTIONS(2521), + [sym_float] = ACTIONS(2521), + [sym_char] = ACTIONS(2521), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2521), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [874] = { + [sym__expression] = STATE(2270), + [sym_block] = STATE(2270), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2270), + [sym_nil] = STATE(2270), + [sym__atom] = STATE(2270), + [sym_quoted_atom] = STATE(2270), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2270), + [sym_charlist] = STATE(2270), + [sym_sigil] = STATE(2270), + [sym_list] = STATE(2270), + [sym_tuple] = STATE(2270), + [sym_bitstring] = STATE(2270), + [sym_map] = STATE(2270), + [sym__nullary_operator] = STATE(2270), + [sym_unary_operator] = STATE(2270), + [sym_binary_operator] = STATE(2270), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2270), + [sym_call] = STATE(2270), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2270), + [sym_anonymous_function] = STATE(2270), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2523), + [sym_integer] = ACTIONS(2523), + [sym_float] = ACTIONS(2523), + [sym_char] = ACTIONS(2523), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2523), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [875] = { + [sym__expression] = STATE(2257), + [sym_block] = STATE(2257), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2257), + [sym_nil] = STATE(2257), + [sym__atom] = STATE(2257), + [sym_quoted_atom] = STATE(2257), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2257), + [sym_charlist] = STATE(2257), + [sym_sigil] = STATE(2257), + [sym_list] = STATE(2257), + [sym_tuple] = STATE(2257), + [sym_bitstring] = STATE(2257), + [sym_map] = STATE(2257), + [sym__nullary_operator] = STATE(2257), + [sym_unary_operator] = STATE(2257), + [sym_binary_operator] = STATE(2257), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2257), + [sym_call] = STATE(2257), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2257), + [sym_anonymous_function] = STATE(2257), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2525), + [sym_integer] = ACTIONS(2525), + [sym_float] = ACTIONS(2525), + [sym_char] = ACTIONS(2525), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2525), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [876] = { + [sym__expression] = STATE(2256), + [sym_block] = STATE(2256), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2256), + [sym_nil] = STATE(2256), + [sym__atom] = STATE(2256), + [sym_quoted_atom] = STATE(2256), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2256), + [sym_charlist] = STATE(2256), + [sym_sigil] = STATE(2256), + [sym_list] = STATE(2256), + [sym_tuple] = STATE(2256), + [sym_bitstring] = STATE(2256), + [sym_map] = STATE(2256), + [sym__nullary_operator] = STATE(2256), + [sym_unary_operator] = STATE(2256), + [sym_binary_operator] = STATE(2256), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2256), + [sym_call] = STATE(2256), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2256), + [sym_anonymous_function] = STATE(2256), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2527), + [sym_integer] = ACTIONS(2527), + [sym_float] = ACTIONS(2527), + [sym_char] = ACTIONS(2527), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2527), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [877] = { + [sym__expression] = STATE(2255), + [sym_block] = STATE(2255), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2255), + [sym_nil] = STATE(2255), + [sym__atom] = STATE(2255), + [sym_quoted_atom] = STATE(2255), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2255), + [sym_charlist] = STATE(2255), + [sym_sigil] = STATE(2255), + [sym_list] = STATE(2255), + [sym_tuple] = STATE(2255), + [sym_bitstring] = STATE(2255), + [sym_map] = STATE(2255), + [sym__nullary_operator] = STATE(2255), + [sym_unary_operator] = STATE(2255), + [sym_binary_operator] = STATE(2255), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2255), + [sym_call] = STATE(2255), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2255), + [sym_anonymous_function] = STATE(2255), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2529), + [sym_integer] = ACTIONS(2529), + [sym_float] = ACTIONS(2529), + [sym_char] = ACTIONS(2529), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2529), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [878] = { + [sym__expression] = STATE(2254), + [sym_block] = STATE(2254), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2254), + [sym_nil] = STATE(2254), + [sym__atom] = STATE(2254), + [sym_quoted_atom] = STATE(2254), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2254), + [sym_charlist] = STATE(2254), + [sym_sigil] = STATE(2254), + [sym_list] = STATE(2254), + [sym_tuple] = STATE(2254), + [sym_bitstring] = STATE(2254), + [sym_map] = STATE(2254), + [sym__nullary_operator] = STATE(2254), + [sym_unary_operator] = STATE(2254), + [sym_binary_operator] = STATE(2254), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2254), + [sym_call] = STATE(2254), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2254), + [sym_anonymous_function] = STATE(2254), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2531), + [sym_integer] = ACTIONS(2531), + [sym_float] = ACTIONS(2531), + [sym_char] = ACTIONS(2531), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2531), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [879] = { + [sym__expression] = STATE(2253), + [sym_block] = STATE(2253), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2253), + [sym_nil] = STATE(2253), + [sym__atom] = STATE(2253), + [sym_quoted_atom] = STATE(2253), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2253), + [sym_charlist] = STATE(2253), + [sym_sigil] = STATE(2253), + [sym_list] = STATE(2253), + [sym_tuple] = STATE(2253), + [sym_bitstring] = STATE(2253), + [sym_map] = STATE(2253), + [sym__nullary_operator] = STATE(2253), + [sym_unary_operator] = STATE(2253), + [sym_binary_operator] = STATE(2253), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2253), + [sym_call] = STATE(2253), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2253), + [sym_anonymous_function] = STATE(2253), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2533), + [sym_integer] = ACTIONS(2533), + [sym_float] = ACTIONS(2533), + [sym_char] = ACTIONS(2533), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2533), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [880] = { + [sym__expression] = STATE(2252), + [sym_block] = STATE(2252), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2252), + [sym_nil] = STATE(2252), + [sym__atom] = STATE(2252), + [sym_quoted_atom] = STATE(2252), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2252), + [sym_charlist] = STATE(2252), + [sym_sigil] = STATE(2252), + [sym_list] = STATE(2252), + [sym_tuple] = STATE(2252), + [sym_bitstring] = STATE(2252), + [sym_map] = STATE(2252), + [sym__nullary_operator] = STATE(2252), + [sym_unary_operator] = STATE(2252), + [sym_binary_operator] = STATE(2252), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2252), + [sym_call] = STATE(2252), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2252), + [sym_anonymous_function] = STATE(2252), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2535), + [sym_integer] = ACTIONS(2535), + [sym_float] = ACTIONS(2535), + [sym_char] = ACTIONS(2535), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2535), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [881] = { + [sym__expression] = STATE(4363), + [sym_block] = STATE(4363), + [sym_identifier] = STATE(55), + [sym_boolean] = STATE(4363), + [sym_nil] = STATE(4363), + [sym__atom] = STATE(4363), + [sym_quoted_atom] = STATE(4363), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(4363), + [sym_charlist] = STATE(4363), + [sym_sigil] = STATE(4363), + [sym_list] = STATE(4363), + [sym_tuple] = STATE(4363), + [sym_bitstring] = STATE(4363), + [sym_map] = STATE(4363), + [sym__nullary_operator] = STATE(4363), + [sym_unary_operator] = STATE(4363), + [sym_binary_operator] = STATE(4363), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(4363), + [sym_call] = STATE(4363), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(46), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(4363), + [sym_anonymous_function] = STATE(4363), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(1313), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1313), + [sym_alias] = ACTIONS(2537), + [sym_integer] = ACTIONS(2537), + [sym_float] = ACTIONS(2537), + [sym_char] = ACTIONS(2537), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2537), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_BANG] = ACTIONS(1323), + [anon_sym_CARET] = ACTIONS(1323), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1323), + [anon_sym_not] = ACTIONS(1323), + [anon_sym_AT] = ACTIONS(1325), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1327), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [882] = { + [sym__expression] = STATE(4554), + [sym_block] = STATE(4554), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(4554), + [sym_nil] = STATE(4554), + [sym__atom] = STATE(4554), + [sym_quoted_atom] = STATE(4554), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(4554), + [sym_charlist] = STATE(4554), + [sym_sigil] = STATE(4554), + [sym_list] = STATE(4554), + [sym_tuple] = STATE(4554), + [sym_bitstring] = STATE(4554), + [sym_map] = STATE(4554), + [sym__nullary_operator] = STATE(4554), + [sym_unary_operator] = STATE(4554), + [sym_binary_operator] = STATE(4554), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(4554), + [sym_call] = STATE(4554), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(4554), + [sym_anonymous_function] = STATE(4554), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(2539), + [sym_integer] = ACTIONS(2539), + [sym_float] = ACTIONS(2539), + [sym_char] = ACTIONS(2539), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(2539), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [883] = { + [sym__expression] = STATE(3109), + [sym_block] = STATE(3109), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3109), + [sym_nil] = STATE(3109), + [sym__atom] = STATE(3109), + [sym_quoted_atom] = STATE(3109), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3109), + [sym_charlist] = STATE(3109), + [sym_sigil] = STATE(3109), + [sym_list] = STATE(3109), + [sym_tuple] = STATE(3109), + [sym_bitstring] = STATE(3109), + [sym_map] = STATE(3109), + [sym__nullary_operator] = STATE(3109), + [sym_unary_operator] = STATE(3109), + [sym_binary_operator] = STATE(3109), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3109), + [sym_call] = STATE(3109), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3109), + [sym_anonymous_function] = STATE(3109), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2541), + [sym_integer] = ACTIONS(2541), + [sym_float] = ACTIONS(2541), + [sym_char] = ACTIONS(2541), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2541), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [884] = { + [sym__expression] = STATE(3110), + [sym_block] = STATE(3110), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3110), + [sym_nil] = STATE(3110), + [sym__atom] = STATE(3110), + [sym_quoted_atom] = STATE(3110), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3110), + [sym_charlist] = STATE(3110), + [sym_sigil] = STATE(3110), + [sym_list] = STATE(3110), + [sym_tuple] = STATE(3110), + [sym_bitstring] = STATE(3110), + [sym_map] = STATE(3110), + [sym__nullary_operator] = STATE(3110), + [sym_unary_operator] = STATE(3110), + [sym_binary_operator] = STATE(3110), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3110), + [sym_call] = STATE(3110), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3110), + [sym_anonymous_function] = STATE(3110), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2543), + [sym_integer] = ACTIONS(2543), + [sym_float] = ACTIONS(2543), + [sym_char] = ACTIONS(2543), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2543), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [885] = { + [sym__expression] = STATE(2250), + [sym_block] = STATE(2250), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2250), + [sym_nil] = STATE(2250), + [sym__atom] = STATE(2250), + [sym_quoted_atom] = STATE(2250), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2250), + [sym_charlist] = STATE(2250), + [sym_sigil] = STATE(2250), + [sym_list] = STATE(2250), + [sym_tuple] = STATE(2250), + [sym_bitstring] = STATE(2250), + [sym_map] = STATE(2250), + [sym__nullary_operator] = STATE(2250), + [sym_unary_operator] = STATE(2250), + [sym_binary_operator] = STATE(2250), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2250), + [sym_call] = STATE(2250), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2250), + [sym_anonymous_function] = STATE(2250), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2545), + [sym_integer] = ACTIONS(2545), + [sym_float] = ACTIONS(2545), + [sym_char] = ACTIONS(2545), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2545), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [886] = { + [sym__expression] = STATE(2249), + [sym_block] = STATE(2249), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2249), + [sym_nil] = STATE(2249), + [sym__atom] = STATE(2249), + [sym_quoted_atom] = STATE(2249), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2249), + [sym_charlist] = STATE(2249), + [sym_sigil] = STATE(2249), + [sym_list] = STATE(2249), + [sym_tuple] = STATE(2249), + [sym_bitstring] = STATE(2249), + [sym_map] = STATE(2249), + [sym__nullary_operator] = STATE(2249), + [sym_unary_operator] = STATE(2249), + [sym_binary_operator] = STATE(2249), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2249), + [sym_call] = STATE(2249), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2249), + [sym_anonymous_function] = STATE(2249), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2547), + [sym_integer] = ACTIONS(2547), + [sym_float] = ACTIONS(2547), + [sym_char] = ACTIONS(2547), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2547), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [887] = { + [sym__expression] = STATE(2248), + [sym_block] = STATE(2248), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2248), + [sym_nil] = STATE(2248), + [sym__atom] = STATE(2248), + [sym_quoted_atom] = STATE(2248), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2248), + [sym_charlist] = STATE(2248), + [sym_sigil] = STATE(2248), + [sym_list] = STATE(2248), + [sym_tuple] = STATE(2248), + [sym_bitstring] = STATE(2248), + [sym_map] = STATE(2248), + [sym__nullary_operator] = STATE(2248), + [sym_unary_operator] = STATE(2248), + [sym_binary_operator] = STATE(2248), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2248), + [sym_call] = STATE(2248), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2248), + [sym_anonymous_function] = STATE(2248), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2549), + [sym_integer] = ACTIONS(2549), + [sym_float] = ACTIONS(2549), + [sym_char] = ACTIONS(2549), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2549), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [888] = { + [sym__expression] = STATE(2247), + [sym_block] = STATE(2247), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2247), + [sym_nil] = STATE(2247), + [sym__atom] = STATE(2247), + [sym_quoted_atom] = STATE(2247), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2247), + [sym_charlist] = STATE(2247), + [sym_sigil] = STATE(2247), + [sym_list] = STATE(2247), + [sym_tuple] = STATE(2247), + [sym_bitstring] = STATE(2247), + [sym_map] = STATE(2247), + [sym__nullary_operator] = STATE(2247), + [sym_unary_operator] = STATE(2247), + [sym_binary_operator] = STATE(2247), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2247), + [sym_call] = STATE(2247), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2247), + [sym_anonymous_function] = STATE(2247), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2551), + [sym_integer] = ACTIONS(2551), + [sym_float] = ACTIONS(2551), + [sym_char] = ACTIONS(2551), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2551), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [889] = { + [sym__expression] = STATE(1663), + [sym_block] = STATE(1663), + [sym_identifier] = STATE(18), + [sym_boolean] = STATE(1663), + [sym_nil] = STATE(1663), + [sym__atom] = STATE(1663), + [sym_quoted_atom] = STATE(1663), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(1663), + [sym_charlist] = STATE(1663), + [sym_sigil] = STATE(1663), + [sym_list] = STATE(1663), + [sym_tuple] = STATE(1663), + [sym_bitstring] = STATE(1663), + [sym_map] = STATE(1663), + [sym__nullary_operator] = STATE(1663), + [sym_unary_operator] = STATE(1663), + [sym_binary_operator] = STATE(1663), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(1663), + [sym_call] = STATE(1663), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(19), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(1663), + [sym_anonymous_function] = STATE(1663), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2553), + [sym_integer] = ACTIONS(2553), + [sym_float] = ACTIONS(2553), + [sym_char] = ACTIONS(2553), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2553), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(257), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(265), + [anon_sym_PLUS] = ACTIONS(267), + [anon_sym_DASH] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_CARET] = ACTIONS(267), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(267), + [anon_sym_not] = ACTIONS(267), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(279), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [890] = { + [sym__expression] = STATE(2245), + [sym_block] = STATE(2245), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2245), + [sym_nil] = STATE(2245), + [sym__atom] = STATE(2245), + [sym_quoted_atom] = STATE(2245), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2245), + [sym_charlist] = STATE(2245), + [sym_sigil] = STATE(2245), + [sym_list] = STATE(2245), + [sym_tuple] = STATE(2245), + [sym_bitstring] = STATE(2245), + [sym_map] = STATE(2245), + [sym__nullary_operator] = STATE(2245), + [sym_unary_operator] = STATE(2245), + [sym_binary_operator] = STATE(2245), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2245), + [sym_call] = STATE(2245), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2245), + [sym_anonymous_function] = STATE(2245), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2555), + [sym_integer] = ACTIONS(2555), + [sym_float] = ACTIONS(2555), + [sym_char] = ACTIONS(2555), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2555), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [891] = { + [sym__expression] = STATE(2244), + [sym_block] = STATE(2244), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2244), + [sym_nil] = STATE(2244), + [sym__atom] = STATE(2244), + [sym_quoted_atom] = STATE(2244), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2244), + [sym_charlist] = STATE(2244), + [sym_sigil] = STATE(2244), + [sym_list] = STATE(2244), + [sym_tuple] = STATE(2244), + [sym_bitstring] = STATE(2244), + [sym_map] = STATE(2244), + [sym__nullary_operator] = STATE(2244), + [sym_unary_operator] = STATE(2244), + [sym_binary_operator] = STATE(2244), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2244), + [sym_call] = STATE(2244), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2244), + [sym_anonymous_function] = STATE(2244), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2557), + [sym_integer] = ACTIONS(2557), + [sym_float] = ACTIONS(2557), + [sym_char] = ACTIONS(2557), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2557), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [892] = { + [sym__expression] = STATE(3111), + [sym_block] = STATE(3111), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3111), + [sym_nil] = STATE(3111), + [sym__atom] = STATE(3111), + [sym_quoted_atom] = STATE(3111), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3111), + [sym_charlist] = STATE(3111), + [sym_sigil] = STATE(3111), + [sym_list] = STATE(3111), + [sym_tuple] = STATE(3111), + [sym_bitstring] = STATE(3111), + [sym_map] = STATE(3111), + [sym__nullary_operator] = STATE(3111), + [sym_unary_operator] = STATE(3111), + [sym_binary_operator] = STATE(3111), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3111), + [sym_call] = STATE(3111), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3111), + [sym_anonymous_function] = STATE(3111), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2559), + [sym_integer] = ACTIONS(2559), + [sym_float] = ACTIONS(2559), + [sym_char] = ACTIONS(2559), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2559), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [893] = { + [sym__expression] = STATE(3112), + [sym_block] = STATE(3112), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3112), + [sym_nil] = STATE(3112), + [sym__atom] = STATE(3112), + [sym_quoted_atom] = STATE(3112), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3112), + [sym_charlist] = STATE(3112), + [sym_sigil] = STATE(3112), + [sym_list] = STATE(3112), + [sym_tuple] = STATE(3112), + [sym_bitstring] = STATE(3112), + [sym_map] = STATE(3112), + [sym__nullary_operator] = STATE(3112), + [sym_unary_operator] = STATE(3112), + [sym_binary_operator] = STATE(3112), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3112), + [sym_call] = STATE(3112), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3112), + [sym_anonymous_function] = STATE(3112), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2561), + [sym_integer] = ACTIONS(2561), + [sym_float] = ACTIONS(2561), + [sym_char] = ACTIONS(2561), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), + [sym_atom] = ACTIONS(2561), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(273), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(464), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [894] = { + [sym__expression] = STATE(2024), + [sym_block] = STATE(2024), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2024), + [sym_nil] = STATE(2024), + [sym__atom] = STATE(2024), + [sym_quoted_atom] = STATE(2024), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2024), + [sym_charlist] = STATE(2024), + [sym_sigil] = STATE(2024), + [sym_list] = STATE(2024), + [sym_tuple] = STATE(2024), + [sym_bitstring] = STATE(2024), + [sym_map] = STATE(2024), + [sym__nullary_operator] = STATE(2024), + [sym_unary_operator] = STATE(2024), + [sym_binary_operator] = STATE(2024), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2024), + [sym_call] = STATE(2024), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2024), + [sym_anonymous_function] = STATE(2024), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1853), + [sym_integer] = ACTIONS(1853), + [sym_float] = ACTIONS(1853), + [sym_char] = ACTIONS(1853), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(1853), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [895] = { + [sym__expression] = STATE(2137), + [sym_block] = STATE(2137), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2137), + [sym_nil] = STATE(2137), + [sym__atom] = STATE(2137), + [sym_quoted_atom] = STATE(2137), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2137), + [sym_charlist] = STATE(2137), + [sym_sigil] = STATE(2137), + [sym_list] = STATE(2137), + [sym_tuple] = STATE(2137), + [sym_bitstring] = STATE(2137), + [sym_map] = STATE(2137), + [sym__nullary_operator] = STATE(2137), + [sym_unary_operator] = STATE(2137), + [sym_binary_operator] = STATE(2137), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2137), + [sym_call] = STATE(2137), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2137), + [sym_anonymous_function] = STATE(2137), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(2563), + [sym_integer] = ACTIONS(2563), + [sym_float] = ACTIONS(2563), + [sym_char] = ACTIONS(2563), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), + [sym_atom] = ACTIONS(2563), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(954), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(956), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(958), + }, + [896] = { + [sym__expression] = STATE(3933), + [sym_block] = STATE(3933), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3933), + [sym_nil] = STATE(3933), + [sym__atom] = STATE(3933), + [sym_quoted_atom] = STATE(3933), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3933), + [sym_charlist] = STATE(3933), + [sym_sigil] = STATE(3933), + [sym_list] = STATE(3933), + [sym_tuple] = STATE(3933), + [sym_bitstring] = STATE(3933), + [sym_map] = STATE(3933), + [sym__nullary_operator] = STATE(3933), + [sym_unary_operator] = STATE(3933), + [sym_binary_operator] = STATE(3933), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3933), + [sym_call] = STATE(3933), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3933), + [sym_anonymous_function] = STATE(3933), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), [sym_alias] = ACTIONS(2565), [sym_integer] = ACTIONS(2565), [sym_float] = ACTIONS(2565), [sym_char] = ACTIONS(2565), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), [sym_atom] = ACTIONS(2565), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -131554,86 +132510,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(407), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(662), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(413), }, - [900] = { - [sym__expression] = STATE(3678), - [sym_block] = STATE(3678), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3678), - [sym_nil] = STATE(3678), - [sym__atom] = STATE(3678), - [sym_quoted_atom] = STATE(3678), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3678), - [sym_charlist] = STATE(3678), - [sym_sigil] = STATE(3678), - [sym_list] = STATE(3678), - [sym_tuple] = STATE(3678), - [sym_bitstring] = STATE(3678), - [sym_map] = STATE(3678), - [sym__nullary_operator] = STATE(3678), - [sym_unary_operator] = STATE(3678), - [sym_binary_operator] = STATE(3678), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3678), - [sym_call] = STATE(3678), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3678), - [sym_anonymous_function] = STATE(3678), + [897] = { + [sym__expression] = STATE(3122), + [sym_block] = STATE(3122), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3122), + [sym_nil] = STATE(3122), + [sym__atom] = STATE(3122), + [sym_quoted_atom] = STATE(3122), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3122), + [sym_charlist] = STATE(3122), + [sym_sigil] = STATE(3122), + [sym_list] = STATE(3122), + [sym_tuple] = STATE(3122), + [sym_bitstring] = STATE(3122), + [sym_map] = STATE(3122), + [sym__nullary_operator] = STATE(3122), + [sym_unary_operator] = STATE(3122), + [sym_binary_operator] = STATE(3122), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3122), + [sym_call] = STATE(3122), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3122), + [sym_anonymous_function] = STATE(3122), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), [sym_alias] = ACTIONS(2567), [sym_integer] = ACTIONS(2567), [sym_float] = ACTIONS(2567), [sym_char] = ACTIONS(2567), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), [sym_atom] = ACTIONS(2567), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -131672,64 +132628,182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(464), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(281), }, - [901] = { - [sym__expression] = STATE(3677), - [sym_block] = STATE(3677), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3677), - [sym_nil] = STATE(3677), - [sym__atom] = STATE(3677), - [sym_quoted_atom] = STATE(3677), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3677), - [sym_charlist] = STATE(3677), - [sym_sigil] = STATE(3677), - [sym_list] = STATE(3677), - [sym_tuple] = STATE(3677), - [sym_bitstring] = STATE(3677), - [sym_map] = STATE(3677), - [sym__nullary_operator] = STATE(3677), - [sym_unary_operator] = STATE(3677), - [sym_binary_operator] = STATE(3677), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3677), - [sym_call] = STATE(3677), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3677), - [sym_anonymous_function] = STATE(3677), + [898] = { + [sym__expression] = STATE(1980), + [sym_block] = STATE(1980), + [sym_identifier] = STATE(22), + [sym_boolean] = STATE(1980), + [sym_nil] = STATE(1980), + [sym__atom] = STATE(1980), + [sym_quoted_atom] = STATE(1980), + [sym__quoted_i_double] = STATE(1746), + [sym__quoted_i_single] = STATE(1745), + [sym__quoted_i_heredoc_single] = STATE(1619), + [sym__quoted_i_heredoc_double] = STATE(1668), + [sym_string] = STATE(1980), + [sym_charlist] = STATE(1980), + [sym_sigil] = STATE(1980), + [sym_list] = STATE(1980), + [sym_tuple] = STATE(1980), + [sym_bitstring] = STATE(1980), + [sym_map] = STATE(1980), + [sym__nullary_operator] = STATE(1980), + [sym_unary_operator] = STATE(1980), + [sym_binary_operator] = STATE(1980), + [sym_operator_identifier] = STATE(6891), + [sym_dot] = STATE(1980), + [sym_call] = STATE(1980), + [sym__call_without_parentheses] = STATE(1611), + [sym__call_with_parentheses] = STATE(1610), + [sym__local_call_without_parentheses] = STATE(1609), + [sym__local_call_with_parentheses] = STATE(1229), + [sym__local_call_just_do_block] = STATE(1589), + [sym__remote_call_without_parentheses] = STATE(1578), + [sym__remote_call_with_parentheses] = STATE(1226), + [sym__remote_dot] = STATE(14), + [sym__anonymous_call] = STATE(1225), + [sym__anonymous_dot] = STATE(6806), + [sym__double_call] = STATE(1577), + [sym_access_call] = STATE(1980), + [sym_anonymous_function] = STATE(1980), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), + [anon_sym_LPAREN] = ACTIONS(1395), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2569), [sym_integer] = ACTIONS(2569), [sym_float] = ACTIONS(2569), [sym_char] = ACTIONS(2569), + [anon_sym_true] = ACTIONS(69), + [anon_sym_false] = ACTIONS(69), + [anon_sym_nil] = ACTIONS(71), + [sym_atom] = ACTIONS(2569), + [anon_sym_DQUOTE] = ACTIONS(73), + [anon_sym_SQUOTE] = ACTIONS(75), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(77), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(79), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LBRACK] = ACTIONS(83), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(85), + [anon_sym_LT_LT] = ACTIONS(89), + [anon_sym_PERCENT] = ACTIONS(91), + [anon_sym_DOT_DOT] = ACTIONS(93), + [anon_sym_AMP] = ACTIONS(95), + [anon_sym_PLUS] = ACTIONS(97), + [anon_sym_DASH] = ACTIONS(97), + [anon_sym_BANG] = ACTIONS(97), + [anon_sym_CARET] = ACTIONS(97), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(97), + [anon_sym_not] = ACTIONS(97), + [anon_sym_AT] = ACTIONS(99), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(111), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(115), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(117), + }, + [899] = { + [sym__expression] = STATE(1991), + [sym_block] = STATE(1991), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(1991), + [sym_nil] = STATE(1991), + [sym__atom] = STATE(1991), + [sym_quoted_atom] = STATE(1991), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(1991), + [sym_charlist] = STATE(1991), + [sym_sigil] = STATE(1991), + [sym_list] = STATE(1991), + [sym_tuple] = STATE(1991), + [sym_bitstring] = STATE(1991), + [sym_map] = STATE(1991), + [sym__nullary_operator] = STATE(1991), + [sym_unary_operator] = STATE(1991), + [sym_binary_operator] = STATE(1991), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(1991), + [sym_call] = STATE(1991), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(1991), + [sym_anonymous_function] = STATE(1991), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), + [sym_alias] = ACTIONS(1845), + [sym_integer] = ACTIONS(1845), + [sym_float] = ACTIONS(1845), + [sym_char] = ACTIONS(1845), [anon_sym_true] = ACTIONS(922), [anon_sym_false] = ACTIONS(922), [anon_sym_nil] = ACTIONS(924), - [sym_atom] = ACTIONS(2569), + [sym_atom] = ACTIONS(1845), [anon_sym_DQUOTE] = ACTIONS(926), [anon_sym_SQUOTE] = ACTIONS(928), [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), @@ -131739,19 +132813,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(938), [anon_sym_LT_LT] = ACTIONS(940), [anon_sym_PERCENT] = ACTIONS(942), [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -131794,82 +132868,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(956), [sym__not_in] = ACTIONS(55), [sym__quoted_atom_start] = ACTIONS(958), }, - [902] = { - [sym__expression] = STATE(2664), - [sym_block] = STATE(2664), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2664), - [sym_nil] = STATE(2664), - [sym__atom] = STATE(2664), - [sym_quoted_atom] = STATE(2664), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2664), - [sym_charlist] = STATE(2664), - [sym_sigil] = STATE(2664), - [sym_list] = STATE(2664), - [sym_tuple] = STATE(2664), - [sym_bitstring] = STATE(2664), - [sym_map] = STATE(2664), - [sym__nullary_operator] = STATE(2664), - [sym_unary_operator] = STATE(2664), - [sym_binary_operator] = STATE(2664), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2664), - [sym_call] = STATE(2664), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2664), - [sym_anonymous_function] = STATE(2664), + [900] = { + [sym__expression] = STATE(2138), + [sym_block] = STATE(2138), + [sym_identifier] = STATE(32), + [sym_boolean] = STATE(2138), + [sym_nil] = STATE(2138), + [sym__atom] = STATE(2138), + [sym_quoted_atom] = STATE(2138), + [sym__quoted_i_double] = STATE(1990), + [sym__quoted_i_single] = STATE(1988), + [sym__quoted_i_heredoc_single] = STATE(1959), + [sym__quoted_i_heredoc_double] = STATE(1960), + [sym_string] = STATE(2138), + [sym_charlist] = STATE(2138), + [sym_sigil] = STATE(2138), + [sym_list] = STATE(2138), + [sym_tuple] = STATE(2138), + [sym_bitstring] = STATE(2138), + [sym_map] = STATE(2138), + [sym__nullary_operator] = STATE(2138), + [sym_unary_operator] = STATE(2138), + [sym_binary_operator] = STATE(2138), + [sym_operator_identifier] = STATE(6910), + [sym_dot] = STATE(2138), + [sym_call] = STATE(2138), + [sym__call_without_parentheses] = STATE(1961), + [sym__call_with_parentheses] = STATE(1962), + [sym__local_call_without_parentheses] = STATE(1963), + [sym__local_call_with_parentheses] = STATE(1508), + [sym__local_call_just_do_block] = STATE(1965), + [sym__remote_call_without_parentheses] = STATE(1966), + [sym__remote_call_with_parentheses] = STATE(1507), + [sym__remote_dot] = STATE(16), + [sym__anonymous_call] = STATE(1503), + [sym__anonymous_dot] = STATE(6771), + [sym__double_call] = STATE(1970), + [sym_access_call] = STATE(2138), + [sym_anonymous_function] = STATE(2138), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(918), + [aux_sym_identifier_token1] = ACTIONS(65), + [anon_sym_DOT_DOT_DOT] = ACTIONS(65), [sym_alias] = ACTIONS(2571), [sym_integer] = ACTIONS(2571), [sym_float] = ACTIONS(2571), [sym_char] = ACTIONS(2571), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), + [anon_sym_true] = ACTIONS(922), + [anon_sym_false] = ACTIONS(922), + [anon_sym_nil] = ACTIONS(924), [sym_atom] = ACTIONS(2571), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), + [anon_sym_DQUOTE] = ACTIONS(926), + [anon_sym_SQUOTE] = ACTIONS(928), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LBRACK] = ACTIONS(936), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(938), + [anon_sym_LT_LT] = ACTIONS(940), + [anon_sym_PERCENT] = ACTIONS(942), + [anon_sym_DOT_DOT] = ACTIONS(944), + [anon_sym_AMP] = ACTIONS(946), + [anon_sym_PLUS] = ACTIONS(948), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_BANG] = ACTIONS(948), + [anon_sym_CARET] = ACTIONS(948), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(948), + [anon_sym_not] = ACTIONS(948), + [anon_sym_AT] = ACTIONS(950), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -131908,86 +132982,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), + [anon_sym_fn] = ACTIONS(954), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), + [sym__before_unary_op] = ACTIONS(956), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), + [sym__quoted_atom_start] = ACTIONS(958), }, - [903] = { - [sym__expression] = STATE(2663), - [sym_block] = STATE(2663), - [sym_identifier] = STATE(58), - [sym_boolean] = STATE(2663), - [sym_nil] = STATE(2663), - [sym__atom] = STATE(2663), - [sym_quoted_atom] = STATE(2663), - [sym__quoted_i_double] = STATE(2836), - [sym__quoted_i_single] = STATE(2835), - [sym__quoted_i_heredoc_single] = STATE(2833), - [sym__quoted_i_heredoc_double] = STATE(2811), - [sym_string] = STATE(2663), - [sym_charlist] = STATE(2663), - [sym_sigil] = STATE(2663), - [sym_list] = STATE(2663), - [sym_tuple] = STATE(2663), - [sym_bitstring] = STATE(2663), - [sym_map] = STATE(2663), - [sym__nullary_operator] = STATE(2663), - [sym_unary_operator] = STATE(2663), - [sym_binary_operator] = STATE(2663), - [sym_operator_identifier] = STATE(5636), - [sym_dot] = STATE(2663), - [sym_call] = STATE(2663), - [sym__call_without_parentheses] = STATE(2806), - [sym__call_with_parentheses] = STATE(2667), - [sym__local_call_without_parentheses] = STATE(2758), - [sym__local_call_with_parentheses] = STATE(2146), - [sym__local_call_just_do_block] = STATE(2751), - [sym__remote_call_without_parentheses] = STATE(2750), - [sym__remote_call_with_parentheses] = STATE(2147), - [sym__remote_dot] = STATE(59), - [sym__anonymous_call] = STATE(2149), - [sym__anonymous_dot] = STATE(5493), - [sym__double_call] = STATE(2737), - [sym_access_call] = STATE(2663), - [sym_anonymous_function] = STATE(2663), + [901] = { + [sym__expression] = STATE(3935), + [sym_block] = STATE(3935), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3935), + [sym_nil] = STATE(3935), + [sym__atom] = STATE(3935), + [sym_quoted_atom] = STATE(3935), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3935), + [sym_charlist] = STATE(3935), + [sym_sigil] = STATE(3935), + [sym_list] = STATE(3935), + [sym_tuple] = STATE(3935), + [sym_bitstring] = STATE(3935), + [sym_map] = STATE(3935), + [sym__nullary_operator] = STATE(3935), + [sym_unary_operator] = STATE(3935), + [sym_binary_operator] = STATE(3935), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3935), + [sym_call] = STATE(3935), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3935), + [sym_anonymous_function] = STATE(3935), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(540), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), [sym_alias] = ACTIONS(2573), [sym_integer] = ACTIONS(2573), [sym_float] = ACTIONS(2573), [sym_char] = ACTIONS(2573), - [anon_sym_true] = ACTIONS(544), - [anon_sym_false] = ACTIONS(544), - [anon_sym_nil] = ACTIONS(546), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), [sym_atom] = ACTIONS(2573), - [anon_sym_DQUOTE] = ACTIONS(548), - [anon_sym_SQUOTE] = ACTIONS(550), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(552), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(554), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LBRACK] = ACTIONS(558), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(1038), - [anon_sym_TILDE] = ACTIONS(560), - [anon_sym_LT_LT] = ACTIONS(564), - [anon_sym_PERCENT] = ACTIONS(566), - [anon_sym_DOT_DOT] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(570), - [anon_sym_DASH] = ACTIONS(570), - [anon_sym_BANG] = ACTIONS(570), - [anon_sym_CARET] = ACTIONS(570), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(570), - [anon_sym_not] = ACTIONS(570), - [anon_sym_AT] = ACTIONS(572), + [anon_sym_SLASH] = ACTIONS(35), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -132026,86 +133100,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(576), + [anon_sym_fn] = ACTIONS(407), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(582), + [sym__before_unary_op] = ACTIONS(662), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(584), + [sym__quoted_atom_start] = ACTIONS(413), }, - [904] = { - [sym__expression] = STATE(3676), - [sym_block] = STATE(3676), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3676), - [sym_nil] = STATE(3676), - [sym__atom] = STATE(3676), - [sym_quoted_atom] = STATE(3676), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3676), - [sym_charlist] = STATE(3676), - [sym_sigil] = STATE(3676), - [sym_list] = STATE(3676), - [sym_tuple] = STATE(3676), - [sym_bitstring] = STATE(3676), - [sym_map] = STATE(3676), - [sym__nullary_operator] = STATE(3676), - [sym_unary_operator] = STATE(3676), - [sym_binary_operator] = STATE(3676), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3676), - [sym_call] = STATE(3676), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3676), - [sym_anonymous_function] = STATE(3676), + [902] = { + [sym__expression] = STATE(3123), + [sym_block] = STATE(3123), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3123), + [sym_nil] = STATE(3123), + [sym__atom] = STATE(3123), + [sym_quoted_atom] = STATE(3123), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3123), + [sym_charlist] = STATE(3123), + [sym_sigil] = STATE(3123), + [sym_list] = STATE(3123), + [sym_tuple] = STATE(3123), + [sym_bitstring] = STATE(3123), + [sym_map] = STATE(3123), + [sym__nullary_operator] = STATE(3123), + [sym_unary_operator] = STATE(3123), + [sym_binary_operator] = STATE(3123), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3123), + [sym_call] = STATE(3123), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3123), + [sym_anonymous_function] = STATE(3123), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), [sym_alias] = ACTIONS(2575), [sym_integer] = ACTIONS(2575), [sym_float] = ACTIONS(2575), [sym_char] = ACTIONS(2575), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), [sym_atom] = ACTIONS(2575), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -132144,86 +133218,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(464), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(281), }, - [905] = { - [sym__expression] = STATE(3675), - [sym_block] = STATE(3675), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3675), - [sym_nil] = STATE(3675), - [sym__atom] = STATE(3675), - [sym_quoted_atom] = STATE(3675), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3675), - [sym_charlist] = STATE(3675), - [sym_sigil] = STATE(3675), - [sym_list] = STATE(3675), - [sym_tuple] = STATE(3675), - [sym_bitstring] = STATE(3675), - [sym_map] = STATE(3675), - [sym__nullary_operator] = STATE(3675), - [sym_unary_operator] = STATE(3675), - [sym_binary_operator] = STATE(3675), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3675), - [sym_call] = STATE(3675), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3675), - [sym_anonymous_function] = STATE(3675), + [903] = { + [sym__expression] = STATE(3124), + [sym_block] = STATE(3124), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3124), + [sym_nil] = STATE(3124), + [sym__atom] = STATE(3124), + [sym_quoted_atom] = STATE(3124), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3124), + [sym_charlist] = STATE(3124), + [sym_sigil] = STATE(3124), + [sym_list] = STATE(3124), + [sym_tuple] = STATE(3124), + [sym_bitstring] = STATE(3124), + [sym_map] = STATE(3124), + [sym__nullary_operator] = STATE(3124), + [sym_unary_operator] = STATE(3124), + [sym_binary_operator] = STATE(3124), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3124), + [sym_call] = STATE(3124), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3124), + [sym_anonymous_function] = STATE(3124), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), [sym_alias] = ACTIONS(2577), [sym_integer] = ACTIONS(2577), [sym_float] = ACTIONS(2577), [sym_char] = ACTIONS(2577), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), [sym_atom] = ACTIONS(2577), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -132262,86 +133336,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(464), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(281), }, - [906] = { - [sym__expression] = STATE(3674), - [sym_block] = STATE(3674), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3674), - [sym_nil] = STATE(3674), - [sym__atom] = STATE(3674), - [sym_quoted_atom] = STATE(3674), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3674), - [sym_charlist] = STATE(3674), - [sym_sigil] = STATE(3674), - [sym_list] = STATE(3674), - [sym_tuple] = STATE(3674), - [sym_bitstring] = STATE(3674), - [sym_map] = STATE(3674), - [sym__nullary_operator] = STATE(3674), - [sym_unary_operator] = STATE(3674), - [sym_binary_operator] = STATE(3674), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3674), - [sym_call] = STATE(3674), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3674), - [sym_anonymous_function] = STATE(3674), + [904] = { + [sym__expression] = STATE(3125), + [sym_block] = STATE(3125), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3125), + [sym_nil] = STATE(3125), + [sym__atom] = STATE(3125), + [sym_quoted_atom] = STATE(3125), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3125), + [sym_charlist] = STATE(3125), + [sym_sigil] = STATE(3125), + [sym_list] = STATE(3125), + [sym_tuple] = STATE(3125), + [sym_bitstring] = STATE(3125), + [sym_map] = STATE(3125), + [sym__nullary_operator] = STATE(3125), + [sym_unary_operator] = STATE(3125), + [sym_binary_operator] = STATE(3125), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3125), + [sym_call] = STATE(3125), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3125), + [sym_anonymous_function] = STATE(3125), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), [sym_alias] = ACTIONS(2579), [sym_integer] = ACTIONS(2579), [sym_float] = ACTIONS(2579), [sym_char] = ACTIONS(2579), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), [sym_atom] = ACTIONS(2579), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -132380,86 +133454,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(464), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(281), }, - [907] = { - [sym__expression] = STATE(3673), - [sym_block] = STATE(3673), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3673), - [sym_nil] = STATE(3673), - [sym__atom] = STATE(3673), - [sym_quoted_atom] = STATE(3673), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3673), - [sym_charlist] = STATE(3673), - [sym_sigil] = STATE(3673), - [sym_list] = STATE(3673), - [sym_tuple] = STATE(3673), - [sym_bitstring] = STATE(3673), - [sym_map] = STATE(3673), - [sym__nullary_operator] = STATE(3673), - [sym_unary_operator] = STATE(3673), - [sym_binary_operator] = STATE(3673), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3673), - [sym_call] = STATE(3673), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3673), - [sym_anonymous_function] = STATE(3673), + [905] = { + [sym__expression] = STATE(3126), + [sym_block] = STATE(3126), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3126), + [sym_nil] = STATE(3126), + [sym__atom] = STATE(3126), + [sym_quoted_atom] = STATE(3126), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3126), + [sym_charlist] = STATE(3126), + [sym_sigil] = STATE(3126), + [sym_list] = STATE(3126), + [sym_tuple] = STATE(3126), + [sym_bitstring] = STATE(3126), + [sym_map] = STATE(3126), + [sym__nullary_operator] = STATE(3126), + [sym_unary_operator] = STATE(3126), + [sym_binary_operator] = STATE(3126), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3126), + [sym_call] = STATE(3126), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3126), + [sym_anonymous_function] = STATE(3126), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), [sym_alias] = ACTIONS(2581), [sym_integer] = ACTIONS(2581), [sym_float] = ACTIONS(2581), [sym_char] = ACTIONS(2581), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), [sym_atom] = ACTIONS(2581), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -132498,86 +133572,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(464), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(281), }, - [908] = { - [sym__expression] = STATE(3672), - [sym_block] = STATE(3672), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3672), - [sym_nil] = STATE(3672), - [sym__atom] = STATE(3672), - [sym_quoted_atom] = STATE(3672), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3672), - [sym_charlist] = STATE(3672), - [sym_sigil] = STATE(3672), - [sym_list] = STATE(3672), - [sym_tuple] = STATE(3672), - [sym_bitstring] = STATE(3672), - [sym_map] = STATE(3672), - [sym__nullary_operator] = STATE(3672), - [sym_unary_operator] = STATE(3672), - [sym_binary_operator] = STATE(3672), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3672), - [sym_call] = STATE(3672), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3672), - [sym_anonymous_function] = STATE(3672), + [906] = { + [sym__expression] = STATE(3479), + [sym_block] = STATE(3479), + [sym_identifier] = STATE(42), + [sym_boolean] = STATE(3479), + [sym_nil] = STATE(3479), + [sym__atom] = STATE(3479), + [sym_quoted_atom] = STATE(3479), + [sym__quoted_i_double] = STATE(1433), + [sym__quoted_i_single] = STATE(1434), + [sym__quoted_i_heredoc_single] = STATE(1435), + [sym__quoted_i_heredoc_double] = STATE(1436), + [sym_string] = STATE(3479), + [sym_charlist] = STATE(3479), + [sym_sigil] = STATE(3479), + [sym_list] = STATE(3479), + [sym_tuple] = STATE(3479), + [sym_bitstring] = STATE(3479), + [sym_map] = STATE(3479), + [sym__nullary_operator] = STATE(3479), + [sym_unary_operator] = STATE(3479), + [sym_binary_operator] = STATE(3479), + [sym_operator_identifier] = STATE(6949), + [sym_dot] = STATE(3479), + [sym_call] = STATE(3479), + [sym__call_without_parentheses] = STATE(1437), + [sym__call_with_parentheses] = STATE(1439), + [sym__local_call_without_parentheses] = STATE(1440), + [sym__local_call_with_parentheses] = STATE(1134), + [sym__local_call_just_do_block] = STATE(1441), + [sym__remote_call_without_parentheses] = STATE(1432), + [sym__remote_call_with_parentheses] = STATE(1131), + [sym__remote_dot] = STATE(50), + [sym__anonymous_call] = STATE(1129), + [sym__anonymous_dot] = STATE(6830), + [sym__double_call] = STATE(1443), + [sym_access_call] = STATE(3479), + [sym_anonymous_function] = STATE(3479), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), + [anon_sym_LPAREN] = ACTIONS(237), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), [sym_alias] = ACTIONS(2583), [sym_integer] = ACTIONS(2583), [sym_float] = ACTIONS(2583), [sym_char] = ACTIONS(2583), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), + [anon_sym_true] = ACTIONS(241), + [anon_sym_false] = ACTIONS(241), + [anon_sym_nil] = ACTIONS(243), [sym_atom] = ACTIONS(2583), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(249), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(251), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LBRACK] = ACTIONS(255), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(451), + [anon_sym_LT_LT] = ACTIONS(261), + [anon_sym_PERCENT] = ACTIONS(263), + [anon_sym_DOT_DOT] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(455), + [anon_sym_PLUS] = ACTIONS(460), + [anon_sym_DASH] = ACTIONS(460), + [anon_sym_BANG] = ACTIONS(460), + [anon_sym_CARET] = ACTIONS(460), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(460), + [anon_sym_not] = ACTIONS(460), + [anon_sym_AT] = ACTIONS(462), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -132616,86 +133690,322 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(273), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(464), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(281), + }, + [907] = { + [sym__expression] = STATE(3051), + [sym_block] = STATE(3051), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(3051), + [sym_nil] = STATE(3051), + [sym__atom] = STATE(3051), + [sym_quoted_atom] = STATE(3051), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(3051), + [sym_charlist] = STATE(3051), + [sym_sigil] = STATE(3051), + [sym_list] = STATE(3051), + [sym_tuple] = STATE(3051), + [sym_bitstring] = STATE(3051), + [sym_map] = STATE(3051), + [sym__nullary_operator] = STATE(3051), + [sym_unary_operator] = STATE(3051), + [sym_binary_operator] = STATE(3051), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(3051), + [sym_call] = STATE(3051), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(3051), + [sym_anonymous_function] = STATE(3051), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1795), + [sym_integer] = ACTIONS(1795), + [sym_float] = ACTIONS(1795), + [sym_char] = ACTIONS(1795), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1795), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), + }, + [908] = { + [sym__expression] = STATE(2981), + [sym_block] = STATE(2981), + [sym_identifier] = STATE(53), + [sym_boolean] = STATE(2981), + [sym_nil] = STATE(2981), + [sym__atom] = STATE(2981), + [sym_quoted_atom] = STATE(2981), + [sym__quoted_i_double] = STATE(3315), + [sym__quoted_i_single] = STATE(3481), + [sym__quoted_i_heredoc_single] = STATE(2937), + [sym__quoted_i_heredoc_double] = STATE(2939), + [sym_string] = STATE(2981), + [sym_charlist] = STATE(2981), + [sym_sigil] = STATE(2981), + [sym_list] = STATE(2981), + [sym_tuple] = STATE(2981), + [sym_bitstring] = STATE(2981), + [sym_map] = STATE(2981), + [sym__nullary_operator] = STATE(2981), + [sym_unary_operator] = STATE(2981), + [sym_binary_operator] = STATE(2981), + [sym_operator_identifier] = STATE(6860), + [sym_dot] = STATE(2981), + [sym_call] = STATE(2981), + [sym__call_without_parentheses] = STATE(2940), + [sym__call_with_parentheses] = STATE(2941), + [sym__local_call_without_parentheses] = STATE(2944), + [sym__local_call_with_parentheses] = STATE(2166), + [sym__local_call_just_do_block] = STATE(2946), + [sym__remote_call_without_parentheses] = STATE(3320), + [sym__remote_call_with_parentheses] = STATE(2164), + [sym__remote_dot] = STATE(40), + [sym__anonymous_call] = STATE(2163), + [sym__anonymous_dot] = STATE(6831), + [sym__double_call] = STATE(2960), + [sym_access_call] = STATE(2981), + [sym_anonymous_function] = STATE(2981), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(1043), + [aux_sym_identifier_token1] = ACTIONS(804), + [anon_sym_DOT_DOT_DOT] = ACTIONS(804), + [sym_alias] = ACTIONS(1797), + [sym_integer] = ACTIONS(1797), + [sym_float] = ACTIONS(1797), + [sym_char] = ACTIONS(1797), + [anon_sym_true] = ACTIONS(1047), + [anon_sym_false] = ACTIONS(1047), + [anon_sym_nil] = ACTIONS(1049), + [sym_atom] = ACTIONS(1797), + [anon_sym_DQUOTE] = ACTIONS(1051), + [anon_sym_SQUOTE] = ACTIONS(1053), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(1055), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1057), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LBRACK] = ACTIONS(1063), + [anon_sym_LT] = ACTIONS(35), + [anon_sym_GT] = ACTIONS(35), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_SLASH] = ACTIONS(1036), + [anon_sym_TILDE] = ACTIONS(1065), + [anon_sym_LT_LT] = ACTIONS(1069), + [anon_sym_PERCENT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1073), + [anon_sym_AMP] = ACTIONS(1075), + [anon_sym_PLUS] = ACTIONS(1077), + [anon_sym_DASH] = ACTIONS(1077), + [anon_sym_BANG] = ACTIONS(1077), + [anon_sym_CARET] = ACTIONS(1077), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1077), + [anon_sym_not] = ACTIONS(1077), + [anon_sym_AT] = ACTIONS(1079), + [anon_sym_LT_DASH] = ACTIONS(35), + [anon_sym_BSLASH_BSLASH] = ACTIONS(35), + [anon_sym_when] = ACTIONS(35), + [anon_sym_COLON_COLON] = ACTIONS(35), + [anon_sym_EQ] = ACTIONS(35), + [anon_sym_PIPE_PIPE] = ACTIONS(35), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(35), + [anon_sym_or] = ACTIONS(35), + [anon_sym_AMP_AMP] = ACTIONS(35), + [anon_sym_AMP_AMP_AMP] = ACTIONS(35), + [anon_sym_and] = ACTIONS(35), + [anon_sym_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ] = ACTIONS(35), + [anon_sym_EQ_TILDE] = ACTIONS(35), + [anon_sym_EQ_EQ_EQ] = ACTIONS(35), + [anon_sym_BANG_EQ_EQ] = ACTIONS(35), + [anon_sym_LT_EQ] = ACTIONS(35), + [anon_sym_GT_EQ] = ACTIONS(35), + [anon_sym_PIPE_GT] = ACTIONS(35), + [anon_sym_LT_LT_LT] = ACTIONS(35), + [anon_sym_GT_GT_GT] = ACTIONS(35), + [anon_sym_LT_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT_GT] = ACTIONS(35), + [anon_sym_LT_TILDE] = ACTIONS(35), + [anon_sym_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_TILDE_GT] = ACTIONS(35), + [anon_sym_LT_PIPE_GT] = ACTIONS(35), + [anon_sym_in] = ACTIONS(35), + [anon_sym_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH] = ACTIONS(35), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(35), + [anon_sym_DASH_DASH_DASH] = ACTIONS(35), + [anon_sym_LT_GT] = ACTIONS(35), + [anon_sym_STAR] = ACTIONS(35), + [anon_sym_STAR_STAR] = ACTIONS(35), + [anon_sym_CARET_CARET] = ACTIONS(35), + [anon_sym_DASH_GT] = ACTIONS(35), + [anon_sym_DOT] = ACTIONS(35), + [anon_sym_fn] = ACTIONS(1081), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(1083), + [sym__not_in] = ACTIONS(55), + [sym__quoted_atom_start] = ACTIONS(1085), }, [909] = { - [sym__expression] = STATE(3881), - [sym_block] = STATE(3881), - [sym_identifier] = STATE(55), - [sym_boolean] = STATE(3881), - [sym_nil] = STATE(3881), - [sym__atom] = STATE(3881), - [sym_quoted_atom] = STATE(3881), - [sym__quoted_i_double] = STATE(1719), - [sym__quoted_i_single] = STATE(1720), - [sym__quoted_i_heredoc_single] = STATE(1759), - [sym__quoted_i_heredoc_double] = STATE(1760), - [sym_string] = STATE(3881), - [sym_charlist] = STATE(3881), - [sym_sigil] = STATE(3881), - [sym_list] = STATE(3881), - [sym_tuple] = STATE(3881), - [sym_bitstring] = STATE(3881), - [sym_map] = STATE(3881), - [sym__nullary_operator] = STATE(3881), - [sym_unary_operator] = STATE(3881), - [sym_binary_operator] = STATE(3881), - [sym_operator_identifier] = STATE(5604), - [sym_dot] = STATE(3881), - [sym_call] = STATE(3881), - [sym__call_without_parentheses] = STATE(1761), - [sym__call_with_parentheses] = STATE(1762), - [sym__local_call_without_parentheses] = STATE(1763), - [sym__local_call_with_parentheses] = STATE(1455), - [sym__local_call_just_do_block] = STATE(1765), - [sym__remote_call_without_parentheses] = STATE(1766), - [sym__remote_call_with_parentheses] = STATE(1454), - [sym__remote_dot] = STATE(41), - [sym__anonymous_call] = STATE(1452), - [sym__anonymous_dot] = STATE(5522), - [sym__double_call] = STATE(1770), - [sym_access_call] = STATE(3881), - [sym_anonymous_function] = STATE(3881), + [sym__expression] = STATE(3936), + [sym_block] = STATE(3936), + [sym_identifier] = STATE(64), + [sym_boolean] = STATE(3936), + [sym_nil] = STATE(3936), + [sym__atom] = STATE(3936), + [sym_quoted_atom] = STATE(3936), + [sym__quoted_i_double] = STATE(2302), + [sym__quoted_i_single] = STATE(2301), + [sym__quoted_i_heredoc_single] = STATE(2300), + [sym__quoted_i_heredoc_double] = STATE(2299), + [sym_string] = STATE(3936), + [sym_charlist] = STATE(3936), + [sym_sigil] = STATE(3936), + [sym_list] = STATE(3936), + [sym_tuple] = STATE(3936), + [sym_bitstring] = STATE(3936), + [sym_map] = STATE(3936), + [sym__nullary_operator] = STATE(3936), + [sym_unary_operator] = STATE(3936), + [sym_binary_operator] = STATE(3936), + [sym_operator_identifier] = STATE(6926), + [sym_dot] = STATE(3936), + [sym_call] = STATE(3936), + [sym__call_without_parentheses] = STATE(2298), + [sym__call_with_parentheses] = STATE(2297), + [sym__local_call_without_parentheses] = STATE(2296), + [sym__local_call_with_parentheses] = STATE(1788), + [sym__local_call_just_do_block] = STATE(2295), + [sym__remote_call_without_parentheses] = STATE(2294), + [sym__remote_call_with_parentheses] = STATE(1789), + [sym__remote_dot] = STATE(70), + [sym__anonymous_call] = STATE(1790), + [sym__anonymous_dot] = STATE(6807), + [sym__double_call] = STATE(2273), + [sym_access_call] = STATE(3936), + [sym_anonymous_function] = STATE(3936), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(918), - [aux_sym_identifier_token1] = ACTIONS(1345), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1345), + [anon_sym_LPAREN] = ACTIONS(365), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), [sym_alias] = ACTIONS(2585), [sym_integer] = ACTIONS(2585), [sym_float] = ACTIONS(2585), [sym_char] = ACTIONS(2585), - [anon_sym_true] = ACTIONS(922), - [anon_sym_false] = ACTIONS(922), - [anon_sym_nil] = ACTIONS(924), + [anon_sym_true] = ACTIONS(371), + [anon_sym_false] = ACTIONS(371), + [anon_sym_nil] = ACTIONS(373), [sym_atom] = ACTIONS(2585), - [anon_sym_DQUOTE] = ACTIONS(926), - [anon_sym_SQUOTE] = ACTIONS(928), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(930), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(932), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LBRACK] = ACTIONS(936), + [anon_sym_DQUOTE] = ACTIONS(375), + [anon_sym_SQUOTE] = ACTIONS(377), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(379), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(381), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LBRACK] = ACTIONS(385), [anon_sym_LT] = ACTIONS(35), [anon_sym_GT] = ACTIONS(35), [anon_sym_PIPE] = ACTIONS(35), [anon_sym_SLASH] = ACTIONS(35), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_LT_LT] = ACTIONS(940), - [anon_sym_PERCENT] = ACTIONS(942), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_BANG] = ACTIONS(1355), - [anon_sym_CARET] = ACTIONS(1355), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(1355), - [anon_sym_not] = ACTIONS(1355), - [anon_sym_AT] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(391), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_PLUS] = ACTIONS(658), + [anon_sym_DASH] = ACTIONS(658), + [anon_sym_BANG] = ACTIONS(658), + [anon_sym_CARET] = ACTIONS(658), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(658), + [anon_sym_not] = ACTIONS(658), + [anon_sym_AT] = ACTIONS(660), [anon_sym_LT_DASH] = ACTIONS(35), [anon_sym_BSLASH_BSLASH] = ACTIONS(35), [anon_sym_when] = ACTIONS(35), @@ -132734,13 +134044,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET_CARET] = ACTIONS(35), [anon_sym_DASH_GT] = ACTIONS(35), [anon_sym_DOT] = ACTIONS(35), - [anon_sym_fn] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(407), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(1359), + [sym__before_unary_op] = ACTIONS(662), [sym__not_in] = ACTIONS(55), - [sym__quoted_atom_start] = ACTIONS(958), + [sym__quoted_atom_start] = ACTIONS(413), }, [910] = { [aux_sym__terminator_token1] = ACTIONS(2587), @@ -132935,6 +134245,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(2591), }, [912] = { + [aux_sym__terminator_token1] = ACTIONS(2591), + [anon_sym_SEMI] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_after] = ACTIONS(2593), + [anon_sym_catch] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_else] = ACTIONS(2593), + [anon_sym_end] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_rescue] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), + }, + [913] = { [aux_sym__terminator_token1] = ACTIONS(2595), [anon_sym_SEMI] = ACTIONS(2597), [anon_sym_LPAREN] = ACTIONS(2597), @@ -133030,7 +134436,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2595), [sym__quoted_atom_start] = ACTIONS(2595), }, - [913] = { + [914] = { + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_after] = ACTIONS(2597), + [anon_sym_catch] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_else] = ACTIONS(2597), + [anon_sym_end] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_rescue] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [915] = { [aux_sym__terminator_token1] = ACTIONS(2599), [anon_sym_SEMI] = ACTIONS(2601), [anon_sym_LPAREN] = ACTIONS(2601), @@ -133126,7 +134628,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2599), [sym__quoted_atom_start] = ACTIONS(2599), }, - [914] = { + [916] = { + [aux_sym__terminator_token1] = ACTIONS(2591), + [anon_sym_SEMI] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_after] = ACTIONS(2593), + [anon_sym_catch] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_else] = ACTIONS(2593), + [anon_sym_end] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_rescue] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), + }, + [917] = { [aux_sym__terminator_token1] = ACTIONS(2603), [anon_sym_SEMI] = ACTIONS(2605), [anon_sym_LPAREN] = ACTIONS(2605), @@ -133222,7 +134820,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2603), [sym__quoted_atom_start] = ACTIONS(2603), }, - [915] = { + [918] = { [aux_sym__terminator_token1] = ACTIONS(2607), [anon_sym_SEMI] = ACTIONS(2609), [anon_sym_LPAREN] = ACTIONS(2609), @@ -133318,7 +134916,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2607), [sym__quoted_atom_start] = ACTIONS(2607), }, - [916] = { + [919] = { [aux_sym__terminator_token1] = ACTIONS(2611), [anon_sym_SEMI] = ACTIONS(2613), [anon_sym_LPAREN] = ACTIONS(2613), @@ -133414,103 +135012,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2611), [sym__quoted_atom_start] = ACTIONS(2611), }, - [917] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_after] = ACTIONS(2589), - [anon_sym_catch] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_else] = ACTIONS(2589), - [anon_sym_end] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_rescue] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [918] = { + [920] = { [aux_sym__terminator_token1] = ACTIONS(2615), [anon_sym_SEMI] = ACTIONS(2617), [anon_sym_LPAREN] = ACTIONS(2617), @@ -133606,7 +135108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2615), [sym__quoted_atom_start] = ACTIONS(2615), }, - [919] = { + [921] = { [aux_sym__terminator_token1] = ACTIONS(2619), [anon_sym_SEMI] = ACTIONS(2621), [anon_sym_LPAREN] = ACTIONS(2621), @@ -133702,487 +135204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2619), [sym__quoted_atom_start] = ACTIONS(2619), }, - [920] = { - [aux_sym__terminator_token1] = ACTIONS(2623), - [anon_sym_SEMI] = ACTIONS(2625), - [anon_sym_LPAREN] = ACTIONS(2625), - [aux_sym_identifier_token1] = ACTIONS(2625), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), - [sym_alias] = ACTIONS(2625), - [sym_integer] = ACTIONS(2625), - [sym_float] = ACTIONS(2625), - [sym_char] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_nil] = ACTIONS(2625), - [sym_atom] = ACTIONS(2625), - [anon_sym_DQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_GT] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_SLASH] = ACTIONS(2625), - [anon_sym_TILDE] = ACTIONS(2625), - [anon_sym_COMMA] = ACTIONS(2625), - [sym_keyword] = ACTIONS(2625), - [anon_sym_LT_LT] = ACTIONS(2625), - [anon_sym_PERCENT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PLUS] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_CARET] = ACTIONS(2625), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), - [anon_sym_not] = ACTIONS(2625), - [anon_sym_AT] = ACTIONS(2625), - [anon_sym_LT_DASH] = ACTIONS(2625), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), - [anon_sym_when] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_EQ_GT] = ACTIONS(2625), - [anon_sym_EQ] = ACTIONS(2625), - [anon_sym_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_or] = ACTIONS(2625), - [anon_sym_AMP_AMP] = ACTIONS(2625), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), - [anon_sym_and] = ACTIONS(2625), - [anon_sym_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ] = ACTIONS(2625), - [anon_sym_EQ_TILDE] = ACTIONS(2625), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), - [anon_sym_LT_EQ] = ACTIONS(2625), - [anon_sym_GT_EQ] = ACTIONS(2625), - [anon_sym_PIPE_GT] = ACTIONS(2625), - [anon_sym_LT_LT_LT] = ACTIONS(2625), - [anon_sym_GT_GT_GT] = ACTIONS(2625), - [anon_sym_LT_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_PIPE_GT] = ACTIONS(2625), - [anon_sym_in] = ACTIONS(2625), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), - [anon_sym_LT_GT] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_STAR_STAR] = ACTIONS(2625), - [anon_sym_CARET_CARET] = ACTIONS(2625), - [anon_sym_DASH_GT] = ACTIONS(2625), - [anon_sym_DOT] = ACTIONS(2625), - [anon_sym_after] = ACTIONS(2625), - [anon_sym_catch] = ACTIONS(2625), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_else] = ACTIONS(2625), - [anon_sym_end] = ACTIONS(2625), - [anon_sym_fn] = ACTIONS(2625), - [anon_sym_rescue] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_LBRACK2] = ACTIONS(2623), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2623), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2623), - [sym__not_in] = ACTIONS(2623), - [sym__quoted_atom_start] = ACTIONS(2623), - }, - [921] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_after] = ACTIONS(2589), - [anon_sym_catch] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_else] = ACTIONS(2589), - [anon_sym_end] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_rescue] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, [922] = { - [aux_sym__terminator_token1] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_after] = ACTIONS(2621), - [anon_sym_catch] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_else] = ACTIONS(2621), - [anon_sym_end] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_rescue] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), - }, - [923] = { - [aux_sym__terminator_token1] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_after] = ACTIONS(2621), - [anon_sym_catch] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_else] = ACTIONS(2621), - [anon_sym_end] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_rescue] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), - }, - [924] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_after] = ACTIONS(2589), - [anon_sym_catch] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_else] = ACTIONS(2589), - [anon_sym_end] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_rescue] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [925] = { [aux_sym__terminator_token1] = ACTIONS(2623), [anon_sym_SEMI] = ACTIONS(2625), [anon_sym_LPAREN] = ACTIONS(2625), @@ -134271,98 +135293,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LPAREN2] = ACTIONS(2623), [anon_sym_LBRACK2] = ACTIONS(2623), [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2623), - [sym__not_in] = ACTIONS(2623), - [sym__quoted_atom_start] = ACTIONS(2623), - }, - [926] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2625), - [anon_sym_RPAREN] = ACTIONS(2625), - [aux_sym_identifier_token1] = ACTIONS(2625), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), - [sym_alias] = ACTIONS(2625), - [sym_integer] = ACTIONS(2625), - [sym_float] = ACTIONS(2625), - [sym_char] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_nil] = ACTIONS(2625), - [sym_atom] = ACTIONS(2625), - [anon_sym_DQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_RBRACE] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_RBRACK] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_GT] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_SLASH] = ACTIONS(2625), - [anon_sym_TILDE] = ACTIONS(2625), - [anon_sym_COMMA] = ACTIONS(2625), - [sym_keyword] = ACTIONS(2625), - [anon_sym_LT_LT] = ACTIONS(2625), - [anon_sym_PERCENT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PLUS] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_CARET] = ACTIONS(2625), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), - [anon_sym_not] = ACTIONS(2625), - [anon_sym_AT] = ACTIONS(2625), - [anon_sym_LT_DASH] = ACTIONS(2625), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), - [anon_sym_when] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_EQ_GT] = ACTIONS(2625), - [anon_sym_EQ] = ACTIONS(2625), - [anon_sym_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_or] = ACTIONS(2625), - [anon_sym_AMP_AMP] = ACTIONS(2625), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), - [anon_sym_and] = ACTIONS(2625), - [anon_sym_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ] = ACTIONS(2625), - [anon_sym_EQ_TILDE] = ACTIONS(2625), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), - [anon_sym_LT_EQ] = ACTIONS(2625), - [anon_sym_GT_EQ] = ACTIONS(2625), - [anon_sym_PIPE_GT] = ACTIONS(2625), - [anon_sym_LT_LT_LT] = ACTIONS(2625), - [anon_sym_GT_GT_GT] = ACTIONS(2625), - [anon_sym_LT_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_PIPE_GT] = ACTIONS(2625), - [anon_sym_in] = ACTIONS(2625), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), - [anon_sym_LT_GT] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_STAR_STAR] = ACTIONS(2625), - [anon_sym_CARET_CARET] = ACTIONS(2625), - [anon_sym_DASH_GT] = ACTIONS(2625), - [anon_sym_DOT] = ACTIONS(2625), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_fn] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_LBRACK2] = ACTIONS(2623), - [sym_comment] = ACTIONS(5), [sym__newline_before_do] = ACTIONS(2623), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), @@ -134370,191 +135300,577 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2623), [sym__quoted_atom_start] = ACTIONS(2623), }, - [927] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2621), - [anon_sym_RPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_RBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_RBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), + [923] = { + [aux_sym__terminator_token1] = ACTIONS(2627), + [anon_sym_SEMI] = ACTIONS(2629), + [anon_sym_LPAREN] = ACTIONS(2629), + [aux_sym_identifier_token1] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2629), + [sym_alias] = ACTIONS(2629), + [sym_integer] = ACTIONS(2629), + [sym_float] = ACTIONS(2629), + [sym_char] = ACTIONS(2629), + [anon_sym_true] = ACTIONS(2629), + [anon_sym_false] = ACTIONS(2629), + [anon_sym_nil] = ACTIONS(2629), + [sym_atom] = ACTIONS(2629), + [anon_sym_DQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2629), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2629), + [anon_sym_LBRACE] = ACTIONS(2629), + [anon_sym_LBRACK] = ACTIONS(2629), + [anon_sym_LT] = ACTIONS(2629), + [anon_sym_GT] = ACTIONS(2629), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_SLASH] = ACTIONS(2629), + [anon_sym_TILDE] = ACTIONS(2629), + [anon_sym_COMMA] = ACTIONS(2629), + [sym_keyword] = ACTIONS(2629), + [anon_sym_LT_LT] = ACTIONS(2629), + [anon_sym_PERCENT] = ACTIONS(2629), + [anon_sym_DOT_DOT] = ACTIONS(2629), + [anon_sym_AMP] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2629), + [anon_sym_DASH] = ACTIONS(2629), + [anon_sym_BANG] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2629), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2629), + [anon_sym_not] = ACTIONS(2629), + [anon_sym_AT] = ACTIONS(2629), + [anon_sym_LT_DASH] = ACTIONS(2629), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2629), + [anon_sym_when] = ACTIONS(2629), + [anon_sym_COLON_COLON] = ACTIONS(2629), + [anon_sym_EQ_GT] = ACTIONS(2629), + [anon_sym_EQ] = ACTIONS(2629), + [anon_sym_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_or] = ACTIONS(2629), + [anon_sym_AMP_AMP] = ACTIONS(2629), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2629), + [anon_sym_and] = ACTIONS(2629), + [anon_sym_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ] = ACTIONS(2629), + [anon_sym_EQ_TILDE] = ACTIONS(2629), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2629), + [anon_sym_LT_EQ] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2629), + [anon_sym_PIPE_GT] = ACTIONS(2629), + [anon_sym_LT_LT_LT] = ACTIONS(2629), + [anon_sym_GT_GT_GT] = ACTIONS(2629), + [anon_sym_LT_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_PIPE_GT] = ACTIONS(2629), + [anon_sym_in] = ACTIONS(2629), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2629), + [anon_sym_SLASH_SLASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2629), + [anon_sym_LT_GT] = ACTIONS(2629), + [anon_sym_STAR] = ACTIONS(2629), + [anon_sym_STAR_STAR] = ACTIONS(2629), + [anon_sym_CARET_CARET] = ACTIONS(2629), + [anon_sym_DASH_GT] = ACTIONS(2629), + [anon_sym_DOT] = ACTIONS(2629), + [anon_sym_after] = ACTIONS(2629), + [anon_sym_catch] = ACTIONS(2629), + [anon_sym_do] = ACTIONS(2629), + [anon_sym_else] = ACTIONS(2629), + [anon_sym_end] = ACTIONS(2629), + [anon_sym_fn] = ACTIONS(2629), + [anon_sym_rescue] = ACTIONS(2629), + [anon_sym_LPAREN2] = ACTIONS(2627), + [anon_sym_LBRACK2] = ACTIONS(2627), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), + [sym__newline_before_do] = ACTIONS(2627), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), + [sym__before_unary_op] = ACTIONS(2627), + [sym__not_in] = ACTIONS(2627), + [sym__quoted_atom_start] = ACTIONS(2627), + }, + [924] = { + [aux_sym__terminator_token1] = ACTIONS(2631), + [anon_sym_SEMI] = ACTIONS(2633), + [anon_sym_LPAREN] = ACTIONS(2633), + [aux_sym_identifier_token1] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2633), + [sym_alias] = ACTIONS(2633), + [sym_integer] = ACTIONS(2633), + [sym_float] = ACTIONS(2633), + [sym_char] = ACTIONS(2633), + [anon_sym_true] = ACTIONS(2633), + [anon_sym_false] = ACTIONS(2633), + [anon_sym_nil] = ACTIONS(2633), + [sym_atom] = ACTIONS(2633), + [anon_sym_DQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2633), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2633), + [anon_sym_LBRACE] = ACTIONS(2633), + [anon_sym_LBRACK] = ACTIONS(2633), + [anon_sym_LT] = ACTIONS(2633), + [anon_sym_GT] = ACTIONS(2633), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_SLASH] = ACTIONS(2633), + [anon_sym_TILDE] = ACTIONS(2633), + [anon_sym_COMMA] = ACTIONS(2633), + [sym_keyword] = ACTIONS(2633), + [anon_sym_LT_LT] = ACTIONS(2633), + [anon_sym_PERCENT] = ACTIONS(2633), + [anon_sym_DOT_DOT] = ACTIONS(2633), + [anon_sym_AMP] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2633), + [anon_sym_DASH] = ACTIONS(2633), + [anon_sym_BANG] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2633), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2633), + [anon_sym_not] = ACTIONS(2633), + [anon_sym_AT] = ACTIONS(2633), + [anon_sym_LT_DASH] = ACTIONS(2633), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2633), + [anon_sym_when] = ACTIONS(2633), + [anon_sym_COLON_COLON] = ACTIONS(2633), + [anon_sym_EQ_GT] = ACTIONS(2633), + [anon_sym_EQ] = ACTIONS(2633), + [anon_sym_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_or] = ACTIONS(2633), + [anon_sym_AMP_AMP] = ACTIONS(2633), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2633), + [anon_sym_and] = ACTIONS(2633), + [anon_sym_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ] = ACTIONS(2633), + [anon_sym_EQ_TILDE] = ACTIONS(2633), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2633), + [anon_sym_LT_EQ] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2633), + [anon_sym_PIPE_GT] = ACTIONS(2633), + [anon_sym_LT_LT_LT] = ACTIONS(2633), + [anon_sym_GT_GT_GT] = ACTIONS(2633), + [anon_sym_LT_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_PIPE_GT] = ACTIONS(2633), + [anon_sym_in] = ACTIONS(2633), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2633), + [anon_sym_SLASH_SLASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2633), + [anon_sym_LT_GT] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(2633), + [anon_sym_STAR_STAR] = ACTIONS(2633), + [anon_sym_CARET_CARET] = ACTIONS(2633), + [anon_sym_DASH_GT] = ACTIONS(2633), + [anon_sym_DOT] = ACTIONS(2633), + [anon_sym_after] = ACTIONS(2633), + [anon_sym_catch] = ACTIONS(2633), + [anon_sym_do] = ACTIONS(2633), + [anon_sym_else] = ACTIONS(2633), + [anon_sym_end] = ACTIONS(2633), + [anon_sym_fn] = ACTIONS(2633), + [anon_sym_rescue] = ACTIONS(2633), + [anon_sym_LPAREN2] = ACTIONS(2631), + [anon_sym_LBRACK2] = ACTIONS(2631), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2631), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2631), + [sym__not_in] = ACTIONS(2631), + [sym__quoted_atom_start] = ACTIONS(2631), + }, + [925] = { + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_after] = ACTIONS(2597), + [anon_sym_catch] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_else] = ACTIONS(2597), + [anon_sym_end] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_rescue] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [926] = { + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_after] = ACTIONS(2597), + [anon_sym_catch] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_else] = ACTIONS(2597), + [anon_sym_end] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_rescue] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [927] = { + [aux_sym__terminator_token1] = ACTIONS(2599), + [anon_sym_SEMI] = ACTIONS(2601), + [anon_sym_LPAREN] = ACTIONS(2601), + [aux_sym_identifier_token1] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [sym_alias] = ACTIONS(2601), + [sym_integer] = ACTIONS(2601), + [sym_float] = ACTIONS(2601), + [sym_char] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2601), + [anon_sym_false] = ACTIONS(2601), + [anon_sym_nil] = ACTIONS(2601), + [sym_atom] = ACTIONS(2601), + [anon_sym_DQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2601), + [anon_sym_GT] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_SLASH] = ACTIONS(2601), + [anon_sym_TILDE] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [sym_keyword] = ACTIONS(2601), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_PERCENT] = ACTIONS(2601), + [anon_sym_DOT_DOT] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2601), + [anon_sym_DASH] = ACTIONS(2601), + [anon_sym_BANG] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2601), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), + [anon_sym_not] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2601), + [anon_sym_LT_DASH] = ACTIONS(2601), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), + [anon_sym_when] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_EQ_GT] = ACTIONS(2601), + [anon_sym_EQ] = ACTIONS(2601), + [anon_sym_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_or] = ACTIONS(2601), + [anon_sym_AMP_AMP] = ACTIONS(2601), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), + [anon_sym_and] = ACTIONS(2601), + [anon_sym_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2601), + [anon_sym_EQ_TILDE] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_PIPE_GT] = ACTIONS(2601), + [anon_sym_LT_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT_GT] = ACTIONS(2601), + [anon_sym_LT_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_PIPE_GT] = ACTIONS(2601), + [anon_sym_in] = ACTIONS(2601), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), + [anon_sym_SLASH_SLASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), + [anon_sym_LT_GT] = ACTIONS(2601), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_STAR_STAR] = ACTIONS(2601), + [anon_sym_CARET_CARET] = ACTIONS(2601), + [anon_sym_DASH_GT] = ACTIONS(2601), + [anon_sym_DOT] = ACTIONS(2601), + [anon_sym_after] = ACTIONS(2601), + [anon_sym_catch] = ACTIONS(2601), + [anon_sym_do] = ACTIONS(2601), + [anon_sym_else] = ACTIONS(2601), + [anon_sym_end] = ACTIONS(2601), + [anon_sym_fn] = ACTIONS(2601), + [anon_sym_rescue] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_LBRACK2] = ACTIONS(2599), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2599), + [sym__not_in] = ACTIONS(2599), + [sym__quoted_atom_start] = ACTIONS(2599), }, [928] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2593), - [anon_sym_RPAREN] = ACTIONS(2593), - [aux_sym_identifier_token1] = ACTIONS(2593), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), - [sym_alias] = ACTIONS(2593), - [sym_integer] = ACTIONS(2593), - [sym_float] = ACTIONS(2593), - [sym_char] = ACTIONS(2593), - [anon_sym_true] = ACTIONS(2593), - [anon_sym_false] = ACTIONS(2593), - [anon_sym_nil] = ACTIONS(2593), - [sym_atom] = ACTIONS(2593), - [anon_sym_DQUOTE] = ACTIONS(2593), - [anon_sym_SQUOTE] = ACTIONS(2593), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), - [anon_sym_LBRACE] = ACTIONS(2593), - [anon_sym_RBRACE] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2593), - [anon_sym_RBRACK] = ACTIONS(2593), - [anon_sym_LT] = ACTIONS(2593), - [anon_sym_GT] = ACTIONS(2593), - [anon_sym_PIPE] = ACTIONS(2593), - [anon_sym_SLASH] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_COMMA] = ACTIONS(2593), - [sym_keyword] = ACTIONS(2593), - [anon_sym_LT_LT] = ACTIONS(2593), - [anon_sym_PERCENT] = ACTIONS(2593), - [anon_sym_DOT_DOT] = ACTIONS(2593), - [anon_sym_AMP] = ACTIONS(2593), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_CARET] = ACTIONS(2593), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), - [anon_sym_not] = ACTIONS(2593), - [anon_sym_AT] = ACTIONS(2593), - [anon_sym_LT_DASH] = ACTIONS(2593), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), - [anon_sym_when] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2593), - [anon_sym_EQ_GT] = ACTIONS(2593), - [anon_sym_EQ] = ACTIONS(2593), - [anon_sym_PIPE_PIPE] = ACTIONS(2593), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), - [anon_sym_or] = ACTIONS(2593), - [anon_sym_AMP_AMP] = ACTIONS(2593), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), - [anon_sym_and] = ACTIONS(2593), - [anon_sym_EQ_EQ] = ACTIONS(2593), - [anon_sym_BANG_EQ] = ACTIONS(2593), - [anon_sym_EQ_TILDE] = ACTIONS(2593), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), - [anon_sym_LT_EQ] = ACTIONS(2593), - [anon_sym_GT_EQ] = ACTIONS(2593), - [anon_sym_PIPE_GT] = ACTIONS(2593), - [anon_sym_LT_LT_LT] = ACTIONS(2593), - [anon_sym_GT_GT_GT] = ACTIONS(2593), - [anon_sym_LT_LT_TILDE] = ACTIONS(2593), - [anon_sym_TILDE_GT_GT] = ACTIONS(2593), - [anon_sym_LT_TILDE] = ACTIONS(2593), - [anon_sym_TILDE_GT] = ACTIONS(2593), - [anon_sym_LT_TILDE_GT] = ACTIONS(2593), - [anon_sym_LT_PIPE_GT] = ACTIONS(2593), - [anon_sym_in] = ACTIONS(2593), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), - [anon_sym_SLASH_SLASH] = ACTIONS(2593), - [anon_sym_PLUS_PLUS] = ACTIONS(2593), - [anon_sym_DASH_DASH] = ACTIONS(2593), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), - [anon_sym_LT_GT] = ACTIONS(2593), - [anon_sym_STAR] = ACTIONS(2593), - [anon_sym_STAR_STAR] = ACTIONS(2593), - [anon_sym_CARET_CARET] = ACTIONS(2593), - [anon_sym_DASH_GT] = ACTIONS(2593), - [anon_sym_DOT] = ACTIONS(2593), - [anon_sym_do] = ACTIONS(2593), - [anon_sym_fn] = ACTIONS(2593), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_LBRACK2] = ACTIONS(2591), + [anon_sym_LPAREN] = ACTIONS(2601), + [anon_sym_RPAREN] = ACTIONS(2601), + [aux_sym_identifier_token1] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [sym_alias] = ACTIONS(2601), + [sym_integer] = ACTIONS(2601), + [sym_float] = ACTIONS(2601), + [sym_char] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2601), + [anon_sym_false] = ACTIONS(2601), + [anon_sym_nil] = ACTIONS(2601), + [sym_atom] = ACTIONS(2601), + [anon_sym_DQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_RBRACE] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_RBRACK] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2601), + [anon_sym_GT] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_SLASH] = ACTIONS(2601), + [anon_sym_TILDE] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [sym_keyword] = ACTIONS(2601), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_PERCENT] = ACTIONS(2601), + [anon_sym_DOT_DOT] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2601), + [anon_sym_DASH] = ACTIONS(2601), + [anon_sym_BANG] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2601), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), + [anon_sym_not] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2601), + [anon_sym_LT_DASH] = ACTIONS(2601), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), + [anon_sym_when] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_EQ_GT] = ACTIONS(2601), + [anon_sym_EQ] = ACTIONS(2601), + [anon_sym_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_or] = ACTIONS(2601), + [anon_sym_AMP_AMP] = ACTIONS(2601), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), + [anon_sym_and] = ACTIONS(2601), + [anon_sym_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2601), + [anon_sym_EQ_TILDE] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_PIPE_GT] = ACTIONS(2601), + [anon_sym_LT_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT_GT] = ACTIONS(2601), + [anon_sym_LT_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_PIPE_GT] = ACTIONS(2601), + [anon_sym_in] = ACTIONS(2601), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), + [anon_sym_SLASH_SLASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), + [anon_sym_LT_GT] = ACTIONS(2601), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_STAR_STAR] = ACTIONS(2601), + [anon_sym_CARET_CARET] = ACTIONS(2601), + [anon_sym_DASH_GT] = ACTIONS(2601), + [anon_sym_DOT] = ACTIONS(2601), + [anon_sym_do] = ACTIONS(2601), + [anon_sym_fn] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_LBRACK2] = ACTIONS(2599), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2591), + [sym__newline_before_do] = ACTIONS(2599), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2591), - [sym__not_in] = ACTIONS(2591), - [sym__quoted_atom_start] = ACTIONS(2591), + [sym__before_unary_op] = ACTIONS(2599), + [sym__not_in] = ACTIONS(2599), + [sym__quoted_atom_start] = ACTIONS(2599), }, [929] = { [aux_sym__terminator_token1] = ACTIONS(3), @@ -134651,96 +135967,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [930] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2617), - [anon_sym_RPAREN] = ACTIONS(2617), - [aux_sym_identifier_token1] = ACTIONS(2617), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2617), - [sym_alias] = ACTIONS(2617), - [sym_integer] = ACTIONS(2617), - [sym_float] = ACTIONS(2617), - [sym_char] = ACTIONS(2617), - [anon_sym_true] = ACTIONS(2617), - [anon_sym_false] = ACTIONS(2617), - [anon_sym_nil] = ACTIONS(2617), - [sym_atom] = ACTIONS(2617), - [anon_sym_DQUOTE] = ACTIONS(2617), - [anon_sym_SQUOTE] = ACTIONS(2617), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2617), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2617), - [anon_sym_LBRACE] = ACTIONS(2617), - [anon_sym_RBRACE] = ACTIONS(2617), - [anon_sym_LBRACK] = ACTIONS(2617), - [anon_sym_RBRACK] = ACTIONS(2617), - [anon_sym_LT] = ACTIONS(2617), - [anon_sym_GT] = ACTIONS(2617), - [anon_sym_PIPE] = ACTIONS(2617), - [anon_sym_SLASH] = ACTIONS(2617), - [anon_sym_TILDE] = ACTIONS(2617), - [anon_sym_COMMA] = ACTIONS(2617), - [sym_keyword] = ACTIONS(2617), - [anon_sym_LT_LT] = ACTIONS(2617), - [anon_sym_PERCENT] = ACTIONS(2617), - [anon_sym_DOT_DOT] = ACTIONS(2617), - [anon_sym_AMP] = ACTIONS(2617), - [anon_sym_PLUS] = ACTIONS(2617), - [anon_sym_DASH] = ACTIONS(2617), - [anon_sym_BANG] = ACTIONS(2617), - [anon_sym_CARET] = ACTIONS(2617), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2617), - [anon_sym_not] = ACTIONS(2617), - [anon_sym_AT] = ACTIONS(2617), - [anon_sym_LT_DASH] = ACTIONS(2617), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2617), - [anon_sym_when] = ACTIONS(2617), - [anon_sym_COLON_COLON] = ACTIONS(2617), - [anon_sym_EQ_GT] = ACTIONS(2617), - [anon_sym_EQ] = ACTIONS(2617), - [anon_sym_PIPE_PIPE] = ACTIONS(2617), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2617), - [anon_sym_or] = ACTIONS(2617), - [anon_sym_AMP_AMP] = ACTIONS(2617), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2617), - [anon_sym_and] = ACTIONS(2617), - [anon_sym_EQ_EQ] = ACTIONS(2617), - [anon_sym_BANG_EQ] = ACTIONS(2617), - [anon_sym_EQ_TILDE] = ACTIONS(2617), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2617), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2617), - [anon_sym_LT_EQ] = ACTIONS(2617), - [anon_sym_GT_EQ] = ACTIONS(2617), - [anon_sym_PIPE_GT] = ACTIONS(2617), - [anon_sym_LT_LT_LT] = ACTIONS(2617), - [anon_sym_GT_GT_GT] = ACTIONS(2617), - [anon_sym_LT_LT_TILDE] = ACTIONS(2617), - [anon_sym_TILDE_GT_GT] = ACTIONS(2617), - [anon_sym_LT_TILDE] = ACTIONS(2617), - [anon_sym_TILDE_GT] = ACTIONS(2617), - [anon_sym_LT_TILDE_GT] = ACTIONS(2617), - [anon_sym_LT_PIPE_GT] = ACTIONS(2617), - [anon_sym_in] = ACTIONS(2617), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2617), - [anon_sym_SLASH_SLASH] = ACTIONS(2617), - [anon_sym_PLUS_PLUS] = ACTIONS(2617), - [anon_sym_DASH_DASH] = ACTIONS(2617), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2617), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2617), - [anon_sym_LT_GT] = ACTIONS(2617), - [anon_sym_STAR] = ACTIONS(2617), - [anon_sym_STAR_STAR] = ACTIONS(2617), - [anon_sym_CARET_CARET] = ACTIONS(2617), - [anon_sym_DASH_GT] = ACTIONS(2617), - [anon_sym_DOT] = ACTIONS(2617), - [anon_sym_do] = ACTIONS(2617), - [anon_sym_fn] = ACTIONS(2617), - [anon_sym_LPAREN2] = ACTIONS(2615), - [anon_sym_LBRACK2] = ACTIONS(2615), + [anon_sym_LPAREN] = ACTIONS(2633), + [anon_sym_RPAREN] = ACTIONS(2633), + [aux_sym_identifier_token1] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2633), + [sym_alias] = ACTIONS(2633), + [sym_integer] = ACTIONS(2633), + [sym_float] = ACTIONS(2633), + [sym_char] = ACTIONS(2633), + [anon_sym_true] = ACTIONS(2633), + [anon_sym_false] = ACTIONS(2633), + [anon_sym_nil] = ACTIONS(2633), + [sym_atom] = ACTIONS(2633), + [anon_sym_DQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2633), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2633), + [anon_sym_LBRACE] = ACTIONS(2633), + [anon_sym_RBRACE] = ACTIONS(2633), + [anon_sym_LBRACK] = ACTIONS(2633), + [anon_sym_RBRACK] = ACTIONS(2633), + [anon_sym_LT] = ACTIONS(2633), + [anon_sym_GT] = ACTIONS(2633), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_SLASH] = ACTIONS(2633), + [anon_sym_TILDE] = ACTIONS(2633), + [anon_sym_COMMA] = ACTIONS(2633), + [sym_keyword] = ACTIONS(2633), + [anon_sym_LT_LT] = ACTIONS(2633), + [anon_sym_PERCENT] = ACTIONS(2633), + [anon_sym_DOT_DOT] = ACTIONS(2633), + [anon_sym_AMP] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2633), + [anon_sym_DASH] = ACTIONS(2633), + [anon_sym_BANG] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2633), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2633), + [anon_sym_not] = ACTIONS(2633), + [anon_sym_AT] = ACTIONS(2633), + [anon_sym_LT_DASH] = ACTIONS(2633), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2633), + [anon_sym_when] = ACTIONS(2633), + [anon_sym_COLON_COLON] = ACTIONS(2633), + [anon_sym_EQ_GT] = ACTIONS(2633), + [anon_sym_EQ] = ACTIONS(2633), + [anon_sym_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_or] = ACTIONS(2633), + [anon_sym_AMP_AMP] = ACTIONS(2633), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2633), + [anon_sym_and] = ACTIONS(2633), + [anon_sym_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ] = ACTIONS(2633), + [anon_sym_EQ_TILDE] = ACTIONS(2633), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2633), + [anon_sym_LT_EQ] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2633), + [anon_sym_PIPE_GT] = ACTIONS(2633), + [anon_sym_LT_LT_LT] = ACTIONS(2633), + [anon_sym_GT_GT_GT] = ACTIONS(2633), + [anon_sym_LT_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_PIPE_GT] = ACTIONS(2633), + [anon_sym_in] = ACTIONS(2633), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2633), + [anon_sym_SLASH_SLASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2633), + [anon_sym_LT_GT] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(2633), + [anon_sym_STAR_STAR] = ACTIONS(2633), + [anon_sym_CARET_CARET] = ACTIONS(2633), + [anon_sym_DASH_GT] = ACTIONS(2633), + [anon_sym_DOT] = ACTIONS(2633), + [anon_sym_do] = ACTIONS(2633), + [anon_sym_fn] = ACTIONS(2633), + [anon_sym_LPAREN2] = ACTIONS(2631), + [anon_sym_LBRACK2] = ACTIONS(2631), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2615), + [sym__newline_before_do] = ACTIONS(2631), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2615), - [sym__not_in] = ACTIONS(2615), - [sym__quoted_atom_start] = ACTIONS(2615), + [sym__before_unary_op] = ACTIONS(2631), + [sym__not_in] = ACTIONS(2631), + [sym__quoted_atom_start] = ACTIONS(2631), }, [931] = { [aux_sym__terminator_token1] = ACTIONS(3), @@ -135023,96 +136339,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [934] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2601), - [anon_sym_RPAREN] = ACTIONS(2601), - [aux_sym_identifier_token1] = ACTIONS(2601), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), - [sym_alias] = ACTIONS(2601), - [sym_integer] = ACTIONS(2601), - [sym_float] = ACTIONS(2601), - [sym_char] = ACTIONS(2601), - [anon_sym_true] = ACTIONS(2601), - [anon_sym_false] = ACTIONS(2601), - [anon_sym_nil] = ACTIONS(2601), - [sym_atom] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(2601), - [anon_sym_SQUOTE] = ACTIONS(2601), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), - [anon_sym_LBRACE] = ACTIONS(2601), - [anon_sym_RBRACE] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(2601), - [anon_sym_RBRACK] = ACTIONS(2601), - [anon_sym_LT] = ACTIONS(2601), - [anon_sym_GT] = ACTIONS(2601), - [anon_sym_PIPE] = ACTIONS(2601), - [anon_sym_SLASH] = ACTIONS(2601), - [anon_sym_TILDE] = ACTIONS(2601), - [anon_sym_COMMA] = ACTIONS(2601), - [sym_keyword] = ACTIONS(2601), - [anon_sym_LT_LT] = ACTIONS(2601), - [anon_sym_PERCENT] = ACTIONS(2601), - [anon_sym_DOT_DOT] = ACTIONS(2601), - [anon_sym_AMP] = ACTIONS(2601), - [anon_sym_PLUS] = ACTIONS(2601), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_BANG] = ACTIONS(2601), - [anon_sym_CARET] = ACTIONS(2601), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), - [anon_sym_not] = ACTIONS(2601), - [anon_sym_AT] = ACTIONS(2601), - [anon_sym_LT_DASH] = ACTIONS(2601), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), - [anon_sym_when] = ACTIONS(2601), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_EQ_GT] = ACTIONS(2601), - [anon_sym_EQ] = ACTIONS(2601), - [anon_sym_PIPE_PIPE] = ACTIONS(2601), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), - [anon_sym_or] = ACTIONS(2601), - [anon_sym_AMP_AMP] = ACTIONS(2601), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), - [anon_sym_and] = ACTIONS(2601), - [anon_sym_EQ_EQ] = ACTIONS(2601), - [anon_sym_BANG_EQ] = ACTIONS(2601), - [anon_sym_EQ_TILDE] = ACTIONS(2601), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), - [anon_sym_LT_EQ] = ACTIONS(2601), - [anon_sym_GT_EQ] = ACTIONS(2601), - [anon_sym_PIPE_GT] = ACTIONS(2601), - [anon_sym_LT_LT_LT] = ACTIONS(2601), - [anon_sym_GT_GT_GT] = ACTIONS(2601), - [anon_sym_LT_LT_TILDE] = ACTIONS(2601), - [anon_sym_TILDE_GT_GT] = ACTIONS(2601), - [anon_sym_LT_TILDE] = ACTIONS(2601), - [anon_sym_TILDE_GT] = ACTIONS(2601), - [anon_sym_LT_TILDE_GT] = ACTIONS(2601), - [anon_sym_LT_PIPE_GT] = ACTIONS(2601), - [anon_sym_in] = ACTIONS(2601), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), - [anon_sym_SLASH_SLASH] = ACTIONS(2601), - [anon_sym_PLUS_PLUS] = ACTIONS(2601), - [anon_sym_DASH_DASH] = ACTIONS(2601), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), - [anon_sym_LT_GT] = ACTIONS(2601), - [anon_sym_STAR] = ACTIONS(2601), - [anon_sym_STAR_STAR] = ACTIONS(2601), - [anon_sym_CARET_CARET] = ACTIONS(2601), - [anon_sym_DASH_GT] = ACTIONS(2601), - [anon_sym_DOT] = ACTIONS(2601), - [anon_sym_do] = ACTIONS(2601), - [anon_sym_fn] = ACTIONS(2601), - [anon_sym_LPAREN2] = ACTIONS(2599), - [anon_sym_LBRACK2] = ACTIONS(2599), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_RPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_RBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_RBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2599), + [sym__newline_before_do] = ACTIONS(2591), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2599), - [sym__not_in] = ACTIONS(2599), - [sym__quoted_atom_start] = ACTIONS(2599), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), }, [935] = { [aux_sym__terminator_token1] = ACTIONS(3), @@ -135209,284 +136525,656 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [936] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2589), - [anon_sym_RPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_RBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_RBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_RPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_RBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_RBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_do] = ACTIONS(2591), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), }, [937] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2589), - [anon_sym_RPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_RBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_RBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_RPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_RBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_RBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_do] = ACTIONS(2595), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), }, [938] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2621), - [anon_sym_RPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_RBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_RBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_RPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_RBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_RBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), + [sym__newline_before_do] = ACTIONS(2595), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), }, [939] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_RPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_RBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_RBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), + }, + [940] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2629), + [anon_sym_RPAREN] = ACTIONS(2629), + [aux_sym_identifier_token1] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2629), + [sym_alias] = ACTIONS(2629), + [sym_integer] = ACTIONS(2629), + [sym_float] = ACTIONS(2629), + [sym_char] = ACTIONS(2629), + [anon_sym_true] = ACTIONS(2629), + [anon_sym_false] = ACTIONS(2629), + [anon_sym_nil] = ACTIONS(2629), + [sym_atom] = ACTIONS(2629), + [anon_sym_DQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2629), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2629), + [anon_sym_LBRACE] = ACTIONS(2629), + [anon_sym_RBRACE] = ACTIONS(2629), + [anon_sym_LBRACK] = ACTIONS(2629), + [anon_sym_RBRACK] = ACTIONS(2629), + [anon_sym_LT] = ACTIONS(2629), + [anon_sym_GT] = ACTIONS(2629), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_SLASH] = ACTIONS(2629), + [anon_sym_TILDE] = ACTIONS(2629), + [anon_sym_COMMA] = ACTIONS(2629), + [sym_keyword] = ACTIONS(2629), + [anon_sym_LT_LT] = ACTIONS(2629), + [anon_sym_PERCENT] = ACTIONS(2629), + [anon_sym_DOT_DOT] = ACTIONS(2629), + [anon_sym_AMP] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2629), + [anon_sym_DASH] = ACTIONS(2629), + [anon_sym_BANG] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2629), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2629), + [anon_sym_not] = ACTIONS(2629), + [anon_sym_AT] = ACTIONS(2629), + [anon_sym_LT_DASH] = ACTIONS(2629), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2629), + [anon_sym_when] = ACTIONS(2629), + [anon_sym_COLON_COLON] = ACTIONS(2629), + [anon_sym_EQ_GT] = ACTIONS(2629), + [anon_sym_EQ] = ACTIONS(2629), + [anon_sym_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_or] = ACTIONS(2629), + [anon_sym_AMP_AMP] = ACTIONS(2629), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2629), + [anon_sym_and] = ACTIONS(2629), + [anon_sym_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ] = ACTIONS(2629), + [anon_sym_EQ_TILDE] = ACTIONS(2629), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2629), + [anon_sym_LT_EQ] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2629), + [anon_sym_PIPE_GT] = ACTIONS(2629), + [anon_sym_LT_LT_LT] = ACTIONS(2629), + [anon_sym_GT_GT_GT] = ACTIONS(2629), + [anon_sym_LT_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_PIPE_GT] = ACTIONS(2629), + [anon_sym_in] = ACTIONS(2629), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2629), + [anon_sym_SLASH_SLASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2629), + [anon_sym_LT_GT] = ACTIONS(2629), + [anon_sym_STAR] = ACTIONS(2629), + [anon_sym_STAR_STAR] = ACTIONS(2629), + [anon_sym_CARET_CARET] = ACTIONS(2629), + [anon_sym_DASH_GT] = ACTIONS(2629), + [anon_sym_DOT] = ACTIONS(2629), + [anon_sym_do] = ACTIONS(2629), + [anon_sym_fn] = ACTIONS(2629), + [anon_sym_LPAREN2] = ACTIONS(2627), + [anon_sym_LBRACK2] = ACTIONS(2627), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2627), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2627), + [sym__not_in] = ACTIONS(2627), + [sym__quoted_atom_start] = ACTIONS(2627), + }, + [941] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_RPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_RBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_RBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [942] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2625), + [anon_sym_RPAREN] = ACTIONS(2625), + [aux_sym_identifier_token1] = ACTIONS(2625), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), + [sym_alias] = ACTIONS(2625), + [sym_integer] = ACTIONS(2625), + [sym_float] = ACTIONS(2625), + [sym_char] = ACTIONS(2625), + [anon_sym_true] = ACTIONS(2625), + [anon_sym_false] = ACTIONS(2625), + [anon_sym_nil] = ACTIONS(2625), + [sym_atom] = ACTIONS(2625), + [anon_sym_DQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), + [anon_sym_LBRACE] = ACTIONS(2625), + [anon_sym_RBRACE] = ACTIONS(2625), + [anon_sym_LBRACK] = ACTIONS(2625), + [anon_sym_RBRACK] = ACTIONS(2625), + [anon_sym_LT] = ACTIONS(2625), + [anon_sym_GT] = ACTIONS(2625), + [anon_sym_PIPE] = ACTIONS(2625), + [anon_sym_SLASH] = ACTIONS(2625), + [anon_sym_TILDE] = ACTIONS(2625), + [anon_sym_COMMA] = ACTIONS(2625), + [sym_keyword] = ACTIONS(2625), + [anon_sym_LT_LT] = ACTIONS(2625), + [anon_sym_PERCENT] = ACTIONS(2625), + [anon_sym_DOT_DOT] = ACTIONS(2625), + [anon_sym_AMP] = ACTIONS(2625), + [anon_sym_PLUS] = ACTIONS(2625), + [anon_sym_DASH] = ACTIONS(2625), + [anon_sym_BANG] = ACTIONS(2625), + [anon_sym_CARET] = ACTIONS(2625), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), + [anon_sym_not] = ACTIONS(2625), + [anon_sym_AT] = ACTIONS(2625), + [anon_sym_LT_DASH] = ACTIONS(2625), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), + [anon_sym_when] = ACTIONS(2625), + [anon_sym_COLON_COLON] = ACTIONS(2625), + [anon_sym_EQ_GT] = ACTIONS(2625), + [anon_sym_EQ] = ACTIONS(2625), + [anon_sym_PIPE_PIPE] = ACTIONS(2625), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), + [anon_sym_or] = ACTIONS(2625), + [anon_sym_AMP_AMP] = ACTIONS(2625), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), + [anon_sym_and] = ACTIONS(2625), + [anon_sym_EQ_EQ] = ACTIONS(2625), + [anon_sym_BANG_EQ] = ACTIONS(2625), + [anon_sym_EQ_TILDE] = ACTIONS(2625), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), + [anon_sym_LT_EQ] = ACTIONS(2625), + [anon_sym_GT_EQ] = ACTIONS(2625), + [anon_sym_PIPE_GT] = ACTIONS(2625), + [anon_sym_LT_LT_LT] = ACTIONS(2625), + [anon_sym_GT_GT_GT] = ACTIONS(2625), + [anon_sym_LT_LT_TILDE] = ACTIONS(2625), + [anon_sym_TILDE_GT_GT] = ACTIONS(2625), + [anon_sym_LT_TILDE] = ACTIONS(2625), + [anon_sym_TILDE_GT] = ACTIONS(2625), + [anon_sym_LT_TILDE_GT] = ACTIONS(2625), + [anon_sym_LT_PIPE_GT] = ACTIONS(2625), + [anon_sym_in] = ACTIONS(2625), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), + [anon_sym_SLASH_SLASH] = ACTIONS(2625), + [anon_sym_PLUS_PLUS] = ACTIONS(2625), + [anon_sym_DASH_DASH] = ACTIONS(2625), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), + [anon_sym_LT_GT] = ACTIONS(2625), + [anon_sym_STAR] = ACTIONS(2625), + [anon_sym_STAR_STAR] = ACTIONS(2625), + [anon_sym_CARET_CARET] = ACTIONS(2625), + [anon_sym_DASH_GT] = ACTIONS(2625), + [anon_sym_DOT] = ACTIONS(2625), + [anon_sym_do] = ACTIONS(2625), + [anon_sym_fn] = ACTIONS(2625), + [anon_sym_LPAREN2] = ACTIONS(2623), + [anon_sym_LBRACK2] = ACTIONS(2623), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2623), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2623), + [sym__not_in] = ACTIONS(2623), + [sym__quoted_atom_start] = ACTIONS(2623), + }, + [943] = { [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(2621), [anon_sym_RPAREN] = ACTIONS(2621), @@ -135579,285 +137267,560 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2619), [sym__quoted_atom_start] = ACTIONS(2619), }, - [940] = { + [944] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2589), - [anon_sym_RPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_RBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_RBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), + [anon_sym_LPAREN] = ACTIONS(2617), + [anon_sym_RPAREN] = ACTIONS(2617), + [aux_sym_identifier_token1] = ACTIONS(2617), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2617), + [sym_alias] = ACTIONS(2617), + [sym_integer] = ACTIONS(2617), + [sym_float] = ACTIONS(2617), + [sym_char] = ACTIONS(2617), + [anon_sym_true] = ACTIONS(2617), + [anon_sym_false] = ACTIONS(2617), + [anon_sym_nil] = ACTIONS(2617), + [sym_atom] = ACTIONS(2617), + [anon_sym_DQUOTE] = ACTIONS(2617), + [anon_sym_SQUOTE] = ACTIONS(2617), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2617), + [anon_sym_LBRACE] = ACTIONS(2617), + [anon_sym_RBRACE] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_RBRACK] = ACTIONS(2617), + [anon_sym_LT] = ACTIONS(2617), + [anon_sym_GT] = ACTIONS(2617), + [anon_sym_PIPE] = ACTIONS(2617), + [anon_sym_SLASH] = ACTIONS(2617), + [anon_sym_TILDE] = ACTIONS(2617), + [anon_sym_COMMA] = ACTIONS(2617), + [sym_keyword] = ACTIONS(2617), + [anon_sym_LT_LT] = ACTIONS(2617), + [anon_sym_PERCENT] = ACTIONS(2617), + [anon_sym_DOT_DOT] = ACTIONS(2617), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2617), + [anon_sym_BANG] = ACTIONS(2617), + [anon_sym_CARET] = ACTIONS(2617), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2617), + [anon_sym_not] = ACTIONS(2617), + [anon_sym_AT] = ACTIONS(2617), + [anon_sym_LT_DASH] = ACTIONS(2617), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2617), + [anon_sym_when] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2617), + [anon_sym_EQ_GT] = ACTIONS(2617), + [anon_sym_EQ] = ACTIONS(2617), + [anon_sym_PIPE_PIPE] = ACTIONS(2617), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2617), + [anon_sym_or] = ACTIONS(2617), + [anon_sym_AMP_AMP] = ACTIONS(2617), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2617), + [anon_sym_and] = ACTIONS(2617), + [anon_sym_EQ_EQ] = ACTIONS(2617), + [anon_sym_BANG_EQ] = ACTIONS(2617), + [anon_sym_EQ_TILDE] = ACTIONS(2617), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2617), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2617), + [anon_sym_LT_EQ] = ACTIONS(2617), + [anon_sym_GT_EQ] = ACTIONS(2617), + [anon_sym_PIPE_GT] = ACTIONS(2617), + [anon_sym_LT_LT_LT] = ACTIONS(2617), + [anon_sym_GT_GT_GT] = ACTIONS(2617), + [anon_sym_LT_LT_TILDE] = ACTIONS(2617), + [anon_sym_TILDE_GT_GT] = ACTIONS(2617), + [anon_sym_LT_TILDE] = ACTIONS(2617), + [anon_sym_TILDE_GT] = ACTIONS(2617), + [anon_sym_LT_TILDE_GT] = ACTIONS(2617), + [anon_sym_LT_PIPE_GT] = ACTIONS(2617), + [anon_sym_in] = ACTIONS(2617), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2617), + [anon_sym_SLASH_SLASH] = ACTIONS(2617), + [anon_sym_PLUS_PLUS] = ACTIONS(2617), + [anon_sym_DASH_DASH] = ACTIONS(2617), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2617), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2617), + [anon_sym_LT_GT] = ACTIONS(2617), + [anon_sym_STAR] = ACTIONS(2617), + [anon_sym_STAR_STAR] = ACTIONS(2617), + [anon_sym_CARET_CARET] = ACTIONS(2617), + [anon_sym_DASH_GT] = ACTIONS(2617), + [anon_sym_DOT] = ACTIONS(2617), + [anon_sym_do] = ACTIONS(2617), + [anon_sym_fn] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2615), + [anon_sym_LBRACK2] = ACTIONS(2615), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_do] = ACTIONS(2615), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), + [sym__before_unary_op] = ACTIONS(2615), + [sym__not_in] = ACTIONS(2615), + [sym__quoted_atom_start] = ACTIONS(2615), }, - [941] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [anon_sym_RPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), + [945] = { + [aux_sym__terminator_token1] = ACTIONS(2599), + [anon_sym_SEMI] = ACTIONS(2601), + [anon_sym_LPAREN] = ACTIONS(2601), + [aux_sym_identifier_token1] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [sym_alias] = ACTIONS(2601), + [sym_integer] = ACTIONS(2601), + [sym_float] = ACTIONS(2601), + [sym_char] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2601), + [anon_sym_false] = ACTIONS(2601), + [anon_sym_nil] = ACTIONS(2601), + [sym_atom] = ACTIONS(2601), + [anon_sym_DQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2601), + [anon_sym_GT] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_SLASH] = ACTIONS(2601), + [anon_sym_TILDE] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [sym_keyword] = ACTIONS(2601), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_PERCENT] = ACTIONS(2601), + [anon_sym_DOT_DOT] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2601), + [anon_sym_DASH] = ACTIONS(2601), + [anon_sym_BANG] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2601), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), + [anon_sym_not] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2601), + [anon_sym_LT_DASH] = ACTIONS(2601), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), + [anon_sym_when] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_EQ_GT] = ACTIONS(2601), + [anon_sym_EQ] = ACTIONS(2601), + [anon_sym_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_or] = ACTIONS(2601), + [anon_sym_AMP_AMP] = ACTIONS(2601), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), + [anon_sym_and] = ACTIONS(2601), + [anon_sym_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2601), + [anon_sym_EQ_TILDE] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_PIPE_GT] = ACTIONS(2601), + [anon_sym_LT_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT_GT] = ACTIONS(2601), + [anon_sym_LT_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_PIPE_GT] = ACTIONS(2601), + [anon_sym_in] = ACTIONS(2601), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), + [anon_sym_SLASH_SLASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), + [anon_sym_LT_GT] = ACTIONS(2601), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_STAR_STAR] = ACTIONS(2601), + [anon_sym_CARET_CARET] = ACTIONS(2601), + [anon_sym_DASH_GT] = ACTIONS(2601), + [anon_sym_DOT] = ACTIONS(2601), + [anon_sym_do] = ACTIONS(2601), + [anon_sym_end] = ACTIONS(2601), + [anon_sym_fn] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_LBRACK2] = ACTIONS(2599), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_do] = ACTIONS(2599), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), + [sym__before_unary_op] = ACTIONS(2599), + [sym__not_in] = ACTIONS(2599), + [sym__quoted_atom_start] = ACTIONS(2599), }, - [942] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [anon_sym_RPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), + [946] = { + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_end] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_do] = ACTIONS(2595), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), }, - [943] = { - [ts_builtin_sym_end] = ACTIONS(2607), + [947] = { + [aux_sym__terminator_token1] = ACTIONS(2611), + [anon_sym_SEMI] = ACTIONS(2613), + [anon_sym_LPAREN] = ACTIONS(2613), + [aux_sym_identifier_token1] = ACTIONS(2613), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2613), + [sym_alias] = ACTIONS(2613), + [sym_integer] = ACTIONS(2613), + [sym_float] = ACTIONS(2613), + [sym_char] = ACTIONS(2613), + [anon_sym_true] = ACTIONS(2613), + [anon_sym_false] = ACTIONS(2613), + [anon_sym_nil] = ACTIONS(2613), + [sym_atom] = ACTIONS(2613), + [anon_sym_DQUOTE] = ACTIONS(2613), + [anon_sym_SQUOTE] = ACTIONS(2613), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2613), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2613), + [anon_sym_LBRACE] = ACTIONS(2613), + [anon_sym_LBRACK] = ACTIONS(2613), + [anon_sym_LT] = ACTIONS(2613), + [anon_sym_GT] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2613), + [anon_sym_SLASH] = ACTIONS(2613), + [anon_sym_TILDE] = ACTIONS(2613), + [anon_sym_COMMA] = ACTIONS(2613), + [sym_keyword] = ACTIONS(2613), + [anon_sym_LT_LT] = ACTIONS(2613), + [anon_sym_PERCENT] = ACTIONS(2613), + [anon_sym_DOT_DOT] = ACTIONS(2613), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PLUS] = ACTIONS(2613), + [anon_sym_DASH] = ACTIONS(2613), + [anon_sym_BANG] = ACTIONS(2613), + [anon_sym_CARET] = ACTIONS(2613), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2613), + [anon_sym_not] = ACTIONS(2613), + [anon_sym_AT] = ACTIONS(2613), + [anon_sym_LT_DASH] = ACTIONS(2613), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2613), + [anon_sym_when] = ACTIONS(2613), + [anon_sym_COLON_COLON] = ACTIONS(2613), + [anon_sym_EQ_GT] = ACTIONS(2613), + [anon_sym_EQ] = ACTIONS(2613), + [anon_sym_PIPE_PIPE] = ACTIONS(2613), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2613), + [anon_sym_or] = ACTIONS(2613), + [anon_sym_AMP_AMP] = ACTIONS(2613), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2613), + [anon_sym_and] = ACTIONS(2613), + [anon_sym_EQ_EQ] = ACTIONS(2613), + [anon_sym_BANG_EQ] = ACTIONS(2613), + [anon_sym_EQ_TILDE] = ACTIONS(2613), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2613), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2613), + [anon_sym_LT_EQ] = ACTIONS(2613), + [anon_sym_GT_EQ] = ACTIONS(2613), + [anon_sym_PIPE_GT] = ACTIONS(2613), + [anon_sym_LT_LT_LT] = ACTIONS(2613), + [anon_sym_GT_GT_GT] = ACTIONS(2613), + [anon_sym_LT_LT_TILDE] = ACTIONS(2613), + [anon_sym_TILDE_GT_GT] = ACTIONS(2613), + [anon_sym_LT_TILDE] = ACTIONS(2613), + [anon_sym_TILDE_GT] = ACTIONS(2613), + [anon_sym_LT_TILDE_GT] = ACTIONS(2613), + [anon_sym_LT_PIPE_GT] = ACTIONS(2613), + [anon_sym_in] = ACTIONS(2613), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2613), + [anon_sym_SLASH_SLASH] = ACTIONS(2613), + [anon_sym_PLUS_PLUS] = ACTIONS(2613), + [anon_sym_DASH_DASH] = ACTIONS(2613), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2613), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2613), + [anon_sym_LT_GT] = ACTIONS(2613), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_STAR_STAR] = ACTIONS(2613), + [anon_sym_CARET_CARET] = ACTIONS(2613), + [anon_sym_DASH_GT] = ACTIONS(2613), + [anon_sym_DOT] = ACTIONS(2613), + [anon_sym_do] = ACTIONS(2613), + [anon_sym_end] = ACTIONS(2613), + [anon_sym_fn] = ACTIONS(2613), + [anon_sym_LPAREN2] = ACTIONS(2611), + [anon_sym_LBRACK2] = ACTIONS(2611), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2611), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2611), + [sym__not_in] = ACTIONS(2611), + [sym__quoted_atom_start] = ACTIONS(2611), + }, + [948] = { + [aux_sym__terminator_token1] = ACTIONS(2615), + [anon_sym_SEMI] = ACTIONS(2617), + [anon_sym_LPAREN] = ACTIONS(2617), + [aux_sym_identifier_token1] = ACTIONS(2617), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2617), + [sym_alias] = ACTIONS(2617), + [sym_integer] = ACTIONS(2617), + [sym_float] = ACTIONS(2617), + [sym_char] = ACTIONS(2617), + [anon_sym_true] = ACTIONS(2617), + [anon_sym_false] = ACTIONS(2617), + [anon_sym_nil] = ACTIONS(2617), + [sym_atom] = ACTIONS(2617), + [anon_sym_DQUOTE] = ACTIONS(2617), + [anon_sym_SQUOTE] = ACTIONS(2617), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2617), + [anon_sym_LBRACE] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_LT] = ACTIONS(2617), + [anon_sym_GT] = ACTIONS(2617), + [anon_sym_PIPE] = ACTIONS(2617), + [anon_sym_SLASH] = ACTIONS(2617), + [anon_sym_TILDE] = ACTIONS(2617), + [anon_sym_COMMA] = ACTIONS(2617), + [sym_keyword] = ACTIONS(2617), + [anon_sym_LT_LT] = ACTIONS(2617), + [anon_sym_PERCENT] = ACTIONS(2617), + [anon_sym_DOT_DOT] = ACTIONS(2617), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2617), + [anon_sym_BANG] = ACTIONS(2617), + [anon_sym_CARET] = ACTIONS(2617), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2617), + [anon_sym_not] = ACTIONS(2617), + [anon_sym_AT] = ACTIONS(2617), + [anon_sym_LT_DASH] = ACTIONS(2617), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2617), + [anon_sym_when] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2617), + [anon_sym_EQ_GT] = ACTIONS(2617), + [anon_sym_EQ] = ACTIONS(2617), + [anon_sym_PIPE_PIPE] = ACTIONS(2617), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2617), + [anon_sym_or] = ACTIONS(2617), + [anon_sym_AMP_AMP] = ACTIONS(2617), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2617), + [anon_sym_and] = ACTIONS(2617), + [anon_sym_EQ_EQ] = ACTIONS(2617), + [anon_sym_BANG_EQ] = ACTIONS(2617), + [anon_sym_EQ_TILDE] = ACTIONS(2617), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2617), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2617), + [anon_sym_LT_EQ] = ACTIONS(2617), + [anon_sym_GT_EQ] = ACTIONS(2617), + [anon_sym_PIPE_GT] = ACTIONS(2617), + [anon_sym_LT_LT_LT] = ACTIONS(2617), + [anon_sym_GT_GT_GT] = ACTIONS(2617), + [anon_sym_LT_LT_TILDE] = ACTIONS(2617), + [anon_sym_TILDE_GT_GT] = ACTIONS(2617), + [anon_sym_LT_TILDE] = ACTIONS(2617), + [anon_sym_TILDE_GT] = ACTIONS(2617), + [anon_sym_LT_TILDE_GT] = ACTIONS(2617), + [anon_sym_LT_PIPE_GT] = ACTIONS(2617), + [anon_sym_in] = ACTIONS(2617), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2617), + [anon_sym_SLASH_SLASH] = ACTIONS(2617), + [anon_sym_PLUS_PLUS] = ACTIONS(2617), + [anon_sym_DASH_DASH] = ACTIONS(2617), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2617), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2617), + [anon_sym_LT_GT] = ACTIONS(2617), + [anon_sym_STAR] = ACTIONS(2617), + [anon_sym_STAR_STAR] = ACTIONS(2617), + [anon_sym_CARET_CARET] = ACTIONS(2617), + [anon_sym_DASH_GT] = ACTIONS(2617), + [anon_sym_DOT] = ACTIONS(2617), + [anon_sym_do] = ACTIONS(2617), + [anon_sym_end] = ACTIONS(2617), + [anon_sym_fn] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2615), + [anon_sym_LBRACK2] = ACTIONS(2615), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2615), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2615), + [sym__not_in] = ACTIONS(2615), + [sym__quoted_atom_start] = ACTIONS(2615), + }, + [949] = { + [aux_sym__terminator_token1] = ACTIONS(2619), + [anon_sym_SEMI] = ACTIONS(2621), + [anon_sym_LPAREN] = ACTIONS(2621), + [aux_sym_identifier_token1] = ACTIONS(2621), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), + [sym_alias] = ACTIONS(2621), + [sym_integer] = ACTIONS(2621), + [sym_float] = ACTIONS(2621), + [sym_char] = ACTIONS(2621), + [anon_sym_true] = ACTIONS(2621), + [anon_sym_false] = ACTIONS(2621), + [anon_sym_nil] = ACTIONS(2621), + [sym_atom] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(2621), + [anon_sym_SQUOTE] = ACTIONS(2621), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), + [anon_sym_LBRACE] = ACTIONS(2621), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_LT] = ACTIONS(2621), + [anon_sym_GT] = ACTIONS(2621), + [anon_sym_PIPE] = ACTIONS(2621), + [anon_sym_SLASH] = ACTIONS(2621), + [anon_sym_TILDE] = ACTIONS(2621), + [anon_sym_COMMA] = ACTIONS(2621), + [sym_keyword] = ACTIONS(2621), + [anon_sym_LT_LT] = ACTIONS(2621), + [anon_sym_PERCENT] = ACTIONS(2621), + [anon_sym_DOT_DOT] = ACTIONS(2621), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_PLUS] = ACTIONS(2621), + [anon_sym_DASH] = ACTIONS(2621), + [anon_sym_BANG] = ACTIONS(2621), + [anon_sym_CARET] = ACTIONS(2621), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), + [anon_sym_not] = ACTIONS(2621), + [anon_sym_AT] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2621), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), + [anon_sym_when] = ACTIONS(2621), + [anon_sym_COLON_COLON] = ACTIONS(2621), + [anon_sym_EQ_GT] = ACTIONS(2621), + [anon_sym_EQ] = ACTIONS(2621), + [anon_sym_PIPE_PIPE] = ACTIONS(2621), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), + [anon_sym_or] = ACTIONS(2621), + [anon_sym_AMP_AMP] = ACTIONS(2621), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), + [anon_sym_and] = ACTIONS(2621), + [anon_sym_EQ_EQ] = ACTIONS(2621), + [anon_sym_BANG_EQ] = ACTIONS(2621), + [anon_sym_EQ_TILDE] = ACTIONS(2621), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), + [anon_sym_LT_EQ] = ACTIONS(2621), + [anon_sym_GT_EQ] = ACTIONS(2621), + [anon_sym_PIPE_GT] = ACTIONS(2621), + [anon_sym_LT_LT_LT] = ACTIONS(2621), + [anon_sym_GT_GT_GT] = ACTIONS(2621), + [anon_sym_LT_LT_TILDE] = ACTIONS(2621), + [anon_sym_TILDE_GT_GT] = ACTIONS(2621), + [anon_sym_LT_TILDE] = ACTIONS(2621), + [anon_sym_TILDE_GT] = ACTIONS(2621), + [anon_sym_LT_TILDE_GT] = ACTIONS(2621), + [anon_sym_LT_PIPE_GT] = ACTIONS(2621), + [anon_sym_in] = ACTIONS(2621), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), + [anon_sym_SLASH_SLASH] = ACTIONS(2621), + [anon_sym_PLUS_PLUS] = ACTIONS(2621), + [anon_sym_DASH_DASH] = ACTIONS(2621), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), + [anon_sym_LT_GT] = ACTIONS(2621), + [anon_sym_STAR] = ACTIONS(2621), + [anon_sym_STAR_STAR] = ACTIONS(2621), + [anon_sym_CARET_CARET] = ACTIONS(2621), + [anon_sym_DASH_GT] = ACTIONS(2621), + [anon_sym_DOT] = ACTIONS(2621), + [anon_sym_do] = ACTIONS(2621), + [anon_sym_end] = ACTIONS(2621), + [anon_sym_fn] = ACTIONS(2621), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_LBRACK2] = ACTIONS(2619), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2619), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2619), + [sym__not_in] = ACTIONS(2619), + [sym__quoted_atom_start] = ACTIONS(2619), + }, + [950] = { [aux_sym__terminator_token1] = ACTIONS(2607), [anon_sym_SEMI] = ACTIONS(2609), [anon_sym_LPAREN] = ACTIONS(2609), @@ -135937,6 +137900,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(2609), [anon_sym_DOT] = ACTIONS(2609), [anon_sym_do] = ACTIONS(2609), + [anon_sym_end] = ACTIONS(2609), [anon_sym_fn] = ACTIONS(2609), [anon_sym_LPAREN2] = ACTIONS(2607), [anon_sym_LBRACK2] = ACTIONS(2607), @@ -135948,103 +137912,379 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2607), [sym__quoted_atom_start] = ACTIONS(2607), }, - [944] = { - [ts_builtin_sym_end] = ACTIONS(2603), - [aux_sym__terminator_token1] = ACTIONS(2603), - [anon_sym_SEMI] = ACTIONS(2605), - [anon_sym_LPAREN] = ACTIONS(2605), - [aux_sym_identifier_token1] = ACTIONS(2605), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2605), - [sym_alias] = ACTIONS(2605), - [sym_integer] = ACTIONS(2605), - [sym_float] = ACTIONS(2605), - [sym_char] = ACTIONS(2605), - [anon_sym_true] = ACTIONS(2605), - [anon_sym_false] = ACTIONS(2605), - [anon_sym_nil] = ACTIONS(2605), - [sym_atom] = ACTIONS(2605), - [anon_sym_DQUOTE] = ACTIONS(2605), - [anon_sym_SQUOTE] = ACTIONS(2605), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2605), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2605), - [anon_sym_LBRACE] = ACTIONS(2605), - [anon_sym_LBRACK] = ACTIONS(2605), - [anon_sym_LT] = ACTIONS(2605), - [anon_sym_GT] = ACTIONS(2605), - [anon_sym_PIPE] = ACTIONS(2605), - [anon_sym_SLASH] = ACTIONS(2605), - [anon_sym_TILDE] = ACTIONS(2605), - [anon_sym_COMMA] = ACTIONS(2605), - [sym_keyword] = ACTIONS(2605), - [anon_sym_LT_LT] = ACTIONS(2605), - [anon_sym_PERCENT] = ACTIONS(2605), - [anon_sym_DOT_DOT] = ACTIONS(2605), - [anon_sym_AMP] = ACTIONS(2605), - [anon_sym_PLUS] = ACTIONS(2605), - [anon_sym_DASH] = ACTIONS(2605), - [anon_sym_BANG] = ACTIONS(2605), - [anon_sym_CARET] = ACTIONS(2605), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2605), - [anon_sym_not] = ACTIONS(2605), - [anon_sym_AT] = ACTIONS(2605), - [anon_sym_LT_DASH] = ACTIONS(2605), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2605), - [anon_sym_when] = ACTIONS(2605), - [anon_sym_COLON_COLON] = ACTIONS(2605), - [anon_sym_EQ_GT] = ACTIONS(2605), - [anon_sym_EQ] = ACTIONS(2605), - [anon_sym_PIPE_PIPE] = ACTIONS(2605), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2605), - [anon_sym_or] = ACTIONS(2605), - [anon_sym_AMP_AMP] = ACTIONS(2605), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2605), - [anon_sym_and] = ACTIONS(2605), - [anon_sym_EQ_EQ] = ACTIONS(2605), - [anon_sym_BANG_EQ] = ACTIONS(2605), - [anon_sym_EQ_TILDE] = ACTIONS(2605), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2605), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2605), - [anon_sym_LT_EQ] = ACTIONS(2605), - [anon_sym_GT_EQ] = ACTIONS(2605), - [anon_sym_PIPE_GT] = ACTIONS(2605), - [anon_sym_LT_LT_LT] = ACTIONS(2605), - [anon_sym_GT_GT_GT] = ACTIONS(2605), - [anon_sym_LT_LT_TILDE] = ACTIONS(2605), - [anon_sym_TILDE_GT_GT] = ACTIONS(2605), - [anon_sym_LT_TILDE] = ACTIONS(2605), - [anon_sym_TILDE_GT] = ACTIONS(2605), - [anon_sym_LT_TILDE_GT] = ACTIONS(2605), - [anon_sym_LT_PIPE_GT] = ACTIONS(2605), - [anon_sym_in] = ACTIONS(2605), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2605), - [anon_sym_SLASH_SLASH] = ACTIONS(2605), - [anon_sym_PLUS_PLUS] = ACTIONS(2605), - [anon_sym_DASH_DASH] = ACTIONS(2605), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2605), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2605), - [anon_sym_LT_GT] = ACTIONS(2605), - [anon_sym_STAR] = ACTIONS(2605), - [anon_sym_STAR_STAR] = ACTIONS(2605), - [anon_sym_CARET_CARET] = ACTIONS(2605), - [anon_sym_DASH_GT] = ACTIONS(2605), - [anon_sym_DOT] = ACTIONS(2605), - [anon_sym_do] = ACTIONS(2605), - [anon_sym_fn] = ACTIONS(2605), - [anon_sym_LPAREN2] = ACTIONS(2603), - [anon_sym_LBRACK2] = ACTIONS(2603), + [951] = { + [aux_sym__terminator_token1] = ACTIONS(2623), + [anon_sym_SEMI] = ACTIONS(2625), + [anon_sym_LPAREN] = ACTIONS(2625), + [aux_sym_identifier_token1] = ACTIONS(2625), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), + [sym_alias] = ACTIONS(2625), + [sym_integer] = ACTIONS(2625), + [sym_float] = ACTIONS(2625), + [sym_char] = ACTIONS(2625), + [anon_sym_true] = ACTIONS(2625), + [anon_sym_false] = ACTIONS(2625), + [anon_sym_nil] = ACTIONS(2625), + [sym_atom] = ACTIONS(2625), + [anon_sym_DQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), + [anon_sym_LBRACE] = ACTIONS(2625), + [anon_sym_LBRACK] = ACTIONS(2625), + [anon_sym_LT] = ACTIONS(2625), + [anon_sym_GT] = ACTIONS(2625), + [anon_sym_PIPE] = ACTIONS(2625), + [anon_sym_SLASH] = ACTIONS(2625), + [anon_sym_TILDE] = ACTIONS(2625), + [anon_sym_COMMA] = ACTIONS(2625), + [sym_keyword] = ACTIONS(2625), + [anon_sym_LT_LT] = ACTIONS(2625), + [anon_sym_PERCENT] = ACTIONS(2625), + [anon_sym_DOT_DOT] = ACTIONS(2625), + [anon_sym_AMP] = ACTIONS(2625), + [anon_sym_PLUS] = ACTIONS(2625), + [anon_sym_DASH] = ACTIONS(2625), + [anon_sym_BANG] = ACTIONS(2625), + [anon_sym_CARET] = ACTIONS(2625), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), + [anon_sym_not] = ACTIONS(2625), + [anon_sym_AT] = ACTIONS(2625), + [anon_sym_LT_DASH] = ACTIONS(2625), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), + [anon_sym_when] = ACTIONS(2625), + [anon_sym_COLON_COLON] = ACTIONS(2625), + [anon_sym_EQ_GT] = ACTIONS(2625), + [anon_sym_EQ] = ACTIONS(2625), + [anon_sym_PIPE_PIPE] = ACTIONS(2625), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), + [anon_sym_or] = ACTIONS(2625), + [anon_sym_AMP_AMP] = ACTIONS(2625), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), + [anon_sym_and] = ACTIONS(2625), + [anon_sym_EQ_EQ] = ACTIONS(2625), + [anon_sym_BANG_EQ] = ACTIONS(2625), + [anon_sym_EQ_TILDE] = ACTIONS(2625), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), + [anon_sym_LT_EQ] = ACTIONS(2625), + [anon_sym_GT_EQ] = ACTIONS(2625), + [anon_sym_PIPE_GT] = ACTIONS(2625), + [anon_sym_LT_LT_LT] = ACTIONS(2625), + [anon_sym_GT_GT_GT] = ACTIONS(2625), + [anon_sym_LT_LT_TILDE] = ACTIONS(2625), + [anon_sym_TILDE_GT_GT] = ACTIONS(2625), + [anon_sym_LT_TILDE] = ACTIONS(2625), + [anon_sym_TILDE_GT] = ACTIONS(2625), + [anon_sym_LT_TILDE_GT] = ACTIONS(2625), + [anon_sym_LT_PIPE_GT] = ACTIONS(2625), + [anon_sym_in] = ACTIONS(2625), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), + [anon_sym_SLASH_SLASH] = ACTIONS(2625), + [anon_sym_PLUS_PLUS] = ACTIONS(2625), + [anon_sym_DASH_DASH] = ACTIONS(2625), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), + [anon_sym_LT_GT] = ACTIONS(2625), + [anon_sym_STAR] = ACTIONS(2625), + [anon_sym_STAR_STAR] = ACTIONS(2625), + [anon_sym_CARET_CARET] = ACTIONS(2625), + [anon_sym_DASH_GT] = ACTIONS(2625), + [anon_sym_DOT] = ACTIONS(2625), + [anon_sym_do] = ACTIONS(2625), + [anon_sym_end] = ACTIONS(2625), + [anon_sym_fn] = ACTIONS(2625), + [anon_sym_LPAREN2] = ACTIONS(2623), + [anon_sym_LBRACK2] = ACTIONS(2623), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2603), + [sym__newline_before_do] = ACTIONS(2623), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2603), - [sym__not_in] = ACTIONS(2603), - [sym__quoted_atom_start] = ACTIONS(2603), + [sym__before_unary_op] = ACTIONS(2623), + [sym__not_in] = ACTIONS(2623), + [sym__quoted_atom_start] = ACTIONS(2623), }, - [945] = { - [ts_builtin_sym_end] = ACTIONS(2599), + [952] = { + [aux_sym__terminator_token1] = ACTIONS(2627), + [anon_sym_SEMI] = ACTIONS(2629), + [anon_sym_LPAREN] = ACTIONS(2629), + [aux_sym_identifier_token1] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2629), + [sym_alias] = ACTIONS(2629), + [sym_integer] = ACTIONS(2629), + [sym_float] = ACTIONS(2629), + [sym_char] = ACTIONS(2629), + [anon_sym_true] = ACTIONS(2629), + [anon_sym_false] = ACTIONS(2629), + [anon_sym_nil] = ACTIONS(2629), + [sym_atom] = ACTIONS(2629), + [anon_sym_DQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2629), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2629), + [anon_sym_LBRACE] = ACTIONS(2629), + [anon_sym_LBRACK] = ACTIONS(2629), + [anon_sym_LT] = ACTIONS(2629), + [anon_sym_GT] = ACTIONS(2629), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_SLASH] = ACTIONS(2629), + [anon_sym_TILDE] = ACTIONS(2629), + [anon_sym_COMMA] = ACTIONS(2629), + [sym_keyword] = ACTIONS(2629), + [anon_sym_LT_LT] = ACTIONS(2629), + [anon_sym_PERCENT] = ACTIONS(2629), + [anon_sym_DOT_DOT] = ACTIONS(2629), + [anon_sym_AMP] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2629), + [anon_sym_DASH] = ACTIONS(2629), + [anon_sym_BANG] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2629), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2629), + [anon_sym_not] = ACTIONS(2629), + [anon_sym_AT] = ACTIONS(2629), + [anon_sym_LT_DASH] = ACTIONS(2629), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2629), + [anon_sym_when] = ACTIONS(2629), + [anon_sym_COLON_COLON] = ACTIONS(2629), + [anon_sym_EQ_GT] = ACTIONS(2629), + [anon_sym_EQ] = ACTIONS(2629), + [anon_sym_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_or] = ACTIONS(2629), + [anon_sym_AMP_AMP] = ACTIONS(2629), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2629), + [anon_sym_and] = ACTIONS(2629), + [anon_sym_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ] = ACTIONS(2629), + [anon_sym_EQ_TILDE] = ACTIONS(2629), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2629), + [anon_sym_LT_EQ] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2629), + [anon_sym_PIPE_GT] = ACTIONS(2629), + [anon_sym_LT_LT_LT] = ACTIONS(2629), + [anon_sym_GT_GT_GT] = ACTIONS(2629), + [anon_sym_LT_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_PIPE_GT] = ACTIONS(2629), + [anon_sym_in] = ACTIONS(2629), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2629), + [anon_sym_SLASH_SLASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2629), + [anon_sym_LT_GT] = ACTIONS(2629), + [anon_sym_STAR] = ACTIONS(2629), + [anon_sym_STAR_STAR] = ACTIONS(2629), + [anon_sym_CARET_CARET] = ACTIONS(2629), + [anon_sym_DASH_GT] = ACTIONS(2629), + [anon_sym_DOT] = ACTIONS(2629), + [anon_sym_do] = ACTIONS(2629), + [anon_sym_end] = ACTIONS(2629), + [anon_sym_fn] = ACTIONS(2629), + [anon_sym_LPAREN2] = ACTIONS(2627), + [anon_sym_LBRACK2] = ACTIONS(2627), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2627), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2627), + [sym__not_in] = ACTIONS(2627), + [sym__quoted_atom_start] = ACTIONS(2627), + }, + [953] = { + [aux_sym__terminator_token1] = ACTIONS(2631), + [anon_sym_SEMI] = ACTIONS(2633), + [anon_sym_LPAREN] = ACTIONS(2633), + [aux_sym_identifier_token1] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2633), + [sym_alias] = ACTIONS(2633), + [sym_integer] = ACTIONS(2633), + [sym_float] = ACTIONS(2633), + [sym_char] = ACTIONS(2633), + [anon_sym_true] = ACTIONS(2633), + [anon_sym_false] = ACTIONS(2633), + [anon_sym_nil] = ACTIONS(2633), + [sym_atom] = ACTIONS(2633), + [anon_sym_DQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2633), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2633), + [anon_sym_LBRACE] = ACTIONS(2633), + [anon_sym_LBRACK] = ACTIONS(2633), + [anon_sym_LT] = ACTIONS(2633), + [anon_sym_GT] = ACTIONS(2633), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_SLASH] = ACTIONS(2633), + [anon_sym_TILDE] = ACTIONS(2633), + [anon_sym_COMMA] = ACTIONS(2633), + [sym_keyword] = ACTIONS(2633), + [anon_sym_LT_LT] = ACTIONS(2633), + [anon_sym_PERCENT] = ACTIONS(2633), + [anon_sym_DOT_DOT] = ACTIONS(2633), + [anon_sym_AMP] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2633), + [anon_sym_DASH] = ACTIONS(2633), + [anon_sym_BANG] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2633), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2633), + [anon_sym_not] = ACTIONS(2633), + [anon_sym_AT] = ACTIONS(2633), + [anon_sym_LT_DASH] = ACTIONS(2633), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2633), + [anon_sym_when] = ACTIONS(2633), + [anon_sym_COLON_COLON] = ACTIONS(2633), + [anon_sym_EQ_GT] = ACTIONS(2633), + [anon_sym_EQ] = ACTIONS(2633), + [anon_sym_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_or] = ACTIONS(2633), + [anon_sym_AMP_AMP] = ACTIONS(2633), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2633), + [anon_sym_and] = ACTIONS(2633), + [anon_sym_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ] = ACTIONS(2633), + [anon_sym_EQ_TILDE] = ACTIONS(2633), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2633), + [anon_sym_LT_EQ] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2633), + [anon_sym_PIPE_GT] = ACTIONS(2633), + [anon_sym_LT_LT_LT] = ACTIONS(2633), + [anon_sym_GT_GT_GT] = ACTIONS(2633), + [anon_sym_LT_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_PIPE_GT] = ACTIONS(2633), + [anon_sym_in] = ACTIONS(2633), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2633), + [anon_sym_SLASH_SLASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2633), + [anon_sym_LT_GT] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(2633), + [anon_sym_STAR_STAR] = ACTIONS(2633), + [anon_sym_CARET_CARET] = ACTIONS(2633), + [anon_sym_DASH_GT] = ACTIONS(2633), + [anon_sym_DOT] = ACTIONS(2633), + [anon_sym_do] = ACTIONS(2633), + [anon_sym_end] = ACTIONS(2633), + [anon_sym_fn] = ACTIONS(2633), + [anon_sym_LPAREN2] = ACTIONS(2631), + [anon_sym_LBRACK2] = ACTIONS(2631), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2631), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2631), + [sym__not_in] = ACTIONS(2631), + [sym__quoted_atom_start] = ACTIONS(2631), + }, + [954] = { + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_end] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [955] = { [aux_sym__terminator_token1] = ACTIONS(2599), [anon_sym_SEMI] = ACTIONS(2601), [anon_sym_LPAREN] = ACTIONS(2601), + [anon_sym_RPAREN] = ACTIONS(2601), [aux_sym_identifier_token1] = ACTIONS(2601), [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), [sym_alias] = ACTIONS(2601), @@ -136132,191 +138372,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2599), [sym__quoted_atom_start] = ACTIONS(2599), }, - [946] = { - [ts_builtin_sym_end] = ACTIONS(2595), - [aux_sym__terminator_token1] = ACTIONS(2595), - [anon_sym_SEMI] = ACTIONS(2597), - [anon_sym_LPAREN] = ACTIONS(2597), - [aux_sym_identifier_token1] = ACTIONS(2597), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), - [sym_alias] = ACTIONS(2597), - [sym_integer] = ACTIONS(2597), - [sym_float] = ACTIONS(2597), - [sym_char] = ACTIONS(2597), - [anon_sym_true] = ACTIONS(2597), - [anon_sym_false] = ACTIONS(2597), - [anon_sym_nil] = ACTIONS(2597), - [sym_atom] = ACTIONS(2597), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), - [anon_sym_LBRACE] = ACTIONS(2597), - [anon_sym_LBRACK] = ACTIONS(2597), - [anon_sym_LT] = ACTIONS(2597), - [anon_sym_GT] = ACTIONS(2597), - [anon_sym_PIPE] = ACTIONS(2597), - [anon_sym_SLASH] = ACTIONS(2597), - [anon_sym_TILDE] = ACTIONS(2597), - [anon_sym_COMMA] = ACTIONS(2597), - [sym_keyword] = ACTIONS(2597), - [anon_sym_LT_LT] = ACTIONS(2597), - [anon_sym_PERCENT] = ACTIONS(2597), - [anon_sym_DOT_DOT] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym_PLUS] = ACTIONS(2597), - [anon_sym_DASH] = ACTIONS(2597), - [anon_sym_BANG] = ACTIONS(2597), - [anon_sym_CARET] = ACTIONS(2597), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), - [anon_sym_not] = ACTIONS(2597), - [anon_sym_AT] = ACTIONS(2597), - [anon_sym_LT_DASH] = ACTIONS(2597), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), - [anon_sym_when] = ACTIONS(2597), - [anon_sym_COLON_COLON] = ACTIONS(2597), - [anon_sym_EQ_GT] = ACTIONS(2597), - [anon_sym_EQ] = ACTIONS(2597), - [anon_sym_PIPE_PIPE] = ACTIONS(2597), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), - [anon_sym_or] = ACTIONS(2597), - [anon_sym_AMP_AMP] = ACTIONS(2597), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), - [anon_sym_and] = ACTIONS(2597), - [anon_sym_EQ_EQ] = ACTIONS(2597), - [anon_sym_BANG_EQ] = ACTIONS(2597), - [anon_sym_EQ_TILDE] = ACTIONS(2597), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), - [anon_sym_LT_EQ] = ACTIONS(2597), - [anon_sym_GT_EQ] = ACTIONS(2597), - [anon_sym_PIPE_GT] = ACTIONS(2597), - [anon_sym_LT_LT_LT] = ACTIONS(2597), - [anon_sym_GT_GT_GT] = ACTIONS(2597), - [anon_sym_LT_LT_TILDE] = ACTIONS(2597), - [anon_sym_TILDE_GT_GT] = ACTIONS(2597), - [anon_sym_LT_TILDE] = ACTIONS(2597), - [anon_sym_TILDE_GT] = ACTIONS(2597), - [anon_sym_LT_TILDE_GT] = ACTIONS(2597), - [anon_sym_LT_PIPE_GT] = ACTIONS(2597), - [anon_sym_in] = ACTIONS(2597), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), - [anon_sym_SLASH_SLASH] = ACTIONS(2597), - [anon_sym_PLUS_PLUS] = ACTIONS(2597), - [anon_sym_DASH_DASH] = ACTIONS(2597), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), - [anon_sym_LT_GT] = ACTIONS(2597), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_STAR_STAR] = ACTIONS(2597), - [anon_sym_CARET_CARET] = ACTIONS(2597), - [anon_sym_DASH_GT] = ACTIONS(2597), - [anon_sym_DOT] = ACTIONS(2597), - [anon_sym_do] = ACTIONS(2597), - [anon_sym_fn] = ACTIONS(2597), - [anon_sym_LPAREN2] = ACTIONS(2595), - [anon_sym_LBRACK2] = ACTIONS(2595), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2595), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2595), - [sym__not_in] = ACTIONS(2595), - [sym__quoted_atom_start] = ACTIONS(2595), - }, - [947] = { - [aux_sym__terminator_token1] = ACTIONS(2615), - [anon_sym_SEMI] = ACTIONS(2617), - [anon_sym_LPAREN] = ACTIONS(2617), - [anon_sym_RPAREN] = ACTIONS(2617), - [aux_sym_identifier_token1] = ACTIONS(2617), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2617), - [sym_alias] = ACTIONS(2617), - [sym_integer] = ACTIONS(2617), - [sym_float] = ACTIONS(2617), - [sym_char] = ACTIONS(2617), - [anon_sym_true] = ACTIONS(2617), - [anon_sym_false] = ACTIONS(2617), - [anon_sym_nil] = ACTIONS(2617), - [sym_atom] = ACTIONS(2617), - [anon_sym_DQUOTE] = ACTIONS(2617), - [anon_sym_SQUOTE] = ACTIONS(2617), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2617), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2617), - [anon_sym_LBRACE] = ACTIONS(2617), - [anon_sym_LBRACK] = ACTIONS(2617), - [anon_sym_LT] = ACTIONS(2617), - [anon_sym_GT] = ACTIONS(2617), - [anon_sym_PIPE] = ACTIONS(2617), - [anon_sym_SLASH] = ACTIONS(2617), - [anon_sym_TILDE] = ACTIONS(2617), - [anon_sym_COMMA] = ACTIONS(2617), - [sym_keyword] = ACTIONS(2617), - [anon_sym_LT_LT] = ACTIONS(2617), - [anon_sym_PERCENT] = ACTIONS(2617), - [anon_sym_DOT_DOT] = ACTIONS(2617), - [anon_sym_AMP] = ACTIONS(2617), - [anon_sym_PLUS] = ACTIONS(2617), - [anon_sym_DASH] = ACTIONS(2617), - [anon_sym_BANG] = ACTIONS(2617), - [anon_sym_CARET] = ACTIONS(2617), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2617), - [anon_sym_not] = ACTIONS(2617), - [anon_sym_AT] = ACTIONS(2617), - [anon_sym_LT_DASH] = ACTIONS(2617), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2617), - [anon_sym_when] = ACTIONS(2617), - [anon_sym_COLON_COLON] = ACTIONS(2617), - [anon_sym_EQ_GT] = ACTIONS(2617), - [anon_sym_EQ] = ACTIONS(2617), - [anon_sym_PIPE_PIPE] = ACTIONS(2617), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2617), - [anon_sym_or] = ACTIONS(2617), - [anon_sym_AMP_AMP] = ACTIONS(2617), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2617), - [anon_sym_and] = ACTIONS(2617), - [anon_sym_EQ_EQ] = ACTIONS(2617), - [anon_sym_BANG_EQ] = ACTIONS(2617), - [anon_sym_EQ_TILDE] = ACTIONS(2617), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2617), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2617), - [anon_sym_LT_EQ] = ACTIONS(2617), - [anon_sym_GT_EQ] = ACTIONS(2617), - [anon_sym_PIPE_GT] = ACTIONS(2617), - [anon_sym_LT_LT_LT] = ACTIONS(2617), - [anon_sym_GT_GT_GT] = ACTIONS(2617), - [anon_sym_LT_LT_TILDE] = ACTIONS(2617), - [anon_sym_TILDE_GT_GT] = ACTIONS(2617), - [anon_sym_LT_TILDE] = ACTIONS(2617), - [anon_sym_TILDE_GT] = ACTIONS(2617), - [anon_sym_LT_TILDE_GT] = ACTIONS(2617), - [anon_sym_LT_PIPE_GT] = ACTIONS(2617), - [anon_sym_in] = ACTIONS(2617), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2617), - [anon_sym_SLASH_SLASH] = ACTIONS(2617), - [anon_sym_PLUS_PLUS] = ACTIONS(2617), - [anon_sym_DASH_DASH] = ACTIONS(2617), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2617), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2617), - [anon_sym_LT_GT] = ACTIONS(2617), - [anon_sym_STAR] = ACTIONS(2617), - [anon_sym_STAR_STAR] = ACTIONS(2617), - [anon_sym_CARET_CARET] = ACTIONS(2617), - [anon_sym_DASH_GT] = ACTIONS(2617), - [anon_sym_DOT] = ACTIONS(2617), - [anon_sym_do] = ACTIONS(2617), - [anon_sym_fn] = ACTIONS(2617), - [anon_sym_LPAREN2] = ACTIONS(2615), - [anon_sym_LBRACK2] = ACTIONS(2615), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2615), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2615), - [sym__not_in] = ACTIONS(2615), - [sym__quoted_atom_start] = ACTIONS(2615), - }, - [948] = { + [956] = { [aux_sym__terminator_token1] = ACTIONS(2611), [anon_sym_SEMI] = ACTIONS(2613), [anon_sym_LPAREN] = ACTIONS(2613), @@ -136408,11 +138464,195 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2611), [sym__quoted_atom_start] = ACTIONS(2611), }, - [949] = { + [957] = { + [aux_sym__terminator_token1] = ACTIONS(2615), + [anon_sym_SEMI] = ACTIONS(2617), + [anon_sym_LPAREN] = ACTIONS(2617), + [anon_sym_RPAREN] = ACTIONS(2617), + [aux_sym_identifier_token1] = ACTIONS(2617), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2617), + [sym_alias] = ACTIONS(2617), + [sym_integer] = ACTIONS(2617), + [sym_float] = ACTIONS(2617), + [sym_char] = ACTIONS(2617), + [anon_sym_true] = ACTIONS(2617), + [anon_sym_false] = ACTIONS(2617), + [anon_sym_nil] = ACTIONS(2617), + [sym_atom] = ACTIONS(2617), + [anon_sym_DQUOTE] = ACTIONS(2617), + [anon_sym_SQUOTE] = ACTIONS(2617), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2617), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2617), + [anon_sym_LBRACE] = ACTIONS(2617), + [anon_sym_LBRACK] = ACTIONS(2617), + [anon_sym_LT] = ACTIONS(2617), + [anon_sym_GT] = ACTIONS(2617), + [anon_sym_PIPE] = ACTIONS(2617), + [anon_sym_SLASH] = ACTIONS(2617), + [anon_sym_TILDE] = ACTIONS(2617), + [anon_sym_COMMA] = ACTIONS(2617), + [sym_keyword] = ACTIONS(2617), + [anon_sym_LT_LT] = ACTIONS(2617), + [anon_sym_PERCENT] = ACTIONS(2617), + [anon_sym_DOT_DOT] = ACTIONS(2617), + [anon_sym_AMP] = ACTIONS(2617), + [anon_sym_PLUS] = ACTIONS(2617), + [anon_sym_DASH] = ACTIONS(2617), + [anon_sym_BANG] = ACTIONS(2617), + [anon_sym_CARET] = ACTIONS(2617), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2617), + [anon_sym_not] = ACTIONS(2617), + [anon_sym_AT] = ACTIONS(2617), + [anon_sym_LT_DASH] = ACTIONS(2617), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2617), + [anon_sym_when] = ACTIONS(2617), + [anon_sym_COLON_COLON] = ACTIONS(2617), + [anon_sym_EQ_GT] = ACTIONS(2617), + [anon_sym_EQ] = ACTIONS(2617), + [anon_sym_PIPE_PIPE] = ACTIONS(2617), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2617), + [anon_sym_or] = ACTIONS(2617), + [anon_sym_AMP_AMP] = ACTIONS(2617), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2617), + [anon_sym_and] = ACTIONS(2617), + [anon_sym_EQ_EQ] = ACTIONS(2617), + [anon_sym_BANG_EQ] = ACTIONS(2617), + [anon_sym_EQ_TILDE] = ACTIONS(2617), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2617), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2617), + [anon_sym_LT_EQ] = ACTIONS(2617), + [anon_sym_GT_EQ] = ACTIONS(2617), + [anon_sym_PIPE_GT] = ACTIONS(2617), + [anon_sym_LT_LT_LT] = ACTIONS(2617), + [anon_sym_GT_GT_GT] = ACTIONS(2617), + [anon_sym_LT_LT_TILDE] = ACTIONS(2617), + [anon_sym_TILDE_GT_GT] = ACTIONS(2617), + [anon_sym_LT_TILDE] = ACTIONS(2617), + [anon_sym_TILDE_GT] = ACTIONS(2617), + [anon_sym_LT_TILDE_GT] = ACTIONS(2617), + [anon_sym_LT_PIPE_GT] = ACTIONS(2617), + [anon_sym_in] = ACTIONS(2617), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2617), + [anon_sym_SLASH_SLASH] = ACTIONS(2617), + [anon_sym_PLUS_PLUS] = ACTIONS(2617), + [anon_sym_DASH_DASH] = ACTIONS(2617), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2617), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2617), + [anon_sym_LT_GT] = ACTIONS(2617), + [anon_sym_STAR] = ACTIONS(2617), + [anon_sym_STAR_STAR] = ACTIONS(2617), + [anon_sym_CARET_CARET] = ACTIONS(2617), + [anon_sym_DASH_GT] = ACTIONS(2617), + [anon_sym_DOT] = ACTIONS(2617), + [anon_sym_do] = ACTIONS(2617), + [anon_sym_fn] = ACTIONS(2617), + [anon_sym_LPAREN2] = ACTIONS(2615), + [anon_sym_LBRACK2] = ACTIONS(2615), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2615), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2615), + [sym__not_in] = ACTIONS(2615), + [sym__quoted_atom_start] = ACTIONS(2615), + }, + [958] = { + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_end] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [959] = { + [ts_builtin_sym_end] = ACTIONS(2591), [aux_sym__terminator_token1] = ACTIONS(2591), [anon_sym_SEMI] = ACTIONS(2593), [anon_sym_LPAREN] = ACTIONS(2593), - [anon_sym_RPAREN] = ACTIONS(2593), [aux_sym_identifier_token1] = ACTIONS(2593), [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), [sym_alias] = ACTIONS(2593), @@ -136500,7 +138740,283 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2591), [sym__quoted_atom_start] = ACTIONS(2591), }, - [950] = { + [960] = { + [ts_builtin_sym_end] = ACTIONS(2607), + [aux_sym__terminator_token1] = ACTIONS(2607), + [anon_sym_SEMI] = ACTIONS(2609), + [anon_sym_LPAREN] = ACTIONS(2609), + [aux_sym_identifier_token1] = ACTIONS(2609), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2609), + [sym_alias] = ACTIONS(2609), + [sym_integer] = ACTIONS(2609), + [sym_float] = ACTIONS(2609), + [sym_char] = ACTIONS(2609), + [anon_sym_true] = ACTIONS(2609), + [anon_sym_false] = ACTIONS(2609), + [anon_sym_nil] = ACTIONS(2609), + [sym_atom] = ACTIONS(2609), + [anon_sym_DQUOTE] = ACTIONS(2609), + [anon_sym_SQUOTE] = ACTIONS(2609), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2609), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2609), + [anon_sym_LBRACE] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_LT] = ACTIONS(2609), + [anon_sym_GT] = ACTIONS(2609), + [anon_sym_PIPE] = ACTIONS(2609), + [anon_sym_SLASH] = ACTIONS(2609), + [anon_sym_TILDE] = ACTIONS(2609), + [anon_sym_COMMA] = ACTIONS(2609), + [sym_keyword] = ACTIONS(2609), + [anon_sym_LT_LT] = ACTIONS(2609), + [anon_sym_PERCENT] = ACTIONS(2609), + [anon_sym_DOT_DOT] = ACTIONS(2609), + [anon_sym_AMP] = ACTIONS(2609), + [anon_sym_PLUS] = ACTIONS(2609), + [anon_sym_DASH] = ACTIONS(2609), + [anon_sym_BANG] = ACTIONS(2609), + [anon_sym_CARET] = ACTIONS(2609), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2609), + [anon_sym_not] = ACTIONS(2609), + [anon_sym_AT] = ACTIONS(2609), + [anon_sym_LT_DASH] = ACTIONS(2609), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2609), + [anon_sym_when] = ACTIONS(2609), + [anon_sym_COLON_COLON] = ACTIONS(2609), + [anon_sym_EQ_GT] = ACTIONS(2609), + [anon_sym_EQ] = ACTIONS(2609), + [anon_sym_PIPE_PIPE] = ACTIONS(2609), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2609), + [anon_sym_or] = ACTIONS(2609), + [anon_sym_AMP_AMP] = ACTIONS(2609), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2609), + [anon_sym_and] = ACTIONS(2609), + [anon_sym_EQ_EQ] = ACTIONS(2609), + [anon_sym_BANG_EQ] = ACTIONS(2609), + [anon_sym_EQ_TILDE] = ACTIONS(2609), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2609), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2609), + [anon_sym_LT_EQ] = ACTIONS(2609), + [anon_sym_GT_EQ] = ACTIONS(2609), + [anon_sym_PIPE_GT] = ACTIONS(2609), + [anon_sym_LT_LT_LT] = ACTIONS(2609), + [anon_sym_GT_GT_GT] = ACTIONS(2609), + [anon_sym_LT_LT_TILDE] = ACTIONS(2609), + [anon_sym_TILDE_GT_GT] = ACTIONS(2609), + [anon_sym_LT_TILDE] = ACTIONS(2609), + [anon_sym_TILDE_GT] = ACTIONS(2609), + [anon_sym_LT_TILDE_GT] = ACTIONS(2609), + [anon_sym_LT_PIPE_GT] = ACTIONS(2609), + [anon_sym_in] = ACTIONS(2609), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2609), + [anon_sym_SLASH_SLASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2609), + [anon_sym_LT_GT] = ACTIONS(2609), + [anon_sym_STAR] = ACTIONS(2609), + [anon_sym_STAR_STAR] = ACTIONS(2609), + [anon_sym_CARET_CARET] = ACTIONS(2609), + [anon_sym_DASH_GT] = ACTIONS(2609), + [anon_sym_DOT] = ACTIONS(2609), + [anon_sym_do] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(2609), + [anon_sym_LPAREN2] = ACTIONS(2607), + [anon_sym_LBRACK2] = ACTIONS(2607), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2607), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2607), + [sym__not_in] = ACTIONS(2607), + [sym__quoted_atom_start] = ACTIONS(2607), + }, + [961] = { + [aux_sym__terminator_token1] = ACTIONS(2587), + [anon_sym_SEMI] = ACTIONS(2589), + [anon_sym_LPAREN] = ACTIONS(2589), + [anon_sym_RPAREN] = ACTIONS(2589), + [aux_sym_identifier_token1] = ACTIONS(2589), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), + [sym_alias] = ACTIONS(2589), + [sym_integer] = ACTIONS(2589), + [sym_float] = ACTIONS(2589), + [sym_char] = ACTIONS(2589), + [anon_sym_true] = ACTIONS(2589), + [anon_sym_false] = ACTIONS(2589), + [anon_sym_nil] = ACTIONS(2589), + [sym_atom] = ACTIONS(2589), + [anon_sym_DQUOTE] = ACTIONS(2589), + [anon_sym_SQUOTE] = ACTIONS(2589), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_LBRACK] = ACTIONS(2589), + [anon_sym_LT] = ACTIONS(2589), + [anon_sym_GT] = ACTIONS(2589), + [anon_sym_PIPE] = ACTIONS(2589), + [anon_sym_SLASH] = ACTIONS(2589), + [anon_sym_TILDE] = ACTIONS(2589), + [anon_sym_COMMA] = ACTIONS(2589), + [sym_keyword] = ACTIONS(2589), + [anon_sym_LT_LT] = ACTIONS(2589), + [anon_sym_PERCENT] = ACTIONS(2589), + [anon_sym_DOT_DOT] = ACTIONS(2589), + [anon_sym_AMP] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_BANG] = ACTIONS(2589), + [anon_sym_CARET] = ACTIONS(2589), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_AT] = ACTIONS(2589), + [anon_sym_LT_DASH] = ACTIONS(2589), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), + [anon_sym_when] = ACTIONS(2589), + [anon_sym_COLON_COLON] = ACTIONS(2589), + [anon_sym_EQ_GT] = ACTIONS(2589), + [anon_sym_EQ] = ACTIONS(2589), + [anon_sym_PIPE_PIPE] = ACTIONS(2589), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), + [anon_sym_or] = ACTIONS(2589), + [anon_sym_AMP_AMP] = ACTIONS(2589), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), + [anon_sym_and] = ACTIONS(2589), + [anon_sym_EQ_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ] = ACTIONS(2589), + [anon_sym_EQ_TILDE] = ACTIONS(2589), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), + [anon_sym_LT_EQ] = ACTIONS(2589), + [anon_sym_GT_EQ] = ACTIONS(2589), + [anon_sym_PIPE_GT] = ACTIONS(2589), + [anon_sym_LT_LT_LT] = ACTIONS(2589), + [anon_sym_GT_GT_GT] = ACTIONS(2589), + [anon_sym_LT_LT_TILDE] = ACTIONS(2589), + [anon_sym_TILDE_GT_GT] = ACTIONS(2589), + [anon_sym_LT_TILDE] = ACTIONS(2589), + [anon_sym_TILDE_GT] = ACTIONS(2589), + [anon_sym_LT_TILDE_GT] = ACTIONS(2589), + [anon_sym_LT_PIPE_GT] = ACTIONS(2589), + [anon_sym_in] = ACTIONS(2589), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), + [anon_sym_SLASH_SLASH] = ACTIONS(2589), + [anon_sym_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2589), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), + [anon_sym_LT_GT] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2589), + [anon_sym_STAR_STAR] = ACTIONS(2589), + [anon_sym_CARET_CARET] = ACTIONS(2589), + [anon_sym_DASH_GT] = ACTIONS(2589), + [anon_sym_DOT] = ACTIONS(2589), + [anon_sym_do] = ACTIONS(2589), + [anon_sym_fn] = ACTIONS(2589), + [anon_sym_LPAREN2] = ACTIONS(2587), + [anon_sym_LBRACK2] = ACTIONS(2587), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2587), + [sym__not_in] = ACTIONS(2587), + [sym__quoted_atom_start] = ACTIONS(2587), + }, + [962] = { + [aux_sym__terminator_token1] = ACTIONS(2619), + [anon_sym_SEMI] = ACTIONS(2621), + [anon_sym_LPAREN] = ACTIONS(2621), + [anon_sym_RPAREN] = ACTIONS(2621), + [aux_sym_identifier_token1] = ACTIONS(2621), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), + [sym_alias] = ACTIONS(2621), + [sym_integer] = ACTIONS(2621), + [sym_float] = ACTIONS(2621), + [sym_char] = ACTIONS(2621), + [anon_sym_true] = ACTIONS(2621), + [anon_sym_false] = ACTIONS(2621), + [anon_sym_nil] = ACTIONS(2621), + [sym_atom] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(2621), + [anon_sym_SQUOTE] = ACTIONS(2621), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), + [anon_sym_LBRACE] = ACTIONS(2621), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_LT] = ACTIONS(2621), + [anon_sym_GT] = ACTIONS(2621), + [anon_sym_PIPE] = ACTIONS(2621), + [anon_sym_SLASH] = ACTIONS(2621), + [anon_sym_TILDE] = ACTIONS(2621), + [anon_sym_COMMA] = ACTIONS(2621), + [sym_keyword] = ACTIONS(2621), + [anon_sym_LT_LT] = ACTIONS(2621), + [anon_sym_PERCENT] = ACTIONS(2621), + [anon_sym_DOT_DOT] = ACTIONS(2621), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_PLUS] = ACTIONS(2621), + [anon_sym_DASH] = ACTIONS(2621), + [anon_sym_BANG] = ACTIONS(2621), + [anon_sym_CARET] = ACTIONS(2621), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), + [anon_sym_not] = ACTIONS(2621), + [anon_sym_AT] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2621), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), + [anon_sym_when] = ACTIONS(2621), + [anon_sym_COLON_COLON] = ACTIONS(2621), + [anon_sym_EQ_GT] = ACTIONS(2621), + [anon_sym_EQ] = ACTIONS(2621), + [anon_sym_PIPE_PIPE] = ACTIONS(2621), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), + [anon_sym_or] = ACTIONS(2621), + [anon_sym_AMP_AMP] = ACTIONS(2621), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), + [anon_sym_and] = ACTIONS(2621), + [anon_sym_EQ_EQ] = ACTIONS(2621), + [anon_sym_BANG_EQ] = ACTIONS(2621), + [anon_sym_EQ_TILDE] = ACTIONS(2621), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), + [anon_sym_LT_EQ] = ACTIONS(2621), + [anon_sym_GT_EQ] = ACTIONS(2621), + [anon_sym_PIPE_GT] = ACTIONS(2621), + [anon_sym_LT_LT_LT] = ACTIONS(2621), + [anon_sym_GT_GT_GT] = ACTIONS(2621), + [anon_sym_LT_LT_TILDE] = ACTIONS(2621), + [anon_sym_TILDE_GT_GT] = ACTIONS(2621), + [anon_sym_LT_TILDE] = ACTIONS(2621), + [anon_sym_TILDE_GT] = ACTIONS(2621), + [anon_sym_LT_TILDE_GT] = ACTIONS(2621), + [anon_sym_LT_PIPE_GT] = ACTIONS(2621), + [anon_sym_in] = ACTIONS(2621), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), + [anon_sym_SLASH_SLASH] = ACTIONS(2621), + [anon_sym_PLUS_PLUS] = ACTIONS(2621), + [anon_sym_DASH_DASH] = ACTIONS(2621), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), + [anon_sym_LT_GT] = ACTIONS(2621), + [anon_sym_STAR] = ACTIONS(2621), + [anon_sym_STAR_STAR] = ACTIONS(2621), + [anon_sym_CARET_CARET] = ACTIONS(2621), + [anon_sym_DASH_GT] = ACTIONS(2621), + [anon_sym_DOT] = ACTIONS(2621), + [anon_sym_do] = ACTIONS(2621), + [anon_sym_fn] = ACTIONS(2621), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_LBRACK2] = ACTIONS(2619), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2619), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2619), + [sym__not_in] = ACTIONS(2619), + [sym__quoted_atom_start] = ACTIONS(2619), + }, + [963] = { [ts_builtin_sym_end] = ACTIONS(2623), [aux_sym__terminator_token1] = ACTIONS(2623), [anon_sym_SEMI] = ACTIONS(2625), @@ -136592,1202 +139108,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2623), [sym__quoted_atom_start] = ACTIONS(2623), }, - [951] = { - [aux_sym__terminator_token1] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [anon_sym_RPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), - }, - [952] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_end] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [953] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2625), - [anon_sym_RPAREN] = ACTIONS(2625), - [aux_sym_identifier_token1] = ACTIONS(2625), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), - [sym_alias] = ACTIONS(2625), - [sym_integer] = ACTIONS(2625), - [sym_float] = ACTIONS(2625), - [sym_char] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_nil] = ACTIONS(2625), - [sym_atom] = ACTIONS(2625), - [anon_sym_DQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_RBRACE] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_RBRACK] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_GT] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_SLASH] = ACTIONS(2625), - [anon_sym_TILDE] = ACTIONS(2625), - [anon_sym_COMMA] = ACTIONS(2625), - [sym_keyword] = ACTIONS(2625), - [anon_sym_LT_LT] = ACTIONS(2625), - [anon_sym_PERCENT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PLUS] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_CARET] = ACTIONS(2625), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), - [anon_sym_not] = ACTIONS(2625), - [anon_sym_AT] = ACTIONS(2625), - [anon_sym_LT_DASH] = ACTIONS(2625), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), - [anon_sym_when] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_EQ_GT] = ACTIONS(2625), - [anon_sym_EQ] = ACTIONS(2625), - [anon_sym_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_or] = ACTIONS(2625), - [anon_sym_AMP_AMP] = ACTIONS(2625), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), - [anon_sym_and] = ACTIONS(2625), - [anon_sym_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ] = ACTIONS(2625), - [anon_sym_EQ_TILDE] = ACTIONS(2625), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), - [anon_sym_LT_EQ] = ACTIONS(2625), - [anon_sym_GT_EQ] = ACTIONS(2625), - [anon_sym_PIPE_GT] = ACTIONS(2625), - [anon_sym_LT_LT_LT] = ACTIONS(2625), - [anon_sym_GT_GT_GT] = ACTIONS(2625), - [anon_sym_LT_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_PIPE_GT] = ACTIONS(2625), - [anon_sym_in] = ACTIONS(2625), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), - [anon_sym_LT_GT] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_STAR_STAR] = ACTIONS(2625), - [anon_sym_CARET_CARET] = ACTIONS(2625), - [anon_sym_DASH_GT] = ACTIONS(2625), - [anon_sym_DOT] = ACTIONS(2625), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_fn] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_LBRACK2] = ACTIONS(2623), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2623), - [sym__not_in] = ACTIONS(2623), - [sym__quoted_atom_start] = ACTIONS(2623), - }, - [954] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [anon_sym_RPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [955] = { - [aux_sym__terminator_token1] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [anon_sym_RPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), - }, - [956] = { - [ts_builtin_sym_end] = ACTIONS(2615), - [aux_sym__terminator_token1] = ACTIONS(2615), - [anon_sym_SEMI] = ACTIONS(2617), - [anon_sym_LPAREN] = ACTIONS(2617), - [aux_sym_identifier_token1] = ACTIONS(2617), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2617), - [sym_alias] = ACTIONS(2617), - [sym_integer] = ACTIONS(2617), - [sym_float] = ACTIONS(2617), - [sym_char] = ACTIONS(2617), - [anon_sym_true] = ACTIONS(2617), - [anon_sym_false] = ACTIONS(2617), - [anon_sym_nil] = ACTIONS(2617), - [sym_atom] = ACTIONS(2617), - [anon_sym_DQUOTE] = ACTIONS(2617), - [anon_sym_SQUOTE] = ACTIONS(2617), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2617), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2617), - [anon_sym_LBRACE] = ACTIONS(2617), - [anon_sym_LBRACK] = ACTIONS(2617), - [anon_sym_LT] = ACTIONS(2617), - [anon_sym_GT] = ACTIONS(2617), - [anon_sym_PIPE] = ACTIONS(2617), - [anon_sym_SLASH] = ACTIONS(2617), - [anon_sym_TILDE] = ACTIONS(2617), - [anon_sym_COMMA] = ACTIONS(2617), - [sym_keyword] = ACTIONS(2617), - [anon_sym_LT_LT] = ACTIONS(2617), - [anon_sym_PERCENT] = ACTIONS(2617), - [anon_sym_DOT_DOT] = ACTIONS(2617), - [anon_sym_AMP] = ACTIONS(2617), - [anon_sym_PLUS] = ACTIONS(2617), - [anon_sym_DASH] = ACTIONS(2617), - [anon_sym_BANG] = ACTIONS(2617), - [anon_sym_CARET] = ACTIONS(2617), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2617), - [anon_sym_not] = ACTIONS(2617), - [anon_sym_AT] = ACTIONS(2617), - [anon_sym_LT_DASH] = ACTIONS(2617), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2617), - [anon_sym_when] = ACTIONS(2617), - [anon_sym_COLON_COLON] = ACTIONS(2617), - [anon_sym_EQ_GT] = ACTIONS(2617), - [anon_sym_EQ] = ACTIONS(2617), - [anon_sym_PIPE_PIPE] = ACTIONS(2617), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2617), - [anon_sym_or] = ACTIONS(2617), - [anon_sym_AMP_AMP] = ACTIONS(2617), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2617), - [anon_sym_and] = ACTIONS(2617), - [anon_sym_EQ_EQ] = ACTIONS(2617), - [anon_sym_BANG_EQ] = ACTIONS(2617), - [anon_sym_EQ_TILDE] = ACTIONS(2617), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2617), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2617), - [anon_sym_LT_EQ] = ACTIONS(2617), - [anon_sym_GT_EQ] = ACTIONS(2617), - [anon_sym_PIPE_GT] = ACTIONS(2617), - [anon_sym_LT_LT_LT] = ACTIONS(2617), - [anon_sym_GT_GT_GT] = ACTIONS(2617), - [anon_sym_LT_LT_TILDE] = ACTIONS(2617), - [anon_sym_TILDE_GT_GT] = ACTIONS(2617), - [anon_sym_LT_TILDE] = ACTIONS(2617), - [anon_sym_TILDE_GT] = ACTIONS(2617), - [anon_sym_LT_TILDE_GT] = ACTIONS(2617), - [anon_sym_LT_PIPE_GT] = ACTIONS(2617), - [anon_sym_in] = ACTIONS(2617), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2617), - [anon_sym_SLASH_SLASH] = ACTIONS(2617), - [anon_sym_PLUS_PLUS] = ACTIONS(2617), - [anon_sym_DASH_DASH] = ACTIONS(2617), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2617), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2617), - [anon_sym_LT_GT] = ACTIONS(2617), - [anon_sym_STAR] = ACTIONS(2617), - [anon_sym_STAR_STAR] = ACTIONS(2617), - [anon_sym_CARET_CARET] = ACTIONS(2617), - [anon_sym_DASH_GT] = ACTIONS(2617), - [anon_sym_DOT] = ACTIONS(2617), - [anon_sym_do] = ACTIONS(2617), - [anon_sym_fn] = ACTIONS(2617), - [anon_sym_LPAREN2] = ACTIONS(2615), - [anon_sym_LBRACK2] = ACTIONS(2615), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2615), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2615), - [sym__not_in] = ACTIONS(2615), - [sym__quoted_atom_start] = ACTIONS(2615), - }, - [957] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [anon_sym_RPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [958] = { - [aux_sym__terminator_token1] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [anon_sym_RPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), - }, - [959] = { - [aux_sym__terminator_token1] = ACTIONS(2607), - [anon_sym_SEMI] = ACTIONS(2609), - [anon_sym_LPAREN] = ACTIONS(2609), - [anon_sym_RPAREN] = ACTIONS(2609), - [aux_sym_identifier_token1] = ACTIONS(2609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2609), - [sym_alias] = ACTIONS(2609), - [sym_integer] = ACTIONS(2609), - [sym_float] = ACTIONS(2609), - [sym_char] = ACTIONS(2609), - [anon_sym_true] = ACTIONS(2609), - [anon_sym_false] = ACTIONS(2609), - [anon_sym_nil] = ACTIONS(2609), - [sym_atom] = ACTIONS(2609), - [anon_sym_DQUOTE] = ACTIONS(2609), - [anon_sym_SQUOTE] = ACTIONS(2609), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2609), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2609), - [anon_sym_LBRACE] = ACTIONS(2609), - [anon_sym_LBRACK] = ACTIONS(2609), - [anon_sym_LT] = ACTIONS(2609), - [anon_sym_GT] = ACTIONS(2609), - [anon_sym_PIPE] = ACTIONS(2609), - [anon_sym_SLASH] = ACTIONS(2609), - [anon_sym_TILDE] = ACTIONS(2609), - [anon_sym_COMMA] = ACTIONS(2609), - [sym_keyword] = ACTIONS(2609), - [anon_sym_LT_LT] = ACTIONS(2609), - [anon_sym_PERCENT] = ACTIONS(2609), - [anon_sym_DOT_DOT] = ACTIONS(2609), - [anon_sym_AMP] = ACTIONS(2609), - [anon_sym_PLUS] = ACTIONS(2609), - [anon_sym_DASH] = ACTIONS(2609), - [anon_sym_BANG] = ACTIONS(2609), - [anon_sym_CARET] = ACTIONS(2609), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2609), - [anon_sym_not] = ACTIONS(2609), - [anon_sym_AT] = ACTIONS(2609), - [anon_sym_LT_DASH] = ACTIONS(2609), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2609), - [anon_sym_when] = ACTIONS(2609), - [anon_sym_COLON_COLON] = ACTIONS(2609), - [anon_sym_EQ_GT] = ACTIONS(2609), - [anon_sym_EQ] = ACTIONS(2609), - [anon_sym_PIPE_PIPE] = ACTIONS(2609), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2609), - [anon_sym_or] = ACTIONS(2609), - [anon_sym_AMP_AMP] = ACTIONS(2609), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2609), - [anon_sym_and] = ACTIONS(2609), - [anon_sym_EQ_EQ] = ACTIONS(2609), - [anon_sym_BANG_EQ] = ACTIONS(2609), - [anon_sym_EQ_TILDE] = ACTIONS(2609), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2609), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2609), - [anon_sym_LT_EQ] = ACTIONS(2609), - [anon_sym_GT_EQ] = ACTIONS(2609), - [anon_sym_PIPE_GT] = ACTIONS(2609), - [anon_sym_LT_LT_LT] = ACTIONS(2609), - [anon_sym_GT_GT_GT] = ACTIONS(2609), - [anon_sym_LT_LT_TILDE] = ACTIONS(2609), - [anon_sym_TILDE_GT_GT] = ACTIONS(2609), - [anon_sym_LT_TILDE] = ACTIONS(2609), - [anon_sym_TILDE_GT] = ACTIONS(2609), - [anon_sym_LT_TILDE_GT] = ACTIONS(2609), - [anon_sym_LT_PIPE_GT] = ACTIONS(2609), - [anon_sym_in] = ACTIONS(2609), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2609), - [anon_sym_SLASH_SLASH] = ACTIONS(2609), - [anon_sym_PLUS_PLUS] = ACTIONS(2609), - [anon_sym_DASH_DASH] = ACTIONS(2609), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2609), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2609), - [anon_sym_LT_GT] = ACTIONS(2609), - [anon_sym_STAR] = ACTIONS(2609), - [anon_sym_STAR_STAR] = ACTIONS(2609), - [anon_sym_CARET_CARET] = ACTIONS(2609), - [anon_sym_DASH_GT] = ACTIONS(2609), - [anon_sym_DOT] = ACTIONS(2609), - [anon_sym_do] = ACTIONS(2609), - [anon_sym_fn] = ACTIONS(2609), - [anon_sym_LPAREN2] = ACTIONS(2607), - [anon_sym_LBRACK2] = ACTIONS(2607), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2607), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2607), - [sym__not_in] = ACTIONS(2607), - [sym__quoted_atom_start] = ACTIONS(2607), - }, - [960] = { - [aux_sym__terminator_token1] = ACTIONS(2603), - [anon_sym_SEMI] = ACTIONS(2605), - [anon_sym_LPAREN] = ACTIONS(2605), - [anon_sym_RPAREN] = ACTIONS(2605), - [aux_sym_identifier_token1] = ACTIONS(2605), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2605), - [sym_alias] = ACTIONS(2605), - [sym_integer] = ACTIONS(2605), - [sym_float] = ACTIONS(2605), - [sym_char] = ACTIONS(2605), - [anon_sym_true] = ACTIONS(2605), - [anon_sym_false] = ACTIONS(2605), - [anon_sym_nil] = ACTIONS(2605), - [sym_atom] = ACTIONS(2605), - [anon_sym_DQUOTE] = ACTIONS(2605), - [anon_sym_SQUOTE] = ACTIONS(2605), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2605), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2605), - [anon_sym_LBRACE] = ACTIONS(2605), - [anon_sym_LBRACK] = ACTIONS(2605), - [anon_sym_LT] = ACTIONS(2605), - [anon_sym_GT] = ACTIONS(2605), - [anon_sym_PIPE] = ACTIONS(2605), - [anon_sym_SLASH] = ACTIONS(2605), - [anon_sym_TILDE] = ACTIONS(2605), - [anon_sym_COMMA] = ACTIONS(2605), - [sym_keyword] = ACTIONS(2605), - [anon_sym_LT_LT] = ACTIONS(2605), - [anon_sym_PERCENT] = ACTIONS(2605), - [anon_sym_DOT_DOT] = ACTIONS(2605), - [anon_sym_AMP] = ACTIONS(2605), - [anon_sym_PLUS] = ACTIONS(2605), - [anon_sym_DASH] = ACTIONS(2605), - [anon_sym_BANG] = ACTIONS(2605), - [anon_sym_CARET] = ACTIONS(2605), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2605), - [anon_sym_not] = ACTIONS(2605), - [anon_sym_AT] = ACTIONS(2605), - [anon_sym_LT_DASH] = ACTIONS(2605), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2605), - [anon_sym_when] = ACTIONS(2605), - [anon_sym_COLON_COLON] = ACTIONS(2605), - [anon_sym_EQ_GT] = ACTIONS(2605), - [anon_sym_EQ] = ACTIONS(2605), - [anon_sym_PIPE_PIPE] = ACTIONS(2605), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2605), - [anon_sym_or] = ACTIONS(2605), - [anon_sym_AMP_AMP] = ACTIONS(2605), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2605), - [anon_sym_and] = ACTIONS(2605), - [anon_sym_EQ_EQ] = ACTIONS(2605), - [anon_sym_BANG_EQ] = ACTIONS(2605), - [anon_sym_EQ_TILDE] = ACTIONS(2605), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2605), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2605), - [anon_sym_LT_EQ] = ACTIONS(2605), - [anon_sym_GT_EQ] = ACTIONS(2605), - [anon_sym_PIPE_GT] = ACTIONS(2605), - [anon_sym_LT_LT_LT] = ACTIONS(2605), - [anon_sym_GT_GT_GT] = ACTIONS(2605), - [anon_sym_LT_LT_TILDE] = ACTIONS(2605), - [anon_sym_TILDE_GT_GT] = ACTIONS(2605), - [anon_sym_LT_TILDE] = ACTIONS(2605), - [anon_sym_TILDE_GT] = ACTIONS(2605), - [anon_sym_LT_TILDE_GT] = ACTIONS(2605), - [anon_sym_LT_PIPE_GT] = ACTIONS(2605), - [anon_sym_in] = ACTIONS(2605), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2605), - [anon_sym_SLASH_SLASH] = ACTIONS(2605), - [anon_sym_PLUS_PLUS] = ACTIONS(2605), - [anon_sym_DASH_DASH] = ACTIONS(2605), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2605), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2605), - [anon_sym_LT_GT] = ACTIONS(2605), - [anon_sym_STAR] = ACTIONS(2605), - [anon_sym_STAR_STAR] = ACTIONS(2605), - [anon_sym_CARET_CARET] = ACTIONS(2605), - [anon_sym_DASH_GT] = ACTIONS(2605), - [anon_sym_DOT] = ACTIONS(2605), - [anon_sym_do] = ACTIONS(2605), - [anon_sym_fn] = ACTIONS(2605), - [anon_sym_LPAREN2] = ACTIONS(2603), - [anon_sym_LBRACK2] = ACTIONS(2603), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2603), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2603), - [sym__not_in] = ACTIONS(2603), - [sym__quoted_atom_start] = ACTIONS(2603), - }, - [961] = { - [ts_builtin_sym_end] = ACTIONS(2619), - [aux_sym__terminator_token1] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), - }, - [962] = { - [ts_builtin_sym_end] = ACTIONS(2587), - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [963] = { - [ts_builtin_sym_end] = ACTIONS(2587), - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, [964] = { [ts_builtin_sym_end] = ACTIONS(2619), [aux_sym__terminator_token1] = ACTIONS(2619), @@ -137881,1754 +139201,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(2619), }, [965] = { - [ts_builtin_sym_end] = ACTIONS(2587), - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [966] = { - [ts_builtin_sym_end] = ACTIONS(2619), - [aux_sym__terminator_token1] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), - }, - [967] = { - [aux_sym__terminator_token1] = ACTIONS(2599), - [anon_sym_SEMI] = ACTIONS(2601), - [anon_sym_LPAREN] = ACTIONS(2601), - [anon_sym_RPAREN] = ACTIONS(2601), - [aux_sym_identifier_token1] = ACTIONS(2601), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), - [sym_alias] = ACTIONS(2601), - [sym_integer] = ACTIONS(2601), - [sym_float] = ACTIONS(2601), - [sym_char] = ACTIONS(2601), - [anon_sym_true] = ACTIONS(2601), - [anon_sym_false] = ACTIONS(2601), - [anon_sym_nil] = ACTIONS(2601), - [sym_atom] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(2601), - [anon_sym_SQUOTE] = ACTIONS(2601), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), - [anon_sym_LBRACE] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(2601), - [anon_sym_LT] = ACTIONS(2601), - [anon_sym_GT] = ACTIONS(2601), - [anon_sym_PIPE] = ACTIONS(2601), - [anon_sym_SLASH] = ACTIONS(2601), - [anon_sym_TILDE] = ACTIONS(2601), - [anon_sym_COMMA] = ACTIONS(2601), - [sym_keyword] = ACTIONS(2601), - [anon_sym_LT_LT] = ACTIONS(2601), - [anon_sym_PERCENT] = ACTIONS(2601), - [anon_sym_DOT_DOT] = ACTIONS(2601), - [anon_sym_AMP] = ACTIONS(2601), - [anon_sym_PLUS] = ACTIONS(2601), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_BANG] = ACTIONS(2601), - [anon_sym_CARET] = ACTIONS(2601), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), - [anon_sym_not] = ACTIONS(2601), - [anon_sym_AT] = ACTIONS(2601), - [anon_sym_LT_DASH] = ACTIONS(2601), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), - [anon_sym_when] = ACTIONS(2601), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_EQ_GT] = ACTIONS(2601), - [anon_sym_EQ] = ACTIONS(2601), - [anon_sym_PIPE_PIPE] = ACTIONS(2601), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), - [anon_sym_or] = ACTIONS(2601), - [anon_sym_AMP_AMP] = ACTIONS(2601), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), - [anon_sym_and] = ACTIONS(2601), - [anon_sym_EQ_EQ] = ACTIONS(2601), - [anon_sym_BANG_EQ] = ACTIONS(2601), - [anon_sym_EQ_TILDE] = ACTIONS(2601), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), - [anon_sym_LT_EQ] = ACTIONS(2601), - [anon_sym_GT_EQ] = ACTIONS(2601), - [anon_sym_PIPE_GT] = ACTIONS(2601), - [anon_sym_LT_LT_LT] = ACTIONS(2601), - [anon_sym_GT_GT_GT] = ACTIONS(2601), - [anon_sym_LT_LT_TILDE] = ACTIONS(2601), - [anon_sym_TILDE_GT_GT] = ACTIONS(2601), - [anon_sym_LT_TILDE] = ACTIONS(2601), - [anon_sym_TILDE_GT] = ACTIONS(2601), - [anon_sym_LT_TILDE_GT] = ACTIONS(2601), - [anon_sym_LT_PIPE_GT] = ACTIONS(2601), - [anon_sym_in] = ACTIONS(2601), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), - [anon_sym_SLASH_SLASH] = ACTIONS(2601), - [anon_sym_PLUS_PLUS] = ACTIONS(2601), - [anon_sym_DASH_DASH] = ACTIONS(2601), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), - [anon_sym_LT_GT] = ACTIONS(2601), - [anon_sym_STAR] = ACTIONS(2601), - [anon_sym_STAR_STAR] = ACTIONS(2601), - [anon_sym_CARET_CARET] = ACTIONS(2601), - [anon_sym_DASH_GT] = ACTIONS(2601), - [anon_sym_DOT] = ACTIONS(2601), - [anon_sym_do] = ACTIONS(2601), - [anon_sym_fn] = ACTIONS(2601), - [anon_sym_LPAREN2] = ACTIONS(2599), - [anon_sym_LBRACK2] = ACTIONS(2599), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2599), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2599), - [sym__not_in] = ACTIONS(2599), - [sym__quoted_atom_start] = ACTIONS(2599), - }, - [968] = { - [ts_builtin_sym_end] = ACTIONS(2591), - [aux_sym__terminator_token1] = ACTIONS(2591), - [anon_sym_SEMI] = ACTIONS(2593), - [anon_sym_LPAREN] = ACTIONS(2593), - [aux_sym_identifier_token1] = ACTIONS(2593), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), - [sym_alias] = ACTIONS(2593), - [sym_integer] = ACTIONS(2593), - [sym_float] = ACTIONS(2593), - [sym_char] = ACTIONS(2593), - [anon_sym_true] = ACTIONS(2593), - [anon_sym_false] = ACTIONS(2593), - [anon_sym_nil] = ACTIONS(2593), - [sym_atom] = ACTIONS(2593), - [anon_sym_DQUOTE] = ACTIONS(2593), - [anon_sym_SQUOTE] = ACTIONS(2593), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), - [anon_sym_LBRACE] = ACTIONS(2593), - [anon_sym_LBRACK] = ACTIONS(2593), - [anon_sym_LT] = ACTIONS(2593), - [anon_sym_GT] = ACTIONS(2593), - [anon_sym_PIPE] = ACTIONS(2593), - [anon_sym_SLASH] = ACTIONS(2593), - [anon_sym_TILDE] = ACTIONS(2593), - [anon_sym_COMMA] = ACTIONS(2593), - [sym_keyword] = ACTIONS(2593), - [anon_sym_LT_LT] = ACTIONS(2593), - [anon_sym_PERCENT] = ACTIONS(2593), - [anon_sym_DOT_DOT] = ACTIONS(2593), - [anon_sym_AMP] = ACTIONS(2593), - [anon_sym_PLUS] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2593), - [anon_sym_BANG] = ACTIONS(2593), - [anon_sym_CARET] = ACTIONS(2593), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), - [anon_sym_not] = ACTIONS(2593), - [anon_sym_AT] = ACTIONS(2593), - [anon_sym_LT_DASH] = ACTIONS(2593), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), - [anon_sym_when] = ACTIONS(2593), - [anon_sym_COLON_COLON] = ACTIONS(2593), - [anon_sym_EQ_GT] = ACTIONS(2593), - [anon_sym_EQ] = ACTIONS(2593), - [anon_sym_PIPE_PIPE] = ACTIONS(2593), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), - [anon_sym_or] = ACTIONS(2593), - [anon_sym_AMP_AMP] = ACTIONS(2593), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), - [anon_sym_and] = ACTIONS(2593), - [anon_sym_EQ_EQ] = ACTIONS(2593), - [anon_sym_BANG_EQ] = ACTIONS(2593), - [anon_sym_EQ_TILDE] = ACTIONS(2593), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), - [anon_sym_LT_EQ] = ACTIONS(2593), - [anon_sym_GT_EQ] = ACTIONS(2593), - [anon_sym_PIPE_GT] = ACTIONS(2593), - [anon_sym_LT_LT_LT] = ACTIONS(2593), - [anon_sym_GT_GT_GT] = ACTIONS(2593), - [anon_sym_LT_LT_TILDE] = ACTIONS(2593), - [anon_sym_TILDE_GT_GT] = ACTIONS(2593), - [anon_sym_LT_TILDE] = ACTIONS(2593), - [anon_sym_TILDE_GT] = ACTIONS(2593), - [anon_sym_LT_TILDE_GT] = ACTIONS(2593), - [anon_sym_LT_PIPE_GT] = ACTIONS(2593), - [anon_sym_in] = ACTIONS(2593), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), - [anon_sym_SLASH_SLASH] = ACTIONS(2593), - [anon_sym_PLUS_PLUS] = ACTIONS(2593), - [anon_sym_DASH_DASH] = ACTIONS(2593), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), - [anon_sym_LT_GT] = ACTIONS(2593), - [anon_sym_STAR] = ACTIONS(2593), - [anon_sym_STAR_STAR] = ACTIONS(2593), - [anon_sym_CARET_CARET] = ACTIONS(2593), - [anon_sym_DASH_GT] = ACTIONS(2593), - [anon_sym_DOT] = ACTIONS(2593), - [anon_sym_do] = ACTIONS(2593), - [anon_sym_fn] = ACTIONS(2593), - [anon_sym_LPAREN2] = ACTIONS(2591), - [anon_sym_LBRACK2] = ACTIONS(2591), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2591), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2591), - [sym__not_in] = ACTIONS(2591), - [sym__quoted_atom_start] = ACTIONS(2591), - }, - [969] = { - [aux_sym__terminator_token1] = ACTIONS(2623), - [anon_sym_SEMI] = ACTIONS(2625), - [anon_sym_LPAREN] = ACTIONS(2625), - [aux_sym_identifier_token1] = ACTIONS(2625), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), - [sym_alias] = ACTIONS(2625), - [sym_integer] = ACTIONS(2625), - [sym_float] = ACTIONS(2625), - [sym_char] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_nil] = ACTIONS(2625), - [sym_atom] = ACTIONS(2625), - [anon_sym_DQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_GT] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_SLASH] = ACTIONS(2625), - [anon_sym_TILDE] = ACTIONS(2625), - [anon_sym_COMMA] = ACTIONS(2625), - [sym_keyword] = ACTIONS(2625), - [anon_sym_LT_LT] = ACTIONS(2625), - [anon_sym_PERCENT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PLUS] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_CARET] = ACTIONS(2625), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), - [anon_sym_not] = ACTIONS(2625), - [anon_sym_AT] = ACTIONS(2625), - [anon_sym_LT_DASH] = ACTIONS(2625), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), - [anon_sym_when] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_EQ_GT] = ACTIONS(2625), - [anon_sym_EQ] = ACTIONS(2625), - [anon_sym_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_or] = ACTIONS(2625), - [anon_sym_AMP_AMP] = ACTIONS(2625), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), - [anon_sym_and] = ACTIONS(2625), - [anon_sym_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ] = ACTIONS(2625), - [anon_sym_EQ_TILDE] = ACTIONS(2625), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), - [anon_sym_LT_EQ] = ACTIONS(2625), - [anon_sym_GT_EQ] = ACTIONS(2625), - [anon_sym_PIPE_GT] = ACTIONS(2625), - [anon_sym_LT_LT_LT] = ACTIONS(2625), - [anon_sym_GT_GT_GT] = ACTIONS(2625), - [anon_sym_LT_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_PIPE_GT] = ACTIONS(2625), - [anon_sym_in] = ACTIONS(2625), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), - [anon_sym_LT_GT] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_STAR_STAR] = ACTIONS(2625), - [anon_sym_CARET_CARET] = ACTIONS(2625), - [anon_sym_DASH_GT] = ACTIONS(2625), - [anon_sym_DOT] = ACTIONS(2625), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_end] = ACTIONS(2625), - [anon_sym_fn] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_LBRACK2] = ACTIONS(2623), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2623), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2623), - [sym__not_in] = ACTIONS(2623), - [sym__quoted_atom_start] = ACTIONS(2623), - }, - [970] = { - [aux_sym__terminator_token1] = ACTIONS(2623), - [anon_sym_SEMI] = ACTIONS(2625), - [anon_sym_LPAREN] = ACTIONS(2625), - [anon_sym_RPAREN] = ACTIONS(2625), - [aux_sym_identifier_token1] = ACTIONS(2625), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), - [sym_alias] = ACTIONS(2625), - [sym_integer] = ACTIONS(2625), - [sym_float] = ACTIONS(2625), - [sym_char] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_nil] = ACTIONS(2625), - [sym_atom] = ACTIONS(2625), - [anon_sym_DQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_GT] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_SLASH] = ACTIONS(2625), - [anon_sym_TILDE] = ACTIONS(2625), - [anon_sym_COMMA] = ACTIONS(2625), - [sym_keyword] = ACTIONS(2625), - [anon_sym_LT_LT] = ACTIONS(2625), - [anon_sym_PERCENT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PLUS] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_CARET] = ACTIONS(2625), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), - [anon_sym_not] = ACTIONS(2625), - [anon_sym_AT] = ACTIONS(2625), - [anon_sym_LT_DASH] = ACTIONS(2625), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), - [anon_sym_when] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_EQ_GT] = ACTIONS(2625), - [anon_sym_EQ] = ACTIONS(2625), - [anon_sym_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_or] = ACTIONS(2625), - [anon_sym_AMP_AMP] = ACTIONS(2625), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), - [anon_sym_and] = ACTIONS(2625), - [anon_sym_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ] = ACTIONS(2625), - [anon_sym_EQ_TILDE] = ACTIONS(2625), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), - [anon_sym_LT_EQ] = ACTIONS(2625), - [anon_sym_GT_EQ] = ACTIONS(2625), - [anon_sym_PIPE_GT] = ACTIONS(2625), - [anon_sym_LT_LT_LT] = ACTIONS(2625), - [anon_sym_GT_GT_GT] = ACTIONS(2625), - [anon_sym_LT_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_PIPE_GT] = ACTIONS(2625), - [anon_sym_in] = ACTIONS(2625), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), - [anon_sym_LT_GT] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_STAR_STAR] = ACTIONS(2625), - [anon_sym_CARET_CARET] = ACTIONS(2625), - [anon_sym_DASH_GT] = ACTIONS(2625), - [anon_sym_DOT] = ACTIONS(2625), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_fn] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_LBRACK2] = ACTIONS(2623), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2623), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2623), - [sym__not_in] = ACTIONS(2623), - [sym__quoted_atom_start] = ACTIONS(2623), - }, - [971] = { - [ts_builtin_sym_end] = ACTIONS(2611), - [aux_sym__terminator_token1] = ACTIONS(2611), - [anon_sym_SEMI] = ACTIONS(2613), - [anon_sym_LPAREN] = ACTIONS(2613), - [aux_sym_identifier_token1] = ACTIONS(2613), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2613), - [sym_alias] = ACTIONS(2613), - [sym_integer] = ACTIONS(2613), - [sym_float] = ACTIONS(2613), - [sym_char] = ACTIONS(2613), - [anon_sym_true] = ACTIONS(2613), - [anon_sym_false] = ACTIONS(2613), - [anon_sym_nil] = ACTIONS(2613), - [sym_atom] = ACTIONS(2613), - [anon_sym_DQUOTE] = ACTIONS(2613), - [anon_sym_SQUOTE] = ACTIONS(2613), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2613), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2613), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_LBRACK] = ACTIONS(2613), - [anon_sym_LT] = ACTIONS(2613), - [anon_sym_GT] = ACTIONS(2613), - [anon_sym_PIPE] = ACTIONS(2613), - [anon_sym_SLASH] = ACTIONS(2613), - [anon_sym_TILDE] = ACTIONS(2613), - [anon_sym_COMMA] = ACTIONS(2613), - [sym_keyword] = ACTIONS(2613), - [anon_sym_LT_LT] = ACTIONS(2613), - [anon_sym_PERCENT] = ACTIONS(2613), - [anon_sym_DOT_DOT] = ACTIONS(2613), - [anon_sym_AMP] = ACTIONS(2613), - [anon_sym_PLUS] = ACTIONS(2613), - [anon_sym_DASH] = ACTIONS(2613), - [anon_sym_BANG] = ACTIONS(2613), - [anon_sym_CARET] = ACTIONS(2613), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2613), - [anon_sym_AT] = ACTIONS(2613), - [anon_sym_LT_DASH] = ACTIONS(2613), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2613), - [anon_sym_when] = ACTIONS(2613), - [anon_sym_COLON_COLON] = ACTIONS(2613), - [anon_sym_EQ_GT] = ACTIONS(2613), - [anon_sym_EQ] = ACTIONS(2613), - [anon_sym_PIPE_PIPE] = ACTIONS(2613), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2613), - [anon_sym_or] = ACTIONS(2613), - [anon_sym_AMP_AMP] = ACTIONS(2613), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2613), - [anon_sym_and] = ACTIONS(2613), - [anon_sym_EQ_EQ] = ACTIONS(2613), - [anon_sym_BANG_EQ] = ACTIONS(2613), - [anon_sym_EQ_TILDE] = ACTIONS(2613), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2613), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2613), - [anon_sym_LT_EQ] = ACTIONS(2613), - [anon_sym_GT_EQ] = ACTIONS(2613), - [anon_sym_PIPE_GT] = ACTIONS(2613), - [anon_sym_LT_LT_LT] = ACTIONS(2613), - [anon_sym_GT_GT_GT] = ACTIONS(2613), - [anon_sym_LT_LT_TILDE] = ACTIONS(2613), - [anon_sym_TILDE_GT_GT] = ACTIONS(2613), - [anon_sym_LT_TILDE] = ACTIONS(2613), - [anon_sym_TILDE_GT] = ACTIONS(2613), - [anon_sym_LT_TILDE_GT] = ACTIONS(2613), - [anon_sym_LT_PIPE_GT] = ACTIONS(2613), - [anon_sym_in] = ACTIONS(2613), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2613), - [anon_sym_SLASH_SLASH] = ACTIONS(2613), - [anon_sym_PLUS_PLUS] = ACTIONS(2613), - [anon_sym_DASH_DASH] = ACTIONS(2613), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2613), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2613), - [anon_sym_LT_GT] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(2613), - [anon_sym_STAR_STAR] = ACTIONS(2613), - [anon_sym_CARET_CARET] = ACTIONS(2613), - [anon_sym_DASH_GT] = ACTIONS(2613), - [anon_sym_DOT] = ACTIONS(2613), - [anon_sym_do] = ACTIONS(2613), - [anon_sym_fn] = ACTIONS(2613), - [anon_sym_LPAREN2] = ACTIONS(2611), - [anon_sym_LBRACK2] = ACTIONS(2611), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2611), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2611), - [sym__not_in] = ACTIONS(2611), - [sym__quoted_atom_start] = ACTIONS(2611), - }, - [972] = { - [ts_builtin_sym_end] = ACTIONS(2587), - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [973] = { - [aux_sym__terminator_token1] = ACTIONS(2595), - [anon_sym_SEMI] = ACTIONS(2597), - [anon_sym_LPAREN] = ACTIONS(2597), - [anon_sym_RPAREN] = ACTIONS(2597), - [aux_sym_identifier_token1] = ACTIONS(2597), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), - [sym_alias] = ACTIONS(2597), - [sym_integer] = ACTIONS(2597), - [sym_float] = ACTIONS(2597), - [sym_char] = ACTIONS(2597), - [anon_sym_true] = ACTIONS(2597), - [anon_sym_false] = ACTIONS(2597), - [anon_sym_nil] = ACTIONS(2597), - [sym_atom] = ACTIONS(2597), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), - [anon_sym_LBRACE] = ACTIONS(2597), - [anon_sym_LBRACK] = ACTIONS(2597), - [anon_sym_LT] = ACTIONS(2597), - [anon_sym_GT] = ACTIONS(2597), - [anon_sym_PIPE] = ACTIONS(2597), - [anon_sym_SLASH] = ACTIONS(2597), - [anon_sym_TILDE] = ACTIONS(2597), - [anon_sym_COMMA] = ACTIONS(2597), - [sym_keyword] = ACTIONS(2597), - [anon_sym_LT_LT] = ACTIONS(2597), - [anon_sym_PERCENT] = ACTIONS(2597), - [anon_sym_DOT_DOT] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym_PLUS] = ACTIONS(2597), - [anon_sym_DASH] = ACTIONS(2597), - [anon_sym_BANG] = ACTIONS(2597), - [anon_sym_CARET] = ACTIONS(2597), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), - [anon_sym_not] = ACTIONS(2597), - [anon_sym_AT] = ACTIONS(2597), - [anon_sym_LT_DASH] = ACTIONS(2597), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), - [anon_sym_when] = ACTIONS(2597), - [anon_sym_COLON_COLON] = ACTIONS(2597), - [anon_sym_EQ_GT] = ACTIONS(2597), - [anon_sym_EQ] = ACTIONS(2597), - [anon_sym_PIPE_PIPE] = ACTIONS(2597), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), - [anon_sym_or] = ACTIONS(2597), - [anon_sym_AMP_AMP] = ACTIONS(2597), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), - [anon_sym_and] = ACTIONS(2597), - [anon_sym_EQ_EQ] = ACTIONS(2597), - [anon_sym_BANG_EQ] = ACTIONS(2597), - [anon_sym_EQ_TILDE] = ACTIONS(2597), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), - [anon_sym_LT_EQ] = ACTIONS(2597), - [anon_sym_GT_EQ] = ACTIONS(2597), - [anon_sym_PIPE_GT] = ACTIONS(2597), - [anon_sym_LT_LT_LT] = ACTIONS(2597), - [anon_sym_GT_GT_GT] = ACTIONS(2597), - [anon_sym_LT_LT_TILDE] = ACTIONS(2597), - [anon_sym_TILDE_GT_GT] = ACTIONS(2597), - [anon_sym_LT_TILDE] = ACTIONS(2597), - [anon_sym_TILDE_GT] = ACTIONS(2597), - [anon_sym_LT_TILDE_GT] = ACTIONS(2597), - [anon_sym_LT_PIPE_GT] = ACTIONS(2597), - [anon_sym_in] = ACTIONS(2597), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), - [anon_sym_SLASH_SLASH] = ACTIONS(2597), - [anon_sym_PLUS_PLUS] = ACTIONS(2597), - [anon_sym_DASH_DASH] = ACTIONS(2597), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), - [anon_sym_LT_GT] = ACTIONS(2597), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_STAR_STAR] = ACTIONS(2597), - [anon_sym_CARET_CARET] = ACTIONS(2597), - [anon_sym_DASH_GT] = ACTIONS(2597), - [anon_sym_DOT] = ACTIONS(2597), - [anon_sym_do] = ACTIONS(2597), - [anon_sym_fn] = ACTIONS(2597), - [anon_sym_LPAREN2] = ACTIONS(2595), - [anon_sym_LBRACK2] = ACTIONS(2595), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2595), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2595), - [sym__not_in] = ACTIONS(2595), - [sym__quoted_atom_start] = ACTIONS(2595), - }, - [974] = { - [aux_sym__terminator_token1] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_end] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), - }, - [975] = { - [aux_sym__terminator_token1] = ACTIONS(2607), - [anon_sym_SEMI] = ACTIONS(2609), - [anon_sym_LPAREN] = ACTIONS(2609), - [aux_sym_identifier_token1] = ACTIONS(2609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2609), - [sym_alias] = ACTIONS(2609), - [sym_integer] = ACTIONS(2609), - [sym_float] = ACTIONS(2609), - [sym_char] = ACTIONS(2609), - [anon_sym_true] = ACTIONS(2609), - [anon_sym_false] = ACTIONS(2609), - [anon_sym_nil] = ACTIONS(2609), - [sym_atom] = ACTIONS(2609), - [anon_sym_DQUOTE] = ACTIONS(2609), - [anon_sym_SQUOTE] = ACTIONS(2609), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2609), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2609), - [anon_sym_LBRACE] = ACTIONS(2609), - [anon_sym_LBRACK] = ACTIONS(2609), - [anon_sym_LT] = ACTIONS(2609), - [anon_sym_GT] = ACTIONS(2609), - [anon_sym_PIPE] = ACTIONS(2609), - [anon_sym_SLASH] = ACTIONS(2609), - [anon_sym_TILDE] = ACTIONS(2609), - [anon_sym_COMMA] = ACTIONS(2609), - [sym_keyword] = ACTIONS(2609), - [anon_sym_LT_LT] = ACTIONS(2609), - [anon_sym_PERCENT] = ACTIONS(2609), - [anon_sym_DOT_DOT] = ACTIONS(2609), - [anon_sym_AMP] = ACTIONS(2609), - [anon_sym_PLUS] = ACTIONS(2609), - [anon_sym_DASH] = ACTIONS(2609), - [anon_sym_BANG] = ACTIONS(2609), - [anon_sym_CARET] = ACTIONS(2609), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2609), - [anon_sym_not] = ACTIONS(2609), - [anon_sym_AT] = ACTIONS(2609), - [anon_sym_LT_DASH] = ACTIONS(2609), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2609), - [anon_sym_when] = ACTIONS(2609), - [anon_sym_COLON_COLON] = ACTIONS(2609), - [anon_sym_EQ_GT] = ACTIONS(2609), - [anon_sym_EQ] = ACTIONS(2609), - [anon_sym_PIPE_PIPE] = ACTIONS(2609), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2609), - [anon_sym_or] = ACTIONS(2609), - [anon_sym_AMP_AMP] = ACTIONS(2609), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2609), - [anon_sym_and] = ACTIONS(2609), - [anon_sym_EQ_EQ] = ACTIONS(2609), - [anon_sym_BANG_EQ] = ACTIONS(2609), - [anon_sym_EQ_TILDE] = ACTIONS(2609), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2609), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2609), - [anon_sym_LT_EQ] = ACTIONS(2609), - [anon_sym_GT_EQ] = ACTIONS(2609), - [anon_sym_PIPE_GT] = ACTIONS(2609), - [anon_sym_LT_LT_LT] = ACTIONS(2609), - [anon_sym_GT_GT_GT] = ACTIONS(2609), - [anon_sym_LT_LT_TILDE] = ACTIONS(2609), - [anon_sym_TILDE_GT_GT] = ACTIONS(2609), - [anon_sym_LT_TILDE] = ACTIONS(2609), - [anon_sym_TILDE_GT] = ACTIONS(2609), - [anon_sym_LT_TILDE_GT] = ACTIONS(2609), - [anon_sym_LT_PIPE_GT] = ACTIONS(2609), - [anon_sym_in] = ACTIONS(2609), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2609), - [anon_sym_SLASH_SLASH] = ACTIONS(2609), - [anon_sym_PLUS_PLUS] = ACTIONS(2609), - [anon_sym_DASH_DASH] = ACTIONS(2609), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2609), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2609), - [anon_sym_LT_GT] = ACTIONS(2609), - [anon_sym_STAR] = ACTIONS(2609), - [anon_sym_STAR_STAR] = ACTIONS(2609), - [anon_sym_CARET_CARET] = ACTIONS(2609), - [anon_sym_DASH_GT] = ACTIONS(2609), - [anon_sym_DOT] = ACTIONS(2609), - [anon_sym_do] = ACTIONS(2609), - [anon_sym_end] = ACTIONS(2609), - [anon_sym_fn] = ACTIONS(2609), - [anon_sym_LPAREN2] = ACTIONS(2607), - [anon_sym_LBRACK2] = ACTIONS(2607), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2607), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2607), - [sym__not_in] = ACTIONS(2607), - [sym__quoted_atom_start] = ACTIONS(2607), - }, - [976] = { - [aux_sym__terminator_token1] = ACTIONS(2603), - [anon_sym_SEMI] = ACTIONS(2605), - [anon_sym_LPAREN] = ACTIONS(2605), - [aux_sym_identifier_token1] = ACTIONS(2605), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2605), - [sym_alias] = ACTIONS(2605), - [sym_integer] = ACTIONS(2605), - [sym_float] = ACTIONS(2605), - [sym_char] = ACTIONS(2605), - [anon_sym_true] = ACTIONS(2605), - [anon_sym_false] = ACTIONS(2605), - [anon_sym_nil] = ACTIONS(2605), - [sym_atom] = ACTIONS(2605), - [anon_sym_DQUOTE] = ACTIONS(2605), - [anon_sym_SQUOTE] = ACTIONS(2605), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2605), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2605), - [anon_sym_LBRACE] = ACTIONS(2605), - [anon_sym_LBRACK] = ACTIONS(2605), - [anon_sym_LT] = ACTIONS(2605), - [anon_sym_GT] = ACTIONS(2605), - [anon_sym_PIPE] = ACTIONS(2605), - [anon_sym_SLASH] = ACTIONS(2605), - [anon_sym_TILDE] = ACTIONS(2605), - [anon_sym_COMMA] = ACTIONS(2605), - [sym_keyword] = ACTIONS(2605), - [anon_sym_LT_LT] = ACTIONS(2605), - [anon_sym_PERCENT] = ACTIONS(2605), - [anon_sym_DOT_DOT] = ACTIONS(2605), - [anon_sym_AMP] = ACTIONS(2605), - [anon_sym_PLUS] = ACTIONS(2605), - [anon_sym_DASH] = ACTIONS(2605), - [anon_sym_BANG] = ACTIONS(2605), - [anon_sym_CARET] = ACTIONS(2605), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2605), - [anon_sym_not] = ACTIONS(2605), - [anon_sym_AT] = ACTIONS(2605), - [anon_sym_LT_DASH] = ACTIONS(2605), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2605), - [anon_sym_when] = ACTIONS(2605), - [anon_sym_COLON_COLON] = ACTIONS(2605), - [anon_sym_EQ_GT] = ACTIONS(2605), - [anon_sym_EQ] = ACTIONS(2605), - [anon_sym_PIPE_PIPE] = ACTIONS(2605), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2605), - [anon_sym_or] = ACTIONS(2605), - [anon_sym_AMP_AMP] = ACTIONS(2605), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2605), - [anon_sym_and] = ACTIONS(2605), - [anon_sym_EQ_EQ] = ACTIONS(2605), - [anon_sym_BANG_EQ] = ACTIONS(2605), - [anon_sym_EQ_TILDE] = ACTIONS(2605), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2605), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2605), - [anon_sym_LT_EQ] = ACTIONS(2605), - [anon_sym_GT_EQ] = ACTIONS(2605), - [anon_sym_PIPE_GT] = ACTIONS(2605), - [anon_sym_LT_LT_LT] = ACTIONS(2605), - [anon_sym_GT_GT_GT] = ACTIONS(2605), - [anon_sym_LT_LT_TILDE] = ACTIONS(2605), - [anon_sym_TILDE_GT_GT] = ACTIONS(2605), - [anon_sym_LT_TILDE] = ACTIONS(2605), - [anon_sym_TILDE_GT] = ACTIONS(2605), - [anon_sym_LT_TILDE_GT] = ACTIONS(2605), - [anon_sym_LT_PIPE_GT] = ACTIONS(2605), - [anon_sym_in] = ACTIONS(2605), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2605), - [anon_sym_SLASH_SLASH] = ACTIONS(2605), - [anon_sym_PLUS_PLUS] = ACTIONS(2605), - [anon_sym_DASH_DASH] = ACTIONS(2605), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2605), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2605), - [anon_sym_LT_GT] = ACTIONS(2605), - [anon_sym_STAR] = ACTIONS(2605), - [anon_sym_STAR_STAR] = ACTIONS(2605), - [anon_sym_CARET_CARET] = ACTIONS(2605), - [anon_sym_DASH_GT] = ACTIONS(2605), - [anon_sym_DOT] = ACTIONS(2605), - [anon_sym_do] = ACTIONS(2605), - [anon_sym_end] = ACTIONS(2605), - [anon_sym_fn] = ACTIONS(2605), - [anon_sym_LPAREN2] = ACTIONS(2603), - [anon_sym_LBRACK2] = ACTIONS(2603), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2603), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2603), - [sym__not_in] = ACTIONS(2603), - [sym__quoted_atom_start] = ACTIONS(2603), - }, - [977] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_end] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [978] = { - [aux_sym__terminator_token1] = ACTIONS(2599), - [anon_sym_SEMI] = ACTIONS(2601), - [anon_sym_LPAREN] = ACTIONS(2601), - [aux_sym_identifier_token1] = ACTIONS(2601), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), - [sym_alias] = ACTIONS(2601), - [sym_integer] = ACTIONS(2601), - [sym_float] = ACTIONS(2601), - [sym_char] = ACTIONS(2601), - [anon_sym_true] = ACTIONS(2601), - [anon_sym_false] = ACTIONS(2601), - [anon_sym_nil] = ACTIONS(2601), - [sym_atom] = ACTIONS(2601), - [anon_sym_DQUOTE] = ACTIONS(2601), - [anon_sym_SQUOTE] = ACTIONS(2601), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), - [anon_sym_LBRACE] = ACTIONS(2601), - [anon_sym_LBRACK] = ACTIONS(2601), - [anon_sym_LT] = ACTIONS(2601), - [anon_sym_GT] = ACTIONS(2601), - [anon_sym_PIPE] = ACTIONS(2601), - [anon_sym_SLASH] = ACTIONS(2601), - [anon_sym_TILDE] = ACTIONS(2601), - [anon_sym_COMMA] = ACTIONS(2601), - [sym_keyword] = ACTIONS(2601), - [anon_sym_LT_LT] = ACTIONS(2601), - [anon_sym_PERCENT] = ACTIONS(2601), - [anon_sym_DOT_DOT] = ACTIONS(2601), - [anon_sym_AMP] = ACTIONS(2601), - [anon_sym_PLUS] = ACTIONS(2601), - [anon_sym_DASH] = ACTIONS(2601), - [anon_sym_BANG] = ACTIONS(2601), - [anon_sym_CARET] = ACTIONS(2601), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), - [anon_sym_not] = ACTIONS(2601), - [anon_sym_AT] = ACTIONS(2601), - [anon_sym_LT_DASH] = ACTIONS(2601), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), - [anon_sym_when] = ACTIONS(2601), - [anon_sym_COLON_COLON] = ACTIONS(2601), - [anon_sym_EQ_GT] = ACTIONS(2601), - [anon_sym_EQ] = ACTIONS(2601), - [anon_sym_PIPE_PIPE] = ACTIONS(2601), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), - [anon_sym_or] = ACTIONS(2601), - [anon_sym_AMP_AMP] = ACTIONS(2601), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), - [anon_sym_and] = ACTIONS(2601), - [anon_sym_EQ_EQ] = ACTIONS(2601), - [anon_sym_BANG_EQ] = ACTIONS(2601), - [anon_sym_EQ_TILDE] = ACTIONS(2601), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), - [anon_sym_LT_EQ] = ACTIONS(2601), - [anon_sym_GT_EQ] = ACTIONS(2601), - [anon_sym_PIPE_GT] = ACTIONS(2601), - [anon_sym_LT_LT_LT] = ACTIONS(2601), - [anon_sym_GT_GT_GT] = ACTIONS(2601), - [anon_sym_LT_LT_TILDE] = ACTIONS(2601), - [anon_sym_TILDE_GT_GT] = ACTIONS(2601), - [anon_sym_LT_TILDE] = ACTIONS(2601), - [anon_sym_TILDE_GT] = ACTIONS(2601), - [anon_sym_LT_TILDE_GT] = ACTIONS(2601), - [anon_sym_LT_PIPE_GT] = ACTIONS(2601), - [anon_sym_in] = ACTIONS(2601), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), - [anon_sym_SLASH_SLASH] = ACTIONS(2601), - [anon_sym_PLUS_PLUS] = ACTIONS(2601), - [anon_sym_DASH_DASH] = ACTIONS(2601), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), - [anon_sym_LT_GT] = ACTIONS(2601), - [anon_sym_STAR] = ACTIONS(2601), - [anon_sym_STAR_STAR] = ACTIONS(2601), - [anon_sym_CARET_CARET] = ACTIONS(2601), - [anon_sym_DASH_GT] = ACTIONS(2601), - [anon_sym_DOT] = ACTIONS(2601), - [anon_sym_do] = ACTIONS(2601), - [anon_sym_end] = ACTIONS(2601), - [anon_sym_fn] = ACTIONS(2601), - [anon_sym_LPAREN2] = ACTIONS(2599), - [anon_sym_LBRACK2] = ACTIONS(2599), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2599), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2599), - [sym__not_in] = ACTIONS(2599), - [sym__quoted_atom_start] = ACTIONS(2599), - }, - [979] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_end] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [980] = { - [aux_sym__terminator_token1] = ACTIONS(2595), - [anon_sym_SEMI] = ACTIONS(2597), - [anon_sym_LPAREN] = ACTIONS(2597), - [aux_sym_identifier_token1] = ACTIONS(2597), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), - [sym_alias] = ACTIONS(2597), - [sym_integer] = ACTIONS(2597), - [sym_float] = ACTIONS(2597), - [sym_char] = ACTIONS(2597), - [anon_sym_true] = ACTIONS(2597), - [anon_sym_false] = ACTIONS(2597), - [anon_sym_nil] = ACTIONS(2597), - [sym_atom] = ACTIONS(2597), - [anon_sym_DQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE] = ACTIONS(2597), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), - [anon_sym_LBRACE] = ACTIONS(2597), - [anon_sym_LBRACK] = ACTIONS(2597), - [anon_sym_LT] = ACTIONS(2597), - [anon_sym_GT] = ACTIONS(2597), - [anon_sym_PIPE] = ACTIONS(2597), - [anon_sym_SLASH] = ACTIONS(2597), - [anon_sym_TILDE] = ACTIONS(2597), - [anon_sym_COMMA] = ACTIONS(2597), - [sym_keyword] = ACTIONS(2597), - [anon_sym_LT_LT] = ACTIONS(2597), - [anon_sym_PERCENT] = ACTIONS(2597), - [anon_sym_DOT_DOT] = ACTIONS(2597), - [anon_sym_AMP] = ACTIONS(2597), - [anon_sym_PLUS] = ACTIONS(2597), - [anon_sym_DASH] = ACTIONS(2597), - [anon_sym_BANG] = ACTIONS(2597), - [anon_sym_CARET] = ACTIONS(2597), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), - [anon_sym_not] = ACTIONS(2597), - [anon_sym_AT] = ACTIONS(2597), - [anon_sym_LT_DASH] = ACTIONS(2597), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), - [anon_sym_when] = ACTIONS(2597), - [anon_sym_COLON_COLON] = ACTIONS(2597), - [anon_sym_EQ_GT] = ACTIONS(2597), - [anon_sym_EQ] = ACTIONS(2597), - [anon_sym_PIPE_PIPE] = ACTIONS(2597), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), - [anon_sym_or] = ACTIONS(2597), - [anon_sym_AMP_AMP] = ACTIONS(2597), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), - [anon_sym_and] = ACTIONS(2597), - [anon_sym_EQ_EQ] = ACTIONS(2597), - [anon_sym_BANG_EQ] = ACTIONS(2597), - [anon_sym_EQ_TILDE] = ACTIONS(2597), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), - [anon_sym_LT_EQ] = ACTIONS(2597), - [anon_sym_GT_EQ] = ACTIONS(2597), - [anon_sym_PIPE_GT] = ACTIONS(2597), - [anon_sym_LT_LT_LT] = ACTIONS(2597), - [anon_sym_GT_GT_GT] = ACTIONS(2597), - [anon_sym_LT_LT_TILDE] = ACTIONS(2597), - [anon_sym_TILDE_GT_GT] = ACTIONS(2597), - [anon_sym_LT_TILDE] = ACTIONS(2597), - [anon_sym_TILDE_GT] = ACTIONS(2597), - [anon_sym_LT_TILDE_GT] = ACTIONS(2597), - [anon_sym_LT_PIPE_GT] = ACTIONS(2597), - [anon_sym_in] = ACTIONS(2597), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), - [anon_sym_SLASH_SLASH] = ACTIONS(2597), - [anon_sym_PLUS_PLUS] = ACTIONS(2597), - [anon_sym_DASH_DASH] = ACTIONS(2597), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), - [anon_sym_LT_GT] = ACTIONS(2597), - [anon_sym_STAR] = ACTIONS(2597), - [anon_sym_STAR_STAR] = ACTIONS(2597), - [anon_sym_CARET_CARET] = ACTIONS(2597), - [anon_sym_DASH_GT] = ACTIONS(2597), - [anon_sym_DOT] = ACTIONS(2597), - [anon_sym_do] = ACTIONS(2597), - [anon_sym_end] = ACTIONS(2597), - [anon_sym_fn] = ACTIONS(2597), - [anon_sym_LPAREN2] = ACTIONS(2595), - [anon_sym_LBRACK2] = ACTIONS(2595), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2595), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2595), - [sym__not_in] = ACTIONS(2595), - [sym__quoted_atom_start] = ACTIONS(2595), - }, - [981] = { - [aux_sym__terminator_token1] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_end] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), - }, - [982] = { - [aux_sym__terminator_token1] = ACTIONS(2587), - [anon_sym_SEMI] = ACTIONS(2589), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_end] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), - }, - [983] = { - [aux_sym__terminator_token1] = ACTIONS(2619), - [anon_sym_SEMI] = ACTIONS(2621), - [anon_sym_LPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_end] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), - }, - [984] = { [aux_sym__terminator_token1] = ACTIONS(2591), [anon_sym_SEMI] = ACTIONS(2593), [anon_sym_LPAREN] = ACTIONS(2593), @@ -139720,7 +139292,1112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2591), [sym__quoted_atom_start] = ACTIONS(2591), }, - [985] = { + [966] = { + [ts_builtin_sym_end] = ACTIONS(2603), + [aux_sym__terminator_token1] = ACTIONS(2603), + [anon_sym_SEMI] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2605), + [aux_sym_identifier_token1] = ACTIONS(2605), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2605), + [sym_alias] = ACTIONS(2605), + [sym_integer] = ACTIONS(2605), + [sym_float] = ACTIONS(2605), + [sym_char] = ACTIONS(2605), + [anon_sym_true] = ACTIONS(2605), + [anon_sym_false] = ACTIONS(2605), + [anon_sym_nil] = ACTIONS(2605), + [sym_atom] = ACTIONS(2605), + [anon_sym_DQUOTE] = ACTIONS(2605), + [anon_sym_SQUOTE] = ACTIONS(2605), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2605), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2605), + [anon_sym_LBRACE] = ACTIONS(2605), + [anon_sym_LBRACK] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(2605), + [anon_sym_GT] = ACTIONS(2605), + [anon_sym_PIPE] = ACTIONS(2605), + [anon_sym_SLASH] = ACTIONS(2605), + [anon_sym_TILDE] = ACTIONS(2605), + [anon_sym_COMMA] = ACTIONS(2605), + [sym_keyword] = ACTIONS(2605), + [anon_sym_LT_LT] = ACTIONS(2605), + [anon_sym_PERCENT] = ACTIONS(2605), + [anon_sym_DOT_DOT] = ACTIONS(2605), + [anon_sym_AMP] = ACTIONS(2605), + [anon_sym_PLUS] = ACTIONS(2605), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_BANG] = ACTIONS(2605), + [anon_sym_CARET] = ACTIONS(2605), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2605), + [anon_sym_not] = ACTIONS(2605), + [anon_sym_AT] = ACTIONS(2605), + [anon_sym_LT_DASH] = ACTIONS(2605), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2605), + [anon_sym_when] = ACTIONS(2605), + [anon_sym_COLON_COLON] = ACTIONS(2605), + [anon_sym_EQ_GT] = ACTIONS(2605), + [anon_sym_EQ] = ACTIONS(2605), + [anon_sym_PIPE_PIPE] = ACTIONS(2605), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2605), + [anon_sym_or] = ACTIONS(2605), + [anon_sym_AMP_AMP] = ACTIONS(2605), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2605), + [anon_sym_and] = ACTIONS(2605), + [anon_sym_EQ_EQ] = ACTIONS(2605), + [anon_sym_BANG_EQ] = ACTIONS(2605), + [anon_sym_EQ_TILDE] = ACTIONS(2605), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2605), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2605), + [anon_sym_LT_EQ] = ACTIONS(2605), + [anon_sym_GT_EQ] = ACTIONS(2605), + [anon_sym_PIPE_GT] = ACTIONS(2605), + [anon_sym_LT_LT_LT] = ACTIONS(2605), + [anon_sym_GT_GT_GT] = ACTIONS(2605), + [anon_sym_LT_LT_TILDE] = ACTIONS(2605), + [anon_sym_TILDE_GT_GT] = ACTIONS(2605), + [anon_sym_LT_TILDE] = ACTIONS(2605), + [anon_sym_TILDE_GT] = ACTIONS(2605), + [anon_sym_LT_TILDE_GT] = ACTIONS(2605), + [anon_sym_LT_PIPE_GT] = ACTIONS(2605), + [anon_sym_in] = ACTIONS(2605), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2605), + [anon_sym_SLASH_SLASH] = ACTIONS(2605), + [anon_sym_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH] = ACTIONS(2605), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2605), + [anon_sym_LT_GT] = ACTIONS(2605), + [anon_sym_STAR] = ACTIONS(2605), + [anon_sym_STAR_STAR] = ACTIONS(2605), + [anon_sym_CARET_CARET] = ACTIONS(2605), + [anon_sym_DASH_GT] = ACTIONS(2605), + [anon_sym_DOT] = ACTIONS(2605), + [anon_sym_do] = ACTIONS(2605), + [anon_sym_fn] = ACTIONS(2605), + [anon_sym_LPAREN2] = ACTIONS(2603), + [anon_sym_LBRACK2] = ACTIONS(2603), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2603), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2603), + [sym__not_in] = ACTIONS(2603), + [sym__quoted_atom_start] = ACTIONS(2603), + }, + [967] = { + [aux_sym__terminator_token1] = ACTIONS(2623), + [anon_sym_SEMI] = ACTIONS(2625), + [anon_sym_LPAREN] = ACTIONS(2625), + [anon_sym_RPAREN] = ACTIONS(2625), + [aux_sym_identifier_token1] = ACTIONS(2625), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), + [sym_alias] = ACTIONS(2625), + [sym_integer] = ACTIONS(2625), + [sym_float] = ACTIONS(2625), + [sym_char] = ACTIONS(2625), + [anon_sym_true] = ACTIONS(2625), + [anon_sym_false] = ACTIONS(2625), + [anon_sym_nil] = ACTIONS(2625), + [sym_atom] = ACTIONS(2625), + [anon_sym_DQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE] = ACTIONS(2625), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), + [anon_sym_LBRACE] = ACTIONS(2625), + [anon_sym_LBRACK] = ACTIONS(2625), + [anon_sym_LT] = ACTIONS(2625), + [anon_sym_GT] = ACTIONS(2625), + [anon_sym_PIPE] = ACTIONS(2625), + [anon_sym_SLASH] = ACTIONS(2625), + [anon_sym_TILDE] = ACTIONS(2625), + [anon_sym_COMMA] = ACTIONS(2625), + [sym_keyword] = ACTIONS(2625), + [anon_sym_LT_LT] = ACTIONS(2625), + [anon_sym_PERCENT] = ACTIONS(2625), + [anon_sym_DOT_DOT] = ACTIONS(2625), + [anon_sym_AMP] = ACTIONS(2625), + [anon_sym_PLUS] = ACTIONS(2625), + [anon_sym_DASH] = ACTIONS(2625), + [anon_sym_BANG] = ACTIONS(2625), + [anon_sym_CARET] = ACTIONS(2625), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), + [anon_sym_not] = ACTIONS(2625), + [anon_sym_AT] = ACTIONS(2625), + [anon_sym_LT_DASH] = ACTIONS(2625), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), + [anon_sym_when] = ACTIONS(2625), + [anon_sym_COLON_COLON] = ACTIONS(2625), + [anon_sym_EQ_GT] = ACTIONS(2625), + [anon_sym_EQ] = ACTIONS(2625), + [anon_sym_PIPE_PIPE] = ACTIONS(2625), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), + [anon_sym_or] = ACTIONS(2625), + [anon_sym_AMP_AMP] = ACTIONS(2625), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), + [anon_sym_and] = ACTIONS(2625), + [anon_sym_EQ_EQ] = ACTIONS(2625), + [anon_sym_BANG_EQ] = ACTIONS(2625), + [anon_sym_EQ_TILDE] = ACTIONS(2625), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), + [anon_sym_LT_EQ] = ACTIONS(2625), + [anon_sym_GT_EQ] = ACTIONS(2625), + [anon_sym_PIPE_GT] = ACTIONS(2625), + [anon_sym_LT_LT_LT] = ACTIONS(2625), + [anon_sym_GT_GT_GT] = ACTIONS(2625), + [anon_sym_LT_LT_TILDE] = ACTIONS(2625), + [anon_sym_TILDE_GT_GT] = ACTIONS(2625), + [anon_sym_LT_TILDE] = ACTIONS(2625), + [anon_sym_TILDE_GT] = ACTIONS(2625), + [anon_sym_LT_TILDE_GT] = ACTIONS(2625), + [anon_sym_LT_PIPE_GT] = ACTIONS(2625), + [anon_sym_in] = ACTIONS(2625), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), + [anon_sym_SLASH_SLASH] = ACTIONS(2625), + [anon_sym_PLUS_PLUS] = ACTIONS(2625), + [anon_sym_DASH_DASH] = ACTIONS(2625), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), + [anon_sym_LT_GT] = ACTIONS(2625), + [anon_sym_STAR] = ACTIONS(2625), + [anon_sym_STAR_STAR] = ACTIONS(2625), + [anon_sym_CARET_CARET] = ACTIONS(2625), + [anon_sym_DASH_GT] = ACTIONS(2625), + [anon_sym_DOT] = ACTIONS(2625), + [anon_sym_do] = ACTIONS(2625), + [anon_sym_fn] = ACTIONS(2625), + [anon_sym_LPAREN2] = ACTIONS(2623), + [anon_sym_LBRACK2] = ACTIONS(2623), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2623), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2623), + [sym__not_in] = ACTIONS(2623), + [sym__quoted_atom_start] = ACTIONS(2623), + }, + [968] = { + [ts_builtin_sym_end] = ACTIONS(2627), + [aux_sym__terminator_token1] = ACTIONS(2627), + [anon_sym_SEMI] = ACTIONS(2629), + [anon_sym_LPAREN] = ACTIONS(2629), + [aux_sym_identifier_token1] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2629), + [sym_alias] = ACTIONS(2629), + [sym_integer] = ACTIONS(2629), + [sym_float] = ACTIONS(2629), + [sym_char] = ACTIONS(2629), + [anon_sym_true] = ACTIONS(2629), + [anon_sym_false] = ACTIONS(2629), + [anon_sym_nil] = ACTIONS(2629), + [sym_atom] = ACTIONS(2629), + [anon_sym_DQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2629), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2629), + [anon_sym_LBRACE] = ACTIONS(2629), + [anon_sym_LBRACK] = ACTIONS(2629), + [anon_sym_LT] = ACTIONS(2629), + [anon_sym_GT] = ACTIONS(2629), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_SLASH] = ACTIONS(2629), + [anon_sym_TILDE] = ACTIONS(2629), + [anon_sym_COMMA] = ACTIONS(2629), + [sym_keyword] = ACTIONS(2629), + [anon_sym_LT_LT] = ACTIONS(2629), + [anon_sym_PERCENT] = ACTIONS(2629), + [anon_sym_DOT_DOT] = ACTIONS(2629), + [anon_sym_AMP] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2629), + [anon_sym_DASH] = ACTIONS(2629), + [anon_sym_BANG] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2629), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2629), + [anon_sym_not] = ACTIONS(2629), + [anon_sym_AT] = ACTIONS(2629), + [anon_sym_LT_DASH] = ACTIONS(2629), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2629), + [anon_sym_when] = ACTIONS(2629), + [anon_sym_COLON_COLON] = ACTIONS(2629), + [anon_sym_EQ_GT] = ACTIONS(2629), + [anon_sym_EQ] = ACTIONS(2629), + [anon_sym_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_or] = ACTIONS(2629), + [anon_sym_AMP_AMP] = ACTIONS(2629), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2629), + [anon_sym_and] = ACTIONS(2629), + [anon_sym_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ] = ACTIONS(2629), + [anon_sym_EQ_TILDE] = ACTIONS(2629), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2629), + [anon_sym_LT_EQ] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2629), + [anon_sym_PIPE_GT] = ACTIONS(2629), + [anon_sym_LT_LT_LT] = ACTIONS(2629), + [anon_sym_GT_GT_GT] = ACTIONS(2629), + [anon_sym_LT_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_PIPE_GT] = ACTIONS(2629), + [anon_sym_in] = ACTIONS(2629), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2629), + [anon_sym_SLASH_SLASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2629), + [anon_sym_LT_GT] = ACTIONS(2629), + [anon_sym_STAR] = ACTIONS(2629), + [anon_sym_STAR_STAR] = ACTIONS(2629), + [anon_sym_CARET_CARET] = ACTIONS(2629), + [anon_sym_DASH_GT] = ACTIONS(2629), + [anon_sym_DOT] = ACTIONS(2629), + [anon_sym_do] = ACTIONS(2629), + [anon_sym_fn] = ACTIONS(2629), + [anon_sym_LPAREN2] = ACTIONS(2627), + [anon_sym_LBRACK2] = ACTIONS(2627), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2627), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2627), + [sym__not_in] = ACTIONS(2627), + [sym__quoted_atom_start] = ACTIONS(2627), + }, + [969] = { + [aux_sym__terminator_token1] = ACTIONS(2631), + [anon_sym_SEMI] = ACTIONS(2633), + [anon_sym_LPAREN] = ACTIONS(2633), + [anon_sym_RPAREN] = ACTIONS(2633), + [aux_sym_identifier_token1] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2633), + [sym_alias] = ACTIONS(2633), + [sym_integer] = ACTIONS(2633), + [sym_float] = ACTIONS(2633), + [sym_char] = ACTIONS(2633), + [anon_sym_true] = ACTIONS(2633), + [anon_sym_false] = ACTIONS(2633), + [anon_sym_nil] = ACTIONS(2633), + [sym_atom] = ACTIONS(2633), + [anon_sym_DQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2633), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2633), + [anon_sym_LBRACE] = ACTIONS(2633), + [anon_sym_LBRACK] = ACTIONS(2633), + [anon_sym_LT] = ACTIONS(2633), + [anon_sym_GT] = ACTIONS(2633), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_SLASH] = ACTIONS(2633), + [anon_sym_TILDE] = ACTIONS(2633), + [anon_sym_COMMA] = ACTIONS(2633), + [sym_keyword] = ACTIONS(2633), + [anon_sym_LT_LT] = ACTIONS(2633), + [anon_sym_PERCENT] = ACTIONS(2633), + [anon_sym_DOT_DOT] = ACTIONS(2633), + [anon_sym_AMP] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2633), + [anon_sym_DASH] = ACTIONS(2633), + [anon_sym_BANG] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2633), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2633), + [anon_sym_not] = ACTIONS(2633), + [anon_sym_AT] = ACTIONS(2633), + [anon_sym_LT_DASH] = ACTIONS(2633), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2633), + [anon_sym_when] = ACTIONS(2633), + [anon_sym_COLON_COLON] = ACTIONS(2633), + [anon_sym_EQ_GT] = ACTIONS(2633), + [anon_sym_EQ] = ACTIONS(2633), + [anon_sym_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_or] = ACTIONS(2633), + [anon_sym_AMP_AMP] = ACTIONS(2633), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2633), + [anon_sym_and] = ACTIONS(2633), + [anon_sym_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ] = ACTIONS(2633), + [anon_sym_EQ_TILDE] = ACTIONS(2633), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2633), + [anon_sym_LT_EQ] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2633), + [anon_sym_PIPE_GT] = ACTIONS(2633), + [anon_sym_LT_LT_LT] = ACTIONS(2633), + [anon_sym_GT_GT_GT] = ACTIONS(2633), + [anon_sym_LT_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_PIPE_GT] = ACTIONS(2633), + [anon_sym_in] = ACTIONS(2633), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2633), + [anon_sym_SLASH_SLASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2633), + [anon_sym_LT_GT] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(2633), + [anon_sym_STAR_STAR] = ACTIONS(2633), + [anon_sym_CARET_CARET] = ACTIONS(2633), + [anon_sym_DASH_GT] = ACTIONS(2633), + [anon_sym_DOT] = ACTIONS(2633), + [anon_sym_do] = ACTIONS(2633), + [anon_sym_fn] = ACTIONS(2633), + [anon_sym_LPAREN2] = ACTIONS(2631), + [anon_sym_LBRACK2] = ACTIONS(2631), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2631), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2631), + [sym__not_in] = ACTIONS(2631), + [sym__quoted_atom_start] = ACTIONS(2631), + }, + [970] = { + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_end] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [971] = { + [aux_sym__terminator_token1] = ACTIONS(2591), + [anon_sym_SEMI] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_end] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), + }, + [972] = { + [aux_sym__terminator_token1] = ACTIONS(2587), + [anon_sym_SEMI] = ACTIONS(2589), + [anon_sym_LPAREN] = ACTIONS(2589), + [aux_sym_identifier_token1] = ACTIONS(2589), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), + [sym_alias] = ACTIONS(2589), + [sym_integer] = ACTIONS(2589), + [sym_float] = ACTIONS(2589), + [sym_char] = ACTIONS(2589), + [anon_sym_true] = ACTIONS(2589), + [anon_sym_false] = ACTIONS(2589), + [anon_sym_nil] = ACTIONS(2589), + [sym_atom] = ACTIONS(2589), + [anon_sym_DQUOTE] = ACTIONS(2589), + [anon_sym_SQUOTE] = ACTIONS(2589), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_LBRACK] = ACTIONS(2589), + [anon_sym_LT] = ACTIONS(2589), + [anon_sym_GT] = ACTIONS(2589), + [anon_sym_PIPE] = ACTIONS(2589), + [anon_sym_SLASH] = ACTIONS(2589), + [anon_sym_TILDE] = ACTIONS(2589), + [anon_sym_COMMA] = ACTIONS(2589), + [sym_keyword] = ACTIONS(2589), + [anon_sym_LT_LT] = ACTIONS(2589), + [anon_sym_PERCENT] = ACTIONS(2589), + [anon_sym_DOT_DOT] = ACTIONS(2589), + [anon_sym_AMP] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_BANG] = ACTIONS(2589), + [anon_sym_CARET] = ACTIONS(2589), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_AT] = ACTIONS(2589), + [anon_sym_LT_DASH] = ACTIONS(2589), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), + [anon_sym_when] = ACTIONS(2589), + [anon_sym_COLON_COLON] = ACTIONS(2589), + [anon_sym_EQ_GT] = ACTIONS(2589), + [anon_sym_EQ] = ACTIONS(2589), + [anon_sym_PIPE_PIPE] = ACTIONS(2589), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), + [anon_sym_or] = ACTIONS(2589), + [anon_sym_AMP_AMP] = ACTIONS(2589), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), + [anon_sym_and] = ACTIONS(2589), + [anon_sym_EQ_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ] = ACTIONS(2589), + [anon_sym_EQ_TILDE] = ACTIONS(2589), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), + [anon_sym_LT_EQ] = ACTIONS(2589), + [anon_sym_GT_EQ] = ACTIONS(2589), + [anon_sym_PIPE_GT] = ACTIONS(2589), + [anon_sym_LT_LT_LT] = ACTIONS(2589), + [anon_sym_GT_GT_GT] = ACTIONS(2589), + [anon_sym_LT_LT_TILDE] = ACTIONS(2589), + [anon_sym_TILDE_GT_GT] = ACTIONS(2589), + [anon_sym_LT_TILDE] = ACTIONS(2589), + [anon_sym_TILDE_GT] = ACTIONS(2589), + [anon_sym_LT_TILDE_GT] = ACTIONS(2589), + [anon_sym_LT_PIPE_GT] = ACTIONS(2589), + [anon_sym_in] = ACTIONS(2589), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), + [anon_sym_SLASH_SLASH] = ACTIONS(2589), + [anon_sym_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2589), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), + [anon_sym_LT_GT] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2589), + [anon_sym_STAR_STAR] = ACTIONS(2589), + [anon_sym_CARET_CARET] = ACTIONS(2589), + [anon_sym_DASH_GT] = ACTIONS(2589), + [anon_sym_DOT] = ACTIONS(2589), + [anon_sym_do] = ACTIONS(2589), + [anon_sym_end] = ACTIONS(2589), + [anon_sym_fn] = ACTIONS(2589), + [anon_sym_LPAREN2] = ACTIONS(2587), + [anon_sym_LBRACK2] = ACTIONS(2587), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2587), + [sym__not_in] = ACTIONS(2587), + [sym__quoted_atom_start] = ACTIONS(2587), + }, + [973] = { + [aux_sym__terminator_token1] = ACTIONS(2603), + [anon_sym_SEMI] = ACTIONS(2605), + [anon_sym_LPAREN] = ACTIONS(2605), + [aux_sym_identifier_token1] = ACTIONS(2605), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2605), + [sym_alias] = ACTIONS(2605), + [sym_integer] = ACTIONS(2605), + [sym_float] = ACTIONS(2605), + [sym_char] = ACTIONS(2605), + [anon_sym_true] = ACTIONS(2605), + [anon_sym_false] = ACTIONS(2605), + [anon_sym_nil] = ACTIONS(2605), + [sym_atom] = ACTIONS(2605), + [anon_sym_DQUOTE] = ACTIONS(2605), + [anon_sym_SQUOTE] = ACTIONS(2605), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2605), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2605), + [anon_sym_LBRACE] = ACTIONS(2605), + [anon_sym_LBRACK] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(2605), + [anon_sym_GT] = ACTIONS(2605), + [anon_sym_PIPE] = ACTIONS(2605), + [anon_sym_SLASH] = ACTIONS(2605), + [anon_sym_TILDE] = ACTIONS(2605), + [anon_sym_COMMA] = ACTIONS(2605), + [sym_keyword] = ACTIONS(2605), + [anon_sym_LT_LT] = ACTIONS(2605), + [anon_sym_PERCENT] = ACTIONS(2605), + [anon_sym_DOT_DOT] = ACTIONS(2605), + [anon_sym_AMP] = ACTIONS(2605), + [anon_sym_PLUS] = ACTIONS(2605), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_BANG] = ACTIONS(2605), + [anon_sym_CARET] = ACTIONS(2605), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2605), + [anon_sym_not] = ACTIONS(2605), + [anon_sym_AT] = ACTIONS(2605), + [anon_sym_LT_DASH] = ACTIONS(2605), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2605), + [anon_sym_when] = ACTIONS(2605), + [anon_sym_COLON_COLON] = ACTIONS(2605), + [anon_sym_EQ_GT] = ACTIONS(2605), + [anon_sym_EQ] = ACTIONS(2605), + [anon_sym_PIPE_PIPE] = ACTIONS(2605), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2605), + [anon_sym_or] = ACTIONS(2605), + [anon_sym_AMP_AMP] = ACTIONS(2605), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2605), + [anon_sym_and] = ACTIONS(2605), + [anon_sym_EQ_EQ] = ACTIONS(2605), + [anon_sym_BANG_EQ] = ACTIONS(2605), + [anon_sym_EQ_TILDE] = ACTIONS(2605), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2605), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2605), + [anon_sym_LT_EQ] = ACTIONS(2605), + [anon_sym_GT_EQ] = ACTIONS(2605), + [anon_sym_PIPE_GT] = ACTIONS(2605), + [anon_sym_LT_LT_LT] = ACTIONS(2605), + [anon_sym_GT_GT_GT] = ACTIONS(2605), + [anon_sym_LT_LT_TILDE] = ACTIONS(2605), + [anon_sym_TILDE_GT_GT] = ACTIONS(2605), + [anon_sym_LT_TILDE] = ACTIONS(2605), + [anon_sym_TILDE_GT] = ACTIONS(2605), + [anon_sym_LT_TILDE_GT] = ACTIONS(2605), + [anon_sym_LT_PIPE_GT] = ACTIONS(2605), + [anon_sym_in] = ACTIONS(2605), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2605), + [anon_sym_SLASH_SLASH] = ACTIONS(2605), + [anon_sym_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH] = ACTIONS(2605), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2605), + [anon_sym_LT_GT] = ACTIONS(2605), + [anon_sym_STAR] = ACTIONS(2605), + [anon_sym_STAR_STAR] = ACTIONS(2605), + [anon_sym_CARET_CARET] = ACTIONS(2605), + [anon_sym_DASH_GT] = ACTIONS(2605), + [anon_sym_DOT] = ACTIONS(2605), + [anon_sym_do] = ACTIONS(2605), + [anon_sym_end] = ACTIONS(2605), + [anon_sym_fn] = ACTIONS(2605), + [anon_sym_LPAREN2] = ACTIONS(2603), + [anon_sym_LBRACK2] = ACTIONS(2603), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2603), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2603), + [sym__not_in] = ACTIONS(2603), + [sym__quoted_atom_start] = ACTIONS(2603), + }, + [974] = { + [ts_builtin_sym_end] = ACTIONS(2599), + [aux_sym__terminator_token1] = ACTIONS(2599), + [anon_sym_SEMI] = ACTIONS(2601), + [anon_sym_LPAREN] = ACTIONS(2601), + [aux_sym_identifier_token1] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [sym_alias] = ACTIONS(2601), + [sym_integer] = ACTIONS(2601), + [sym_float] = ACTIONS(2601), + [sym_char] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2601), + [anon_sym_false] = ACTIONS(2601), + [anon_sym_nil] = ACTIONS(2601), + [sym_atom] = ACTIONS(2601), + [anon_sym_DQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2601), + [anon_sym_GT] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_SLASH] = ACTIONS(2601), + [anon_sym_TILDE] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [sym_keyword] = ACTIONS(2601), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_PERCENT] = ACTIONS(2601), + [anon_sym_DOT_DOT] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2601), + [anon_sym_DASH] = ACTIONS(2601), + [anon_sym_BANG] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2601), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), + [anon_sym_not] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2601), + [anon_sym_LT_DASH] = ACTIONS(2601), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), + [anon_sym_when] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_EQ_GT] = ACTIONS(2601), + [anon_sym_EQ] = ACTIONS(2601), + [anon_sym_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_or] = ACTIONS(2601), + [anon_sym_AMP_AMP] = ACTIONS(2601), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), + [anon_sym_and] = ACTIONS(2601), + [anon_sym_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2601), + [anon_sym_EQ_TILDE] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_PIPE_GT] = ACTIONS(2601), + [anon_sym_LT_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT_GT] = ACTIONS(2601), + [anon_sym_LT_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_PIPE_GT] = ACTIONS(2601), + [anon_sym_in] = ACTIONS(2601), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), + [anon_sym_SLASH_SLASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), + [anon_sym_LT_GT] = ACTIONS(2601), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_STAR_STAR] = ACTIONS(2601), + [anon_sym_CARET_CARET] = ACTIONS(2601), + [anon_sym_DASH_GT] = ACTIONS(2601), + [anon_sym_DOT] = ACTIONS(2601), + [anon_sym_do] = ACTIONS(2601), + [anon_sym_fn] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_LBRACK2] = ACTIONS(2599), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2599), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2599), + [sym__not_in] = ACTIONS(2599), + [sym__quoted_atom_start] = ACTIONS(2599), + }, + [975] = { + [aux_sym__terminator_token1] = ACTIONS(2591), + [anon_sym_SEMI] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_end] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), + }, + [976] = { + [ts_builtin_sym_end] = ACTIONS(2595), + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [977] = { + [ts_builtin_sym_end] = ACTIONS(2591), + [aux_sym__terminator_token1] = ACTIONS(2591), + [anon_sym_SEMI] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), + }, + [978] = { + [ts_builtin_sym_end] = ACTIONS(2611), [aux_sym__terminator_token1] = ACTIONS(2611), [anon_sym_SEMI] = ACTIONS(2613), [anon_sym_LPAREN] = ACTIONS(2613), @@ -139800,7 +140477,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(2613), [anon_sym_DOT] = ACTIONS(2613), [anon_sym_do] = ACTIONS(2613), - [anon_sym_end] = ACTIONS(2613), [anon_sym_fn] = ACTIONS(2613), [anon_sym_LPAREN2] = ACTIONS(2611), [anon_sym_LBRACK2] = ACTIONS(2611), @@ -139812,7 +140488,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2611), [sym__quoted_atom_start] = ACTIONS(2611), }, - [986] = { + [979] = { + [ts_builtin_sym_end] = ACTIONS(2595), + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [980] = { + [ts_builtin_sym_end] = ACTIONS(2615), [aux_sym__terminator_token1] = ACTIONS(2615), [anon_sym_SEMI] = ACTIONS(2617), [anon_sym_LPAREN] = ACTIONS(2617), @@ -139892,7 +140661,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(2617), [anon_sym_DOT] = ACTIONS(2617), [anon_sym_do] = ACTIONS(2617), - [anon_sym_end] = ACTIONS(2617), [anon_sym_fn] = ACTIONS(2617), [anon_sym_LPAREN2] = ACTIONS(2615), [anon_sym_LBRACK2] = ACTIONS(2615), @@ -139904,100 +140672,563 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2615), [sym__quoted_atom_start] = ACTIONS(2615), }, - [987] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2609), - [aux_sym_identifier_token1] = ACTIONS(2609), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2609), - [sym_alias] = ACTIONS(2609), - [sym_integer] = ACTIONS(2609), - [sym_float] = ACTIONS(2609), - [sym_char] = ACTIONS(2609), - [anon_sym_true] = ACTIONS(2609), - [anon_sym_false] = ACTIONS(2609), - [anon_sym_nil] = ACTIONS(2609), - [sym_atom] = ACTIONS(2609), - [anon_sym_DQUOTE] = ACTIONS(2609), - [anon_sym_SQUOTE] = ACTIONS(2609), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2609), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2609), - [anon_sym_LBRACE] = ACTIONS(2609), - [anon_sym_LBRACK] = ACTIONS(2609), - [anon_sym_LT] = ACTIONS(2609), - [anon_sym_GT] = ACTIONS(2609), - [anon_sym_PIPE] = ACTIONS(2609), - [anon_sym_SLASH] = ACTIONS(2609), - [anon_sym_TILDE] = ACTIONS(2609), - [anon_sym_COMMA] = ACTIONS(2609), - [sym_keyword] = ACTIONS(2609), - [anon_sym_LT_LT] = ACTIONS(2609), - [anon_sym_GT_GT] = ACTIONS(2609), - [anon_sym_PERCENT] = ACTIONS(2609), - [anon_sym_DOT_DOT] = ACTIONS(2609), - [anon_sym_AMP] = ACTIONS(2609), - [anon_sym_PLUS] = ACTIONS(2609), - [anon_sym_DASH] = ACTIONS(2609), - [anon_sym_BANG] = ACTIONS(2609), - [anon_sym_CARET] = ACTIONS(2609), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2609), - [anon_sym_not] = ACTIONS(2609), - [anon_sym_AT] = ACTIONS(2609), - [anon_sym_LT_DASH] = ACTIONS(2609), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2609), - [anon_sym_when] = ACTIONS(2609), - [anon_sym_COLON_COLON] = ACTIONS(2609), - [anon_sym_EQ_GT] = ACTIONS(2609), - [anon_sym_EQ] = ACTIONS(2609), - [anon_sym_PIPE_PIPE] = ACTIONS(2609), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2609), - [anon_sym_or] = ACTIONS(2609), - [anon_sym_AMP_AMP] = ACTIONS(2609), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2609), - [anon_sym_and] = ACTIONS(2609), - [anon_sym_EQ_EQ] = ACTIONS(2609), - [anon_sym_BANG_EQ] = ACTIONS(2609), - [anon_sym_EQ_TILDE] = ACTIONS(2609), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2609), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2609), - [anon_sym_LT_EQ] = ACTIONS(2609), - [anon_sym_GT_EQ] = ACTIONS(2609), - [anon_sym_PIPE_GT] = ACTIONS(2609), - [anon_sym_LT_LT_LT] = ACTIONS(2609), - [anon_sym_GT_GT_GT] = ACTIONS(2609), - [anon_sym_LT_LT_TILDE] = ACTIONS(2609), - [anon_sym_TILDE_GT_GT] = ACTIONS(2609), - [anon_sym_LT_TILDE] = ACTIONS(2609), - [anon_sym_TILDE_GT] = ACTIONS(2609), - [anon_sym_LT_TILDE_GT] = ACTIONS(2609), - [anon_sym_LT_PIPE_GT] = ACTIONS(2609), - [anon_sym_in] = ACTIONS(2609), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2609), - [anon_sym_SLASH_SLASH] = ACTIONS(2609), - [anon_sym_PLUS_PLUS] = ACTIONS(2609), - [anon_sym_DASH_DASH] = ACTIONS(2609), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2609), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2609), - [anon_sym_LT_GT] = ACTIONS(2609), - [anon_sym_STAR] = ACTIONS(2609), - [anon_sym_STAR_STAR] = ACTIONS(2609), - [anon_sym_CARET_CARET] = ACTIONS(2609), - [anon_sym_DASH_GT] = ACTIONS(2609), - [anon_sym_DOT] = ACTIONS(2609), - [anon_sym_do] = ACTIONS(2609), - [anon_sym_fn] = ACTIONS(2609), - [anon_sym_LPAREN2] = ACTIONS(2607), - [anon_sym_LBRACK2] = ACTIONS(2607), + [981] = { + [aux_sym__terminator_token1] = ACTIONS(2591), + [anon_sym_SEMI] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_RPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2607), + [sym__newline_before_do] = ACTIONS(2591), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2607), - [sym__not_in] = ACTIONS(2607), - [sym__quoted_atom_start] = ACTIONS(2607), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), }, - [988] = { - [aux_sym__terminator_token1] = ACTIONS(3), + [982] = { + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_RPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [983] = { + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_RPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [984] = { + [aux_sym__terminator_token1] = ACTIONS(2591), + [anon_sym_SEMI] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_RPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), + }, + [985] = { + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_RPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), + }, + [986] = { + [aux_sym__terminator_token1] = ACTIONS(2591), + [anon_sym_SEMI] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [anon_sym_RPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), + }, + [987] = { + [aux_sym__terminator_token1] = ACTIONS(2603), + [anon_sym_SEMI] = ACTIONS(2605), [anon_sym_LPAREN] = ACTIONS(2605), + [anon_sym_RPAREN] = ACTIONS(2605), [aux_sym_identifier_token1] = ACTIONS(2605), [anon_sym_DOT_DOT_DOT] = ACTIONS(2605), [sym_alias] = ACTIONS(2605), @@ -140022,7 +141253,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COMMA] = ACTIONS(2605), [sym_keyword] = ACTIONS(2605), [anon_sym_LT_LT] = ACTIONS(2605), - [anon_sym_GT_GT] = ACTIONS(2605), [anon_sym_PERCENT] = ACTIONS(2605), [anon_sym_DOT_DOT] = ACTIONS(2605), [anon_sym_AMP] = ACTIONS(2605), @@ -140086,824 +141316,924 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2603), [sym__quoted_atom_start] = ACTIONS(2603), }, - [989] = { - [ts_builtin_sym_end] = ACTIONS(2623), - [aux_sym__terminator_token1] = ACTIONS(2623), - [anon_sym_SEMI] = ACTIONS(2625), - [anon_sym_LPAREN] = ACTIONS(2625), - [aux_sym_identifier_token1] = ACTIONS(2625), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), - [sym_alias] = ACTIONS(2625), - [sym_integer] = ACTIONS(2625), - [sym_float] = ACTIONS(2625), - [sym_char] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_nil] = ACTIONS(2625), - [sym_atom] = ACTIONS(2625), - [anon_sym_DQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_GT] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_SLASH] = ACTIONS(2625), - [anon_sym_TILDE] = ACTIONS(2625), - [anon_sym_COMMA] = ACTIONS(2625), - [sym_keyword] = ACTIONS(2625), - [anon_sym_LT_LT] = ACTIONS(2625), - [anon_sym_PERCENT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PLUS] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_CARET] = ACTIONS(2625), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), - [anon_sym_not] = ACTIONS(2625), - [anon_sym_AT] = ACTIONS(2625), - [anon_sym_LT_DASH] = ACTIONS(2625), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), - [anon_sym_when] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_EQ_GT] = ACTIONS(2625), - [anon_sym_EQ] = ACTIONS(2625), - [anon_sym_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_or] = ACTIONS(2625), - [anon_sym_AMP_AMP] = ACTIONS(2625), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), - [anon_sym_and] = ACTIONS(2625), - [anon_sym_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ] = ACTIONS(2625), - [anon_sym_EQ_TILDE] = ACTIONS(2625), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), - [anon_sym_LT_EQ] = ACTIONS(2625), - [anon_sym_GT_EQ] = ACTIONS(2625), - [anon_sym_PIPE_GT] = ACTIONS(2625), - [anon_sym_LT_LT_LT] = ACTIONS(2625), - [anon_sym_GT_GT_GT] = ACTIONS(2625), - [anon_sym_LT_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_PIPE_GT] = ACTIONS(2625), - [anon_sym_in] = ACTIONS(2625), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), - [anon_sym_LT_GT] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_STAR_STAR] = ACTIONS(2625), - [anon_sym_CARET_CARET] = ACTIONS(2625), - [anon_sym_DASH_GT] = ACTIONS(2625), - [anon_sym_DOT] = ACTIONS(2625), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_fn] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_LBRACK2] = ACTIONS(2623), + [988] = { + [ts_builtin_sym_end] = ACTIONS(2591), + [aux_sym__terminator_token1] = ACTIONS(2591), + [anon_sym_SEMI] = ACTIONS(2593), + [anon_sym_LPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2623), - [sym__not_in] = ACTIONS(2623), - [sym__quoted_atom_start] = ACTIONS(2623), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), + }, + [989] = { + [aux_sym__terminator_token1] = ACTIONS(2607), + [anon_sym_SEMI] = ACTIONS(2609), + [anon_sym_LPAREN] = ACTIONS(2609), + [anon_sym_RPAREN] = ACTIONS(2609), + [aux_sym_identifier_token1] = ACTIONS(2609), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2609), + [sym_alias] = ACTIONS(2609), + [sym_integer] = ACTIONS(2609), + [sym_float] = ACTIONS(2609), + [sym_char] = ACTIONS(2609), + [anon_sym_true] = ACTIONS(2609), + [anon_sym_false] = ACTIONS(2609), + [anon_sym_nil] = ACTIONS(2609), + [sym_atom] = ACTIONS(2609), + [anon_sym_DQUOTE] = ACTIONS(2609), + [anon_sym_SQUOTE] = ACTIONS(2609), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2609), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2609), + [anon_sym_LBRACE] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_LT] = ACTIONS(2609), + [anon_sym_GT] = ACTIONS(2609), + [anon_sym_PIPE] = ACTIONS(2609), + [anon_sym_SLASH] = ACTIONS(2609), + [anon_sym_TILDE] = ACTIONS(2609), + [anon_sym_COMMA] = ACTIONS(2609), + [sym_keyword] = ACTIONS(2609), + [anon_sym_LT_LT] = ACTIONS(2609), + [anon_sym_PERCENT] = ACTIONS(2609), + [anon_sym_DOT_DOT] = ACTIONS(2609), + [anon_sym_AMP] = ACTIONS(2609), + [anon_sym_PLUS] = ACTIONS(2609), + [anon_sym_DASH] = ACTIONS(2609), + [anon_sym_BANG] = ACTIONS(2609), + [anon_sym_CARET] = ACTIONS(2609), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2609), + [anon_sym_not] = ACTIONS(2609), + [anon_sym_AT] = ACTIONS(2609), + [anon_sym_LT_DASH] = ACTIONS(2609), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2609), + [anon_sym_when] = ACTIONS(2609), + [anon_sym_COLON_COLON] = ACTIONS(2609), + [anon_sym_EQ_GT] = ACTIONS(2609), + [anon_sym_EQ] = ACTIONS(2609), + [anon_sym_PIPE_PIPE] = ACTIONS(2609), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2609), + [anon_sym_or] = ACTIONS(2609), + [anon_sym_AMP_AMP] = ACTIONS(2609), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2609), + [anon_sym_and] = ACTIONS(2609), + [anon_sym_EQ_EQ] = ACTIONS(2609), + [anon_sym_BANG_EQ] = ACTIONS(2609), + [anon_sym_EQ_TILDE] = ACTIONS(2609), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2609), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2609), + [anon_sym_LT_EQ] = ACTIONS(2609), + [anon_sym_GT_EQ] = ACTIONS(2609), + [anon_sym_PIPE_GT] = ACTIONS(2609), + [anon_sym_LT_LT_LT] = ACTIONS(2609), + [anon_sym_GT_GT_GT] = ACTIONS(2609), + [anon_sym_LT_LT_TILDE] = ACTIONS(2609), + [anon_sym_TILDE_GT_GT] = ACTIONS(2609), + [anon_sym_LT_TILDE] = ACTIONS(2609), + [anon_sym_TILDE_GT] = ACTIONS(2609), + [anon_sym_LT_TILDE_GT] = ACTIONS(2609), + [anon_sym_LT_PIPE_GT] = ACTIONS(2609), + [anon_sym_in] = ACTIONS(2609), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2609), + [anon_sym_SLASH_SLASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2609), + [anon_sym_LT_GT] = ACTIONS(2609), + [anon_sym_STAR] = ACTIONS(2609), + [anon_sym_STAR_STAR] = ACTIONS(2609), + [anon_sym_CARET_CARET] = ACTIONS(2609), + [anon_sym_DASH_GT] = ACTIONS(2609), + [anon_sym_DOT] = ACTIONS(2609), + [anon_sym_do] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(2609), + [anon_sym_LPAREN2] = ACTIONS(2607), + [anon_sym_LBRACK2] = ACTIONS(2607), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2607), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2607), + [sym__not_in] = ACTIONS(2607), + [sym__quoted_atom_start] = ACTIONS(2607), }, [990] = { - [aux_sym__terminator_token1] = ACTIONS(2623), - [anon_sym_SEMI] = ACTIONS(2625), - [anon_sym_LPAREN] = ACTIONS(2625), - [aux_sym_identifier_token1] = ACTIONS(2625), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), - [sym_alias] = ACTIONS(2625), - [sym_integer] = ACTIONS(2625), - [sym_float] = ACTIONS(2625), - [sym_char] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_nil] = ACTIONS(2625), - [sym_atom] = ACTIONS(2625), - [anon_sym_DQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_GT] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_SLASH] = ACTIONS(2625), - [anon_sym_TILDE] = ACTIONS(2625), - [anon_sym_COMMA] = ACTIONS(2625), - [sym_keyword] = ACTIONS(2625), - [anon_sym_LT_LT] = ACTIONS(2625), - [anon_sym_PERCENT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PLUS] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_CARET] = ACTIONS(2625), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), - [anon_sym_not] = ACTIONS(2625), - [anon_sym_AT] = ACTIONS(2625), - [anon_sym_LT_DASH] = ACTIONS(2625), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), - [anon_sym_when] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_EQ_GT] = ACTIONS(2625), - [anon_sym_EQ] = ACTIONS(2625), - [anon_sym_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_or] = ACTIONS(2625), - [anon_sym_AMP_AMP] = ACTIONS(2625), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), - [anon_sym_and] = ACTIONS(2625), - [anon_sym_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ] = ACTIONS(2625), - [anon_sym_EQ_TILDE] = ACTIONS(2625), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), - [anon_sym_LT_EQ] = ACTIONS(2625), - [anon_sym_GT_EQ] = ACTIONS(2625), - [anon_sym_PIPE_GT] = ACTIONS(2625), - [anon_sym_LT_LT_LT] = ACTIONS(2625), - [anon_sym_GT_GT_GT] = ACTIONS(2625), - [anon_sym_LT_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_PIPE_GT] = ACTIONS(2625), - [anon_sym_in] = ACTIONS(2625), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), - [anon_sym_LT_GT] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_STAR_STAR] = ACTIONS(2625), - [anon_sym_CARET_CARET] = ACTIONS(2625), - [anon_sym_DASH_GT] = ACTIONS(2625), - [anon_sym_DOT] = ACTIONS(2625), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_end] = ACTIONS(2625), - [anon_sym_fn] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_LBRACK2] = ACTIONS(2623), + [ts_builtin_sym_end] = ACTIONS(2587), + [aux_sym__terminator_token1] = ACTIONS(2587), + [anon_sym_SEMI] = ACTIONS(2589), + [anon_sym_LPAREN] = ACTIONS(2589), + [aux_sym_identifier_token1] = ACTIONS(2589), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), + [sym_alias] = ACTIONS(2589), + [sym_integer] = ACTIONS(2589), + [sym_float] = ACTIONS(2589), + [sym_char] = ACTIONS(2589), + [anon_sym_true] = ACTIONS(2589), + [anon_sym_false] = ACTIONS(2589), + [anon_sym_nil] = ACTIONS(2589), + [sym_atom] = ACTIONS(2589), + [anon_sym_DQUOTE] = ACTIONS(2589), + [anon_sym_SQUOTE] = ACTIONS(2589), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_LBRACK] = ACTIONS(2589), + [anon_sym_LT] = ACTIONS(2589), + [anon_sym_GT] = ACTIONS(2589), + [anon_sym_PIPE] = ACTIONS(2589), + [anon_sym_SLASH] = ACTIONS(2589), + [anon_sym_TILDE] = ACTIONS(2589), + [anon_sym_COMMA] = ACTIONS(2589), + [sym_keyword] = ACTIONS(2589), + [anon_sym_LT_LT] = ACTIONS(2589), + [anon_sym_PERCENT] = ACTIONS(2589), + [anon_sym_DOT_DOT] = ACTIONS(2589), + [anon_sym_AMP] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_BANG] = ACTIONS(2589), + [anon_sym_CARET] = ACTIONS(2589), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_AT] = ACTIONS(2589), + [anon_sym_LT_DASH] = ACTIONS(2589), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), + [anon_sym_when] = ACTIONS(2589), + [anon_sym_COLON_COLON] = ACTIONS(2589), + [anon_sym_EQ_GT] = ACTIONS(2589), + [anon_sym_EQ] = ACTIONS(2589), + [anon_sym_PIPE_PIPE] = ACTIONS(2589), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), + [anon_sym_or] = ACTIONS(2589), + [anon_sym_AMP_AMP] = ACTIONS(2589), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), + [anon_sym_and] = ACTIONS(2589), + [anon_sym_EQ_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ] = ACTIONS(2589), + [anon_sym_EQ_TILDE] = ACTIONS(2589), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), + [anon_sym_LT_EQ] = ACTIONS(2589), + [anon_sym_GT_EQ] = ACTIONS(2589), + [anon_sym_PIPE_GT] = ACTIONS(2589), + [anon_sym_LT_LT_LT] = ACTIONS(2589), + [anon_sym_GT_GT_GT] = ACTIONS(2589), + [anon_sym_LT_LT_TILDE] = ACTIONS(2589), + [anon_sym_TILDE_GT_GT] = ACTIONS(2589), + [anon_sym_LT_TILDE] = ACTIONS(2589), + [anon_sym_TILDE_GT] = ACTIONS(2589), + [anon_sym_LT_TILDE_GT] = ACTIONS(2589), + [anon_sym_LT_PIPE_GT] = ACTIONS(2589), + [anon_sym_in] = ACTIONS(2589), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), + [anon_sym_SLASH_SLASH] = ACTIONS(2589), + [anon_sym_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2589), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), + [anon_sym_LT_GT] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2589), + [anon_sym_STAR_STAR] = ACTIONS(2589), + [anon_sym_CARET_CARET] = ACTIONS(2589), + [anon_sym_DASH_GT] = ACTIONS(2589), + [anon_sym_DOT] = ACTIONS(2589), + [anon_sym_do] = ACTIONS(2589), + [anon_sym_fn] = ACTIONS(2589), + [anon_sym_LPAREN2] = ACTIONS(2587), + [anon_sym_LBRACK2] = ACTIONS(2587), [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2587), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2623), - [sym__not_in] = ACTIONS(2623), - [sym__quoted_atom_start] = ACTIONS(2623), + [sym__before_unary_op] = ACTIONS(2587), + [sym__not_in] = ACTIONS(2587), + [sym__quoted_atom_start] = ACTIONS(2587), }, [991] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [anon_sym_RPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), + [sym__newline_before_do] = ACTIONS(2595), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), }, [992] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), + [anon_sym_LPAREN] = ACTIONS(2601), + [anon_sym_RPAREN] = ACTIONS(2601), + [aux_sym_identifier_token1] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [sym_alias] = ACTIONS(2601), + [sym_integer] = ACTIONS(2601), + [sym_float] = ACTIONS(2601), + [sym_char] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2601), + [anon_sym_false] = ACTIONS(2601), + [anon_sym_nil] = ACTIONS(2601), + [sym_atom] = ACTIONS(2601), + [anon_sym_DQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_RBRACE] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_RBRACK] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2601), + [anon_sym_GT] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_SLASH] = ACTIONS(2601), + [anon_sym_TILDE] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [sym_keyword] = ACTIONS(2601), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_PERCENT] = ACTIONS(2601), + [anon_sym_DOT_DOT] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2601), + [anon_sym_DASH] = ACTIONS(2601), + [anon_sym_BANG] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2601), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), + [anon_sym_not] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2601), + [anon_sym_LT_DASH] = ACTIONS(2601), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), + [anon_sym_when] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_EQ_GT] = ACTIONS(2601), + [anon_sym_EQ] = ACTIONS(2601), + [anon_sym_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_or] = ACTIONS(2601), + [anon_sym_AMP_AMP] = ACTIONS(2601), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), + [anon_sym_and] = ACTIONS(2601), + [anon_sym_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2601), + [anon_sym_EQ_TILDE] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_PIPE_GT] = ACTIONS(2601), + [anon_sym_LT_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT_GT] = ACTIONS(2601), + [anon_sym_LT_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_PIPE_GT] = ACTIONS(2601), + [anon_sym_in] = ACTIONS(2601), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), + [anon_sym_SLASH_SLASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), + [anon_sym_LT_GT] = ACTIONS(2601), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_STAR_STAR] = ACTIONS(2601), + [anon_sym_CARET_CARET] = ACTIONS(2601), + [anon_sym_DASH_GT] = ACTIONS(2601), + [anon_sym_DOT] = ACTIONS(2601), + [anon_sym_do] = ACTIONS(2601), + [anon_sym_fn] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_LBRACK2] = ACTIONS(2599), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), + [sym__before_unary_op] = ACTIONS(2599), + [sym__not_in] = ACTIONS(2599), + [sym__quoted_atom_start] = ACTIONS(2599), }, [993] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), + [aux_sym__terminator_token1] = ACTIONS(2627), + [anon_sym_SEMI] = ACTIONS(2629), + [anon_sym_LPAREN] = ACTIONS(2629), + [anon_sym_RPAREN] = ACTIONS(2629), + [aux_sym_identifier_token1] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2629), + [sym_alias] = ACTIONS(2629), + [sym_integer] = ACTIONS(2629), + [sym_float] = ACTIONS(2629), + [sym_char] = ACTIONS(2629), + [anon_sym_true] = ACTIONS(2629), + [anon_sym_false] = ACTIONS(2629), + [anon_sym_nil] = ACTIONS(2629), + [sym_atom] = ACTIONS(2629), + [anon_sym_DQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2629), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2629), + [anon_sym_LBRACE] = ACTIONS(2629), + [anon_sym_LBRACK] = ACTIONS(2629), + [anon_sym_LT] = ACTIONS(2629), + [anon_sym_GT] = ACTIONS(2629), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_SLASH] = ACTIONS(2629), + [anon_sym_TILDE] = ACTIONS(2629), + [anon_sym_COMMA] = ACTIONS(2629), + [sym_keyword] = ACTIONS(2629), + [anon_sym_LT_LT] = ACTIONS(2629), + [anon_sym_PERCENT] = ACTIONS(2629), + [anon_sym_DOT_DOT] = ACTIONS(2629), + [anon_sym_AMP] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2629), + [anon_sym_DASH] = ACTIONS(2629), + [anon_sym_BANG] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2629), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2629), + [anon_sym_not] = ACTIONS(2629), + [anon_sym_AT] = ACTIONS(2629), + [anon_sym_LT_DASH] = ACTIONS(2629), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2629), + [anon_sym_when] = ACTIONS(2629), + [anon_sym_COLON_COLON] = ACTIONS(2629), + [anon_sym_EQ_GT] = ACTIONS(2629), + [anon_sym_EQ] = ACTIONS(2629), + [anon_sym_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_or] = ACTIONS(2629), + [anon_sym_AMP_AMP] = ACTIONS(2629), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2629), + [anon_sym_and] = ACTIONS(2629), + [anon_sym_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ] = ACTIONS(2629), + [anon_sym_EQ_TILDE] = ACTIONS(2629), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2629), + [anon_sym_LT_EQ] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2629), + [anon_sym_PIPE_GT] = ACTIONS(2629), + [anon_sym_LT_LT_LT] = ACTIONS(2629), + [anon_sym_GT_GT_GT] = ACTIONS(2629), + [anon_sym_LT_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_PIPE_GT] = ACTIONS(2629), + [anon_sym_in] = ACTIONS(2629), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2629), + [anon_sym_SLASH_SLASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2629), + [anon_sym_LT_GT] = ACTIONS(2629), + [anon_sym_STAR] = ACTIONS(2629), + [anon_sym_STAR_STAR] = ACTIONS(2629), + [anon_sym_CARET_CARET] = ACTIONS(2629), + [anon_sym_DASH_GT] = ACTIONS(2629), + [anon_sym_DOT] = ACTIONS(2629), + [anon_sym_do] = ACTIONS(2629), + [anon_sym_fn] = ACTIONS(2629), + [anon_sym_LPAREN2] = ACTIONS(2627), + [anon_sym_LBRACK2] = ACTIONS(2627), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_do] = ACTIONS(2627), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), + [sym__before_unary_op] = ACTIONS(2627), + [sym__not_in] = ACTIONS(2627), + [sym__quoted_atom_start] = ACTIONS(2627), }, [994] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), + [ts_builtin_sym_end] = ACTIONS(2631), + [aux_sym__terminator_token1] = ACTIONS(2631), + [anon_sym_SEMI] = ACTIONS(2633), + [anon_sym_LPAREN] = ACTIONS(2633), + [aux_sym_identifier_token1] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2633), + [sym_alias] = ACTIONS(2633), + [sym_integer] = ACTIONS(2633), + [sym_float] = ACTIONS(2633), + [sym_char] = ACTIONS(2633), + [anon_sym_true] = ACTIONS(2633), + [anon_sym_false] = ACTIONS(2633), + [anon_sym_nil] = ACTIONS(2633), + [sym_atom] = ACTIONS(2633), + [anon_sym_DQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2633), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2633), + [anon_sym_LBRACE] = ACTIONS(2633), + [anon_sym_LBRACK] = ACTIONS(2633), + [anon_sym_LT] = ACTIONS(2633), + [anon_sym_GT] = ACTIONS(2633), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_SLASH] = ACTIONS(2633), + [anon_sym_TILDE] = ACTIONS(2633), + [anon_sym_COMMA] = ACTIONS(2633), + [sym_keyword] = ACTIONS(2633), + [anon_sym_LT_LT] = ACTIONS(2633), + [anon_sym_PERCENT] = ACTIONS(2633), + [anon_sym_DOT_DOT] = ACTIONS(2633), + [anon_sym_AMP] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2633), + [anon_sym_DASH] = ACTIONS(2633), + [anon_sym_BANG] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2633), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2633), + [anon_sym_not] = ACTIONS(2633), + [anon_sym_AT] = ACTIONS(2633), + [anon_sym_LT_DASH] = ACTIONS(2633), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2633), + [anon_sym_when] = ACTIONS(2633), + [anon_sym_COLON_COLON] = ACTIONS(2633), + [anon_sym_EQ_GT] = ACTIONS(2633), + [anon_sym_EQ] = ACTIONS(2633), + [anon_sym_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_or] = ACTIONS(2633), + [anon_sym_AMP_AMP] = ACTIONS(2633), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2633), + [anon_sym_and] = ACTIONS(2633), + [anon_sym_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ] = ACTIONS(2633), + [anon_sym_EQ_TILDE] = ACTIONS(2633), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2633), + [anon_sym_LT_EQ] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2633), + [anon_sym_PIPE_GT] = ACTIONS(2633), + [anon_sym_LT_LT_LT] = ACTIONS(2633), + [anon_sym_GT_GT_GT] = ACTIONS(2633), + [anon_sym_LT_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_PIPE_GT] = ACTIONS(2633), + [anon_sym_in] = ACTIONS(2633), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2633), + [anon_sym_SLASH_SLASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2633), + [anon_sym_LT_GT] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(2633), + [anon_sym_STAR_STAR] = ACTIONS(2633), + [anon_sym_CARET_CARET] = ACTIONS(2633), + [anon_sym_DASH_GT] = ACTIONS(2633), + [anon_sym_DOT] = ACTIONS(2633), + [anon_sym_do] = ACTIONS(2633), + [anon_sym_fn] = ACTIONS(2633), + [anon_sym_LPAREN2] = ACTIONS(2631), + [anon_sym_LBRACK2] = ACTIONS(2631), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_do] = ACTIONS(2631), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), + [sym__before_unary_op] = ACTIONS(2631), + [sym__not_in] = ACTIONS(2631), + [sym__quoted_atom_start] = ACTIONS(2631), }, [995] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), + [ts_builtin_sym_end] = ACTIONS(2595), + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), + [sym__newline_before_do] = ACTIONS(2595), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), }, [996] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2589), - [aux_sym_identifier_token1] = ACTIONS(2589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), - [sym_alias] = ACTIONS(2589), - [sym_integer] = ACTIONS(2589), - [sym_float] = ACTIONS(2589), - [sym_char] = ACTIONS(2589), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_nil] = ACTIONS(2589), - [sym_atom] = ACTIONS(2589), - [anon_sym_DQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_LT] = ACTIONS(2589), - [anon_sym_GT] = ACTIONS(2589), - [anon_sym_PIPE] = ACTIONS(2589), - [anon_sym_SLASH] = ACTIONS(2589), - [anon_sym_TILDE] = ACTIONS(2589), - [anon_sym_COMMA] = ACTIONS(2589), - [sym_keyword] = ACTIONS(2589), - [anon_sym_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT] = ACTIONS(2589), - [anon_sym_PERCENT] = ACTIONS(2589), - [anon_sym_DOT_DOT] = ACTIONS(2589), - [anon_sym_AMP] = ACTIONS(2589), - [anon_sym_PLUS] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2589), - [anon_sym_BANG] = ACTIONS(2589), - [anon_sym_CARET] = ACTIONS(2589), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), - [anon_sym_not] = ACTIONS(2589), - [anon_sym_AT] = ACTIONS(2589), - [anon_sym_LT_DASH] = ACTIONS(2589), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), - [anon_sym_when] = ACTIONS(2589), - [anon_sym_COLON_COLON] = ACTIONS(2589), - [anon_sym_EQ_GT] = ACTIONS(2589), - [anon_sym_EQ] = ACTIONS(2589), - [anon_sym_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), - [anon_sym_or] = ACTIONS(2589), - [anon_sym_AMP_AMP] = ACTIONS(2589), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), - [anon_sym_and] = ACTIONS(2589), - [anon_sym_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ] = ACTIONS(2589), - [anon_sym_EQ_TILDE] = ACTIONS(2589), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), - [anon_sym_LT_EQ] = ACTIONS(2589), - [anon_sym_GT_EQ] = ACTIONS(2589), - [anon_sym_PIPE_GT] = ACTIONS(2589), - [anon_sym_LT_LT_LT] = ACTIONS(2589), - [anon_sym_GT_GT_GT] = ACTIONS(2589), - [anon_sym_LT_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE] = ACTIONS(2589), - [anon_sym_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_TILDE_GT] = ACTIONS(2589), - [anon_sym_LT_PIPE_GT] = ACTIONS(2589), - [anon_sym_in] = ACTIONS(2589), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH] = ACTIONS(2589), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), - [anon_sym_LT_GT] = ACTIONS(2589), - [anon_sym_STAR] = ACTIONS(2589), - [anon_sym_STAR_STAR] = ACTIONS(2589), - [anon_sym_CARET_CARET] = ACTIONS(2589), - [anon_sym_DASH_GT] = ACTIONS(2589), - [anon_sym_DOT] = ACTIONS(2589), - [anon_sym_do] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_LPAREN2] = ACTIONS(2587), - [anon_sym_LBRACK2] = ACTIONS(2587), + [ts_builtin_sym_end] = ACTIONS(2595), + [aux_sym__terminator_token1] = ACTIONS(2595), + [anon_sym_SEMI] = ACTIONS(2597), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_do] = ACTIONS(2595), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2587), - [sym__not_in] = ACTIONS(2587), - [sym__quoted_atom_start] = ACTIONS(2587), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), }, [997] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2621), - [aux_sym_identifier_token1] = ACTIONS(2621), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), - [sym_alias] = ACTIONS(2621), - [sym_integer] = ACTIONS(2621), - [sym_float] = ACTIONS(2621), - [sym_char] = ACTIONS(2621), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_nil] = ACTIONS(2621), - [sym_atom] = ACTIONS(2621), - [anon_sym_DQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), - [anon_sym_LBRACE] = ACTIONS(2621), - [anon_sym_LBRACK] = ACTIONS(2621), - [anon_sym_LT] = ACTIONS(2621), - [anon_sym_GT] = ACTIONS(2621), - [anon_sym_PIPE] = ACTIONS(2621), - [anon_sym_SLASH] = ACTIONS(2621), - [anon_sym_TILDE] = ACTIONS(2621), - [anon_sym_COMMA] = ACTIONS(2621), - [sym_keyword] = ACTIONS(2621), - [anon_sym_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT] = ACTIONS(2621), - [anon_sym_PERCENT] = ACTIONS(2621), - [anon_sym_DOT_DOT] = ACTIONS(2621), - [anon_sym_AMP] = ACTIONS(2621), - [anon_sym_PLUS] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2621), - [anon_sym_BANG] = ACTIONS(2621), - [anon_sym_CARET] = ACTIONS(2621), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), - [anon_sym_not] = ACTIONS(2621), - [anon_sym_AT] = ACTIONS(2621), - [anon_sym_LT_DASH] = ACTIONS(2621), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), - [anon_sym_when] = ACTIONS(2621), - [anon_sym_COLON_COLON] = ACTIONS(2621), - [anon_sym_EQ_GT] = ACTIONS(2621), - [anon_sym_EQ] = ACTIONS(2621), - [anon_sym_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), - [anon_sym_or] = ACTIONS(2621), - [anon_sym_AMP_AMP] = ACTIONS(2621), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), - [anon_sym_and] = ACTIONS(2621), - [anon_sym_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ] = ACTIONS(2621), - [anon_sym_EQ_TILDE] = ACTIONS(2621), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), - [anon_sym_LT_EQ] = ACTIONS(2621), - [anon_sym_GT_EQ] = ACTIONS(2621), - [anon_sym_PIPE_GT] = ACTIONS(2621), - [anon_sym_LT_LT_LT] = ACTIONS(2621), - [anon_sym_GT_GT_GT] = ACTIONS(2621), - [anon_sym_LT_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE] = ACTIONS(2621), - [anon_sym_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_TILDE_GT] = ACTIONS(2621), - [anon_sym_LT_PIPE_GT] = ACTIONS(2621), - [anon_sym_in] = ACTIONS(2621), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH] = ACTIONS(2621), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), - [anon_sym_LT_GT] = ACTIONS(2621), - [anon_sym_STAR] = ACTIONS(2621), - [anon_sym_STAR_STAR] = ACTIONS(2621), - [anon_sym_CARET_CARET] = ACTIONS(2621), - [anon_sym_DASH_GT] = ACTIONS(2621), - [anon_sym_DOT] = ACTIONS(2621), - [anon_sym_do] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_LPAREN2] = ACTIONS(2619), - [anon_sym_LBRACK2] = ACTIONS(2619), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2619), + [sym__newline_before_do] = ACTIONS(2595), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2619), - [sym__not_in] = ACTIONS(2619), - [sym__quoted_atom_start] = ACTIONS(2619), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), }, [998] = { [aux_sym__terminator_token1] = ACTIONS(3), @@ -140997,95 +142327,95 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(2591), }, [999] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2613), - [aux_sym_identifier_token1] = ACTIONS(2613), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2613), - [sym_alias] = ACTIONS(2613), - [sym_integer] = ACTIONS(2613), - [sym_float] = ACTIONS(2613), - [sym_char] = ACTIONS(2613), - [anon_sym_true] = ACTIONS(2613), - [anon_sym_false] = ACTIONS(2613), - [anon_sym_nil] = ACTIONS(2613), - [sym_atom] = ACTIONS(2613), - [anon_sym_DQUOTE] = ACTIONS(2613), - [anon_sym_SQUOTE] = ACTIONS(2613), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2613), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2613), - [anon_sym_LBRACE] = ACTIONS(2613), - [anon_sym_LBRACK] = ACTIONS(2613), - [anon_sym_LT] = ACTIONS(2613), - [anon_sym_GT] = ACTIONS(2613), - [anon_sym_PIPE] = ACTIONS(2613), - [anon_sym_SLASH] = ACTIONS(2613), - [anon_sym_TILDE] = ACTIONS(2613), - [anon_sym_COMMA] = ACTIONS(2613), - [sym_keyword] = ACTIONS(2613), - [anon_sym_LT_LT] = ACTIONS(2613), - [anon_sym_GT_GT] = ACTIONS(2613), - [anon_sym_PERCENT] = ACTIONS(2613), - [anon_sym_DOT_DOT] = ACTIONS(2613), - [anon_sym_AMP] = ACTIONS(2613), - [anon_sym_PLUS] = ACTIONS(2613), - [anon_sym_DASH] = ACTIONS(2613), - [anon_sym_BANG] = ACTIONS(2613), - [anon_sym_CARET] = ACTIONS(2613), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2613), - [anon_sym_not] = ACTIONS(2613), - [anon_sym_AT] = ACTIONS(2613), - [anon_sym_LT_DASH] = ACTIONS(2613), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2613), - [anon_sym_when] = ACTIONS(2613), - [anon_sym_COLON_COLON] = ACTIONS(2613), - [anon_sym_EQ_GT] = ACTIONS(2613), - [anon_sym_EQ] = ACTIONS(2613), - [anon_sym_PIPE_PIPE] = ACTIONS(2613), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2613), - [anon_sym_or] = ACTIONS(2613), - [anon_sym_AMP_AMP] = ACTIONS(2613), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2613), - [anon_sym_and] = ACTIONS(2613), - [anon_sym_EQ_EQ] = ACTIONS(2613), - [anon_sym_BANG_EQ] = ACTIONS(2613), - [anon_sym_EQ_TILDE] = ACTIONS(2613), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2613), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2613), - [anon_sym_LT_EQ] = ACTIONS(2613), - [anon_sym_GT_EQ] = ACTIONS(2613), - [anon_sym_PIPE_GT] = ACTIONS(2613), - [anon_sym_LT_LT_LT] = ACTIONS(2613), - [anon_sym_GT_GT_GT] = ACTIONS(2613), - [anon_sym_LT_LT_TILDE] = ACTIONS(2613), - [anon_sym_TILDE_GT_GT] = ACTIONS(2613), - [anon_sym_LT_TILDE] = ACTIONS(2613), - [anon_sym_TILDE_GT] = ACTIONS(2613), - [anon_sym_LT_TILDE_GT] = ACTIONS(2613), - [anon_sym_LT_PIPE_GT] = ACTIONS(2613), - [anon_sym_in] = ACTIONS(2613), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2613), - [anon_sym_SLASH_SLASH] = ACTIONS(2613), - [anon_sym_PLUS_PLUS] = ACTIONS(2613), - [anon_sym_DASH_DASH] = ACTIONS(2613), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2613), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2613), - [anon_sym_LT_GT] = ACTIONS(2613), - [anon_sym_STAR] = ACTIONS(2613), - [anon_sym_STAR_STAR] = ACTIONS(2613), - [anon_sym_CARET_CARET] = ACTIONS(2613), - [anon_sym_DASH_GT] = ACTIONS(2613), - [anon_sym_DOT] = ACTIONS(2613), - [anon_sym_do] = ACTIONS(2613), - [anon_sym_fn] = ACTIONS(2613), - [anon_sym_LPAREN2] = ACTIONS(2611), - [anon_sym_LBRACK2] = ACTIONS(2611), + [aux_sym__terminator_token1] = ACTIONS(2599), + [anon_sym_SEMI] = ACTIONS(2601), + [anon_sym_LPAREN] = ACTIONS(2601), + [anon_sym_RPAREN] = ACTIONS(2601), + [aux_sym_identifier_token1] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [sym_alias] = ACTIONS(2601), + [sym_integer] = ACTIONS(2601), + [sym_float] = ACTIONS(2601), + [sym_char] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2601), + [anon_sym_false] = ACTIONS(2601), + [anon_sym_nil] = ACTIONS(2601), + [sym_atom] = ACTIONS(2601), + [anon_sym_DQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2601), + [anon_sym_GT] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_SLASH] = ACTIONS(2601), + [anon_sym_TILDE] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [sym_keyword] = ACTIONS(2601), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_PERCENT] = ACTIONS(2601), + [anon_sym_DOT_DOT] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2601), + [anon_sym_DASH] = ACTIONS(2601), + [anon_sym_BANG] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2601), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), + [anon_sym_not] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2601), + [anon_sym_LT_DASH] = ACTIONS(2601), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), + [anon_sym_when] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_EQ_GT] = ACTIONS(2601), + [anon_sym_EQ] = ACTIONS(2601), + [anon_sym_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_or] = ACTIONS(2601), + [anon_sym_AMP_AMP] = ACTIONS(2601), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), + [anon_sym_and] = ACTIONS(2601), + [anon_sym_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2601), + [anon_sym_EQ_TILDE] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_PIPE_GT] = ACTIONS(2601), + [anon_sym_LT_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT_GT] = ACTIONS(2601), + [anon_sym_LT_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_PIPE_GT] = ACTIONS(2601), + [anon_sym_in] = ACTIONS(2601), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), + [anon_sym_SLASH_SLASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), + [anon_sym_LT_GT] = ACTIONS(2601), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_STAR_STAR] = ACTIONS(2601), + [anon_sym_CARET_CARET] = ACTIONS(2601), + [anon_sym_DASH_GT] = ACTIONS(2601), + [anon_sym_DOT] = ACTIONS(2601), + [anon_sym_do] = ACTIONS(2601), + [anon_sym_fn] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_LBRACK2] = ACTIONS(2599), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2611), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2611), - [sym__not_in] = ACTIONS(2611), - [sym__quoted_atom_start] = ACTIONS(2611), + [sym__before_unary_op] = ACTIONS(2599), + [sym__not_in] = ACTIONS(2599), + [sym__quoted_atom_start] = ACTIONS(2599), }, [1000] = { [aux_sym__terminator_token1] = ACTIONS(3), @@ -141179,6 +142509,552 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__quoted_atom_start] = ACTIONS(2595), }, [1001] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2629), + [aux_sym_identifier_token1] = ACTIONS(2629), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2629), + [sym_alias] = ACTIONS(2629), + [sym_integer] = ACTIONS(2629), + [sym_float] = ACTIONS(2629), + [sym_char] = ACTIONS(2629), + [anon_sym_true] = ACTIONS(2629), + [anon_sym_false] = ACTIONS(2629), + [anon_sym_nil] = ACTIONS(2629), + [sym_atom] = ACTIONS(2629), + [anon_sym_DQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE] = ACTIONS(2629), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2629), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2629), + [anon_sym_LBRACE] = ACTIONS(2629), + [anon_sym_LBRACK] = ACTIONS(2629), + [anon_sym_LT] = ACTIONS(2629), + [anon_sym_GT] = ACTIONS(2629), + [anon_sym_PIPE] = ACTIONS(2629), + [anon_sym_SLASH] = ACTIONS(2629), + [anon_sym_TILDE] = ACTIONS(2629), + [anon_sym_COMMA] = ACTIONS(2629), + [sym_keyword] = ACTIONS(2629), + [anon_sym_LT_LT] = ACTIONS(2629), + [anon_sym_GT_GT] = ACTIONS(2629), + [anon_sym_PERCENT] = ACTIONS(2629), + [anon_sym_DOT_DOT] = ACTIONS(2629), + [anon_sym_AMP] = ACTIONS(2629), + [anon_sym_PLUS] = ACTIONS(2629), + [anon_sym_DASH] = ACTIONS(2629), + [anon_sym_BANG] = ACTIONS(2629), + [anon_sym_CARET] = ACTIONS(2629), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2629), + [anon_sym_not] = ACTIONS(2629), + [anon_sym_AT] = ACTIONS(2629), + [anon_sym_LT_DASH] = ACTIONS(2629), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2629), + [anon_sym_when] = ACTIONS(2629), + [anon_sym_COLON_COLON] = ACTIONS(2629), + [anon_sym_EQ_GT] = ACTIONS(2629), + [anon_sym_EQ] = ACTIONS(2629), + [anon_sym_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2629), + [anon_sym_or] = ACTIONS(2629), + [anon_sym_AMP_AMP] = ACTIONS(2629), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2629), + [anon_sym_and] = ACTIONS(2629), + [anon_sym_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ] = ACTIONS(2629), + [anon_sym_EQ_TILDE] = ACTIONS(2629), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2629), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2629), + [anon_sym_LT_EQ] = ACTIONS(2629), + [anon_sym_GT_EQ] = ACTIONS(2629), + [anon_sym_PIPE_GT] = ACTIONS(2629), + [anon_sym_LT_LT_LT] = ACTIONS(2629), + [anon_sym_GT_GT_GT] = ACTIONS(2629), + [anon_sym_LT_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE] = ACTIONS(2629), + [anon_sym_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_TILDE_GT] = ACTIONS(2629), + [anon_sym_LT_PIPE_GT] = ACTIONS(2629), + [anon_sym_in] = ACTIONS(2629), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2629), + [anon_sym_SLASH_SLASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH] = ACTIONS(2629), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2629), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2629), + [anon_sym_LT_GT] = ACTIONS(2629), + [anon_sym_STAR] = ACTIONS(2629), + [anon_sym_STAR_STAR] = ACTIONS(2629), + [anon_sym_CARET_CARET] = ACTIONS(2629), + [anon_sym_DASH_GT] = ACTIONS(2629), + [anon_sym_DOT] = ACTIONS(2629), + [anon_sym_do] = ACTIONS(2629), + [anon_sym_fn] = ACTIONS(2629), + [anon_sym_LPAREN2] = ACTIONS(2627), + [anon_sym_LBRACK2] = ACTIONS(2627), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2627), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2627), + [sym__not_in] = ACTIONS(2627), + [sym__quoted_atom_start] = ACTIONS(2627), + }, + [1002] = { + [ts_builtin_sym_end] = ACTIONS(2599), + [aux_sym__terminator_token1] = ACTIONS(2599), + [anon_sym_SEMI] = ACTIONS(2601), + [anon_sym_LPAREN] = ACTIONS(2601), + [aux_sym_identifier_token1] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [sym_alias] = ACTIONS(2601), + [sym_integer] = ACTIONS(2601), + [sym_float] = ACTIONS(2601), + [sym_char] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2601), + [anon_sym_false] = ACTIONS(2601), + [anon_sym_nil] = ACTIONS(2601), + [sym_atom] = ACTIONS(2601), + [anon_sym_DQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2601), + [anon_sym_GT] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_SLASH] = ACTIONS(2601), + [anon_sym_TILDE] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [sym_keyword] = ACTIONS(2601), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_PERCENT] = ACTIONS(2601), + [anon_sym_DOT_DOT] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2601), + [anon_sym_DASH] = ACTIONS(2601), + [anon_sym_BANG] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2601), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), + [anon_sym_not] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2601), + [anon_sym_LT_DASH] = ACTIONS(2601), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), + [anon_sym_when] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_EQ_GT] = ACTIONS(2601), + [anon_sym_EQ] = ACTIONS(2601), + [anon_sym_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_or] = ACTIONS(2601), + [anon_sym_AMP_AMP] = ACTIONS(2601), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), + [anon_sym_and] = ACTIONS(2601), + [anon_sym_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2601), + [anon_sym_EQ_TILDE] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_PIPE_GT] = ACTIONS(2601), + [anon_sym_LT_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT_GT] = ACTIONS(2601), + [anon_sym_LT_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_PIPE_GT] = ACTIONS(2601), + [anon_sym_in] = ACTIONS(2601), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), + [anon_sym_SLASH_SLASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), + [anon_sym_LT_GT] = ACTIONS(2601), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_STAR_STAR] = ACTIONS(2601), + [anon_sym_CARET_CARET] = ACTIONS(2601), + [anon_sym_DASH_GT] = ACTIONS(2601), + [anon_sym_DOT] = ACTIONS(2601), + [anon_sym_do] = ACTIONS(2601), + [anon_sym_fn] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_LBRACK2] = ACTIONS(2599), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2599), + [sym__not_in] = ACTIONS(2599), + [sym__quoted_atom_start] = ACTIONS(2599), + }, + [1003] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2633), + [aux_sym_identifier_token1] = ACTIONS(2633), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2633), + [sym_alias] = ACTIONS(2633), + [sym_integer] = ACTIONS(2633), + [sym_float] = ACTIONS(2633), + [sym_char] = ACTIONS(2633), + [anon_sym_true] = ACTIONS(2633), + [anon_sym_false] = ACTIONS(2633), + [anon_sym_nil] = ACTIONS(2633), + [sym_atom] = ACTIONS(2633), + [anon_sym_DQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE] = ACTIONS(2633), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2633), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2633), + [anon_sym_LBRACE] = ACTIONS(2633), + [anon_sym_LBRACK] = ACTIONS(2633), + [anon_sym_LT] = ACTIONS(2633), + [anon_sym_GT] = ACTIONS(2633), + [anon_sym_PIPE] = ACTIONS(2633), + [anon_sym_SLASH] = ACTIONS(2633), + [anon_sym_TILDE] = ACTIONS(2633), + [anon_sym_COMMA] = ACTIONS(2633), + [sym_keyword] = ACTIONS(2633), + [anon_sym_LT_LT] = ACTIONS(2633), + [anon_sym_GT_GT] = ACTIONS(2633), + [anon_sym_PERCENT] = ACTIONS(2633), + [anon_sym_DOT_DOT] = ACTIONS(2633), + [anon_sym_AMP] = ACTIONS(2633), + [anon_sym_PLUS] = ACTIONS(2633), + [anon_sym_DASH] = ACTIONS(2633), + [anon_sym_BANG] = ACTIONS(2633), + [anon_sym_CARET] = ACTIONS(2633), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2633), + [anon_sym_not] = ACTIONS(2633), + [anon_sym_AT] = ACTIONS(2633), + [anon_sym_LT_DASH] = ACTIONS(2633), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2633), + [anon_sym_when] = ACTIONS(2633), + [anon_sym_COLON_COLON] = ACTIONS(2633), + [anon_sym_EQ_GT] = ACTIONS(2633), + [anon_sym_EQ] = ACTIONS(2633), + [anon_sym_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2633), + [anon_sym_or] = ACTIONS(2633), + [anon_sym_AMP_AMP] = ACTIONS(2633), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2633), + [anon_sym_and] = ACTIONS(2633), + [anon_sym_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ] = ACTIONS(2633), + [anon_sym_EQ_TILDE] = ACTIONS(2633), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2633), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2633), + [anon_sym_LT_EQ] = ACTIONS(2633), + [anon_sym_GT_EQ] = ACTIONS(2633), + [anon_sym_PIPE_GT] = ACTIONS(2633), + [anon_sym_LT_LT_LT] = ACTIONS(2633), + [anon_sym_GT_GT_GT] = ACTIONS(2633), + [anon_sym_LT_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE] = ACTIONS(2633), + [anon_sym_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_TILDE_GT] = ACTIONS(2633), + [anon_sym_LT_PIPE_GT] = ACTIONS(2633), + [anon_sym_in] = ACTIONS(2633), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2633), + [anon_sym_SLASH_SLASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH] = ACTIONS(2633), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2633), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2633), + [anon_sym_LT_GT] = ACTIONS(2633), + [anon_sym_STAR] = ACTIONS(2633), + [anon_sym_STAR_STAR] = ACTIONS(2633), + [anon_sym_CARET_CARET] = ACTIONS(2633), + [anon_sym_DASH_GT] = ACTIONS(2633), + [anon_sym_DOT] = ACTIONS(2633), + [anon_sym_do] = ACTIONS(2633), + [anon_sym_fn] = ACTIONS(2633), + [anon_sym_LPAREN2] = ACTIONS(2631), + [anon_sym_LBRACK2] = ACTIONS(2631), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2631), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2631), + [sym__not_in] = ACTIONS(2631), + [sym__quoted_atom_start] = ACTIONS(2631), + }, + [1004] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2589), + [aux_sym_identifier_token1] = ACTIONS(2589), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2589), + [sym_alias] = ACTIONS(2589), + [sym_integer] = ACTIONS(2589), + [sym_float] = ACTIONS(2589), + [sym_char] = ACTIONS(2589), + [anon_sym_true] = ACTIONS(2589), + [anon_sym_false] = ACTIONS(2589), + [anon_sym_nil] = ACTIONS(2589), + [sym_atom] = ACTIONS(2589), + [anon_sym_DQUOTE] = ACTIONS(2589), + [anon_sym_SQUOTE] = ACTIONS(2589), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2589), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2589), + [anon_sym_LBRACE] = ACTIONS(2589), + [anon_sym_LBRACK] = ACTIONS(2589), + [anon_sym_LT] = ACTIONS(2589), + [anon_sym_GT] = ACTIONS(2589), + [anon_sym_PIPE] = ACTIONS(2589), + [anon_sym_SLASH] = ACTIONS(2589), + [anon_sym_TILDE] = ACTIONS(2589), + [anon_sym_COMMA] = ACTIONS(2589), + [sym_keyword] = ACTIONS(2589), + [anon_sym_LT_LT] = ACTIONS(2589), + [anon_sym_GT_GT] = ACTIONS(2589), + [anon_sym_PERCENT] = ACTIONS(2589), + [anon_sym_DOT_DOT] = ACTIONS(2589), + [anon_sym_AMP] = ACTIONS(2589), + [anon_sym_PLUS] = ACTIONS(2589), + [anon_sym_DASH] = ACTIONS(2589), + [anon_sym_BANG] = ACTIONS(2589), + [anon_sym_CARET] = ACTIONS(2589), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2589), + [anon_sym_not] = ACTIONS(2589), + [anon_sym_AT] = ACTIONS(2589), + [anon_sym_LT_DASH] = ACTIONS(2589), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2589), + [anon_sym_when] = ACTIONS(2589), + [anon_sym_COLON_COLON] = ACTIONS(2589), + [anon_sym_EQ_GT] = ACTIONS(2589), + [anon_sym_EQ] = ACTIONS(2589), + [anon_sym_PIPE_PIPE] = ACTIONS(2589), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2589), + [anon_sym_or] = ACTIONS(2589), + [anon_sym_AMP_AMP] = ACTIONS(2589), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2589), + [anon_sym_and] = ACTIONS(2589), + [anon_sym_EQ_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ] = ACTIONS(2589), + [anon_sym_EQ_TILDE] = ACTIONS(2589), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2589), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2589), + [anon_sym_LT_EQ] = ACTIONS(2589), + [anon_sym_GT_EQ] = ACTIONS(2589), + [anon_sym_PIPE_GT] = ACTIONS(2589), + [anon_sym_LT_LT_LT] = ACTIONS(2589), + [anon_sym_GT_GT_GT] = ACTIONS(2589), + [anon_sym_LT_LT_TILDE] = ACTIONS(2589), + [anon_sym_TILDE_GT_GT] = ACTIONS(2589), + [anon_sym_LT_TILDE] = ACTIONS(2589), + [anon_sym_TILDE_GT] = ACTIONS(2589), + [anon_sym_LT_TILDE_GT] = ACTIONS(2589), + [anon_sym_LT_PIPE_GT] = ACTIONS(2589), + [anon_sym_in] = ACTIONS(2589), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2589), + [anon_sym_SLASH_SLASH] = ACTIONS(2589), + [anon_sym_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH] = ACTIONS(2589), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2589), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2589), + [anon_sym_LT_GT] = ACTIONS(2589), + [anon_sym_STAR] = ACTIONS(2589), + [anon_sym_STAR_STAR] = ACTIONS(2589), + [anon_sym_CARET_CARET] = ACTIONS(2589), + [anon_sym_DASH_GT] = ACTIONS(2589), + [anon_sym_DOT] = ACTIONS(2589), + [anon_sym_do] = ACTIONS(2589), + [anon_sym_fn] = ACTIONS(2589), + [anon_sym_LPAREN2] = ACTIONS(2587), + [anon_sym_LBRACK2] = ACTIONS(2587), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2587), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2587), + [sym__not_in] = ACTIONS(2587), + [sym__quoted_atom_start] = ACTIONS(2587), + }, + [1005] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2609), + [aux_sym_identifier_token1] = ACTIONS(2609), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2609), + [sym_alias] = ACTIONS(2609), + [sym_integer] = ACTIONS(2609), + [sym_float] = ACTIONS(2609), + [sym_char] = ACTIONS(2609), + [anon_sym_true] = ACTIONS(2609), + [anon_sym_false] = ACTIONS(2609), + [anon_sym_nil] = ACTIONS(2609), + [sym_atom] = ACTIONS(2609), + [anon_sym_DQUOTE] = ACTIONS(2609), + [anon_sym_SQUOTE] = ACTIONS(2609), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2609), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2609), + [anon_sym_LBRACE] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_LT] = ACTIONS(2609), + [anon_sym_GT] = ACTIONS(2609), + [anon_sym_PIPE] = ACTIONS(2609), + [anon_sym_SLASH] = ACTIONS(2609), + [anon_sym_TILDE] = ACTIONS(2609), + [anon_sym_COMMA] = ACTIONS(2609), + [sym_keyword] = ACTIONS(2609), + [anon_sym_LT_LT] = ACTIONS(2609), + [anon_sym_GT_GT] = ACTIONS(2609), + [anon_sym_PERCENT] = ACTIONS(2609), + [anon_sym_DOT_DOT] = ACTIONS(2609), + [anon_sym_AMP] = ACTIONS(2609), + [anon_sym_PLUS] = ACTIONS(2609), + [anon_sym_DASH] = ACTIONS(2609), + [anon_sym_BANG] = ACTIONS(2609), + [anon_sym_CARET] = ACTIONS(2609), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2609), + [anon_sym_not] = ACTIONS(2609), + [anon_sym_AT] = ACTIONS(2609), + [anon_sym_LT_DASH] = ACTIONS(2609), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2609), + [anon_sym_when] = ACTIONS(2609), + [anon_sym_COLON_COLON] = ACTIONS(2609), + [anon_sym_EQ_GT] = ACTIONS(2609), + [anon_sym_EQ] = ACTIONS(2609), + [anon_sym_PIPE_PIPE] = ACTIONS(2609), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2609), + [anon_sym_or] = ACTIONS(2609), + [anon_sym_AMP_AMP] = ACTIONS(2609), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2609), + [anon_sym_and] = ACTIONS(2609), + [anon_sym_EQ_EQ] = ACTIONS(2609), + [anon_sym_BANG_EQ] = ACTIONS(2609), + [anon_sym_EQ_TILDE] = ACTIONS(2609), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2609), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2609), + [anon_sym_LT_EQ] = ACTIONS(2609), + [anon_sym_GT_EQ] = ACTIONS(2609), + [anon_sym_PIPE_GT] = ACTIONS(2609), + [anon_sym_LT_LT_LT] = ACTIONS(2609), + [anon_sym_GT_GT_GT] = ACTIONS(2609), + [anon_sym_LT_LT_TILDE] = ACTIONS(2609), + [anon_sym_TILDE_GT_GT] = ACTIONS(2609), + [anon_sym_LT_TILDE] = ACTIONS(2609), + [anon_sym_TILDE_GT] = ACTIONS(2609), + [anon_sym_LT_TILDE_GT] = ACTIONS(2609), + [anon_sym_LT_PIPE_GT] = ACTIONS(2609), + [anon_sym_in] = ACTIONS(2609), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2609), + [anon_sym_SLASH_SLASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_DASH_DASH] = ACTIONS(2609), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2609), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2609), + [anon_sym_LT_GT] = ACTIONS(2609), + [anon_sym_STAR] = ACTIONS(2609), + [anon_sym_STAR_STAR] = ACTIONS(2609), + [anon_sym_CARET_CARET] = ACTIONS(2609), + [anon_sym_DASH_GT] = ACTIONS(2609), + [anon_sym_DOT] = ACTIONS(2609), + [anon_sym_do] = ACTIONS(2609), + [anon_sym_fn] = ACTIONS(2609), + [anon_sym_LPAREN2] = ACTIONS(2607), + [anon_sym_LBRACK2] = ACTIONS(2607), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2607), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2607), + [sym__not_in] = ACTIONS(2607), + [sym__quoted_atom_start] = ACTIONS(2607), + }, + [1006] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2605), + [aux_sym_identifier_token1] = ACTIONS(2605), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2605), + [sym_alias] = ACTIONS(2605), + [sym_integer] = ACTIONS(2605), + [sym_float] = ACTIONS(2605), + [sym_char] = ACTIONS(2605), + [anon_sym_true] = ACTIONS(2605), + [anon_sym_false] = ACTIONS(2605), + [anon_sym_nil] = ACTIONS(2605), + [sym_atom] = ACTIONS(2605), + [anon_sym_DQUOTE] = ACTIONS(2605), + [anon_sym_SQUOTE] = ACTIONS(2605), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2605), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2605), + [anon_sym_LBRACE] = ACTIONS(2605), + [anon_sym_LBRACK] = ACTIONS(2605), + [anon_sym_LT] = ACTIONS(2605), + [anon_sym_GT] = ACTIONS(2605), + [anon_sym_PIPE] = ACTIONS(2605), + [anon_sym_SLASH] = ACTIONS(2605), + [anon_sym_TILDE] = ACTIONS(2605), + [anon_sym_COMMA] = ACTIONS(2605), + [sym_keyword] = ACTIONS(2605), + [anon_sym_LT_LT] = ACTIONS(2605), + [anon_sym_GT_GT] = ACTIONS(2605), + [anon_sym_PERCENT] = ACTIONS(2605), + [anon_sym_DOT_DOT] = ACTIONS(2605), + [anon_sym_AMP] = ACTIONS(2605), + [anon_sym_PLUS] = ACTIONS(2605), + [anon_sym_DASH] = ACTIONS(2605), + [anon_sym_BANG] = ACTIONS(2605), + [anon_sym_CARET] = ACTIONS(2605), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2605), + [anon_sym_not] = ACTIONS(2605), + [anon_sym_AT] = ACTIONS(2605), + [anon_sym_LT_DASH] = ACTIONS(2605), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2605), + [anon_sym_when] = ACTIONS(2605), + [anon_sym_COLON_COLON] = ACTIONS(2605), + [anon_sym_EQ_GT] = ACTIONS(2605), + [anon_sym_EQ] = ACTIONS(2605), + [anon_sym_PIPE_PIPE] = ACTIONS(2605), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2605), + [anon_sym_or] = ACTIONS(2605), + [anon_sym_AMP_AMP] = ACTIONS(2605), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2605), + [anon_sym_and] = ACTIONS(2605), + [anon_sym_EQ_EQ] = ACTIONS(2605), + [anon_sym_BANG_EQ] = ACTIONS(2605), + [anon_sym_EQ_TILDE] = ACTIONS(2605), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2605), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2605), + [anon_sym_LT_EQ] = ACTIONS(2605), + [anon_sym_GT_EQ] = ACTIONS(2605), + [anon_sym_PIPE_GT] = ACTIONS(2605), + [anon_sym_LT_LT_LT] = ACTIONS(2605), + [anon_sym_GT_GT_GT] = ACTIONS(2605), + [anon_sym_LT_LT_TILDE] = ACTIONS(2605), + [anon_sym_TILDE_GT_GT] = ACTIONS(2605), + [anon_sym_LT_TILDE] = ACTIONS(2605), + [anon_sym_TILDE_GT] = ACTIONS(2605), + [anon_sym_LT_TILDE_GT] = ACTIONS(2605), + [anon_sym_LT_PIPE_GT] = ACTIONS(2605), + [anon_sym_in] = ACTIONS(2605), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2605), + [anon_sym_SLASH_SLASH] = ACTIONS(2605), + [anon_sym_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH] = ACTIONS(2605), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2605), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2605), + [anon_sym_LT_GT] = ACTIONS(2605), + [anon_sym_STAR] = ACTIONS(2605), + [anon_sym_STAR_STAR] = ACTIONS(2605), + [anon_sym_CARET_CARET] = ACTIONS(2605), + [anon_sym_DASH_GT] = ACTIONS(2605), + [anon_sym_DOT] = ACTIONS(2605), + [anon_sym_do] = ACTIONS(2605), + [anon_sym_fn] = ACTIONS(2605), + [anon_sym_LPAREN2] = ACTIONS(2603), + [anon_sym_LBRACK2] = ACTIONS(2603), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2603), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2603), + [sym__not_in] = ACTIONS(2603), + [sym__quoted_atom_start] = ACTIONS(2603), + }, + [1007] = { [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(2601), [aux_sym_identifier_token1] = ACTIONS(2601), @@ -141269,7 +143145,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2599), [sym__quoted_atom_start] = ACTIONS(2599), }, - [1002] = { + [1008] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), + }, + [1009] = { [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(2625), [aux_sym_identifier_token1] = ACTIONS(2625), @@ -141360,98 +143327,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2623), [sym__quoted_atom_start] = ACTIONS(2623), }, - [1003] = { - [aux_sym__terminator_token1] = ACTIONS(2623), - [anon_sym_SEMI] = ACTIONS(2625), - [anon_sym_LPAREN] = ACTIONS(2625), - [anon_sym_RPAREN] = ACTIONS(2625), - [aux_sym_identifier_token1] = ACTIONS(2625), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), - [sym_alias] = ACTIONS(2625), - [sym_integer] = ACTIONS(2625), - [sym_float] = ACTIONS(2625), - [sym_char] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_nil] = ACTIONS(2625), - [sym_atom] = ACTIONS(2625), - [anon_sym_DQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_GT] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_SLASH] = ACTIONS(2625), - [anon_sym_TILDE] = ACTIONS(2625), - [anon_sym_COMMA] = ACTIONS(2625), - [sym_keyword] = ACTIONS(2625), - [anon_sym_LT_LT] = ACTIONS(2625), - [anon_sym_PERCENT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PLUS] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_CARET] = ACTIONS(2625), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), - [anon_sym_not] = ACTIONS(2625), - [anon_sym_AT] = ACTIONS(2625), - [anon_sym_LT_DASH] = ACTIONS(2625), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), - [anon_sym_when] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_EQ_GT] = ACTIONS(2625), - [anon_sym_EQ] = ACTIONS(2625), - [anon_sym_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_or] = ACTIONS(2625), - [anon_sym_AMP_AMP] = ACTIONS(2625), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), - [anon_sym_and] = ACTIONS(2625), - [anon_sym_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ] = ACTIONS(2625), - [anon_sym_EQ_TILDE] = ACTIONS(2625), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), - [anon_sym_LT_EQ] = ACTIONS(2625), - [anon_sym_GT_EQ] = ACTIONS(2625), - [anon_sym_PIPE_GT] = ACTIONS(2625), - [anon_sym_LT_LT_LT] = ACTIONS(2625), - [anon_sym_GT_GT_GT] = ACTIONS(2625), - [anon_sym_LT_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_PIPE_GT] = ACTIONS(2625), - [anon_sym_in] = ACTIONS(2625), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), - [anon_sym_LT_GT] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_STAR_STAR] = ACTIONS(2625), - [anon_sym_CARET_CARET] = ACTIONS(2625), - [anon_sym_DASH_GT] = ACTIONS(2625), - [anon_sym_DOT] = ACTIONS(2625), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_fn] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_LBRACK2] = ACTIONS(2623), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2623), - [sym__not_in] = ACTIONS(2623), - [sym__quoted_atom_start] = ACTIONS(2623), - }, - [1004] = { + [1010] = { [aux_sym__terminator_token1] = ACTIONS(3), [anon_sym_LPAREN] = ACTIONS(2617), [aux_sym_identifier_token1] = ACTIONS(2617), @@ -141542,5838 +143418,6287 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__not_in] = ACTIONS(2615), [sym__quoted_atom_start] = ACTIONS(2615), }, - [1005] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2625), - [aux_sym_identifier_token1] = ACTIONS(2625), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2625), - [sym_alias] = ACTIONS(2625), - [sym_integer] = ACTIONS(2625), - [sym_float] = ACTIONS(2625), - [sym_char] = ACTIONS(2625), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_nil] = ACTIONS(2625), - [sym_atom] = ACTIONS(2625), - [anon_sym_DQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2625), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2625), - [anon_sym_LBRACE] = ACTIONS(2625), - [anon_sym_LBRACK] = ACTIONS(2625), - [anon_sym_LT] = ACTIONS(2625), - [anon_sym_GT] = ACTIONS(2625), - [anon_sym_PIPE] = ACTIONS(2625), - [anon_sym_SLASH] = ACTIONS(2625), - [anon_sym_TILDE] = ACTIONS(2625), - [anon_sym_COMMA] = ACTIONS(2625), - [sym_keyword] = ACTIONS(2625), - [anon_sym_LT_LT] = ACTIONS(2625), - [anon_sym_GT_GT] = ACTIONS(2625), - [anon_sym_PERCENT] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2625), - [anon_sym_AMP] = ACTIONS(2625), - [anon_sym_PLUS] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2625), - [anon_sym_BANG] = ACTIONS(2625), - [anon_sym_CARET] = ACTIONS(2625), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2625), - [anon_sym_not] = ACTIONS(2625), - [anon_sym_AT] = ACTIONS(2625), - [anon_sym_LT_DASH] = ACTIONS(2625), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2625), - [anon_sym_when] = ACTIONS(2625), - [anon_sym_COLON_COLON] = ACTIONS(2625), - [anon_sym_EQ_GT] = ACTIONS(2625), - [anon_sym_EQ] = ACTIONS(2625), - [anon_sym_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2625), - [anon_sym_or] = ACTIONS(2625), - [anon_sym_AMP_AMP] = ACTIONS(2625), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2625), - [anon_sym_and] = ACTIONS(2625), - [anon_sym_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ] = ACTIONS(2625), - [anon_sym_EQ_TILDE] = ACTIONS(2625), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2625), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2625), - [anon_sym_LT_EQ] = ACTIONS(2625), - [anon_sym_GT_EQ] = ACTIONS(2625), - [anon_sym_PIPE_GT] = ACTIONS(2625), - [anon_sym_LT_LT_LT] = ACTIONS(2625), - [anon_sym_GT_GT_GT] = ACTIONS(2625), - [anon_sym_LT_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE] = ACTIONS(2625), - [anon_sym_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_TILDE_GT] = ACTIONS(2625), - [anon_sym_LT_PIPE_GT] = ACTIONS(2625), - [anon_sym_in] = ACTIONS(2625), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH] = ACTIONS(2625), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2625), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2625), - [anon_sym_LT_GT] = ACTIONS(2625), - [anon_sym_STAR] = ACTIONS(2625), - [anon_sym_STAR_STAR] = ACTIONS(2625), - [anon_sym_CARET_CARET] = ACTIONS(2625), - [anon_sym_DASH_GT] = ACTIONS(2625), - [anon_sym_DOT] = ACTIONS(2625), - [anon_sym_do] = ACTIONS(2625), - [anon_sym_fn] = ACTIONS(2625), - [anon_sym_LPAREN2] = ACTIONS(2623), - [anon_sym_LBRACK2] = ACTIONS(2623), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2623), - [sym__not_in] = ACTIONS(2623), - [sym__quoted_atom_start] = ACTIONS(2623), - }, - [1006] = { - [aux_sym__terminator_repeat1] = STATE(1006), - [aux_sym__terminator_token1] = ACTIONS(2627), - [anon_sym_SEMI] = ACTIONS(2630), - [anon_sym_LPAREN] = ACTIONS(2630), - [aux_sym_identifier_token1] = ACTIONS(2630), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2630), - [sym_alias] = ACTIONS(2630), - [sym_integer] = ACTIONS(2630), - [sym_float] = ACTIONS(2630), - [sym_char] = ACTIONS(2630), - [anon_sym_true] = ACTIONS(2630), - [anon_sym_false] = ACTIONS(2630), - [anon_sym_nil] = ACTIONS(2630), - [sym_atom] = ACTIONS(2630), - [anon_sym_DQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2630), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2630), - [anon_sym_LBRACE] = ACTIONS(2630), - [anon_sym_LBRACK] = ACTIONS(2630), - [anon_sym_LT] = ACTIONS(2630), - [anon_sym_GT] = ACTIONS(2630), - [anon_sym_PIPE] = ACTIONS(2630), - [anon_sym_SLASH] = ACTIONS(2630), - [anon_sym_TILDE] = ACTIONS(2630), - [sym_keyword] = ACTIONS(2630), - [anon_sym_LT_LT] = ACTIONS(2630), - [anon_sym_PERCENT] = ACTIONS(2630), - [anon_sym_DOT_DOT] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2630), - [anon_sym_PLUS] = ACTIONS(2630), - [anon_sym_DASH] = ACTIONS(2630), - [anon_sym_BANG] = ACTIONS(2630), - [anon_sym_CARET] = ACTIONS(2630), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2630), - [anon_sym_not] = ACTIONS(2630), - [anon_sym_AT] = ACTIONS(2630), - [anon_sym_LT_DASH] = ACTIONS(2630), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2630), - [anon_sym_when] = ACTIONS(2630), - [anon_sym_COLON_COLON] = ACTIONS(2630), - [anon_sym_EQ] = ACTIONS(2630), - [anon_sym_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_or] = ACTIONS(2630), - [anon_sym_AMP_AMP] = ACTIONS(2630), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2630), - [anon_sym_and] = ACTIONS(2630), - [anon_sym_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ] = ACTIONS(2630), - [anon_sym_EQ_TILDE] = ACTIONS(2630), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2630), - [anon_sym_LT_EQ] = ACTIONS(2630), - [anon_sym_GT_EQ] = ACTIONS(2630), - [anon_sym_PIPE_GT] = ACTIONS(2630), - [anon_sym_LT_LT_LT] = ACTIONS(2630), - [anon_sym_GT_GT_GT] = ACTIONS(2630), - [anon_sym_LT_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_PIPE_GT] = ACTIONS(2630), - [anon_sym_in] = ACTIONS(2630), - [anon_sym_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2630), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2630), - [anon_sym_LT_GT] = ACTIONS(2630), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_STAR_STAR] = ACTIONS(2630), - [anon_sym_CARET_CARET] = ACTIONS(2630), - [anon_sym_DASH_GT] = ACTIONS(2630), - [anon_sym_DOT] = ACTIONS(2630), - [anon_sym_after] = ACTIONS(2630), - [anon_sym_catch] = ACTIONS(2630), - [anon_sym_else] = ACTIONS(2630), - [anon_sym_end] = ACTIONS(2630), - [anon_sym_fn] = ACTIONS(2630), - [anon_sym_rescue] = ACTIONS(2630), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2632), - [sym__not_in] = ACTIONS(2632), - [sym__quoted_atom_start] = ACTIONS(2632), - }, - [1007] = { - [aux_sym__terminator_repeat1] = STATE(1006), - [aux_sym__terminator_token1] = ACTIONS(2634), - [anon_sym_SEMI] = ACTIONS(2636), - [anon_sym_LPAREN] = ACTIONS(2638), - [aux_sym_identifier_token1] = ACTIONS(2638), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2638), - [sym_alias] = ACTIONS(2638), - [sym_integer] = ACTIONS(2638), - [sym_float] = ACTIONS(2638), - [sym_char] = ACTIONS(2638), - [anon_sym_true] = ACTIONS(2638), - [anon_sym_false] = ACTIONS(2638), - [anon_sym_nil] = ACTIONS(2638), - [sym_atom] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2638), - [anon_sym_LT] = ACTIONS(2638), - [anon_sym_GT] = ACTIONS(2638), - [anon_sym_PIPE] = ACTIONS(2638), - [anon_sym_SLASH] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [sym_keyword] = ACTIONS(2638), - [anon_sym_LT_LT] = ACTIONS(2638), - [anon_sym_PERCENT] = ACTIONS(2638), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2638), - [anon_sym_PLUS] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_CARET] = ACTIONS(2638), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2638), - [anon_sym_not] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(2638), - [anon_sym_LT_DASH] = ACTIONS(2638), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2638), - [anon_sym_when] = ACTIONS(2638), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_EQ] = ACTIONS(2638), - [anon_sym_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_or] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2638), - [anon_sym_and] = ACTIONS(2638), - [anon_sym_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ] = ACTIONS(2638), - [anon_sym_EQ_TILDE] = ACTIONS(2638), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2638), - [anon_sym_LT_EQ] = ACTIONS(2638), - [anon_sym_GT_EQ] = ACTIONS(2638), - [anon_sym_PIPE_GT] = ACTIONS(2638), - [anon_sym_LT_LT_LT] = ACTIONS(2638), - [anon_sym_GT_GT_GT] = ACTIONS(2638), - [anon_sym_LT_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_PIPE_GT] = ACTIONS(2638), - [anon_sym_in] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2638), - [anon_sym_LT_GT] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_STAR_STAR] = ACTIONS(2638), - [anon_sym_CARET_CARET] = ACTIONS(2638), - [anon_sym_DASH_GT] = ACTIONS(2638), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_after] = ACTIONS(2638), - [anon_sym_catch] = ACTIONS(2638), - [anon_sym_else] = ACTIONS(2638), - [anon_sym_end] = ACTIONS(2638), - [anon_sym_fn] = ACTIONS(2638), - [anon_sym_rescue] = ACTIONS(2638), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2640), - [sym__not_in] = ACTIONS(2640), - [sym__quoted_atom_start] = ACTIONS(2640), - }, - [1008] = { - [aux_sym__terminator_repeat1] = STATE(1010), - [aux_sym__terminator_token1] = ACTIONS(2642), - [anon_sym_SEMI] = ACTIONS(2644), - [anon_sym_LPAREN] = ACTIONS(2638), - [aux_sym_identifier_token1] = ACTIONS(2638), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2638), - [sym_alias] = ACTIONS(2638), - [sym_integer] = ACTIONS(2638), - [sym_float] = ACTIONS(2638), - [sym_char] = ACTIONS(2638), - [anon_sym_true] = ACTIONS(2638), - [anon_sym_false] = ACTIONS(2638), - [anon_sym_nil] = ACTIONS(2638), - [sym_atom] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2638), - [anon_sym_LT] = ACTIONS(2638), - [anon_sym_GT] = ACTIONS(2638), - [anon_sym_PIPE] = ACTIONS(2638), - [anon_sym_SLASH] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_LT_LT] = ACTIONS(2638), - [anon_sym_PERCENT] = ACTIONS(2638), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2638), - [anon_sym_PLUS] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_CARET] = ACTIONS(2638), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2638), - [anon_sym_not] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(2638), - [anon_sym_LT_DASH] = ACTIONS(2638), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2638), - [anon_sym_when] = ACTIONS(2638), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_EQ] = ACTIONS(2638), - [anon_sym_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_or] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2638), - [anon_sym_and] = ACTIONS(2638), - [anon_sym_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ] = ACTIONS(2638), - [anon_sym_EQ_TILDE] = ACTIONS(2638), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2638), - [anon_sym_LT_EQ] = ACTIONS(2638), - [anon_sym_GT_EQ] = ACTIONS(2638), - [anon_sym_PIPE_GT] = ACTIONS(2638), - [anon_sym_LT_LT_LT] = ACTIONS(2638), - [anon_sym_GT_GT_GT] = ACTIONS(2638), - [anon_sym_LT_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_PIPE_GT] = ACTIONS(2638), - [anon_sym_in] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2638), - [anon_sym_LT_GT] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_STAR_STAR] = ACTIONS(2638), - [anon_sym_CARET_CARET] = ACTIONS(2638), - [anon_sym_DASH_GT] = ACTIONS(2638), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_after] = ACTIONS(2638), - [anon_sym_catch] = ACTIONS(2638), - [anon_sym_else] = ACTIONS(2638), - [anon_sym_end] = ACTIONS(2638), - [anon_sym_fn] = ACTIONS(2638), - [anon_sym_rescue] = ACTIONS(2638), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2640), - [sym__not_in] = ACTIONS(2640), - [sym__quoted_atom_start] = ACTIONS(2640), - }, - [1009] = { - [aux_sym__terminator_repeat1] = STATE(1010), - [aux_sym__terminator_token1] = ACTIONS(2642), - [anon_sym_SEMI] = ACTIONS(2646), - [anon_sym_LPAREN] = ACTIONS(2638), - [aux_sym_identifier_token1] = ACTIONS(2638), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2638), - [sym_alias] = ACTIONS(2638), - [sym_integer] = ACTIONS(2638), - [sym_float] = ACTIONS(2638), - [sym_char] = ACTIONS(2638), - [anon_sym_true] = ACTIONS(2638), - [anon_sym_false] = ACTIONS(2638), - [anon_sym_nil] = ACTIONS(2638), - [sym_atom] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2638), - [anon_sym_LT] = ACTIONS(2638), - [anon_sym_GT] = ACTIONS(2638), - [anon_sym_PIPE] = ACTIONS(2638), - [anon_sym_SLASH] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_LT_LT] = ACTIONS(2638), - [anon_sym_PERCENT] = ACTIONS(2638), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2638), - [anon_sym_PLUS] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_CARET] = ACTIONS(2638), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2638), - [anon_sym_not] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(2638), - [anon_sym_LT_DASH] = ACTIONS(2638), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2638), - [anon_sym_when] = ACTIONS(2638), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_EQ] = ACTIONS(2638), - [anon_sym_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_or] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2638), - [anon_sym_and] = ACTIONS(2638), - [anon_sym_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ] = ACTIONS(2638), - [anon_sym_EQ_TILDE] = ACTIONS(2638), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2638), - [anon_sym_LT_EQ] = ACTIONS(2638), - [anon_sym_GT_EQ] = ACTIONS(2638), - [anon_sym_PIPE_GT] = ACTIONS(2638), - [anon_sym_LT_LT_LT] = ACTIONS(2638), - [anon_sym_GT_GT_GT] = ACTIONS(2638), - [anon_sym_LT_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_PIPE_GT] = ACTIONS(2638), - [anon_sym_in] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2638), - [anon_sym_LT_GT] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_STAR_STAR] = ACTIONS(2638), - [anon_sym_CARET_CARET] = ACTIONS(2638), - [anon_sym_DASH_GT] = ACTIONS(2638), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_after] = ACTIONS(2638), - [anon_sym_catch] = ACTIONS(2638), - [anon_sym_else] = ACTIONS(2638), - [anon_sym_end] = ACTIONS(2638), - [anon_sym_fn] = ACTIONS(2638), - [anon_sym_rescue] = ACTIONS(2638), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2640), - [sym__not_in] = ACTIONS(2640), - [sym__quoted_atom_start] = ACTIONS(2640), - }, - [1010] = { - [aux_sym__terminator_repeat1] = STATE(1010), - [aux_sym__terminator_token1] = ACTIONS(2648), - [anon_sym_SEMI] = ACTIONS(2630), - [anon_sym_LPAREN] = ACTIONS(2630), - [aux_sym_identifier_token1] = ACTIONS(2630), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2630), - [sym_alias] = ACTIONS(2630), - [sym_integer] = ACTIONS(2630), - [sym_float] = ACTIONS(2630), - [sym_char] = ACTIONS(2630), - [anon_sym_true] = ACTIONS(2630), - [anon_sym_false] = ACTIONS(2630), - [anon_sym_nil] = ACTIONS(2630), - [sym_atom] = ACTIONS(2630), - [anon_sym_DQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2630), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2630), - [anon_sym_LBRACE] = ACTIONS(2630), - [anon_sym_LBRACK] = ACTIONS(2630), - [anon_sym_LT] = ACTIONS(2630), - [anon_sym_GT] = ACTIONS(2630), - [anon_sym_PIPE] = ACTIONS(2630), - [anon_sym_SLASH] = ACTIONS(2630), - [anon_sym_TILDE] = ACTIONS(2630), - [anon_sym_LT_LT] = ACTIONS(2630), - [anon_sym_PERCENT] = ACTIONS(2630), - [anon_sym_DOT_DOT] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2630), - [anon_sym_PLUS] = ACTIONS(2630), - [anon_sym_DASH] = ACTIONS(2630), - [anon_sym_BANG] = ACTIONS(2630), - [anon_sym_CARET] = ACTIONS(2630), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2630), - [anon_sym_not] = ACTIONS(2630), - [anon_sym_AT] = ACTIONS(2630), - [anon_sym_LT_DASH] = ACTIONS(2630), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2630), - [anon_sym_when] = ACTIONS(2630), - [anon_sym_COLON_COLON] = ACTIONS(2630), - [anon_sym_EQ] = ACTIONS(2630), - [anon_sym_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_or] = ACTIONS(2630), - [anon_sym_AMP_AMP] = ACTIONS(2630), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2630), - [anon_sym_and] = ACTIONS(2630), - [anon_sym_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ] = ACTIONS(2630), - [anon_sym_EQ_TILDE] = ACTIONS(2630), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2630), - [anon_sym_LT_EQ] = ACTIONS(2630), - [anon_sym_GT_EQ] = ACTIONS(2630), - [anon_sym_PIPE_GT] = ACTIONS(2630), - [anon_sym_LT_LT_LT] = ACTIONS(2630), - [anon_sym_GT_GT_GT] = ACTIONS(2630), - [anon_sym_LT_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_PIPE_GT] = ACTIONS(2630), - [anon_sym_in] = ACTIONS(2630), - [anon_sym_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2630), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2630), - [anon_sym_LT_GT] = ACTIONS(2630), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_STAR_STAR] = ACTIONS(2630), - [anon_sym_CARET_CARET] = ACTIONS(2630), - [anon_sym_DASH_GT] = ACTIONS(2630), - [anon_sym_DOT] = ACTIONS(2630), - [anon_sym_after] = ACTIONS(2630), - [anon_sym_catch] = ACTIONS(2630), - [anon_sym_else] = ACTIONS(2630), - [anon_sym_end] = ACTIONS(2630), - [anon_sym_fn] = ACTIONS(2630), - [anon_sym_rescue] = ACTIONS(2630), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2632), - [sym__not_in] = ACTIONS(2632), - [sym__quoted_atom_start] = ACTIONS(2632), - }, [1011] = { - [aux_sym__terminator_token1] = ACTIONS(2651), - [anon_sym_SEMI] = ACTIONS(2653), - [anon_sym_LPAREN] = ACTIONS(2653), - [aux_sym_identifier_token1] = ACTIONS(2653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), - [sym_alias] = ACTIONS(2653), - [sym_integer] = ACTIONS(2653), - [sym_float] = ACTIONS(2653), - [sym_char] = ACTIONS(2653), - [anon_sym_true] = ACTIONS(2653), - [anon_sym_false] = ACTIONS(2653), - [anon_sym_nil] = ACTIONS(2653), - [sym_atom] = ACTIONS(2653), - [anon_sym_DQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2653), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_GT] = ACTIONS(2653), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_SLASH] = ACTIONS(2653), - [anon_sym_TILDE] = ACTIONS(2653), - [anon_sym_LT_LT] = ACTIONS(2653), - [anon_sym_PERCENT] = ACTIONS(2653), - [anon_sym_DOT_DOT] = ACTIONS(2653), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_PLUS] = ACTIONS(2653), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_BANG] = ACTIONS(2653), - [anon_sym_CARET] = ACTIONS(2653), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2653), - [anon_sym_not] = ACTIONS(2653), - [anon_sym_AT] = ACTIONS(2653), - [anon_sym_LT_DASH] = ACTIONS(2653), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2653), - [anon_sym_when] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2653), - [anon_sym_EQ] = ACTIONS(2653), - [anon_sym_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_or] = ACTIONS(2653), - [anon_sym_AMP_AMP] = ACTIONS(2653), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2653), - [anon_sym_and] = ACTIONS(2653), - [anon_sym_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ] = ACTIONS(2653), - [anon_sym_EQ_TILDE] = ACTIONS(2653), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), - [anon_sym_LT_EQ] = ACTIONS(2653), - [anon_sym_GT_EQ] = ACTIONS(2653), - [anon_sym_PIPE_GT] = ACTIONS(2653), - [anon_sym_LT_LT_LT] = ACTIONS(2653), - [anon_sym_GT_GT_GT] = ACTIONS(2653), - [anon_sym_LT_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_PIPE_GT] = ACTIONS(2653), - [anon_sym_in] = ACTIONS(2653), - [anon_sym_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH] = ACTIONS(2653), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2653), - [anon_sym_LT_GT] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2653), - [anon_sym_STAR_STAR] = ACTIONS(2653), - [anon_sym_CARET_CARET] = ACTIONS(2653), - [anon_sym_DASH_GT] = ACTIONS(2653), - [anon_sym_DOT] = ACTIONS(2653), - [anon_sym_after] = ACTIONS(2653), - [anon_sym_catch] = ACTIONS(2653), - [anon_sym_else] = ACTIONS(2653), - [anon_sym_end] = ACTIONS(2653), - [anon_sym_fn] = ACTIONS(2653), - [anon_sym_rescue] = ACTIONS(2653), + [aux_sym__terminator_token1] = ACTIONS(2599), + [anon_sym_SEMI] = ACTIONS(2601), + [anon_sym_LPAREN] = ACTIONS(2601), + [aux_sym_identifier_token1] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [sym_alias] = ACTIONS(2601), + [sym_integer] = ACTIONS(2601), + [sym_float] = ACTIONS(2601), + [sym_char] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2601), + [anon_sym_false] = ACTIONS(2601), + [anon_sym_nil] = ACTIONS(2601), + [sym_atom] = ACTIONS(2601), + [anon_sym_DQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2601), + [anon_sym_GT] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_SLASH] = ACTIONS(2601), + [anon_sym_TILDE] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [sym_keyword] = ACTIONS(2601), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_PERCENT] = ACTIONS(2601), + [anon_sym_DOT_DOT] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2601), + [anon_sym_DASH] = ACTIONS(2601), + [anon_sym_BANG] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2601), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), + [anon_sym_not] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2601), + [anon_sym_LT_DASH] = ACTIONS(2601), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), + [anon_sym_when] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_EQ_GT] = ACTIONS(2601), + [anon_sym_EQ] = ACTIONS(2601), + [anon_sym_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_or] = ACTIONS(2601), + [anon_sym_AMP_AMP] = ACTIONS(2601), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), + [anon_sym_and] = ACTIONS(2601), + [anon_sym_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2601), + [anon_sym_EQ_TILDE] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_PIPE_GT] = ACTIONS(2601), + [anon_sym_LT_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT_GT] = ACTIONS(2601), + [anon_sym_LT_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_PIPE_GT] = ACTIONS(2601), + [anon_sym_in] = ACTIONS(2601), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), + [anon_sym_SLASH_SLASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), + [anon_sym_LT_GT] = ACTIONS(2601), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_STAR_STAR] = ACTIONS(2601), + [anon_sym_CARET_CARET] = ACTIONS(2601), + [anon_sym_DASH_GT] = ACTIONS(2601), + [anon_sym_DOT] = ACTIONS(2601), + [anon_sym_do] = ACTIONS(2601), + [anon_sym_end] = ACTIONS(2601), + [anon_sym_fn] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_LBRACK2] = ACTIONS(2599), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2651), - [sym__not_in] = ACTIONS(2651), - [sym__quoted_atom_start] = ACTIONS(2651), + [sym__before_unary_op] = ACTIONS(2599), + [sym__not_in] = ACTIONS(2599), + [sym__quoted_atom_start] = ACTIONS(2599), }, [1012] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2653), - [aux_sym_identifier_token1] = ACTIONS(2653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), - [sym_alias] = ACTIONS(2653), - [sym_integer] = ACTIONS(2653), - [sym_float] = ACTIONS(2653), - [sym_char] = ACTIONS(2653), - [anon_sym_true] = ACTIONS(2653), - [anon_sym_false] = ACTIONS(2653), - [anon_sym_nil] = ACTIONS(2653), - [sym_atom] = ACTIONS(2653), - [anon_sym_DQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2653), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_GT] = ACTIONS(2653), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_SLASH] = ACTIONS(2653), - [anon_sym_TILDE] = ACTIONS(2653), - [sym_keyword] = ACTIONS(2653), - [anon_sym_LT_LT] = ACTIONS(2653), - [anon_sym_PERCENT] = ACTIONS(2653), - [anon_sym_DOT_DOT] = ACTIONS(2653), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_PLUS] = ACTIONS(2653), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_BANG] = ACTIONS(2653), - [anon_sym_CARET] = ACTIONS(2653), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2653), - [anon_sym_not] = ACTIONS(2653), - [anon_sym_AT] = ACTIONS(2653), - [anon_sym_LT_DASH] = ACTIONS(2653), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2653), - [anon_sym_when] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2653), - [anon_sym_EQ] = ACTIONS(2653), - [anon_sym_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_or] = ACTIONS(2653), - [anon_sym_AMP_AMP] = ACTIONS(2653), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2653), - [anon_sym_and] = ACTIONS(2653), - [anon_sym_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ] = ACTIONS(2653), - [anon_sym_EQ_TILDE] = ACTIONS(2653), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), - [anon_sym_LT_EQ] = ACTIONS(2653), - [anon_sym_GT_EQ] = ACTIONS(2653), - [anon_sym_PIPE_GT] = ACTIONS(2653), - [anon_sym_LT_LT_LT] = ACTIONS(2653), - [anon_sym_GT_GT_GT] = ACTIONS(2653), - [anon_sym_LT_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_PIPE_GT] = ACTIONS(2653), - [anon_sym_in] = ACTIONS(2653), - [anon_sym_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH] = ACTIONS(2653), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2653), - [anon_sym_LT_GT] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2653), - [anon_sym_STAR_STAR] = ACTIONS(2653), - [anon_sym_CARET_CARET] = ACTIONS(2653), - [anon_sym_DASH_GT] = ACTIONS(2653), - [anon_sym_DOT] = ACTIONS(2653), - [anon_sym_after] = ACTIONS(2653), - [anon_sym_catch] = ACTIONS(2653), - [anon_sym_else] = ACTIONS(2653), - [anon_sym_end] = ACTIONS(2653), - [anon_sym_fn] = ACTIONS(2653), - [anon_sym_rescue] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2651), - [sym__not_in] = ACTIONS(2651), - [sym__quoted_atom_start] = ACTIONS(2651), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), }, [1013] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2653), - [aux_sym_identifier_token1] = ACTIONS(2653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), - [sym_alias] = ACTIONS(2653), - [sym_integer] = ACTIONS(2653), - [sym_float] = ACTIONS(2653), - [sym_char] = ACTIONS(2653), - [anon_sym_true] = ACTIONS(2653), - [anon_sym_false] = ACTIONS(2653), - [anon_sym_nil] = ACTIONS(2653), - [sym_atom] = ACTIONS(2653), - [anon_sym_DQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2653), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_GT] = ACTIONS(2653), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_SLASH] = ACTIONS(2653), - [anon_sym_TILDE] = ACTIONS(2653), - [anon_sym_LT_LT] = ACTIONS(2653), - [anon_sym_PERCENT] = ACTIONS(2653), - [anon_sym_DOT_DOT] = ACTIONS(2653), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_PLUS] = ACTIONS(2653), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_BANG] = ACTIONS(2653), - [anon_sym_CARET] = ACTIONS(2653), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2653), - [anon_sym_not] = ACTIONS(2653), - [anon_sym_AT] = ACTIONS(2653), - [anon_sym_LT_DASH] = ACTIONS(2653), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2653), - [anon_sym_when] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2653), - [anon_sym_EQ] = ACTIONS(2653), - [anon_sym_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_or] = ACTIONS(2653), - [anon_sym_AMP_AMP] = ACTIONS(2653), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2653), - [anon_sym_and] = ACTIONS(2653), - [anon_sym_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ] = ACTIONS(2653), - [anon_sym_EQ_TILDE] = ACTIONS(2653), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), - [anon_sym_LT_EQ] = ACTIONS(2653), - [anon_sym_GT_EQ] = ACTIONS(2653), - [anon_sym_PIPE_GT] = ACTIONS(2653), - [anon_sym_LT_LT_LT] = ACTIONS(2653), - [anon_sym_GT_GT_GT] = ACTIONS(2653), - [anon_sym_LT_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_PIPE_GT] = ACTIONS(2653), - [anon_sym_in] = ACTIONS(2653), - [anon_sym_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH] = ACTIONS(2653), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2653), - [anon_sym_LT_GT] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2653), - [anon_sym_STAR_STAR] = ACTIONS(2653), - [anon_sym_CARET_CARET] = ACTIONS(2653), - [anon_sym_DASH_GT] = ACTIONS(2653), - [anon_sym_DOT] = ACTIONS(2653), - [anon_sym_after] = ACTIONS(2653), - [anon_sym_catch] = ACTIONS(2653), - [anon_sym_else] = ACTIONS(2653), - [anon_sym_end] = ACTIONS(2653), - [anon_sym_fn] = ACTIONS(2653), - [anon_sym_rescue] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2593), + [aux_sym_identifier_token1] = ACTIONS(2593), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2593), + [sym_alias] = ACTIONS(2593), + [sym_integer] = ACTIONS(2593), + [sym_float] = ACTIONS(2593), + [sym_char] = ACTIONS(2593), + [anon_sym_true] = ACTIONS(2593), + [anon_sym_false] = ACTIONS(2593), + [anon_sym_nil] = ACTIONS(2593), + [sym_atom] = ACTIONS(2593), + [anon_sym_DQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE] = ACTIONS(2593), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2593), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2593), + [anon_sym_LBRACE] = ACTIONS(2593), + [anon_sym_LBRACK] = ACTIONS(2593), + [anon_sym_LT] = ACTIONS(2593), + [anon_sym_GT] = ACTIONS(2593), + [anon_sym_PIPE] = ACTIONS(2593), + [anon_sym_SLASH] = ACTIONS(2593), + [anon_sym_TILDE] = ACTIONS(2593), + [anon_sym_COMMA] = ACTIONS(2593), + [sym_keyword] = ACTIONS(2593), + [anon_sym_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT] = ACTIONS(2593), + [anon_sym_PERCENT] = ACTIONS(2593), + [anon_sym_DOT_DOT] = ACTIONS(2593), + [anon_sym_AMP] = ACTIONS(2593), + [anon_sym_PLUS] = ACTIONS(2593), + [anon_sym_DASH] = ACTIONS(2593), + [anon_sym_BANG] = ACTIONS(2593), + [anon_sym_CARET] = ACTIONS(2593), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2593), + [anon_sym_not] = ACTIONS(2593), + [anon_sym_AT] = ACTIONS(2593), + [anon_sym_LT_DASH] = ACTIONS(2593), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2593), + [anon_sym_when] = ACTIONS(2593), + [anon_sym_COLON_COLON] = ACTIONS(2593), + [anon_sym_EQ_GT] = ACTIONS(2593), + [anon_sym_EQ] = ACTIONS(2593), + [anon_sym_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2593), + [anon_sym_or] = ACTIONS(2593), + [anon_sym_AMP_AMP] = ACTIONS(2593), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2593), + [anon_sym_and] = ACTIONS(2593), + [anon_sym_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ] = ACTIONS(2593), + [anon_sym_EQ_TILDE] = ACTIONS(2593), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2593), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2593), + [anon_sym_LT_EQ] = ACTIONS(2593), + [anon_sym_GT_EQ] = ACTIONS(2593), + [anon_sym_PIPE_GT] = ACTIONS(2593), + [anon_sym_LT_LT_LT] = ACTIONS(2593), + [anon_sym_GT_GT_GT] = ACTIONS(2593), + [anon_sym_LT_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE] = ACTIONS(2593), + [anon_sym_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_TILDE_GT] = ACTIONS(2593), + [anon_sym_LT_PIPE_GT] = ACTIONS(2593), + [anon_sym_in] = ACTIONS(2593), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2593), + [anon_sym_SLASH_SLASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH] = ACTIONS(2593), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2593), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2593), + [anon_sym_LT_GT] = ACTIONS(2593), + [anon_sym_STAR] = ACTIONS(2593), + [anon_sym_STAR_STAR] = ACTIONS(2593), + [anon_sym_CARET_CARET] = ACTIONS(2593), + [anon_sym_DASH_GT] = ACTIONS(2593), + [anon_sym_DOT] = ACTIONS(2593), + [anon_sym_do] = ACTIONS(2593), + [anon_sym_fn] = ACTIONS(2593), + [anon_sym_LPAREN2] = ACTIONS(2591), + [anon_sym_LBRACK2] = ACTIONS(2591), [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2591), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2651), - [sym__not_in] = ACTIONS(2651), - [sym__quoted_atom_start] = ACTIONS(2651), + [sym__before_unary_op] = ACTIONS(2591), + [sym__not_in] = ACTIONS(2591), + [sym__quoted_atom_start] = ACTIONS(2591), }, [1014] = { - [aux_sym__terminator_repeat1] = STATE(1015), - [aux_sym__terminator_token1] = ACTIONS(2655), - [anon_sym_SEMI] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2638), - [anon_sym_RPAREN] = ACTIONS(2638), - [aux_sym_identifier_token1] = ACTIONS(2638), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2638), - [sym_alias] = ACTIONS(2638), - [sym_integer] = ACTIONS(2638), - [sym_float] = ACTIONS(2638), - [sym_char] = ACTIONS(2638), - [anon_sym_true] = ACTIONS(2638), - [anon_sym_false] = ACTIONS(2638), - [anon_sym_nil] = ACTIONS(2638), - [sym_atom] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2638), - [anon_sym_LT] = ACTIONS(2638), - [anon_sym_GT] = ACTIONS(2638), - [anon_sym_PIPE] = ACTIONS(2638), - [anon_sym_SLASH] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [sym_keyword] = ACTIONS(2638), - [anon_sym_LT_LT] = ACTIONS(2638), - [anon_sym_PERCENT] = ACTIONS(2638), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2638), - [anon_sym_PLUS] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_CARET] = ACTIONS(2638), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2638), - [anon_sym_not] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(2638), - [anon_sym_LT_DASH] = ACTIONS(2638), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2638), - [anon_sym_when] = ACTIONS(2638), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_EQ] = ACTIONS(2638), - [anon_sym_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_or] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2638), - [anon_sym_and] = ACTIONS(2638), - [anon_sym_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ] = ACTIONS(2638), - [anon_sym_EQ_TILDE] = ACTIONS(2638), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2638), - [anon_sym_LT_EQ] = ACTIONS(2638), - [anon_sym_GT_EQ] = ACTIONS(2638), - [anon_sym_PIPE_GT] = ACTIONS(2638), - [anon_sym_LT_LT_LT] = ACTIONS(2638), - [anon_sym_GT_GT_GT] = ACTIONS(2638), - [anon_sym_LT_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_PIPE_GT] = ACTIONS(2638), - [anon_sym_in] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2638), - [anon_sym_LT_GT] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_STAR_STAR] = ACTIONS(2638), - [anon_sym_CARET_CARET] = ACTIONS(2638), - [anon_sym_DASH_GT] = ACTIONS(2638), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_fn] = ACTIONS(2638), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2597), + [aux_sym_identifier_token1] = ACTIONS(2597), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2597), + [sym_alias] = ACTIONS(2597), + [sym_integer] = ACTIONS(2597), + [sym_float] = ACTIONS(2597), + [sym_char] = ACTIONS(2597), + [anon_sym_true] = ACTIONS(2597), + [anon_sym_false] = ACTIONS(2597), + [anon_sym_nil] = ACTIONS(2597), + [sym_atom] = ACTIONS(2597), + [anon_sym_DQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE] = ACTIONS(2597), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2597), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_LT] = ACTIONS(2597), + [anon_sym_GT] = ACTIONS(2597), + [anon_sym_PIPE] = ACTIONS(2597), + [anon_sym_SLASH] = ACTIONS(2597), + [anon_sym_TILDE] = ACTIONS(2597), + [anon_sym_COMMA] = ACTIONS(2597), + [sym_keyword] = ACTIONS(2597), + [anon_sym_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT] = ACTIONS(2597), + [anon_sym_PERCENT] = ACTIONS(2597), + [anon_sym_DOT_DOT] = ACTIONS(2597), + [anon_sym_AMP] = ACTIONS(2597), + [anon_sym_PLUS] = ACTIONS(2597), + [anon_sym_DASH] = ACTIONS(2597), + [anon_sym_BANG] = ACTIONS(2597), + [anon_sym_CARET] = ACTIONS(2597), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2597), + [anon_sym_not] = ACTIONS(2597), + [anon_sym_AT] = ACTIONS(2597), + [anon_sym_LT_DASH] = ACTIONS(2597), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2597), + [anon_sym_when] = ACTIONS(2597), + [anon_sym_COLON_COLON] = ACTIONS(2597), + [anon_sym_EQ_GT] = ACTIONS(2597), + [anon_sym_EQ] = ACTIONS(2597), + [anon_sym_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2597), + [anon_sym_or] = ACTIONS(2597), + [anon_sym_AMP_AMP] = ACTIONS(2597), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2597), + [anon_sym_and] = ACTIONS(2597), + [anon_sym_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ] = ACTIONS(2597), + [anon_sym_EQ_TILDE] = ACTIONS(2597), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2597), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2597), + [anon_sym_LT_EQ] = ACTIONS(2597), + [anon_sym_GT_EQ] = ACTIONS(2597), + [anon_sym_PIPE_GT] = ACTIONS(2597), + [anon_sym_LT_LT_LT] = ACTIONS(2597), + [anon_sym_GT_GT_GT] = ACTIONS(2597), + [anon_sym_LT_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE] = ACTIONS(2597), + [anon_sym_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_TILDE_GT] = ACTIONS(2597), + [anon_sym_LT_PIPE_GT] = ACTIONS(2597), + [anon_sym_in] = ACTIONS(2597), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2597), + [anon_sym_SLASH_SLASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH] = ACTIONS(2597), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2597), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2597), + [anon_sym_LT_GT] = ACTIONS(2597), + [anon_sym_STAR] = ACTIONS(2597), + [anon_sym_STAR_STAR] = ACTIONS(2597), + [anon_sym_CARET_CARET] = ACTIONS(2597), + [anon_sym_DASH_GT] = ACTIONS(2597), + [anon_sym_DOT] = ACTIONS(2597), + [anon_sym_do] = ACTIONS(2597), + [anon_sym_fn] = ACTIONS(2597), + [anon_sym_LPAREN2] = ACTIONS(2595), + [anon_sym_LBRACK2] = ACTIONS(2595), [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2595), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2640), - [sym__not_in] = ACTIONS(2640), - [sym__quoted_atom_start] = ACTIONS(2640), + [sym__before_unary_op] = ACTIONS(2595), + [sym__not_in] = ACTIONS(2595), + [sym__quoted_atom_start] = ACTIONS(2595), }, [1015] = { - [aux_sym__terminator_repeat1] = STATE(1015), - [aux_sym__terminator_token1] = ACTIONS(2659), - [anon_sym_SEMI] = ACTIONS(2630), - [anon_sym_LPAREN] = ACTIONS(2630), - [anon_sym_RPAREN] = ACTIONS(2630), - [aux_sym_identifier_token1] = ACTIONS(2630), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2630), - [sym_alias] = ACTIONS(2630), - [sym_integer] = ACTIONS(2630), - [sym_float] = ACTIONS(2630), - [sym_char] = ACTIONS(2630), - [anon_sym_true] = ACTIONS(2630), - [anon_sym_false] = ACTIONS(2630), - [anon_sym_nil] = ACTIONS(2630), - [sym_atom] = ACTIONS(2630), - [anon_sym_DQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2630), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2630), - [anon_sym_LBRACE] = ACTIONS(2630), - [anon_sym_LBRACK] = ACTIONS(2630), - [anon_sym_LT] = ACTIONS(2630), - [anon_sym_GT] = ACTIONS(2630), - [anon_sym_PIPE] = ACTIONS(2630), - [anon_sym_SLASH] = ACTIONS(2630), - [anon_sym_TILDE] = ACTIONS(2630), - [sym_keyword] = ACTIONS(2630), - [anon_sym_LT_LT] = ACTIONS(2630), - [anon_sym_PERCENT] = ACTIONS(2630), - [anon_sym_DOT_DOT] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2630), - [anon_sym_PLUS] = ACTIONS(2630), - [anon_sym_DASH] = ACTIONS(2630), - [anon_sym_BANG] = ACTIONS(2630), - [anon_sym_CARET] = ACTIONS(2630), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2630), - [anon_sym_not] = ACTIONS(2630), - [anon_sym_AT] = ACTIONS(2630), - [anon_sym_LT_DASH] = ACTIONS(2630), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2630), - [anon_sym_when] = ACTIONS(2630), - [anon_sym_COLON_COLON] = ACTIONS(2630), - [anon_sym_EQ] = ACTIONS(2630), - [anon_sym_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_or] = ACTIONS(2630), - [anon_sym_AMP_AMP] = ACTIONS(2630), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2630), - [anon_sym_and] = ACTIONS(2630), - [anon_sym_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ] = ACTIONS(2630), - [anon_sym_EQ_TILDE] = ACTIONS(2630), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2630), - [anon_sym_LT_EQ] = ACTIONS(2630), - [anon_sym_GT_EQ] = ACTIONS(2630), - [anon_sym_PIPE_GT] = ACTIONS(2630), - [anon_sym_LT_LT_LT] = ACTIONS(2630), - [anon_sym_GT_GT_GT] = ACTIONS(2630), - [anon_sym_LT_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_PIPE_GT] = ACTIONS(2630), - [anon_sym_in] = ACTIONS(2630), - [anon_sym_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2630), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2630), - [anon_sym_LT_GT] = ACTIONS(2630), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_STAR_STAR] = ACTIONS(2630), - [anon_sym_CARET_CARET] = ACTIONS(2630), - [anon_sym_DASH_GT] = ACTIONS(2630), - [anon_sym_DOT] = ACTIONS(2630), - [anon_sym_fn] = ACTIONS(2630), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2613), + [aux_sym_identifier_token1] = ACTIONS(2613), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2613), + [sym_alias] = ACTIONS(2613), + [sym_integer] = ACTIONS(2613), + [sym_float] = ACTIONS(2613), + [sym_char] = ACTIONS(2613), + [anon_sym_true] = ACTIONS(2613), + [anon_sym_false] = ACTIONS(2613), + [anon_sym_nil] = ACTIONS(2613), + [sym_atom] = ACTIONS(2613), + [anon_sym_DQUOTE] = ACTIONS(2613), + [anon_sym_SQUOTE] = ACTIONS(2613), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2613), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2613), + [anon_sym_LBRACE] = ACTIONS(2613), + [anon_sym_LBRACK] = ACTIONS(2613), + [anon_sym_LT] = ACTIONS(2613), + [anon_sym_GT] = ACTIONS(2613), + [anon_sym_PIPE] = ACTIONS(2613), + [anon_sym_SLASH] = ACTIONS(2613), + [anon_sym_TILDE] = ACTIONS(2613), + [anon_sym_COMMA] = ACTIONS(2613), + [sym_keyword] = ACTIONS(2613), + [anon_sym_LT_LT] = ACTIONS(2613), + [anon_sym_GT_GT] = ACTIONS(2613), + [anon_sym_PERCENT] = ACTIONS(2613), + [anon_sym_DOT_DOT] = ACTIONS(2613), + [anon_sym_AMP] = ACTIONS(2613), + [anon_sym_PLUS] = ACTIONS(2613), + [anon_sym_DASH] = ACTIONS(2613), + [anon_sym_BANG] = ACTIONS(2613), + [anon_sym_CARET] = ACTIONS(2613), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2613), + [anon_sym_not] = ACTIONS(2613), + [anon_sym_AT] = ACTIONS(2613), + [anon_sym_LT_DASH] = ACTIONS(2613), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2613), + [anon_sym_when] = ACTIONS(2613), + [anon_sym_COLON_COLON] = ACTIONS(2613), + [anon_sym_EQ_GT] = ACTIONS(2613), + [anon_sym_EQ] = ACTIONS(2613), + [anon_sym_PIPE_PIPE] = ACTIONS(2613), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2613), + [anon_sym_or] = ACTIONS(2613), + [anon_sym_AMP_AMP] = ACTIONS(2613), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2613), + [anon_sym_and] = ACTIONS(2613), + [anon_sym_EQ_EQ] = ACTIONS(2613), + [anon_sym_BANG_EQ] = ACTIONS(2613), + [anon_sym_EQ_TILDE] = ACTIONS(2613), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2613), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2613), + [anon_sym_LT_EQ] = ACTIONS(2613), + [anon_sym_GT_EQ] = ACTIONS(2613), + [anon_sym_PIPE_GT] = ACTIONS(2613), + [anon_sym_LT_LT_LT] = ACTIONS(2613), + [anon_sym_GT_GT_GT] = ACTIONS(2613), + [anon_sym_LT_LT_TILDE] = ACTIONS(2613), + [anon_sym_TILDE_GT_GT] = ACTIONS(2613), + [anon_sym_LT_TILDE] = ACTIONS(2613), + [anon_sym_TILDE_GT] = ACTIONS(2613), + [anon_sym_LT_TILDE_GT] = ACTIONS(2613), + [anon_sym_LT_PIPE_GT] = ACTIONS(2613), + [anon_sym_in] = ACTIONS(2613), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2613), + [anon_sym_SLASH_SLASH] = ACTIONS(2613), + [anon_sym_PLUS_PLUS] = ACTIONS(2613), + [anon_sym_DASH_DASH] = ACTIONS(2613), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2613), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2613), + [anon_sym_LT_GT] = ACTIONS(2613), + [anon_sym_STAR] = ACTIONS(2613), + [anon_sym_STAR_STAR] = ACTIONS(2613), + [anon_sym_CARET_CARET] = ACTIONS(2613), + [anon_sym_DASH_GT] = ACTIONS(2613), + [anon_sym_DOT] = ACTIONS(2613), + [anon_sym_do] = ACTIONS(2613), + [anon_sym_fn] = ACTIONS(2613), + [anon_sym_LPAREN2] = ACTIONS(2611), + [anon_sym_LBRACK2] = ACTIONS(2611), [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2611), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2632), - [sym__not_in] = ACTIONS(2632), - [sym__quoted_atom_start] = ACTIONS(2632), + [sym__before_unary_op] = ACTIONS(2611), + [sym__not_in] = ACTIONS(2611), + [sym__quoted_atom_start] = ACTIONS(2611), }, [1016] = { - [aux_sym__terminator_repeat1] = STATE(1021), - [ts_builtin_sym_end] = ACTIONS(2640), - [aux_sym__terminator_token1] = ACTIONS(2662), - [anon_sym_SEMI] = ACTIONS(2664), - [anon_sym_LPAREN] = ACTIONS(2638), - [aux_sym_identifier_token1] = ACTIONS(2638), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2638), - [sym_alias] = ACTIONS(2638), - [sym_integer] = ACTIONS(2638), - [sym_float] = ACTIONS(2638), - [sym_char] = ACTIONS(2638), - [anon_sym_true] = ACTIONS(2638), - [anon_sym_false] = ACTIONS(2638), - [anon_sym_nil] = ACTIONS(2638), - [sym_atom] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2638), - [anon_sym_LT] = ACTIONS(2638), - [anon_sym_GT] = ACTIONS(2638), - [anon_sym_PIPE] = ACTIONS(2638), - [anon_sym_SLASH] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_LT_LT] = ACTIONS(2638), - [anon_sym_PERCENT] = ACTIONS(2638), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2638), - [anon_sym_PLUS] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_CARET] = ACTIONS(2638), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2638), - [anon_sym_not] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(2638), - [anon_sym_LT_DASH] = ACTIONS(2638), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2638), - [anon_sym_when] = ACTIONS(2638), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_EQ] = ACTIONS(2638), - [anon_sym_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_or] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2638), - [anon_sym_and] = ACTIONS(2638), - [anon_sym_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ] = ACTIONS(2638), - [anon_sym_EQ_TILDE] = ACTIONS(2638), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2638), - [anon_sym_LT_EQ] = ACTIONS(2638), - [anon_sym_GT_EQ] = ACTIONS(2638), - [anon_sym_PIPE_GT] = ACTIONS(2638), - [anon_sym_LT_LT_LT] = ACTIONS(2638), - [anon_sym_GT_GT_GT] = ACTIONS(2638), - [anon_sym_LT_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_PIPE_GT] = ACTIONS(2638), - [anon_sym_in] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2638), - [anon_sym_LT_GT] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_STAR_STAR] = ACTIONS(2638), - [anon_sym_CARET_CARET] = ACTIONS(2638), - [anon_sym_DASH_GT] = ACTIONS(2638), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_fn] = ACTIONS(2638), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2621), + [aux_sym_identifier_token1] = ACTIONS(2621), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2621), + [sym_alias] = ACTIONS(2621), + [sym_integer] = ACTIONS(2621), + [sym_float] = ACTIONS(2621), + [sym_char] = ACTIONS(2621), + [anon_sym_true] = ACTIONS(2621), + [anon_sym_false] = ACTIONS(2621), + [anon_sym_nil] = ACTIONS(2621), + [sym_atom] = ACTIONS(2621), + [anon_sym_DQUOTE] = ACTIONS(2621), + [anon_sym_SQUOTE] = ACTIONS(2621), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2621), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2621), + [anon_sym_LBRACE] = ACTIONS(2621), + [anon_sym_LBRACK] = ACTIONS(2621), + [anon_sym_LT] = ACTIONS(2621), + [anon_sym_GT] = ACTIONS(2621), + [anon_sym_PIPE] = ACTIONS(2621), + [anon_sym_SLASH] = ACTIONS(2621), + [anon_sym_TILDE] = ACTIONS(2621), + [anon_sym_COMMA] = ACTIONS(2621), + [sym_keyword] = ACTIONS(2621), + [anon_sym_LT_LT] = ACTIONS(2621), + [anon_sym_GT_GT] = ACTIONS(2621), + [anon_sym_PERCENT] = ACTIONS(2621), + [anon_sym_DOT_DOT] = ACTIONS(2621), + [anon_sym_AMP] = ACTIONS(2621), + [anon_sym_PLUS] = ACTIONS(2621), + [anon_sym_DASH] = ACTIONS(2621), + [anon_sym_BANG] = ACTIONS(2621), + [anon_sym_CARET] = ACTIONS(2621), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2621), + [anon_sym_not] = ACTIONS(2621), + [anon_sym_AT] = ACTIONS(2621), + [anon_sym_LT_DASH] = ACTIONS(2621), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2621), + [anon_sym_when] = ACTIONS(2621), + [anon_sym_COLON_COLON] = ACTIONS(2621), + [anon_sym_EQ_GT] = ACTIONS(2621), + [anon_sym_EQ] = ACTIONS(2621), + [anon_sym_PIPE_PIPE] = ACTIONS(2621), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2621), + [anon_sym_or] = ACTIONS(2621), + [anon_sym_AMP_AMP] = ACTIONS(2621), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2621), + [anon_sym_and] = ACTIONS(2621), + [anon_sym_EQ_EQ] = ACTIONS(2621), + [anon_sym_BANG_EQ] = ACTIONS(2621), + [anon_sym_EQ_TILDE] = ACTIONS(2621), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2621), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2621), + [anon_sym_LT_EQ] = ACTIONS(2621), + [anon_sym_GT_EQ] = ACTIONS(2621), + [anon_sym_PIPE_GT] = ACTIONS(2621), + [anon_sym_LT_LT_LT] = ACTIONS(2621), + [anon_sym_GT_GT_GT] = ACTIONS(2621), + [anon_sym_LT_LT_TILDE] = ACTIONS(2621), + [anon_sym_TILDE_GT_GT] = ACTIONS(2621), + [anon_sym_LT_TILDE] = ACTIONS(2621), + [anon_sym_TILDE_GT] = ACTIONS(2621), + [anon_sym_LT_TILDE_GT] = ACTIONS(2621), + [anon_sym_LT_PIPE_GT] = ACTIONS(2621), + [anon_sym_in] = ACTIONS(2621), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2621), + [anon_sym_SLASH_SLASH] = ACTIONS(2621), + [anon_sym_PLUS_PLUS] = ACTIONS(2621), + [anon_sym_DASH_DASH] = ACTIONS(2621), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2621), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2621), + [anon_sym_LT_GT] = ACTIONS(2621), + [anon_sym_STAR] = ACTIONS(2621), + [anon_sym_STAR_STAR] = ACTIONS(2621), + [anon_sym_CARET_CARET] = ACTIONS(2621), + [anon_sym_DASH_GT] = ACTIONS(2621), + [anon_sym_DOT] = ACTIONS(2621), + [anon_sym_do] = ACTIONS(2621), + [anon_sym_fn] = ACTIONS(2621), + [anon_sym_LPAREN2] = ACTIONS(2619), + [anon_sym_LBRACK2] = ACTIONS(2619), [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2619), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2640), - [sym__not_in] = ACTIONS(2640), - [sym__quoted_atom_start] = ACTIONS(2640), + [sym__before_unary_op] = ACTIONS(2619), + [sym__not_in] = ACTIONS(2619), + [sym__quoted_atom_start] = ACTIONS(2619), }, [1017] = { - [aux_sym__terminator_repeat1] = STATE(1017), - [aux_sym__terminator_token1] = ACTIONS(2666), - [anon_sym_SEMI] = ACTIONS(2630), - [anon_sym_LPAREN] = ACTIONS(2630), - [anon_sym_RPAREN] = ACTIONS(2630), - [aux_sym_identifier_token1] = ACTIONS(2630), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2630), - [sym_alias] = ACTIONS(2630), - [sym_integer] = ACTIONS(2630), - [sym_float] = ACTIONS(2630), - [sym_char] = ACTIONS(2630), - [anon_sym_true] = ACTIONS(2630), - [anon_sym_false] = ACTIONS(2630), - [anon_sym_nil] = ACTIONS(2630), - [sym_atom] = ACTIONS(2630), - [anon_sym_DQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2630), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2630), - [anon_sym_LBRACE] = ACTIONS(2630), - [anon_sym_LBRACK] = ACTIONS(2630), - [anon_sym_LT] = ACTIONS(2630), - [anon_sym_GT] = ACTIONS(2630), - [anon_sym_PIPE] = ACTIONS(2630), - [anon_sym_SLASH] = ACTIONS(2630), - [anon_sym_TILDE] = ACTIONS(2630), - [anon_sym_LT_LT] = ACTIONS(2630), - [anon_sym_PERCENT] = ACTIONS(2630), - [anon_sym_DOT_DOT] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2630), - [anon_sym_PLUS] = ACTIONS(2630), - [anon_sym_DASH] = ACTIONS(2630), - [anon_sym_BANG] = ACTIONS(2630), - [anon_sym_CARET] = ACTIONS(2630), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2630), - [anon_sym_not] = ACTIONS(2630), - [anon_sym_AT] = ACTIONS(2630), - [anon_sym_LT_DASH] = ACTIONS(2630), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2630), - [anon_sym_when] = ACTIONS(2630), - [anon_sym_COLON_COLON] = ACTIONS(2630), - [anon_sym_EQ] = ACTIONS(2630), - [anon_sym_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_or] = ACTIONS(2630), - [anon_sym_AMP_AMP] = ACTIONS(2630), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2630), - [anon_sym_and] = ACTIONS(2630), - [anon_sym_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ] = ACTIONS(2630), - [anon_sym_EQ_TILDE] = ACTIONS(2630), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2630), - [anon_sym_LT_EQ] = ACTIONS(2630), - [anon_sym_GT_EQ] = ACTIONS(2630), - [anon_sym_PIPE_GT] = ACTIONS(2630), - [anon_sym_LT_LT_LT] = ACTIONS(2630), - [anon_sym_GT_GT_GT] = ACTIONS(2630), - [anon_sym_LT_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_PIPE_GT] = ACTIONS(2630), - [anon_sym_in] = ACTIONS(2630), - [anon_sym_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2630), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2630), - [anon_sym_LT_GT] = ACTIONS(2630), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_STAR_STAR] = ACTIONS(2630), - [anon_sym_CARET_CARET] = ACTIONS(2630), - [anon_sym_DASH_GT] = ACTIONS(2630), - [anon_sym_DOT] = ACTIONS(2630), - [anon_sym_fn] = ACTIONS(2630), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2601), + [aux_sym_identifier_token1] = ACTIONS(2601), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2601), + [sym_alias] = ACTIONS(2601), + [sym_integer] = ACTIONS(2601), + [sym_float] = ACTIONS(2601), + [sym_char] = ACTIONS(2601), + [anon_sym_true] = ACTIONS(2601), + [anon_sym_false] = ACTIONS(2601), + [anon_sym_nil] = ACTIONS(2601), + [sym_atom] = ACTIONS(2601), + [anon_sym_DQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE] = ACTIONS(2601), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2601), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2601), + [anon_sym_LBRACE] = ACTIONS(2601), + [anon_sym_LBRACK] = ACTIONS(2601), + [anon_sym_LT] = ACTIONS(2601), + [anon_sym_GT] = ACTIONS(2601), + [anon_sym_PIPE] = ACTIONS(2601), + [anon_sym_SLASH] = ACTIONS(2601), + [anon_sym_TILDE] = ACTIONS(2601), + [anon_sym_COMMA] = ACTIONS(2601), + [sym_keyword] = ACTIONS(2601), + [anon_sym_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT] = ACTIONS(2601), + [anon_sym_PERCENT] = ACTIONS(2601), + [anon_sym_DOT_DOT] = ACTIONS(2601), + [anon_sym_AMP] = ACTIONS(2601), + [anon_sym_PLUS] = ACTIONS(2601), + [anon_sym_DASH] = ACTIONS(2601), + [anon_sym_BANG] = ACTIONS(2601), + [anon_sym_CARET] = ACTIONS(2601), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2601), + [anon_sym_not] = ACTIONS(2601), + [anon_sym_AT] = ACTIONS(2601), + [anon_sym_LT_DASH] = ACTIONS(2601), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2601), + [anon_sym_when] = ACTIONS(2601), + [anon_sym_COLON_COLON] = ACTIONS(2601), + [anon_sym_EQ_GT] = ACTIONS(2601), + [anon_sym_EQ] = ACTIONS(2601), + [anon_sym_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2601), + [anon_sym_or] = ACTIONS(2601), + [anon_sym_AMP_AMP] = ACTIONS(2601), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2601), + [anon_sym_and] = ACTIONS(2601), + [anon_sym_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ] = ACTIONS(2601), + [anon_sym_EQ_TILDE] = ACTIONS(2601), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2601), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2601), + [anon_sym_LT_EQ] = ACTIONS(2601), + [anon_sym_GT_EQ] = ACTIONS(2601), + [anon_sym_PIPE_GT] = ACTIONS(2601), + [anon_sym_LT_LT_LT] = ACTIONS(2601), + [anon_sym_GT_GT_GT] = ACTIONS(2601), + [anon_sym_LT_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE] = ACTIONS(2601), + [anon_sym_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_TILDE_GT] = ACTIONS(2601), + [anon_sym_LT_PIPE_GT] = ACTIONS(2601), + [anon_sym_in] = ACTIONS(2601), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2601), + [anon_sym_SLASH_SLASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH] = ACTIONS(2601), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2601), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2601), + [anon_sym_LT_GT] = ACTIONS(2601), + [anon_sym_STAR] = ACTIONS(2601), + [anon_sym_STAR_STAR] = ACTIONS(2601), + [anon_sym_CARET_CARET] = ACTIONS(2601), + [anon_sym_DASH_GT] = ACTIONS(2601), + [anon_sym_DOT] = ACTIONS(2601), + [anon_sym_do] = ACTIONS(2601), + [anon_sym_fn] = ACTIONS(2601), + [anon_sym_LPAREN2] = ACTIONS(2599), + [anon_sym_LBRACK2] = ACTIONS(2599), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2632), - [sym__not_in] = ACTIONS(2632), - [sym__quoted_atom_start] = ACTIONS(2632), + [sym__before_unary_op] = ACTIONS(2599), + [sym__not_in] = ACTIONS(2599), + [sym__quoted_atom_start] = ACTIONS(2599), }, [1018] = { - [aux_sym__terminator_repeat1] = STATE(1017), - [aux_sym__terminator_token1] = ACTIONS(2669), - [anon_sym_SEMI] = ACTIONS(2671), - [anon_sym_LPAREN] = ACTIONS(2638), - [anon_sym_RPAREN] = ACTIONS(2638), - [aux_sym_identifier_token1] = ACTIONS(2638), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2638), - [sym_alias] = ACTIONS(2638), - [sym_integer] = ACTIONS(2638), - [sym_float] = ACTIONS(2638), - [sym_char] = ACTIONS(2638), - [anon_sym_true] = ACTIONS(2638), - [anon_sym_false] = ACTIONS(2638), - [anon_sym_nil] = ACTIONS(2638), - [sym_atom] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2638), - [anon_sym_LT] = ACTIONS(2638), - [anon_sym_GT] = ACTIONS(2638), - [anon_sym_PIPE] = ACTIONS(2638), - [anon_sym_SLASH] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_LT_LT] = ACTIONS(2638), - [anon_sym_PERCENT] = ACTIONS(2638), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2638), - [anon_sym_PLUS] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_CARET] = ACTIONS(2638), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2638), - [anon_sym_not] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(2638), - [anon_sym_LT_DASH] = ACTIONS(2638), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2638), - [anon_sym_when] = ACTIONS(2638), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_EQ] = ACTIONS(2638), - [anon_sym_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_or] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2638), - [anon_sym_and] = ACTIONS(2638), - [anon_sym_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ] = ACTIONS(2638), - [anon_sym_EQ_TILDE] = ACTIONS(2638), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2638), - [anon_sym_LT_EQ] = ACTIONS(2638), - [anon_sym_GT_EQ] = ACTIONS(2638), - [anon_sym_PIPE_GT] = ACTIONS(2638), - [anon_sym_LT_LT_LT] = ACTIONS(2638), - [anon_sym_GT_GT_GT] = ACTIONS(2638), - [anon_sym_LT_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_PIPE_GT] = ACTIONS(2638), - [anon_sym_in] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2638), - [anon_sym_LT_GT] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_STAR_STAR] = ACTIONS(2638), - [anon_sym_CARET_CARET] = ACTIONS(2638), - [anon_sym_DASH_GT] = ACTIONS(2638), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_fn] = ACTIONS(2638), + [aux_sym__terminator_repeat1] = STATE(1019), + [aux_sym__terminator_token1] = ACTIONS(2635), + [anon_sym_SEMI] = ACTIONS(2637), + [anon_sym_LPAREN] = ACTIONS(2639), + [aux_sym_identifier_token1] = ACTIONS(2639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), + [sym_alias] = ACTIONS(2639), + [sym_integer] = ACTIONS(2639), + [sym_float] = ACTIONS(2639), + [sym_char] = ACTIONS(2639), + [anon_sym_true] = ACTIONS(2639), + [anon_sym_false] = ACTIONS(2639), + [anon_sym_nil] = ACTIONS(2639), + [sym_atom] = ACTIONS(2639), + [anon_sym_DQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2639), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_TILDE] = ACTIONS(2639), + [sym_keyword] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_DOT_DOT] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2639), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2639), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2639), + [anon_sym_not] = ACTIONS(2639), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_LT_DASH] = ACTIONS(2639), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2639), + [anon_sym_when] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_EQ] = ACTIONS(2639), + [anon_sym_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_or] = ACTIONS(2639), + [anon_sym_AMP_AMP] = ACTIONS(2639), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2639), + [anon_sym_and] = ACTIONS(2639), + [anon_sym_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_EQ_TILDE] = ACTIONS(2639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2639), + [anon_sym_LT_EQ] = ACTIONS(2639), + [anon_sym_GT_EQ] = ACTIONS(2639), + [anon_sym_PIPE_GT] = ACTIONS(2639), + [anon_sym_LT_LT_LT] = ACTIONS(2639), + [anon_sym_GT_GT_GT] = ACTIONS(2639), + [anon_sym_LT_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_PIPE_GT] = ACTIONS(2639), + [anon_sym_in] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH] = ACTIONS(2639), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2639), + [anon_sym_LT_GT] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_STAR_STAR] = ACTIONS(2639), + [anon_sym_CARET_CARET] = ACTIONS(2639), + [anon_sym_DASH_GT] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2639), + [anon_sym_after] = ACTIONS(2639), + [anon_sym_catch] = ACTIONS(2639), + [anon_sym_else] = ACTIONS(2639), + [anon_sym_end] = ACTIONS(2639), + [anon_sym_fn] = ACTIONS(2639), + [anon_sym_rescue] = ACTIONS(2639), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2640), - [sym__not_in] = ACTIONS(2640), - [sym__quoted_atom_start] = ACTIONS(2640), + [sym__before_unary_op] = ACTIONS(2641), + [sym__not_in] = ACTIONS(2641), + [sym__quoted_atom_start] = ACTIONS(2641), }, [1019] = { - [aux_sym__terminator_repeat1] = STATE(1020), - [aux_sym__terminator_token1] = ACTIONS(2673), - [anon_sym_SEMI] = ACTIONS(2675), - [anon_sym_LPAREN] = ACTIONS(2638), - [aux_sym_identifier_token1] = ACTIONS(2638), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2638), - [sym_alias] = ACTIONS(2638), - [sym_integer] = ACTIONS(2638), - [sym_float] = ACTIONS(2638), - [sym_char] = ACTIONS(2638), - [anon_sym_true] = ACTIONS(2638), - [anon_sym_false] = ACTIONS(2638), - [anon_sym_nil] = ACTIONS(2638), - [sym_atom] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2638), - [anon_sym_LT] = ACTIONS(2638), - [anon_sym_GT] = ACTIONS(2638), - [anon_sym_PIPE] = ACTIONS(2638), - [anon_sym_SLASH] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_LT_LT] = ACTIONS(2638), - [anon_sym_PERCENT] = ACTIONS(2638), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2638), - [anon_sym_PLUS] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_CARET] = ACTIONS(2638), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2638), - [anon_sym_not] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(2638), - [anon_sym_LT_DASH] = ACTIONS(2638), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2638), - [anon_sym_when] = ACTIONS(2638), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_EQ] = ACTIONS(2638), - [anon_sym_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_or] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2638), - [anon_sym_and] = ACTIONS(2638), - [anon_sym_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ] = ACTIONS(2638), - [anon_sym_EQ_TILDE] = ACTIONS(2638), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2638), - [anon_sym_LT_EQ] = ACTIONS(2638), - [anon_sym_GT_EQ] = ACTIONS(2638), - [anon_sym_PIPE_GT] = ACTIONS(2638), - [anon_sym_LT_LT_LT] = ACTIONS(2638), - [anon_sym_GT_GT_GT] = ACTIONS(2638), - [anon_sym_LT_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_PIPE_GT] = ACTIONS(2638), - [anon_sym_in] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2638), - [anon_sym_LT_GT] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_STAR_STAR] = ACTIONS(2638), - [anon_sym_CARET_CARET] = ACTIONS(2638), - [anon_sym_DASH_GT] = ACTIONS(2638), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_end] = ACTIONS(2638), - [anon_sym_fn] = ACTIONS(2638), + [aux_sym__terminator_repeat1] = STATE(1019), + [aux_sym__terminator_token1] = ACTIONS(2643), + [anon_sym_SEMI] = ACTIONS(2646), + [anon_sym_LPAREN] = ACTIONS(2646), + [aux_sym_identifier_token1] = ACTIONS(2646), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2646), + [sym_alias] = ACTIONS(2646), + [sym_integer] = ACTIONS(2646), + [sym_float] = ACTIONS(2646), + [sym_char] = ACTIONS(2646), + [anon_sym_true] = ACTIONS(2646), + [anon_sym_false] = ACTIONS(2646), + [anon_sym_nil] = ACTIONS(2646), + [sym_atom] = ACTIONS(2646), + [anon_sym_DQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2646), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2646), + [anon_sym_LBRACE] = ACTIONS(2646), + [anon_sym_LBRACK] = ACTIONS(2646), + [anon_sym_LT] = ACTIONS(2646), + [anon_sym_GT] = ACTIONS(2646), + [anon_sym_PIPE] = ACTIONS(2646), + [anon_sym_SLASH] = ACTIONS(2646), + [anon_sym_TILDE] = ACTIONS(2646), + [sym_keyword] = ACTIONS(2646), + [anon_sym_LT_LT] = ACTIONS(2646), + [anon_sym_PERCENT] = ACTIONS(2646), + [anon_sym_DOT_DOT] = ACTIONS(2646), + [anon_sym_AMP] = ACTIONS(2646), + [anon_sym_PLUS] = ACTIONS(2646), + [anon_sym_DASH] = ACTIONS(2646), + [anon_sym_BANG] = ACTIONS(2646), + [anon_sym_CARET] = ACTIONS(2646), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2646), + [anon_sym_not] = ACTIONS(2646), + [anon_sym_AT] = ACTIONS(2646), + [anon_sym_LT_DASH] = ACTIONS(2646), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2646), + [anon_sym_when] = ACTIONS(2646), + [anon_sym_COLON_COLON] = ACTIONS(2646), + [anon_sym_EQ] = ACTIONS(2646), + [anon_sym_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_or] = ACTIONS(2646), + [anon_sym_AMP_AMP] = ACTIONS(2646), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2646), + [anon_sym_and] = ACTIONS(2646), + [anon_sym_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ] = ACTIONS(2646), + [anon_sym_EQ_TILDE] = ACTIONS(2646), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2646), + [anon_sym_LT_EQ] = ACTIONS(2646), + [anon_sym_GT_EQ] = ACTIONS(2646), + [anon_sym_PIPE_GT] = ACTIONS(2646), + [anon_sym_LT_LT_LT] = ACTIONS(2646), + [anon_sym_GT_GT_GT] = ACTIONS(2646), + [anon_sym_LT_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_PIPE_GT] = ACTIONS(2646), + [anon_sym_in] = ACTIONS(2646), + [anon_sym_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH] = ACTIONS(2646), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2646), + [anon_sym_LT_GT] = ACTIONS(2646), + [anon_sym_STAR] = ACTIONS(2646), + [anon_sym_STAR_STAR] = ACTIONS(2646), + [anon_sym_CARET_CARET] = ACTIONS(2646), + [anon_sym_DASH_GT] = ACTIONS(2646), + [anon_sym_DOT] = ACTIONS(2646), + [anon_sym_after] = ACTIONS(2646), + [anon_sym_catch] = ACTIONS(2646), + [anon_sym_else] = ACTIONS(2646), + [anon_sym_end] = ACTIONS(2646), + [anon_sym_fn] = ACTIONS(2646), + [anon_sym_rescue] = ACTIONS(2646), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2640), - [sym__not_in] = ACTIONS(2640), - [sym__quoted_atom_start] = ACTIONS(2640), + [sym__before_unary_op] = ACTIONS(2648), + [sym__not_in] = ACTIONS(2648), + [sym__quoted_atom_start] = ACTIONS(2648), }, [1020] = { - [aux_sym__terminator_repeat1] = STATE(1020), - [aux_sym__terminator_token1] = ACTIONS(2677), - [anon_sym_SEMI] = ACTIONS(2630), - [anon_sym_LPAREN] = ACTIONS(2630), - [aux_sym_identifier_token1] = ACTIONS(2630), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2630), - [sym_alias] = ACTIONS(2630), - [sym_integer] = ACTIONS(2630), - [sym_float] = ACTIONS(2630), - [sym_char] = ACTIONS(2630), - [anon_sym_true] = ACTIONS(2630), - [anon_sym_false] = ACTIONS(2630), - [anon_sym_nil] = ACTIONS(2630), - [sym_atom] = ACTIONS(2630), - [anon_sym_DQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2630), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2630), - [anon_sym_LBRACE] = ACTIONS(2630), - [anon_sym_LBRACK] = ACTIONS(2630), - [anon_sym_LT] = ACTIONS(2630), - [anon_sym_GT] = ACTIONS(2630), - [anon_sym_PIPE] = ACTIONS(2630), - [anon_sym_SLASH] = ACTIONS(2630), - [anon_sym_TILDE] = ACTIONS(2630), - [anon_sym_LT_LT] = ACTIONS(2630), - [anon_sym_PERCENT] = ACTIONS(2630), - [anon_sym_DOT_DOT] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2630), - [anon_sym_PLUS] = ACTIONS(2630), - [anon_sym_DASH] = ACTIONS(2630), - [anon_sym_BANG] = ACTIONS(2630), - [anon_sym_CARET] = ACTIONS(2630), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2630), - [anon_sym_not] = ACTIONS(2630), - [anon_sym_AT] = ACTIONS(2630), - [anon_sym_LT_DASH] = ACTIONS(2630), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2630), - [anon_sym_when] = ACTIONS(2630), - [anon_sym_COLON_COLON] = ACTIONS(2630), - [anon_sym_EQ] = ACTIONS(2630), - [anon_sym_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_or] = ACTIONS(2630), - [anon_sym_AMP_AMP] = ACTIONS(2630), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2630), - [anon_sym_and] = ACTIONS(2630), - [anon_sym_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ] = ACTIONS(2630), - [anon_sym_EQ_TILDE] = ACTIONS(2630), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2630), - [anon_sym_LT_EQ] = ACTIONS(2630), - [anon_sym_GT_EQ] = ACTIONS(2630), - [anon_sym_PIPE_GT] = ACTIONS(2630), - [anon_sym_LT_LT_LT] = ACTIONS(2630), - [anon_sym_GT_GT_GT] = ACTIONS(2630), - [anon_sym_LT_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_PIPE_GT] = ACTIONS(2630), - [anon_sym_in] = ACTIONS(2630), - [anon_sym_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2630), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2630), - [anon_sym_LT_GT] = ACTIONS(2630), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_STAR_STAR] = ACTIONS(2630), - [anon_sym_CARET_CARET] = ACTIONS(2630), - [anon_sym_DASH_GT] = ACTIONS(2630), - [anon_sym_DOT] = ACTIONS(2630), - [anon_sym_end] = ACTIONS(2630), - [anon_sym_fn] = ACTIONS(2630), + [aux_sym__terminator_repeat1] = STATE(1022), + [aux_sym__terminator_token1] = ACTIONS(2650), + [anon_sym_SEMI] = ACTIONS(2652), + [anon_sym_LPAREN] = ACTIONS(2639), + [aux_sym_identifier_token1] = ACTIONS(2639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), + [sym_alias] = ACTIONS(2639), + [sym_integer] = ACTIONS(2639), + [sym_float] = ACTIONS(2639), + [sym_char] = ACTIONS(2639), + [anon_sym_true] = ACTIONS(2639), + [anon_sym_false] = ACTIONS(2639), + [anon_sym_nil] = ACTIONS(2639), + [sym_atom] = ACTIONS(2639), + [anon_sym_DQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2639), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_TILDE] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_DOT_DOT] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2639), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2639), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2639), + [anon_sym_not] = ACTIONS(2639), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_LT_DASH] = ACTIONS(2639), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2639), + [anon_sym_when] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_EQ] = ACTIONS(2639), + [anon_sym_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_or] = ACTIONS(2639), + [anon_sym_AMP_AMP] = ACTIONS(2639), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2639), + [anon_sym_and] = ACTIONS(2639), + [anon_sym_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_EQ_TILDE] = ACTIONS(2639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2639), + [anon_sym_LT_EQ] = ACTIONS(2639), + [anon_sym_GT_EQ] = ACTIONS(2639), + [anon_sym_PIPE_GT] = ACTIONS(2639), + [anon_sym_LT_LT_LT] = ACTIONS(2639), + [anon_sym_GT_GT_GT] = ACTIONS(2639), + [anon_sym_LT_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_PIPE_GT] = ACTIONS(2639), + [anon_sym_in] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH] = ACTIONS(2639), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2639), + [anon_sym_LT_GT] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_STAR_STAR] = ACTIONS(2639), + [anon_sym_CARET_CARET] = ACTIONS(2639), + [anon_sym_DASH_GT] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2639), + [anon_sym_after] = ACTIONS(2639), + [anon_sym_catch] = ACTIONS(2639), + [anon_sym_else] = ACTIONS(2639), + [anon_sym_end] = ACTIONS(2639), + [anon_sym_fn] = ACTIONS(2639), + [anon_sym_rescue] = ACTIONS(2639), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2632), - [sym__not_in] = ACTIONS(2632), - [sym__quoted_atom_start] = ACTIONS(2632), + [sym__before_unary_op] = ACTIONS(2641), + [sym__not_in] = ACTIONS(2641), + [sym__quoted_atom_start] = ACTIONS(2641), }, [1021] = { - [aux_sym__terminator_repeat1] = STATE(1021), - [ts_builtin_sym_end] = ACTIONS(2632), - [aux_sym__terminator_token1] = ACTIONS(2680), - [anon_sym_SEMI] = ACTIONS(2630), - [anon_sym_LPAREN] = ACTIONS(2630), - [aux_sym_identifier_token1] = ACTIONS(2630), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2630), - [sym_alias] = ACTIONS(2630), - [sym_integer] = ACTIONS(2630), - [sym_float] = ACTIONS(2630), - [sym_char] = ACTIONS(2630), - [anon_sym_true] = ACTIONS(2630), - [anon_sym_false] = ACTIONS(2630), - [anon_sym_nil] = ACTIONS(2630), - [sym_atom] = ACTIONS(2630), - [anon_sym_DQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE] = ACTIONS(2630), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2630), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2630), - [anon_sym_LBRACE] = ACTIONS(2630), - [anon_sym_LBRACK] = ACTIONS(2630), - [anon_sym_LT] = ACTIONS(2630), - [anon_sym_GT] = ACTIONS(2630), - [anon_sym_PIPE] = ACTIONS(2630), - [anon_sym_SLASH] = ACTIONS(2630), - [anon_sym_TILDE] = ACTIONS(2630), - [anon_sym_LT_LT] = ACTIONS(2630), - [anon_sym_PERCENT] = ACTIONS(2630), - [anon_sym_DOT_DOT] = ACTIONS(2630), - [anon_sym_AMP] = ACTIONS(2630), - [anon_sym_PLUS] = ACTIONS(2630), - [anon_sym_DASH] = ACTIONS(2630), - [anon_sym_BANG] = ACTIONS(2630), - [anon_sym_CARET] = ACTIONS(2630), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2630), - [anon_sym_not] = ACTIONS(2630), - [anon_sym_AT] = ACTIONS(2630), - [anon_sym_LT_DASH] = ACTIONS(2630), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2630), - [anon_sym_when] = ACTIONS(2630), - [anon_sym_COLON_COLON] = ACTIONS(2630), - [anon_sym_EQ] = ACTIONS(2630), - [anon_sym_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2630), - [anon_sym_or] = ACTIONS(2630), - [anon_sym_AMP_AMP] = ACTIONS(2630), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2630), - [anon_sym_and] = ACTIONS(2630), - [anon_sym_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ] = ACTIONS(2630), - [anon_sym_EQ_TILDE] = ACTIONS(2630), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2630), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2630), - [anon_sym_LT_EQ] = ACTIONS(2630), - [anon_sym_GT_EQ] = ACTIONS(2630), - [anon_sym_PIPE_GT] = ACTIONS(2630), - [anon_sym_LT_LT_LT] = ACTIONS(2630), - [anon_sym_GT_GT_GT] = ACTIONS(2630), - [anon_sym_LT_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE] = ACTIONS(2630), - [anon_sym_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_TILDE_GT] = ACTIONS(2630), - [anon_sym_LT_PIPE_GT] = ACTIONS(2630), - [anon_sym_in] = ACTIONS(2630), - [anon_sym_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH] = ACTIONS(2630), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2630), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2630), - [anon_sym_LT_GT] = ACTIONS(2630), - [anon_sym_STAR] = ACTIONS(2630), - [anon_sym_STAR_STAR] = ACTIONS(2630), - [anon_sym_CARET_CARET] = ACTIONS(2630), - [anon_sym_DASH_GT] = ACTIONS(2630), - [anon_sym_DOT] = ACTIONS(2630), - [anon_sym_fn] = ACTIONS(2630), + [aux_sym__terminator_repeat1] = STATE(1022), + [aux_sym__terminator_token1] = ACTIONS(2650), + [anon_sym_SEMI] = ACTIONS(2654), + [anon_sym_LPAREN] = ACTIONS(2639), + [aux_sym_identifier_token1] = ACTIONS(2639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), + [sym_alias] = ACTIONS(2639), + [sym_integer] = ACTIONS(2639), + [sym_float] = ACTIONS(2639), + [sym_char] = ACTIONS(2639), + [anon_sym_true] = ACTIONS(2639), + [anon_sym_false] = ACTIONS(2639), + [anon_sym_nil] = ACTIONS(2639), + [sym_atom] = ACTIONS(2639), + [anon_sym_DQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2639), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_TILDE] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_DOT_DOT] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2639), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2639), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2639), + [anon_sym_not] = ACTIONS(2639), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_LT_DASH] = ACTIONS(2639), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2639), + [anon_sym_when] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_EQ] = ACTIONS(2639), + [anon_sym_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_or] = ACTIONS(2639), + [anon_sym_AMP_AMP] = ACTIONS(2639), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2639), + [anon_sym_and] = ACTIONS(2639), + [anon_sym_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_EQ_TILDE] = ACTIONS(2639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2639), + [anon_sym_LT_EQ] = ACTIONS(2639), + [anon_sym_GT_EQ] = ACTIONS(2639), + [anon_sym_PIPE_GT] = ACTIONS(2639), + [anon_sym_LT_LT_LT] = ACTIONS(2639), + [anon_sym_GT_GT_GT] = ACTIONS(2639), + [anon_sym_LT_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_PIPE_GT] = ACTIONS(2639), + [anon_sym_in] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH] = ACTIONS(2639), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2639), + [anon_sym_LT_GT] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_STAR_STAR] = ACTIONS(2639), + [anon_sym_CARET_CARET] = ACTIONS(2639), + [anon_sym_DASH_GT] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2639), + [anon_sym_after] = ACTIONS(2639), + [anon_sym_catch] = ACTIONS(2639), + [anon_sym_else] = ACTIONS(2639), + [anon_sym_end] = ACTIONS(2639), + [anon_sym_fn] = ACTIONS(2639), + [anon_sym_rescue] = ACTIONS(2639), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2632), - [sym__not_in] = ACTIONS(2632), - [sym__quoted_atom_start] = ACTIONS(2632), + [sym__before_unary_op] = ACTIONS(2641), + [sym__not_in] = ACTIONS(2641), + [sym__quoted_atom_start] = ACTIONS(2641), }, [1022] = { - [aux_sym__terminator_repeat1] = STATE(1017), - [aux_sym__terminator_token1] = ACTIONS(2669), - [anon_sym_SEMI] = ACTIONS(2683), - [anon_sym_LPAREN] = ACTIONS(2638), - [anon_sym_RPAREN] = ACTIONS(2638), - [aux_sym_identifier_token1] = ACTIONS(2638), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2638), - [sym_alias] = ACTIONS(2638), - [sym_integer] = ACTIONS(2638), - [sym_float] = ACTIONS(2638), - [sym_char] = ACTIONS(2638), - [anon_sym_true] = ACTIONS(2638), - [anon_sym_false] = ACTIONS(2638), - [anon_sym_nil] = ACTIONS(2638), - [sym_atom] = ACTIONS(2638), - [anon_sym_DQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE] = ACTIONS(2638), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2638), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2638), - [anon_sym_LBRACK] = ACTIONS(2638), - [anon_sym_LT] = ACTIONS(2638), - [anon_sym_GT] = ACTIONS(2638), - [anon_sym_PIPE] = ACTIONS(2638), - [anon_sym_SLASH] = ACTIONS(2638), - [anon_sym_TILDE] = ACTIONS(2638), - [anon_sym_LT_LT] = ACTIONS(2638), - [anon_sym_PERCENT] = ACTIONS(2638), - [anon_sym_DOT_DOT] = ACTIONS(2638), - [anon_sym_AMP] = ACTIONS(2638), - [anon_sym_PLUS] = ACTIONS(2638), - [anon_sym_DASH] = ACTIONS(2638), - [anon_sym_BANG] = ACTIONS(2638), - [anon_sym_CARET] = ACTIONS(2638), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2638), - [anon_sym_not] = ACTIONS(2638), - [anon_sym_AT] = ACTIONS(2638), - [anon_sym_LT_DASH] = ACTIONS(2638), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2638), - [anon_sym_when] = ACTIONS(2638), - [anon_sym_COLON_COLON] = ACTIONS(2638), - [anon_sym_EQ] = ACTIONS(2638), - [anon_sym_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2638), - [anon_sym_or] = ACTIONS(2638), - [anon_sym_AMP_AMP] = ACTIONS(2638), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2638), - [anon_sym_and] = ACTIONS(2638), - [anon_sym_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ] = ACTIONS(2638), - [anon_sym_EQ_TILDE] = ACTIONS(2638), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2638), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2638), - [anon_sym_LT_EQ] = ACTIONS(2638), - [anon_sym_GT_EQ] = ACTIONS(2638), - [anon_sym_PIPE_GT] = ACTIONS(2638), - [anon_sym_LT_LT_LT] = ACTIONS(2638), - [anon_sym_GT_GT_GT] = ACTIONS(2638), - [anon_sym_LT_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE] = ACTIONS(2638), - [anon_sym_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_TILDE_GT] = ACTIONS(2638), - [anon_sym_LT_PIPE_GT] = ACTIONS(2638), - [anon_sym_in] = ACTIONS(2638), - [anon_sym_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH] = ACTIONS(2638), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2638), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2638), - [anon_sym_LT_GT] = ACTIONS(2638), - [anon_sym_STAR] = ACTIONS(2638), - [anon_sym_STAR_STAR] = ACTIONS(2638), - [anon_sym_CARET_CARET] = ACTIONS(2638), - [anon_sym_DASH_GT] = ACTIONS(2638), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_fn] = ACTIONS(2638), + [aux_sym__terminator_repeat1] = STATE(1022), + [aux_sym__terminator_token1] = ACTIONS(2656), + [anon_sym_SEMI] = ACTIONS(2646), + [anon_sym_LPAREN] = ACTIONS(2646), + [aux_sym_identifier_token1] = ACTIONS(2646), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2646), + [sym_alias] = ACTIONS(2646), + [sym_integer] = ACTIONS(2646), + [sym_float] = ACTIONS(2646), + [sym_char] = ACTIONS(2646), + [anon_sym_true] = ACTIONS(2646), + [anon_sym_false] = ACTIONS(2646), + [anon_sym_nil] = ACTIONS(2646), + [sym_atom] = ACTIONS(2646), + [anon_sym_DQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2646), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2646), + [anon_sym_LBRACE] = ACTIONS(2646), + [anon_sym_LBRACK] = ACTIONS(2646), + [anon_sym_LT] = ACTIONS(2646), + [anon_sym_GT] = ACTIONS(2646), + [anon_sym_PIPE] = ACTIONS(2646), + [anon_sym_SLASH] = ACTIONS(2646), + [anon_sym_TILDE] = ACTIONS(2646), + [anon_sym_LT_LT] = ACTIONS(2646), + [anon_sym_PERCENT] = ACTIONS(2646), + [anon_sym_DOT_DOT] = ACTIONS(2646), + [anon_sym_AMP] = ACTIONS(2646), + [anon_sym_PLUS] = ACTIONS(2646), + [anon_sym_DASH] = ACTIONS(2646), + [anon_sym_BANG] = ACTIONS(2646), + [anon_sym_CARET] = ACTIONS(2646), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2646), + [anon_sym_not] = ACTIONS(2646), + [anon_sym_AT] = ACTIONS(2646), + [anon_sym_LT_DASH] = ACTIONS(2646), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2646), + [anon_sym_when] = ACTIONS(2646), + [anon_sym_COLON_COLON] = ACTIONS(2646), + [anon_sym_EQ] = ACTIONS(2646), + [anon_sym_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_or] = ACTIONS(2646), + [anon_sym_AMP_AMP] = ACTIONS(2646), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2646), + [anon_sym_and] = ACTIONS(2646), + [anon_sym_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ] = ACTIONS(2646), + [anon_sym_EQ_TILDE] = ACTIONS(2646), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2646), + [anon_sym_LT_EQ] = ACTIONS(2646), + [anon_sym_GT_EQ] = ACTIONS(2646), + [anon_sym_PIPE_GT] = ACTIONS(2646), + [anon_sym_LT_LT_LT] = ACTIONS(2646), + [anon_sym_GT_GT_GT] = ACTIONS(2646), + [anon_sym_LT_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_PIPE_GT] = ACTIONS(2646), + [anon_sym_in] = ACTIONS(2646), + [anon_sym_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH] = ACTIONS(2646), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2646), + [anon_sym_LT_GT] = ACTIONS(2646), + [anon_sym_STAR] = ACTIONS(2646), + [anon_sym_STAR_STAR] = ACTIONS(2646), + [anon_sym_CARET_CARET] = ACTIONS(2646), + [anon_sym_DASH_GT] = ACTIONS(2646), + [anon_sym_DOT] = ACTIONS(2646), + [anon_sym_after] = ACTIONS(2646), + [anon_sym_catch] = ACTIONS(2646), + [anon_sym_else] = ACTIONS(2646), + [anon_sym_end] = ACTIONS(2646), + [anon_sym_fn] = ACTIONS(2646), + [anon_sym_rescue] = ACTIONS(2646), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2640), - [sym__not_in] = ACTIONS(2640), - [sym__quoted_atom_start] = ACTIONS(2640), + [sym__before_unary_op] = ACTIONS(2648), + [sym__not_in] = ACTIONS(2648), + [sym__quoted_atom_start] = ACTIONS(2648), }, [1023] = { - [aux_sym__terminator_token1] = ACTIONS(2651), - [anon_sym_SEMI] = ACTIONS(2653), - [anon_sym_LPAREN] = ACTIONS(2653), - [aux_sym_identifier_token1] = ACTIONS(2653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), - [sym_alias] = ACTIONS(2653), - [sym_integer] = ACTIONS(2653), - [sym_float] = ACTIONS(2653), - [sym_char] = ACTIONS(2653), - [anon_sym_true] = ACTIONS(2653), - [anon_sym_false] = ACTIONS(2653), - [anon_sym_nil] = ACTIONS(2653), - [sym_atom] = ACTIONS(2653), - [anon_sym_DQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2653), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_GT] = ACTIONS(2653), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_SLASH] = ACTIONS(2653), - [anon_sym_TILDE] = ACTIONS(2653), - [anon_sym_LT_LT] = ACTIONS(2653), - [anon_sym_PERCENT] = ACTIONS(2653), - [anon_sym_DOT_DOT] = ACTIONS(2653), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_PLUS] = ACTIONS(2653), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_BANG] = ACTIONS(2653), - [anon_sym_CARET] = ACTIONS(2653), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2653), - [anon_sym_not] = ACTIONS(2653), - [anon_sym_AT] = ACTIONS(2653), - [anon_sym_LT_DASH] = ACTIONS(2653), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2653), - [anon_sym_when] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2653), - [anon_sym_EQ] = ACTIONS(2653), - [anon_sym_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_or] = ACTIONS(2653), - [anon_sym_AMP_AMP] = ACTIONS(2653), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2653), - [anon_sym_and] = ACTIONS(2653), - [anon_sym_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ] = ACTIONS(2653), - [anon_sym_EQ_TILDE] = ACTIONS(2653), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), - [anon_sym_LT_EQ] = ACTIONS(2653), - [anon_sym_GT_EQ] = ACTIONS(2653), - [anon_sym_PIPE_GT] = ACTIONS(2653), - [anon_sym_LT_LT_LT] = ACTIONS(2653), - [anon_sym_GT_GT_GT] = ACTIONS(2653), - [anon_sym_LT_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_PIPE_GT] = ACTIONS(2653), - [anon_sym_in] = ACTIONS(2653), - [anon_sym_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH] = ACTIONS(2653), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2653), - [anon_sym_LT_GT] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2653), - [anon_sym_STAR_STAR] = ACTIONS(2653), - [anon_sym_CARET_CARET] = ACTIONS(2653), - [anon_sym_DASH_GT] = ACTIONS(2653), - [anon_sym_DOT] = ACTIONS(2653), - [anon_sym_end] = ACTIONS(2653), - [anon_sym_fn] = ACTIONS(2653), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2659), + [aux_sym_identifier_token1] = ACTIONS(2659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2659), + [sym_alias] = ACTIONS(2659), + [sym_integer] = ACTIONS(2659), + [sym_float] = ACTIONS(2659), + [sym_char] = ACTIONS(2659), + [anon_sym_true] = ACTIONS(2659), + [anon_sym_false] = ACTIONS(2659), + [anon_sym_nil] = ACTIONS(2659), + [sym_atom] = ACTIONS(2659), + [anon_sym_DQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2659), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_PIPE] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_TILDE] = ACTIONS(2659), + [sym_keyword] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_DOT_DOT] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2659), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_BANG] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2659), + [anon_sym_not] = ACTIONS(2659), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_LT_DASH] = ACTIONS(2659), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2659), + [anon_sym_when] = ACTIONS(2659), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_EQ] = ACTIONS(2659), + [anon_sym_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_or] = ACTIONS(2659), + [anon_sym_AMP_AMP] = ACTIONS(2659), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2659), + [anon_sym_and] = ACTIONS(2659), + [anon_sym_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_EQ_TILDE] = ACTIONS(2659), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2659), + [anon_sym_LT_EQ] = ACTIONS(2659), + [anon_sym_GT_EQ] = ACTIONS(2659), + [anon_sym_PIPE_GT] = ACTIONS(2659), + [anon_sym_LT_LT_LT] = ACTIONS(2659), + [anon_sym_GT_GT_GT] = ACTIONS(2659), + [anon_sym_LT_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_PIPE_GT] = ACTIONS(2659), + [anon_sym_in] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH] = ACTIONS(2659), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2659), + [anon_sym_LT_GT] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_STAR_STAR] = ACTIONS(2659), + [anon_sym_CARET_CARET] = ACTIONS(2659), + [anon_sym_DASH_GT] = ACTIONS(2659), + [anon_sym_DOT] = ACTIONS(2659), + [anon_sym_after] = ACTIONS(2659), + [anon_sym_catch] = ACTIONS(2659), + [anon_sym_else] = ACTIONS(2659), + [anon_sym_end] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2659), + [anon_sym_rescue] = ACTIONS(2659), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2651), - [sym__not_in] = ACTIONS(2651), - [sym__quoted_atom_start] = ACTIONS(2651), + [sym__before_unary_op] = ACTIONS(2661), + [sym__not_in] = ACTIONS(2661), + [sym__quoted_atom_start] = ACTIONS(2661), }, [1024] = { - [aux_sym__terminator_token1] = ACTIONS(2651), - [anon_sym_SEMI] = ACTIONS(2653), - [anon_sym_LPAREN] = ACTIONS(2653), - [anon_sym_RPAREN] = ACTIONS(2653), - [aux_sym_identifier_token1] = ACTIONS(2653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), - [sym_alias] = ACTIONS(2653), - [sym_integer] = ACTIONS(2653), - [sym_float] = ACTIONS(2653), - [sym_char] = ACTIONS(2653), - [anon_sym_true] = ACTIONS(2653), - [anon_sym_false] = ACTIONS(2653), - [anon_sym_nil] = ACTIONS(2653), - [sym_atom] = ACTIONS(2653), - [anon_sym_DQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2653), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_GT] = ACTIONS(2653), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_SLASH] = ACTIONS(2653), - [anon_sym_TILDE] = ACTIONS(2653), - [anon_sym_LT_LT] = ACTIONS(2653), - [anon_sym_PERCENT] = ACTIONS(2653), - [anon_sym_DOT_DOT] = ACTIONS(2653), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_PLUS] = ACTIONS(2653), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_BANG] = ACTIONS(2653), - [anon_sym_CARET] = ACTIONS(2653), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2653), - [anon_sym_not] = ACTIONS(2653), - [anon_sym_AT] = ACTIONS(2653), - [anon_sym_LT_DASH] = ACTIONS(2653), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2653), - [anon_sym_when] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2653), - [anon_sym_EQ] = ACTIONS(2653), - [anon_sym_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_or] = ACTIONS(2653), - [anon_sym_AMP_AMP] = ACTIONS(2653), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2653), - [anon_sym_and] = ACTIONS(2653), - [anon_sym_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ] = ACTIONS(2653), - [anon_sym_EQ_TILDE] = ACTIONS(2653), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), - [anon_sym_LT_EQ] = ACTIONS(2653), - [anon_sym_GT_EQ] = ACTIONS(2653), - [anon_sym_PIPE_GT] = ACTIONS(2653), - [anon_sym_LT_LT_LT] = ACTIONS(2653), - [anon_sym_GT_GT_GT] = ACTIONS(2653), - [anon_sym_LT_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_PIPE_GT] = ACTIONS(2653), - [anon_sym_in] = ACTIONS(2653), - [anon_sym_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH] = ACTIONS(2653), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2653), - [anon_sym_LT_GT] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2653), - [anon_sym_STAR_STAR] = ACTIONS(2653), - [anon_sym_CARET_CARET] = ACTIONS(2653), - [anon_sym_DASH_GT] = ACTIONS(2653), - [anon_sym_DOT] = ACTIONS(2653), - [anon_sym_fn] = ACTIONS(2653), + [aux_sym__terminator_token1] = ACTIONS(2661), + [anon_sym_SEMI] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(2659), + [aux_sym_identifier_token1] = ACTIONS(2659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2659), + [sym_alias] = ACTIONS(2659), + [sym_integer] = ACTIONS(2659), + [sym_float] = ACTIONS(2659), + [sym_char] = ACTIONS(2659), + [anon_sym_true] = ACTIONS(2659), + [anon_sym_false] = ACTIONS(2659), + [anon_sym_nil] = ACTIONS(2659), + [sym_atom] = ACTIONS(2659), + [anon_sym_DQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2659), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_PIPE] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_DOT_DOT] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2659), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_BANG] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2659), + [anon_sym_not] = ACTIONS(2659), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_LT_DASH] = ACTIONS(2659), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2659), + [anon_sym_when] = ACTIONS(2659), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_EQ] = ACTIONS(2659), + [anon_sym_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_or] = ACTIONS(2659), + [anon_sym_AMP_AMP] = ACTIONS(2659), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2659), + [anon_sym_and] = ACTIONS(2659), + [anon_sym_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_EQ_TILDE] = ACTIONS(2659), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2659), + [anon_sym_LT_EQ] = ACTIONS(2659), + [anon_sym_GT_EQ] = ACTIONS(2659), + [anon_sym_PIPE_GT] = ACTIONS(2659), + [anon_sym_LT_LT_LT] = ACTIONS(2659), + [anon_sym_GT_GT_GT] = ACTIONS(2659), + [anon_sym_LT_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_PIPE_GT] = ACTIONS(2659), + [anon_sym_in] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH] = ACTIONS(2659), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2659), + [anon_sym_LT_GT] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_STAR_STAR] = ACTIONS(2659), + [anon_sym_CARET_CARET] = ACTIONS(2659), + [anon_sym_DASH_GT] = ACTIONS(2659), + [anon_sym_DOT] = ACTIONS(2659), + [anon_sym_after] = ACTIONS(2659), + [anon_sym_catch] = ACTIONS(2659), + [anon_sym_else] = ACTIONS(2659), + [anon_sym_end] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2659), + [anon_sym_rescue] = ACTIONS(2659), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2651), - [sym__not_in] = ACTIONS(2651), - [sym__quoted_atom_start] = ACTIONS(2651), + [sym__before_unary_op] = ACTIONS(2661), + [sym__not_in] = ACTIONS(2661), + [sym__quoted_atom_start] = ACTIONS(2661), }, [1025] = { [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2653), - [anon_sym_RPAREN] = ACTIONS(2653), - [aux_sym_identifier_token1] = ACTIONS(2653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), - [sym_alias] = ACTIONS(2653), - [sym_integer] = ACTIONS(2653), - [sym_float] = ACTIONS(2653), - [sym_char] = ACTIONS(2653), - [anon_sym_true] = ACTIONS(2653), - [anon_sym_false] = ACTIONS(2653), - [anon_sym_nil] = ACTIONS(2653), - [sym_atom] = ACTIONS(2653), - [anon_sym_DQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2653), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_GT] = ACTIONS(2653), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_SLASH] = ACTIONS(2653), - [anon_sym_TILDE] = ACTIONS(2653), - [sym_keyword] = ACTIONS(2653), - [anon_sym_LT_LT] = ACTIONS(2653), - [anon_sym_PERCENT] = ACTIONS(2653), - [anon_sym_DOT_DOT] = ACTIONS(2653), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_PLUS] = ACTIONS(2653), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_BANG] = ACTIONS(2653), - [anon_sym_CARET] = ACTIONS(2653), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2653), - [anon_sym_not] = ACTIONS(2653), - [anon_sym_AT] = ACTIONS(2653), - [anon_sym_LT_DASH] = ACTIONS(2653), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2653), - [anon_sym_when] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2653), - [anon_sym_EQ] = ACTIONS(2653), - [anon_sym_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_or] = ACTIONS(2653), - [anon_sym_AMP_AMP] = ACTIONS(2653), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2653), - [anon_sym_and] = ACTIONS(2653), - [anon_sym_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ] = ACTIONS(2653), - [anon_sym_EQ_TILDE] = ACTIONS(2653), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), - [anon_sym_LT_EQ] = ACTIONS(2653), - [anon_sym_GT_EQ] = ACTIONS(2653), - [anon_sym_PIPE_GT] = ACTIONS(2653), - [anon_sym_LT_LT_LT] = ACTIONS(2653), - [anon_sym_GT_GT_GT] = ACTIONS(2653), - [anon_sym_LT_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_PIPE_GT] = ACTIONS(2653), - [anon_sym_in] = ACTIONS(2653), - [anon_sym_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH] = ACTIONS(2653), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2653), - [anon_sym_LT_GT] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2653), - [anon_sym_STAR_STAR] = ACTIONS(2653), - [anon_sym_CARET_CARET] = ACTIONS(2653), - [anon_sym_DASH_GT] = ACTIONS(2653), - [anon_sym_DOT] = ACTIONS(2653), - [anon_sym_fn] = ACTIONS(2653), + [anon_sym_LPAREN] = ACTIONS(2659), + [aux_sym_identifier_token1] = ACTIONS(2659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2659), + [sym_alias] = ACTIONS(2659), + [sym_integer] = ACTIONS(2659), + [sym_float] = ACTIONS(2659), + [sym_char] = ACTIONS(2659), + [anon_sym_true] = ACTIONS(2659), + [anon_sym_false] = ACTIONS(2659), + [anon_sym_nil] = ACTIONS(2659), + [sym_atom] = ACTIONS(2659), + [anon_sym_DQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2659), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_PIPE] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_DOT_DOT] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2659), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_BANG] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2659), + [anon_sym_not] = ACTIONS(2659), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_LT_DASH] = ACTIONS(2659), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2659), + [anon_sym_when] = ACTIONS(2659), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_EQ] = ACTIONS(2659), + [anon_sym_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_or] = ACTIONS(2659), + [anon_sym_AMP_AMP] = ACTIONS(2659), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2659), + [anon_sym_and] = ACTIONS(2659), + [anon_sym_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_EQ_TILDE] = ACTIONS(2659), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2659), + [anon_sym_LT_EQ] = ACTIONS(2659), + [anon_sym_GT_EQ] = ACTIONS(2659), + [anon_sym_PIPE_GT] = ACTIONS(2659), + [anon_sym_LT_LT_LT] = ACTIONS(2659), + [anon_sym_GT_GT_GT] = ACTIONS(2659), + [anon_sym_LT_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_PIPE_GT] = ACTIONS(2659), + [anon_sym_in] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH] = ACTIONS(2659), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2659), + [anon_sym_LT_GT] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_STAR_STAR] = ACTIONS(2659), + [anon_sym_CARET_CARET] = ACTIONS(2659), + [anon_sym_DASH_GT] = ACTIONS(2659), + [anon_sym_DOT] = ACTIONS(2659), + [anon_sym_after] = ACTIONS(2659), + [anon_sym_catch] = ACTIONS(2659), + [anon_sym_else] = ACTIONS(2659), + [anon_sym_end] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2659), + [anon_sym_rescue] = ACTIONS(2659), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2651), - [sym__not_in] = ACTIONS(2651), - [sym__quoted_atom_start] = ACTIONS(2651), + [sym__before_unary_op] = ACTIONS(2661), + [sym__not_in] = ACTIONS(2661), + [sym__quoted_atom_start] = ACTIONS(2661), }, [1026] = { - [ts_builtin_sym_end] = ACTIONS(2651), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2653), - [aux_sym_identifier_token1] = ACTIONS(2653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), - [sym_alias] = ACTIONS(2653), - [sym_integer] = ACTIONS(2653), - [sym_float] = ACTIONS(2653), - [sym_char] = ACTIONS(2653), - [anon_sym_true] = ACTIONS(2653), - [anon_sym_false] = ACTIONS(2653), - [anon_sym_nil] = ACTIONS(2653), - [sym_atom] = ACTIONS(2653), - [anon_sym_DQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2653), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_GT] = ACTIONS(2653), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_SLASH] = ACTIONS(2653), - [anon_sym_TILDE] = ACTIONS(2653), - [anon_sym_LT_LT] = ACTIONS(2653), - [anon_sym_PERCENT] = ACTIONS(2653), - [anon_sym_DOT_DOT] = ACTIONS(2653), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_PLUS] = ACTIONS(2653), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_BANG] = ACTIONS(2653), - [anon_sym_CARET] = ACTIONS(2653), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2653), - [anon_sym_not] = ACTIONS(2653), - [anon_sym_AT] = ACTIONS(2653), - [anon_sym_LT_DASH] = ACTIONS(2653), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2653), - [anon_sym_when] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2653), - [anon_sym_EQ] = ACTIONS(2653), - [anon_sym_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_or] = ACTIONS(2653), - [anon_sym_AMP_AMP] = ACTIONS(2653), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2653), - [anon_sym_and] = ACTIONS(2653), - [anon_sym_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ] = ACTIONS(2653), - [anon_sym_EQ_TILDE] = ACTIONS(2653), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), - [anon_sym_LT_EQ] = ACTIONS(2653), - [anon_sym_GT_EQ] = ACTIONS(2653), - [anon_sym_PIPE_GT] = ACTIONS(2653), - [anon_sym_LT_LT_LT] = ACTIONS(2653), - [anon_sym_GT_GT_GT] = ACTIONS(2653), - [anon_sym_LT_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_PIPE_GT] = ACTIONS(2653), - [anon_sym_in] = ACTIONS(2653), - [anon_sym_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH] = ACTIONS(2653), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2653), - [anon_sym_LT_GT] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2653), - [anon_sym_STAR_STAR] = ACTIONS(2653), - [anon_sym_CARET_CARET] = ACTIONS(2653), - [anon_sym_DASH_GT] = ACTIONS(2653), - [anon_sym_DOT] = ACTIONS(2653), - [anon_sym_fn] = ACTIONS(2653), + [aux_sym__terminator_repeat1] = STATE(1026), + [aux_sym__terminator_token1] = ACTIONS(2663), + [anon_sym_SEMI] = ACTIONS(2646), + [anon_sym_LPAREN] = ACTIONS(2646), + [anon_sym_RPAREN] = ACTIONS(2646), + [aux_sym_identifier_token1] = ACTIONS(2646), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2646), + [sym_alias] = ACTIONS(2646), + [sym_integer] = ACTIONS(2646), + [sym_float] = ACTIONS(2646), + [sym_char] = ACTIONS(2646), + [anon_sym_true] = ACTIONS(2646), + [anon_sym_false] = ACTIONS(2646), + [anon_sym_nil] = ACTIONS(2646), + [sym_atom] = ACTIONS(2646), + [anon_sym_DQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2646), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2646), + [anon_sym_LBRACE] = ACTIONS(2646), + [anon_sym_LBRACK] = ACTIONS(2646), + [anon_sym_LT] = ACTIONS(2646), + [anon_sym_GT] = ACTIONS(2646), + [anon_sym_PIPE] = ACTIONS(2646), + [anon_sym_SLASH] = ACTIONS(2646), + [anon_sym_TILDE] = ACTIONS(2646), + [sym_keyword] = ACTIONS(2646), + [anon_sym_LT_LT] = ACTIONS(2646), + [anon_sym_PERCENT] = ACTIONS(2646), + [anon_sym_DOT_DOT] = ACTIONS(2646), + [anon_sym_AMP] = ACTIONS(2646), + [anon_sym_PLUS] = ACTIONS(2646), + [anon_sym_DASH] = ACTIONS(2646), + [anon_sym_BANG] = ACTIONS(2646), + [anon_sym_CARET] = ACTIONS(2646), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2646), + [anon_sym_not] = ACTIONS(2646), + [anon_sym_AT] = ACTIONS(2646), + [anon_sym_LT_DASH] = ACTIONS(2646), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2646), + [anon_sym_when] = ACTIONS(2646), + [anon_sym_COLON_COLON] = ACTIONS(2646), + [anon_sym_EQ] = ACTIONS(2646), + [anon_sym_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_or] = ACTIONS(2646), + [anon_sym_AMP_AMP] = ACTIONS(2646), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2646), + [anon_sym_and] = ACTIONS(2646), + [anon_sym_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ] = ACTIONS(2646), + [anon_sym_EQ_TILDE] = ACTIONS(2646), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2646), + [anon_sym_LT_EQ] = ACTIONS(2646), + [anon_sym_GT_EQ] = ACTIONS(2646), + [anon_sym_PIPE_GT] = ACTIONS(2646), + [anon_sym_LT_LT_LT] = ACTIONS(2646), + [anon_sym_GT_GT_GT] = ACTIONS(2646), + [anon_sym_LT_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_PIPE_GT] = ACTIONS(2646), + [anon_sym_in] = ACTIONS(2646), + [anon_sym_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH] = ACTIONS(2646), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2646), + [anon_sym_LT_GT] = ACTIONS(2646), + [anon_sym_STAR] = ACTIONS(2646), + [anon_sym_STAR_STAR] = ACTIONS(2646), + [anon_sym_CARET_CARET] = ACTIONS(2646), + [anon_sym_DASH_GT] = ACTIONS(2646), + [anon_sym_DOT] = ACTIONS(2646), + [anon_sym_fn] = ACTIONS(2646), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2651), - [sym__not_in] = ACTIONS(2651), - [sym__quoted_atom_start] = ACTIONS(2651), + [sym__before_unary_op] = ACTIONS(2648), + [sym__not_in] = ACTIONS(2648), + [sym__quoted_atom_start] = ACTIONS(2648), }, [1027] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2653), - [anon_sym_RPAREN] = ACTIONS(2653), - [aux_sym_identifier_token1] = ACTIONS(2653), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2653), - [sym_alias] = ACTIONS(2653), - [sym_integer] = ACTIONS(2653), - [sym_float] = ACTIONS(2653), - [sym_char] = ACTIONS(2653), - [anon_sym_true] = ACTIONS(2653), - [anon_sym_false] = ACTIONS(2653), - [anon_sym_nil] = ACTIONS(2653), - [sym_atom] = ACTIONS(2653), - [anon_sym_DQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE] = ACTIONS(2653), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2653), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_GT] = ACTIONS(2653), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_SLASH] = ACTIONS(2653), - [anon_sym_TILDE] = ACTIONS(2653), - [anon_sym_LT_LT] = ACTIONS(2653), - [anon_sym_PERCENT] = ACTIONS(2653), - [anon_sym_DOT_DOT] = ACTIONS(2653), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_PLUS] = ACTIONS(2653), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_BANG] = ACTIONS(2653), - [anon_sym_CARET] = ACTIONS(2653), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2653), - [anon_sym_not] = ACTIONS(2653), - [anon_sym_AT] = ACTIONS(2653), - [anon_sym_LT_DASH] = ACTIONS(2653), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2653), - [anon_sym_when] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2653), - [anon_sym_EQ] = ACTIONS(2653), - [anon_sym_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2653), - [anon_sym_or] = ACTIONS(2653), - [anon_sym_AMP_AMP] = ACTIONS(2653), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2653), - [anon_sym_and] = ACTIONS(2653), - [anon_sym_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ] = ACTIONS(2653), - [anon_sym_EQ_TILDE] = ACTIONS(2653), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2653), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2653), - [anon_sym_LT_EQ] = ACTIONS(2653), - [anon_sym_GT_EQ] = ACTIONS(2653), - [anon_sym_PIPE_GT] = ACTIONS(2653), - [anon_sym_LT_LT_LT] = ACTIONS(2653), - [anon_sym_GT_GT_GT] = ACTIONS(2653), - [anon_sym_LT_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE] = ACTIONS(2653), - [anon_sym_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_TILDE_GT] = ACTIONS(2653), - [anon_sym_LT_PIPE_GT] = ACTIONS(2653), - [anon_sym_in] = ACTIONS(2653), - [anon_sym_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH] = ACTIONS(2653), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2653), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2653), - [anon_sym_LT_GT] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2653), - [anon_sym_STAR_STAR] = ACTIONS(2653), - [anon_sym_CARET_CARET] = ACTIONS(2653), - [anon_sym_DASH_GT] = ACTIONS(2653), - [anon_sym_DOT] = ACTIONS(2653), - [anon_sym_fn] = ACTIONS(2653), + [aux_sym__terminator_repeat1] = STATE(1026), + [aux_sym__terminator_token1] = ACTIONS(2666), + [anon_sym_SEMI] = ACTIONS(2668), + [anon_sym_LPAREN] = ACTIONS(2639), + [anon_sym_RPAREN] = ACTIONS(2639), + [aux_sym_identifier_token1] = ACTIONS(2639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), + [sym_alias] = ACTIONS(2639), + [sym_integer] = ACTIONS(2639), + [sym_float] = ACTIONS(2639), + [sym_char] = ACTIONS(2639), + [anon_sym_true] = ACTIONS(2639), + [anon_sym_false] = ACTIONS(2639), + [anon_sym_nil] = ACTIONS(2639), + [sym_atom] = ACTIONS(2639), + [anon_sym_DQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2639), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_TILDE] = ACTIONS(2639), + [sym_keyword] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_DOT_DOT] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2639), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2639), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2639), + [anon_sym_not] = ACTIONS(2639), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_LT_DASH] = ACTIONS(2639), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2639), + [anon_sym_when] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_EQ] = ACTIONS(2639), + [anon_sym_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_or] = ACTIONS(2639), + [anon_sym_AMP_AMP] = ACTIONS(2639), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2639), + [anon_sym_and] = ACTIONS(2639), + [anon_sym_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_EQ_TILDE] = ACTIONS(2639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2639), + [anon_sym_LT_EQ] = ACTIONS(2639), + [anon_sym_GT_EQ] = ACTIONS(2639), + [anon_sym_PIPE_GT] = ACTIONS(2639), + [anon_sym_LT_LT_LT] = ACTIONS(2639), + [anon_sym_GT_GT_GT] = ACTIONS(2639), + [anon_sym_LT_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_PIPE_GT] = ACTIONS(2639), + [anon_sym_in] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH] = ACTIONS(2639), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2639), + [anon_sym_LT_GT] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_STAR_STAR] = ACTIONS(2639), + [anon_sym_CARET_CARET] = ACTIONS(2639), + [anon_sym_DASH_GT] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2639), + [anon_sym_fn] = ACTIONS(2639), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2651), - [sym__not_in] = ACTIONS(2651), - [sym__quoted_atom_start] = ACTIONS(2651), + [sym__before_unary_op] = ACTIONS(2641), + [sym__not_in] = ACTIONS(2641), + [sym__quoted_atom_start] = ACTIONS(2641), }, [1028] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2685), - [aux_sym_identifier_token1] = ACTIONS(2685), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2685), - [sym_alias] = ACTIONS(2685), - [sym_integer] = ACTIONS(2685), - [sym_float] = ACTIONS(2685), - [sym_char] = ACTIONS(2685), - [anon_sym_true] = ACTIONS(2685), - [anon_sym_false] = ACTIONS(2685), - [anon_sym_nil] = ACTIONS(2685), - [sym_atom] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(2685), - [anon_sym_SQUOTE] = ACTIONS(2685), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2685), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2685), - [anon_sym_LBRACE] = ACTIONS(2685), - [anon_sym_LBRACK] = ACTIONS(2685), - [anon_sym_LT] = ACTIONS(2685), - [anon_sym_GT] = ACTIONS(2685), - [anon_sym_PIPE] = ACTIONS(2685), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_TILDE] = ACTIONS(2685), - [anon_sym_LT_LT] = ACTIONS(2685), - [anon_sym_PERCENT] = ACTIONS(2685), - [anon_sym_DOT_DOT] = ACTIONS(2685), - [anon_sym_AMP] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2685), - [anon_sym_DASH] = ACTIONS(2685), - [anon_sym_BANG] = ACTIONS(2685), - [anon_sym_CARET] = ACTIONS(2685), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2685), - [anon_sym_not] = ACTIONS(2685), - [anon_sym_AT] = ACTIONS(2685), - [anon_sym_LT_DASH] = ACTIONS(2685), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2685), - [anon_sym_when] = ACTIONS(2685), - [anon_sym_COLON_COLON] = ACTIONS(2685), - [anon_sym_EQ] = ACTIONS(2685), - [anon_sym_PIPE_PIPE] = ACTIONS(2685), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2685), - [anon_sym_or] = ACTIONS(2685), - [anon_sym_AMP_AMP] = ACTIONS(2685), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2685), - [anon_sym_and] = ACTIONS(2685), - [anon_sym_EQ_EQ] = ACTIONS(2685), - [anon_sym_BANG_EQ] = ACTIONS(2685), - [anon_sym_EQ_TILDE] = ACTIONS(2685), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2685), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2685), - [anon_sym_LT_EQ] = ACTIONS(2685), - [anon_sym_GT_EQ] = ACTIONS(2685), - [anon_sym_PIPE_GT] = ACTIONS(2685), - [anon_sym_LT_LT_LT] = ACTIONS(2685), - [anon_sym_GT_GT_GT] = ACTIONS(2685), - [anon_sym_LT_LT_TILDE] = ACTIONS(2685), - [anon_sym_TILDE_GT_GT] = ACTIONS(2685), - [anon_sym_LT_TILDE] = ACTIONS(2685), - [anon_sym_TILDE_GT] = ACTIONS(2685), - [anon_sym_LT_TILDE_GT] = ACTIONS(2685), - [anon_sym_LT_PIPE_GT] = ACTIONS(2685), - [anon_sym_in] = ACTIONS(2685), - [anon_sym_PLUS_PLUS] = ACTIONS(2685), - [anon_sym_DASH_DASH] = ACTIONS(2685), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2685), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2685), - [anon_sym_LT_GT] = ACTIONS(2685), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2685), - [anon_sym_CARET_CARET] = ACTIONS(2685), - [anon_sym_DASH_GT] = ACTIONS(2685), - [anon_sym_DOT] = ACTIONS(2685), - [anon_sym_fn] = ACTIONS(2685), + [aux_sym__terminator_repeat1] = STATE(1028), + [aux_sym__terminator_token1] = ACTIONS(2670), + [anon_sym_SEMI] = ACTIONS(2646), + [anon_sym_LPAREN] = ACTIONS(2646), + [aux_sym_identifier_token1] = ACTIONS(2646), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2646), + [sym_alias] = ACTIONS(2646), + [sym_integer] = ACTIONS(2646), + [sym_float] = ACTIONS(2646), + [sym_char] = ACTIONS(2646), + [anon_sym_true] = ACTIONS(2646), + [anon_sym_false] = ACTIONS(2646), + [anon_sym_nil] = ACTIONS(2646), + [sym_atom] = ACTIONS(2646), + [anon_sym_DQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2646), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2646), + [anon_sym_LBRACE] = ACTIONS(2646), + [anon_sym_LBRACK] = ACTIONS(2646), + [anon_sym_LT] = ACTIONS(2646), + [anon_sym_GT] = ACTIONS(2646), + [anon_sym_PIPE] = ACTIONS(2646), + [anon_sym_SLASH] = ACTIONS(2646), + [anon_sym_TILDE] = ACTIONS(2646), + [anon_sym_LT_LT] = ACTIONS(2646), + [anon_sym_PERCENT] = ACTIONS(2646), + [anon_sym_DOT_DOT] = ACTIONS(2646), + [anon_sym_AMP] = ACTIONS(2646), + [anon_sym_PLUS] = ACTIONS(2646), + [anon_sym_DASH] = ACTIONS(2646), + [anon_sym_BANG] = ACTIONS(2646), + [anon_sym_CARET] = ACTIONS(2646), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2646), + [anon_sym_not] = ACTIONS(2646), + [anon_sym_AT] = ACTIONS(2646), + [anon_sym_LT_DASH] = ACTIONS(2646), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2646), + [anon_sym_when] = ACTIONS(2646), + [anon_sym_COLON_COLON] = ACTIONS(2646), + [anon_sym_EQ] = ACTIONS(2646), + [anon_sym_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_or] = ACTIONS(2646), + [anon_sym_AMP_AMP] = ACTIONS(2646), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2646), + [anon_sym_and] = ACTIONS(2646), + [anon_sym_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ] = ACTIONS(2646), + [anon_sym_EQ_TILDE] = ACTIONS(2646), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2646), + [anon_sym_LT_EQ] = ACTIONS(2646), + [anon_sym_GT_EQ] = ACTIONS(2646), + [anon_sym_PIPE_GT] = ACTIONS(2646), + [anon_sym_LT_LT_LT] = ACTIONS(2646), + [anon_sym_GT_GT_GT] = ACTIONS(2646), + [anon_sym_LT_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_PIPE_GT] = ACTIONS(2646), + [anon_sym_in] = ACTIONS(2646), + [anon_sym_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH] = ACTIONS(2646), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2646), + [anon_sym_LT_GT] = ACTIONS(2646), + [anon_sym_STAR] = ACTIONS(2646), + [anon_sym_STAR_STAR] = ACTIONS(2646), + [anon_sym_CARET_CARET] = ACTIONS(2646), + [anon_sym_DASH_GT] = ACTIONS(2646), + [anon_sym_DOT] = ACTIONS(2646), + [anon_sym_end] = ACTIONS(2646), + [anon_sym_fn] = ACTIONS(2646), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2687), - [sym__not_in] = ACTIONS(2687), - [sym__quoted_atom_start] = ACTIONS(2687), + [sym__before_unary_op] = ACTIONS(2648), + [sym__not_in] = ACTIONS(2648), + [sym__quoted_atom_start] = ACTIONS(2648), }, [1029] = { - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2685), - [aux_sym_identifier_token1] = ACTIONS(2685), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2685), - [sym_alias] = ACTIONS(2685), - [sym_integer] = ACTIONS(2685), - [sym_float] = ACTIONS(2685), - [sym_char] = ACTIONS(2685), - [anon_sym_true] = ACTIONS(2685), - [anon_sym_false] = ACTIONS(2685), - [anon_sym_nil] = ACTIONS(2685), - [sym_atom] = ACTIONS(2685), - [anon_sym_DQUOTE] = ACTIONS(2685), - [anon_sym_SQUOTE] = ACTIONS(2685), - [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2685), - [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2685), - [anon_sym_LBRACE] = ACTIONS(2685), - [anon_sym_LBRACK] = ACTIONS(2685), - [anon_sym_LT] = ACTIONS(2685), - [anon_sym_GT] = ACTIONS(2685), - [anon_sym_PIPE] = ACTIONS(2685), - [anon_sym_SLASH] = ACTIONS(2685), - [anon_sym_TILDE] = ACTIONS(2685), - [anon_sym_LT_LT] = ACTIONS(2685), - [anon_sym_PERCENT] = ACTIONS(2685), - [anon_sym_DOT_DOT] = ACTIONS(2685), - [anon_sym_AMP] = ACTIONS(2685), - [anon_sym_PLUS] = ACTIONS(2685), - [anon_sym_DASH] = ACTIONS(2685), - [anon_sym_BANG] = ACTIONS(2685), - [anon_sym_CARET] = ACTIONS(2685), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2685), - [anon_sym_not] = ACTIONS(2685), - [anon_sym_AT] = ACTIONS(2685), - [anon_sym_LT_DASH] = ACTIONS(2685), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2685), - [anon_sym_when] = ACTIONS(2685), - [anon_sym_COLON_COLON] = ACTIONS(2685), - [anon_sym_EQ] = ACTIONS(2685), - [anon_sym_PIPE_PIPE] = ACTIONS(2685), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2685), - [anon_sym_or] = ACTIONS(2685), - [anon_sym_AMP_AMP] = ACTIONS(2685), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2685), - [anon_sym_and] = ACTIONS(2685), - [anon_sym_EQ_EQ] = ACTIONS(2685), - [anon_sym_BANG_EQ] = ACTIONS(2685), - [anon_sym_EQ_TILDE] = ACTIONS(2685), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2685), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2685), - [anon_sym_LT_EQ] = ACTIONS(2685), - [anon_sym_GT_EQ] = ACTIONS(2685), - [anon_sym_PIPE_GT] = ACTIONS(2685), - [anon_sym_LT_LT_LT] = ACTIONS(2685), - [anon_sym_GT_GT_GT] = ACTIONS(2685), - [anon_sym_LT_LT_TILDE] = ACTIONS(2685), - [anon_sym_TILDE_GT_GT] = ACTIONS(2685), - [anon_sym_LT_TILDE] = ACTIONS(2685), - [anon_sym_TILDE_GT] = ACTIONS(2685), - [anon_sym_LT_TILDE_GT] = ACTIONS(2685), - [anon_sym_LT_PIPE_GT] = ACTIONS(2685), - [anon_sym_in] = ACTIONS(2685), - [anon_sym_PLUS_PLUS] = ACTIONS(2685), - [anon_sym_DASH_DASH] = ACTIONS(2685), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2685), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2685), - [anon_sym_LT_GT] = ACTIONS(2685), - [anon_sym_STAR] = ACTIONS(2685), - [anon_sym_STAR_STAR] = ACTIONS(2685), - [anon_sym_CARET_CARET] = ACTIONS(2685), - [anon_sym_DASH_GT] = ACTIONS(2685), - [anon_sym_DOT] = ACTIONS(2685), - [anon_sym_fn] = ACTIONS(2685), + [aux_sym__terminator_repeat1] = STATE(1029), + [aux_sym__terminator_token1] = ACTIONS(2673), + [anon_sym_SEMI] = ACTIONS(2646), + [anon_sym_LPAREN] = ACTIONS(2646), + [anon_sym_RPAREN] = ACTIONS(2646), + [aux_sym_identifier_token1] = ACTIONS(2646), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2646), + [sym_alias] = ACTIONS(2646), + [sym_integer] = ACTIONS(2646), + [sym_float] = ACTIONS(2646), + [sym_char] = ACTIONS(2646), + [anon_sym_true] = ACTIONS(2646), + [anon_sym_false] = ACTIONS(2646), + [anon_sym_nil] = ACTIONS(2646), + [sym_atom] = ACTIONS(2646), + [anon_sym_DQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2646), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2646), + [anon_sym_LBRACE] = ACTIONS(2646), + [anon_sym_LBRACK] = ACTIONS(2646), + [anon_sym_LT] = ACTIONS(2646), + [anon_sym_GT] = ACTIONS(2646), + [anon_sym_PIPE] = ACTIONS(2646), + [anon_sym_SLASH] = ACTIONS(2646), + [anon_sym_TILDE] = ACTIONS(2646), + [anon_sym_LT_LT] = ACTIONS(2646), + [anon_sym_PERCENT] = ACTIONS(2646), + [anon_sym_DOT_DOT] = ACTIONS(2646), + [anon_sym_AMP] = ACTIONS(2646), + [anon_sym_PLUS] = ACTIONS(2646), + [anon_sym_DASH] = ACTIONS(2646), + [anon_sym_BANG] = ACTIONS(2646), + [anon_sym_CARET] = ACTIONS(2646), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2646), + [anon_sym_not] = ACTIONS(2646), + [anon_sym_AT] = ACTIONS(2646), + [anon_sym_LT_DASH] = ACTIONS(2646), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2646), + [anon_sym_when] = ACTIONS(2646), + [anon_sym_COLON_COLON] = ACTIONS(2646), + [anon_sym_EQ] = ACTIONS(2646), + [anon_sym_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_or] = ACTIONS(2646), + [anon_sym_AMP_AMP] = ACTIONS(2646), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2646), + [anon_sym_and] = ACTIONS(2646), + [anon_sym_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ] = ACTIONS(2646), + [anon_sym_EQ_TILDE] = ACTIONS(2646), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2646), + [anon_sym_LT_EQ] = ACTIONS(2646), + [anon_sym_GT_EQ] = ACTIONS(2646), + [anon_sym_PIPE_GT] = ACTIONS(2646), + [anon_sym_LT_LT_LT] = ACTIONS(2646), + [anon_sym_GT_GT_GT] = ACTIONS(2646), + [anon_sym_LT_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_PIPE_GT] = ACTIONS(2646), + [anon_sym_in] = ACTIONS(2646), + [anon_sym_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH] = ACTIONS(2646), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2646), + [anon_sym_LT_GT] = ACTIONS(2646), + [anon_sym_STAR] = ACTIONS(2646), + [anon_sym_STAR_STAR] = ACTIONS(2646), + [anon_sym_CARET_CARET] = ACTIONS(2646), + [anon_sym_DASH_GT] = ACTIONS(2646), + [anon_sym_DOT] = ACTIONS(2646), + [anon_sym_fn] = ACTIONS(2646), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__before_unary_op] = ACTIONS(2687), - [sym__not_in] = ACTIONS(2687), - [sym__quoted_atom_start] = ACTIONS(2687), + [sym__before_unary_op] = ACTIONS(2648), + [sym__not_in] = ACTIONS(2648), + [sym__quoted_atom_start] = ACTIONS(2648), }, [1030] = { - [sym_identifier] = STATE(998), - [sym__quoted_i_double] = STATE(999), - [sym__quoted_i_single] = STATE(1004), - [sym_tuple] = STATE(3413), - [sym_operator_identifier] = STATE(998), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2691), - [anon_sym_true] = ACTIONS(2693), - [anon_sym_false] = ACTIONS(2693), - [anon_sym_nil] = ACTIONS(2693), - [anon_sym_DQUOTE] = ACTIONS(2695), - [anon_sym_SQUOTE] = ACTIONS(2697), - [anon_sym_LBRACE] = ACTIONS(604), - [anon_sym_LT] = ACTIONS(2699), - [anon_sym_GT] = ACTIONS(2699), - [anon_sym_PIPE] = ACTIONS(2699), - [anon_sym_SLASH] = ACTIONS(2699), - [anon_sym_AMP] = ACTIONS(2701), - [anon_sym_PLUS] = ACTIONS(2703), - [anon_sym_DASH] = ACTIONS(2703), - [anon_sym_BANG] = ACTIONS(2703), - [anon_sym_CARET] = ACTIONS(2703), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2703), - [anon_sym_not] = ACTIONS(2705), - [anon_sym_AT] = ACTIONS(2707), - [anon_sym_LT_DASH] = ACTIONS(2699), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2699), - [anon_sym_when] = ACTIONS(2709), - [anon_sym_COLON_COLON] = ACTIONS(2699), - [anon_sym_EQ] = ACTIONS(2699), - [anon_sym_PIPE_PIPE] = ACTIONS(2699), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2699), - [anon_sym_or] = ACTIONS(2709), - [anon_sym_AMP_AMP] = ACTIONS(2699), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2699), - [anon_sym_and] = ACTIONS(2709), - [anon_sym_EQ_EQ] = ACTIONS(2699), - [anon_sym_BANG_EQ] = ACTIONS(2699), - [anon_sym_EQ_TILDE] = ACTIONS(2699), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2699), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2699), - [anon_sym_LT_EQ] = ACTIONS(2699), - [anon_sym_GT_EQ] = ACTIONS(2699), - [anon_sym_PIPE_GT] = ACTIONS(2699), - [anon_sym_LT_LT_LT] = ACTIONS(2699), - [anon_sym_GT_GT_GT] = ACTIONS(2699), - [anon_sym_LT_LT_TILDE] = ACTIONS(2699), - [anon_sym_TILDE_GT_GT] = ACTIONS(2699), - [anon_sym_LT_TILDE] = ACTIONS(2699), - [anon_sym_TILDE_GT] = ACTIONS(2699), - [anon_sym_LT_TILDE_GT] = ACTIONS(2699), - [anon_sym_LT_PIPE_GT] = ACTIONS(2699), - [anon_sym_in] = ACTIONS(2709), - [anon_sym_PLUS_PLUS] = ACTIONS(2699), - [anon_sym_DASH_DASH] = ACTIONS(2699), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2699), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2699), - [anon_sym_LT_GT] = ACTIONS(2699), - [anon_sym_STAR] = ACTIONS(2699), - [anon_sym_STAR_STAR] = ACTIONS(2699), - [anon_sym_CARET_CARET] = ACTIONS(2699), - [anon_sym_DASH_GT] = ACTIONS(2699), - [anon_sym_DOT] = ACTIONS(2699), - [anon_sym_after] = ACTIONS(2693), - [anon_sym_catch] = ACTIONS(2693), - [anon_sym_do] = ACTIONS(2693), - [anon_sym_else] = ACTIONS(2693), - [anon_sym_end] = ACTIONS(2693), - [anon_sym_fn] = ACTIONS(2693), - [anon_sym_rescue] = ACTIONS(2693), + [aux_sym__terminator_repeat1] = STATE(1029), + [aux_sym__terminator_token1] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2678), + [anon_sym_LPAREN] = ACTIONS(2639), + [anon_sym_RPAREN] = ACTIONS(2639), + [aux_sym_identifier_token1] = ACTIONS(2639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), + [sym_alias] = ACTIONS(2639), + [sym_integer] = ACTIONS(2639), + [sym_float] = ACTIONS(2639), + [sym_char] = ACTIONS(2639), + [anon_sym_true] = ACTIONS(2639), + [anon_sym_false] = ACTIONS(2639), + [anon_sym_nil] = ACTIONS(2639), + [sym_atom] = ACTIONS(2639), + [anon_sym_DQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2639), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_TILDE] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_DOT_DOT] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2639), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2639), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2639), + [anon_sym_not] = ACTIONS(2639), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_LT_DASH] = ACTIONS(2639), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2639), + [anon_sym_when] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_EQ] = ACTIONS(2639), + [anon_sym_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_or] = ACTIONS(2639), + [anon_sym_AMP_AMP] = ACTIONS(2639), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2639), + [anon_sym_and] = ACTIONS(2639), + [anon_sym_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_EQ_TILDE] = ACTIONS(2639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2639), + [anon_sym_LT_EQ] = ACTIONS(2639), + [anon_sym_GT_EQ] = ACTIONS(2639), + [anon_sym_PIPE_GT] = ACTIONS(2639), + [anon_sym_LT_LT_LT] = ACTIONS(2639), + [anon_sym_GT_GT_GT] = ACTIONS(2639), + [anon_sym_LT_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_PIPE_GT] = ACTIONS(2639), + [anon_sym_in] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH] = ACTIONS(2639), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2639), + [anon_sym_LT_GT] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_STAR_STAR] = ACTIONS(2639), + [anon_sym_CARET_CARET] = ACTIONS(2639), + [anon_sym_DASH_GT] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2639), + [anon_sym_fn] = ACTIONS(2639), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2711), + [sym__before_unary_op] = ACTIONS(2641), + [sym__not_in] = ACTIONS(2641), + [sym__quoted_atom_start] = ACTIONS(2641), }, [1031] = { - [sym_identifier] = STATE(928), - [sym__quoted_i_double] = STATE(929), - [sym__quoted_i_single] = STATE(930), - [sym_tuple] = STATE(2749), - [sym_operator_identifier] = STATE(928), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2713), - [anon_sym_true] = ACTIONS(2715), - [anon_sym_false] = ACTIONS(2715), - [anon_sym_nil] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(2717), - [anon_sym_SQUOTE] = ACTIONS(2719), - [anon_sym_LBRACE] = ACTIONS(556), - [anon_sym_LT] = ACTIONS(2721), - [anon_sym_GT] = ACTIONS(2721), - [anon_sym_PIPE] = ACTIONS(2721), - [anon_sym_SLASH] = ACTIONS(2721), - [anon_sym_AMP] = ACTIONS(2723), - [anon_sym_PLUS] = ACTIONS(2725), - [anon_sym_DASH] = ACTIONS(2725), - [anon_sym_BANG] = ACTIONS(2725), - [anon_sym_CARET] = ACTIONS(2725), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2725), - [anon_sym_not] = ACTIONS(2727), - [anon_sym_AT] = ACTIONS(2729), - [anon_sym_LT_DASH] = ACTIONS(2721), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2721), - [anon_sym_when] = ACTIONS(2731), - [anon_sym_COLON_COLON] = ACTIONS(2721), - [anon_sym_EQ] = ACTIONS(2721), - [anon_sym_PIPE_PIPE] = ACTIONS(2721), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2721), - [anon_sym_or] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2721), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2721), - [anon_sym_and] = ACTIONS(2731), - [anon_sym_EQ_EQ] = ACTIONS(2721), - [anon_sym_BANG_EQ] = ACTIONS(2721), - [anon_sym_EQ_TILDE] = ACTIONS(2721), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2721), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2721), - [anon_sym_LT_EQ] = ACTIONS(2721), - [anon_sym_GT_EQ] = ACTIONS(2721), - [anon_sym_PIPE_GT] = ACTIONS(2721), - [anon_sym_LT_LT_LT] = ACTIONS(2721), - [anon_sym_GT_GT_GT] = ACTIONS(2721), - [anon_sym_LT_LT_TILDE] = ACTIONS(2721), - [anon_sym_TILDE_GT_GT] = ACTIONS(2721), - [anon_sym_LT_TILDE] = ACTIONS(2721), - [anon_sym_TILDE_GT] = ACTIONS(2721), - [anon_sym_LT_TILDE_GT] = ACTIONS(2721), - [anon_sym_LT_PIPE_GT] = ACTIONS(2721), - [anon_sym_in] = ACTIONS(2731), - [anon_sym_PLUS_PLUS] = ACTIONS(2721), - [anon_sym_DASH_DASH] = ACTIONS(2721), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2721), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2721), - [anon_sym_LT_GT] = ACTIONS(2721), - [anon_sym_STAR] = ACTIONS(2721), - [anon_sym_STAR_STAR] = ACTIONS(2721), - [anon_sym_CARET_CARET] = ACTIONS(2721), - [anon_sym_DASH_GT] = ACTIONS(2721), - [anon_sym_DOT] = ACTIONS(2721), - [anon_sym_after] = ACTIONS(2715), - [anon_sym_catch] = ACTIONS(2715), - [anon_sym_do] = ACTIONS(2715), - [anon_sym_else] = ACTIONS(2715), - [anon_sym_end] = ACTIONS(2715), - [anon_sym_fn] = ACTIONS(2715), - [anon_sym_rescue] = ACTIONS(2715), + [aux_sym__terminator_repeat1] = STATE(1029), + [aux_sym__terminator_token1] = ACTIONS(2676), + [anon_sym_SEMI] = ACTIONS(2680), + [anon_sym_LPAREN] = ACTIONS(2639), + [anon_sym_RPAREN] = ACTIONS(2639), + [aux_sym_identifier_token1] = ACTIONS(2639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), + [sym_alias] = ACTIONS(2639), + [sym_integer] = ACTIONS(2639), + [sym_float] = ACTIONS(2639), + [sym_char] = ACTIONS(2639), + [anon_sym_true] = ACTIONS(2639), + [anon_sym_false] = ACTIONS(2639), + [anon_sym_nil] = ACTIONS(2639), + [sym_atom] = ACTIONS(2639), + [anon_sym_DQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2639), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_TILDE] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_DOT_DOT] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2639), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2639), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2639), + [anon_sym_not] = ACTIONS(2639), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_LT_DASH] = ACTIONS(2639), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2639), + [anon_sym_when] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_EQ] = ACTIONS(2639), + [anon_sym_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_or] = ACTIONS(2639), + [anon_sym_AMP_AMP] = ACTIONS(2639), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2639), + [anon_sym_and] = ACTIONS(2639), + [anon_sym_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_EQ_TILDE] = ACTIONS(2639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2639), + [anon_sym_LT_EQ] = ACTIONS(2639), + [anon_sym_GT_EQ] = ACTIONS(2639), + [anon_sym_PIPE_GT] = ACTIONS(2639), + [anon_sym_LT_LT_LT] = ACTIONS(2639), + [anon_sym_GT_GT_GT] = ACTIONS(2639), + [anon_sym_LT_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_PIPE_GT] = ACTIONS(2639), + [anon_sym_in] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH] = ACTIONS(2639), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2639), + [anon_sym_LT_GT] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_STAR_STAR] = ACTIONS(2639), + [anon_sym_CARET_CARET] = ACTIONS(2639), + [anon_sym_DASH_GT] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2639), + [anon_sym_fn] = ACTIONS(2639), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2733), + [sym__before_unary_op] = ACTIONS(2641), + [sym__not_in] = ACTIONS(2641), + [sym__quoted_atom_start] = ACTIONS(2641), }, [1032] = { - [sym_identifier] = STATE(984), - [sym__quoted_i_double] = STATE(985), - [sym__quoted_i_single] = STATE(986), - [sym_tuple] = STATE(1363), - [sym_operator_identifier] = STATE(984), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2735), - [anon_sym_true] = ACTIONS(2737), - [anon_sym_false] = ACTIONS(2737), - [anon_sym_nil] = ACTIONS(2737), - [anon_sym_DQUOTE] = ACTIONS(2739), - [anon_sym_SQUOTE] = ACTIONS(2741), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LT] = ACTIONS(2743), - [anon_sym_GT] = ACTIONS(2743), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_SLASH] = ACTIONS(2743), - [anon_sym_AMP] = ACTIONS(2745), - [anon_sym_PLUS] = ACTIONS(2747), - [anon_sym_DASH] = ACTIONS(2747), - [anon_sym_BANG] = ACTIONS(2747), - [anon_sym_CARET] = ACTIONS(2747), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2747), - [anon_sym_not] = ACTIONS(2749), - [anon_sym_AT] = ACTIONS(2751), - [anon_sym_LT_DASH] = ACTIONS(2743), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2743), - [anon_sym_when] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2743), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_PIPE_PIPE] = ACTIONS(2743), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2743), - [anon_sym_or] = ACTIONS(2753), - [anon_sym_AMP_AMP] = ACTIONS(2743), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2743), - [anon_sym_and] = ACTIONS(2753), - [anon_sym_EQ_EQ] = ACTIONS(2743), - [anon_sym_BANG_EQ] = ACTIONS(2743), - [anon_sym_EQ_TILDE] = ACTIONS(2743), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2743), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2743), - [anon_sym_LT_EQ] = ACTIONS(2743), - [anon_sym_GT_EQ] = ACTIONS(2743), - [anon_sym_PIPE_GT] = ACTIONS(2743), - [anon_sym_LT_LT_LT] = ACTIONS(2743), - [anon_sym_GT_GT_GT] = ACTIONS(2743), - [anon_sym_LT_LT_TILDE] = ACTIONS(2743), - [anon_sym_TILDE_GT_GT] = ACTIONS(2743), - [anon_sym_LT_TILDE] = ACTIONS(2743), - [anon_sym_TILDE_GT] = ACTIONS(2743), - [anon_sym_LT_TILDE_GT] = ACTIONS(2743), - [anon_sym_LT_PIPE_GT] = ACTIONS(2743), - [anon_sym_in] = ACTIONS(2753), - [anon_sym_PLUS_PLUS] = ACTIONS(2743), - [anon_sym_DASH_DASH] = ACTIONS(2743), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2743), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2743), - [anon_sym_LT_GT] = ACTIONS(2743), - [anon_sym_STAR] = ACTIONS(2743), - [anon_sym_STAR_STAR] = ACTIONS(2743), - [anon_sym_CARET_CARET] = ACTIONS(2743), - [anon_sym_DASH_GT] = ACTIONS(2743), - [anon_sym_DOT] = ACTIONS(2743), - [anon_sym_after] = ACTIONS(2737), - [anon_sym_catch] = ACTIONS(2737), - [anon_sym_do] = ACTIONS(2737), - [anon_sym_else] = ACTIONS(2737), - [anon_sym_end] = ACTIONS(2737), - [anon_sym_fn] = ACTIONS(2737), - [anon_sym_rescue] = ACTIONS(2737), + [aux_sym__terminator_repeat1] = STATE(1028), + [aux_sym__terminator_token1] = ACTIONS(2682), + [anon_sym_SEMI] = ACTIONS(2684), + [anon_sym_LPAREN] = ACTIONS(2639), + [aux_sym_identifier_token1] = ACTIONS(2639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), + [sym_alias] = ACTIONS(2639), + [sym_integer] = ACTIONS(2639), + [sym_float] = ACTIONS(2639), + [sym_char] = ACTIONS(2639), + [anon_sym_true] = ACTIONS(2639), + [anon_sym_false] = ACTIONS(2639), + [anon_sym_nil] = ACTIONS(2639), + [sym_atom] = ACTIONS(2639), + [anon_sym_DQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2639), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_TILDE] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_DOT_DOT] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2639), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2639), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2639), + [anon_sym_not] = ACTIONS(2639), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_LT_DASH] = ACTIONS(2639), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2639), + [anon_sym_when] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_EQ] = ACTIONS(2639), + [anon_sym_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_or] = ACTIONS(2639), + [anon_sym_AMP_AMP] = ACTIONS(2639), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2639), + [anon_sym_and] = ACTIONS(2639), + [anon_sym_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_EQ_TILDE] = ACTIONS(2639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2639), + [anon_sym_LT_EQ] = ACTIONS(2639), + [anon_sym_GT_EQ] = ACTIONS(2639), + [anon_sym_PIPE_GT] = ACTIONS(2639), + [anon_sym_LT_LT_LT] = ACTIONS(2639), + [anon_sym_GT_GT_GT] = ACTIONS(2639), + [anon_sym_LT_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_PIPE_GT] = ACTIONS(2639), + [anon_sym_in] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH] = ACTIONS(2639), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2639), + [anon_sym_LT_GT] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_STAR_STAR] = ACTIONS(2639), + [anon_sym_CARET_CARET] = ACTIONS(2639), + [anon_sym_DASH_GT] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2639), + [anon_sym_end] = ACTIONS(2639), + [anon_sym_fn] = ACTIONS(2639), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2755), + [sym__before_unary_op] = ACTIONS(2641), + [sym__not_in] = ACTIONS(2641), + [sym__quoted_atom_start] = ACTIONS(2641), }, [1033] = { - [sym_identifier] = STATE(928), - [sym__quoted_i_double] = STATE(929), - [sym__quoted_i_single] = STATE(930), - [sym_tuple] = STATE(2740), - [sym_operator_identifier] = STATE(928), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2757), - [anon_sym_true] = ACTIONS(2715), - [anon_sym_false] = ACTIONS(2715), - [anon_sym_nil] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(2717), - [anon_sym_SQUOTE] = ACTIONS(2719), - [anon_sym_LBRACE] = ACTIONS(1059), - [anon_sym_LT] = ACTIONS(2721), - [anon_sym_GT] = ACTIONS(2721), - [anon_sym_PIPE] = ACTIONS(2721), - [anon_sym_SLASH] = ACTIONS(2721), - [anon_sym_AMP] = ACTIONS(2723), - [anon_sym_PLUS] = ACTIONS(2725), - [anon_sym_DASH] = ACTIONS(2725), - [anon_sym_BANG] = ACTIONS(2725), - [anon_sym_CARET] = ACTIONS(2725), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2725), - [anon_sym_not] = ACTIONS(2727), - [anon_sym_AT] = ACTIONS(2729), - [anon_sym_LT_DASH] = ACTIONS(2721), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2721), - [anon_sym_when] = ACTIONS(2731), - [anon_sym_COLON_COLON] = ACTIONS(2721), - [anon_sym_EQ] = ACTIONS(2721), - [anon_sym_PIPE_PIPE] = ACTIONS(2721), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2721), - [anon_sym_or] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2721), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2721), - [anon_sym_and] = ACTIONS(2731), - [anon_sym_EQ_EQ] = ACTIONS(2721), - [anon_sym_BANG_EQ] = ACTIONS(2721), - [anon_sym_EQ_TILDE] = ACTIONS(2721), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2721), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2721), - [anon_sym_LT_EQ] = ACTIONS(2721), - [anon_sym_GT_EQ] = ACTIONS(2721), - [anon_sym_PIPE_GT] = ACTIONS(2721), - [anon_sym_LT_LT_LT] = ACTIONS(2721), - [anon_sym_GT_GT_GT] = ACTIONS(2721), - [anon_sym_LT_LT_TILDE] = ACTIONS(2721), - [anon_sym_TILDE_GT_GT] = ACTIONS(2721), - [anon_sym_LT_TILDE] = ACTIONS(2721), - [anon_sym_TILDE_GT] = ACTIONS(2721), - [anon_sym_LT_TILDE_GT] = ACTIONS(2721), - [anon_sym_LT_PIPE_GT] = ACTIONS(2721), - [anon_sym_in] = ACTIONS(2731), - [anon_sym_PLUS_PLUS] = ACTIONS(2721), - [anon_sym_DASH_DASH] = ACTIONS(2721), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2721), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2721), - [anon_sym_LT_GT] = ACTIONS(2721), - [anon_sym_STAR] = ACTIONS(2721), - [anon_sym_STAR_STAR] = ACTIONS(2721), - [anon_sym_CARET_CARET] = ACTIONS(2721), - [anon_sym_DASH_GT] = ACTIONS(2721), - [anon_sym_DOT] = ACTIONS(2721), - [anon_sym_after] = ACTIONS(2715), - [anon_sym_catch] = ACTIONS(2715), - [anon_sym_do] = ACTIONS(2715), - [anon_sym_else] = ACTIONS(2715), - [anon_sym_end] = ACTIONS(2715), - [anon_sym_fn] = ACTIONS(2715), - [anon_sym_rescue] = ACTIONS(2715), + [aux_sym__terminator_repeat1] = STATE(1034), + [ts_builtin_sym_end] = ACTIONS(2641), + [aux_sym__terminator_token1] = ACTIONS(2686), + [anon_sym_SEMI] = ACTIONS(2688), + [anon_sym_LPAREN] = ACTIONS(2639), + [aux_sym_identifier_token1] = ACTIONS(2639), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2639), + [sym_alias] = ACTIONS(2639), + [sym_integer] = ACTIONS(2639), + [sym_float] = ACTIONS(2639), + [sym_char] = ACTIONS(2639), + [anon_sym_true] = ACTIONS(2639), + [anon_sym_false] = ACTIONS(2639), + [anon_sym_nil] = ACTIONS(2639), + [sym_atom] = ACTIONS(2639), + [anon_sym_DQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE] = ACTIONS(2639), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2639), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2639), + [anon_sym_LBRACE] = ACTIONS(2639), + [anon_sym_LBRACK] = ACTIONS(2639), + [anon_sym_LT] = ACTIONS(2639), + [anon_sym_GT] = ACTIONS(2639), + [anon_sym_PIPE] = ACTIONS(2639), + [anon_sym_SLASH] = ACTIONS(2639), + [anon_sym_TILDE] = ACTIONS(2639), + [anon_sym_LT_LT] = ACTIONS(2639), + [anon_sym_PERCENT] = ACTIONS(2639), + [anon_sym_DOT_DOT] = ACTIONS(2639), + [anon_sym_AMP] = ACTIONS(2639), + [anon_sym_PLUS] = ACTIONS(2639), + [anon_sym_DASH] = ACTIONS(2639), + [anon_sym_BANG] = ACTIONS(2639), + [anon_sym_CARET] = ACTIONS(2639), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2639), + [anon_sym_not] = ACTIONS(2639), + [anon_sym_AT] = ACTIONS(2639), + [anon_sym_LT_DASH] = ACTIONS(2639), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2639), + [anon_sym_when] = ACTIONS(2639), + [anon_sym_COLON_COLON] = ACTIONS(2639), + [anon_sym_EQ] = ACTIONS(2639), + [anon_sym_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2639), + [anon_sym_or] = ACTIONS(2639), + [anon_sym_AMP_AMP] = ACTIONS(2639), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2639), + [anon_sym_and] = ACTIONS(2639), + [anon_sym_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ] = ACTIONS(2639), + [anon_sym_EQ_TILDE] = ACTIONS(2639), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2639), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2639), + [anon_sym_LT_EQ] = ACTIONS(2639), + [anon_sym_GT_EQ] = ACTIONS(2639), + [anon_sym_PIPE_GT] = ACTIONS(2639), + [anon_sym_LT_LT_LT] = ACTIONS(2639), + [anon_sym_GT_GT_GT] = ACTIONS(2639), + [anon_sym_LT_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE] = ACTIONS(2639), + [anon_sym_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_TILDE_GT] = ACTIONS(2639), + [anon_sym_LT_PIPE_GT] = ACTIONS(2639), + [anon_sym_in] = ACTIONS(2639), + [anon_sym_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH] = ACTIONS(2639), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2639), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2639), + [anon_sym_LT_GT] = ACTIONS(2639), + [anon_sym_STAR] = ACTIONS(2639), + [anon_sym_STAR_STAR] = ACTIONS(2639), + [anon_sym_CARET_CARET] = ACTIONS(2639), + [anon_sym_DASH_GT] = ACTIONS(2639), + [anon_sym_DOT] = ACTIONS(2639), + [anon_sym_fn] = ACTIONS(2639), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2733), + [sym__before_unary_op] = ACTIONS(2641), + [sym__not_in] = ACTIONS(2641), + [sym__quoted_atom_start] = ACTIONS(2641), }, [1034] = { - [sym_identifier] = STATE(911), - [sym__quoted_i_double] = STATE(916), - [sym__quoted_i_single] = STATE(918), - [sym_tuple] = STATE(1187), - [sym_operator_identifier] = STATE(911), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2759), - [anon_sym_true] = ACTIONS(2761), - [anon_sym_false] = ACTIONS(2761), - [anon_sym_nil] = ACTIONS(2761), - [anon_sym_DQUOTE] = ACTIONS(2763), - [anon_sym_SQUOTE] = ACTIONS(2765), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LT] = ACTIONS(2767), - [anon_sym_GT] = ACTIONS(2767), - [anon_sym_PIPE] = ACTIONS(2767), - [anon_sym_SLASH] = ACTIONS(2767), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_PLUS] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2771), - [anon_sym_BANG] = ACTIONS(2771), - [anon_sym_CARET] = ACTIONS(2771), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2771), - [anon_sym_not] = ACTIONS(2773), - [anon_sym_AT] = ACTIONS(2775), - [anon_sym_LT_DASH] = ACTIONS(2767), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2767), - [anon_sym_when] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2767), - [anon_sym_EQ] = ACTIONS(2767), - [anon_sym_PIPE_PIPE] = ACTIONS(2767), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2767), - [anon_sym_or] = ACTIONS(2777), - [anon_sym_AMP_AMP] = ACTIONS(2767), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2767), - [anon_sym_and] = ACTIONS(2777), - [anon_sym_EQ_EQ] = ACTIONS(2767), - [anon_sym_BANG_EQ] = ACTIONS(2767), - [anon_sym_EQ_TILDE] = ACTIONS(2767), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2767), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2767), - [anon_sym_LT_EQ] = ACTIONS(2767), - [anon_sym_GT_EQ] = ACTIONS(2767), - [anon_sym_PIPE_GT] = ACTIONS(2767), - [anon_sym_LT_LT_LT] = ACTIONS(2767), - [anon_sym_GT_GT_GT] = ACTIONS(2767), - [anon_sym_LT_LT_TILDE] = ACTIONS(2767), - [anon_sym_TILDE_GT_GT] = ACTIONS(2767), - [anon_sym_LT_TILDE] = ACTIONS(2767), - [anon_sym_TILDE_GT] = ACTIONS(2767), - [anon_sym_LT_TILDE_GT] = ACTIONS(2767), - [anon_sym_LT_PIPE_GT] = ACTIONS(2767), - [anon_sym_in] = ACTIONS(2777), - [anon_sym_PLUS_PLUS] = ACTIONS(2767), - [anon_sym_DASH_DASH] = ACTIONS(2767), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2767), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2767), - [anon_sym_LT_GT] = ACTIONS(2767), - [anon_sym_STAR] = ACTIONS(2767), - [anon_sym_STAR_STAR] = ACTIONS(2767), - [anon_sym_CARET_CARET] = ACTIONS(2767), - [anon_sym_DASH_GT] = ACTIONS(2767), - [anon_sym_DOT] = ACTIONS(2767), - [anon_sym_after] = ACTIONS(2761), - [anon_sym_catch] = ACTIONS(2761), - [anon_sym_do] = ACTIONS(2761), - [anon_sym_else] = ACTIONS(2761), - [anon_sym_end] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_rescue] = ACTIONS(2761), + [aux_sym__terminator_repeat1] = STATE(1034), + [ts_builtin_sym_end] = ACTIONS(2648), + [aux_sym__terminator_token1] = ACTIONS(2690), + [anon_sym_SEMI] = ACTIONS(2646), + [anon_sym_LPAREN] = ACTIONS(2646), + [aux_sym_identifier_token1] = ACTIONS(2646), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2646), + [sym_alias] = ACTIONS(2646), + [sym_integer] = ACTIONS(2646), + [sym_float] = ACTIONS(2646), + [sym_char] = ACTIONS(2646), + [anon_sym_true] = ACTIONS(2646), + [anon_sym_false] = ACTIONS(2646), + [anon_sym_nil] = ACTIONS(2646), + [sym_atom] = ACTIONS(2646), + [anon_sym_DQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE] = ACTIONS(2646), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2646), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2646), + [anon_sym_LBRACE] = ACTIONS(2646), + [anon_sym_LBRACK] = ACTIONS(2646), + [anon_sym_LT] = ACTIONS(2646), + [anon_sym_GT] = ACTIONS(2646), + [anon_sym_PIPE] = ACTIONS(2646), + [anon_sym_SLASH] = ACTIONS(2646), + [anon_sym_TILDE] = ACTIONS(2646), + [anon_sym_LT_LT] = ACTIONS(2646), + [anon_sym_PERCENT] = ACTIONS(2646), + [anon_sym_DOT_DOT] = ACTIONS(2646), + [anon_sym_AMP] = ACTIONS(2646), + [anon_sym_PLUS] = ACTIONS(2646), + [anon_sym_DASH] = ACTIONS(2646), + [anon_sym_BANG] = ACTIONS(2646), + [anon_sym_CARET] = ACTIONS(2646), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2646), + [anon_sym_not] = ACTIONS(2646), + [anon_sym_AT] = ACTIONS(2646), + [anon_sym_LT_DASH] = ACTIONS(2646), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2646), + [anon_sym_when] = ACTIONS(2646), + [anon_sym_COLON_COLON] = ACTIONS(2646), + [anon_sym_EQ] = ACTIONS(2646), + [anon_sym_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2646), + [anon_sym_or] = ACTIONS(2646), + [anon_sym_AMP_AMP] = ACTIONS(2646), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2646), + [anon_sym_and] = ACTIONS(2646), + [anon_sym_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ] = ACTIONS(2646), + [anon_sym_EQ_TILDE] = ACTIONS(2646), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2646), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2646), + [anon_sym_LT_EQ] = ACTIONS(2646), + [anon_sym_GT_EQ] = ACTIONS(2646), + [anon_sym_PIPE_GT] = ACTIONS(2646), + [anon_sym_LT_LT_LT] = ACTIONS(2646), + [anon_sym_GT_GT_GT] = ACTIONS(2646), + [anon_sym_LT_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE] = ACTIONS(2646), + [anon_sym_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_TILDE_GT] = ACTIONS(2646), + [anon_sym_LT_PIPE_GT] = ACTIONS(2646), + [anon_sym_in] = ACTIONS(2646), + [anon_sym_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH] = ACTIONS(2646), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2646), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2646), + [anon_sym_LT_GT] = ACTIONS(2646), + [anon_sym_STAR] = ACTIONS(2646), + [anon_sym_STAR_STAR] = ACTIONS(2646), + [anon_sym_CARET_CARET] = ACTIONS(2646), + [anon_sym_DASH_GT] = ACTIONS(2646), + [anon_sym_DOT] = ACTIONS(2646), + [anon_sym_fn] = ACTIONS(2646), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2779), + [sym__before_unary_op] = ACTIONS(2648), + [sym__not_in] = ACTIONS(2648), + [sym__quoted_atom_start] = ACTIONS(2648), }, [1035] = { - [sym_identifier] = STATE(911), - [sym__quoted_i_double] = STATE(916), - [sym__quoted_i_single] = STATE(918), - [sym_tuple] = STATE(1363), - [sym_operator_identifier] = STATE(911), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2735), - [anon_sym_true] = ACTIONS(2761), - [anon_sym_false] = ACTIONS(2761), - [anon_sym_nil] = ACTIONS(2761), - [anon_sym_DQUOTE] = ACTIONS(2763), - [anon_sym_SQUOTE] = ACTIONS(2765), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LT] = ACTIONS(2767), - [anon_sym_GT] = ACTIONS(2767), - [anon_sym_PIPE] = ACTIONS(2767), - [anon_sym_SLASH] = ACTIONS(2767), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_PLUS] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2771), - [anon_sym_BANG] = ACTIONS(2771), - [anon_sym_CARET] = ACTIONS(2771), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2771), - [anon_sym_not] = ACTIONS(2773), - [anon_sym_AT] = ACTIONS(2775), - [anon_sym_LT_DASH] = ACTIONS(2767), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2767), - [anon_sym_when] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2767), - [anon_sym_EQ] = ACTIONS(2767), - [anon_sym_PIPE_PIPE] = ACTIONS(2767), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2767), - [anon_sym_or] = ACTIONS(2777), - [anon_sym_AMP_AMP] = ACTIONS(2767), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2767), - [anon_sym_and] = ACTIONS(2777), - [anon_sym_EQ_EQ] = ACTIONS(2767), - [anon_sym_BANG_EQ] = ACTIONS(2767), - [anon_sym_EQ_TILDE] = ACTIONS(2767), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2767), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2767), - [anon_sym_LT_EQ] = ACTIONS(2767), - [anon_sym_GT_EQ] = ACTIONS(2767), - [anon_sym_PIPE_GT] = ACTIONS(2767), - [anon_sym_LT_LT_LT] = ACTIONS(2767), - [anon_sym_GT_GT_GT] = ACTIONS(2767), - [anon_sym_LT_LT_TILDE] = ACTIONS(2767), - [anon_sym_TILDE_GT_GT] = ACTIONS(2767), - [anon_sym_LT_TILDE] = ACTIONS(2767), - [anon_sym_TILDE_GT] = ACTIONS(2767), - [anon_sym_LT_TILDE_GT] = ACTIONS(2767), - [anon_sym_LT_PIPE_GT] = ACTIONS(2767), - [anon_sym_in] = ACTIONS(2777), - [anon_sym_PLUS_PLUS] = ACTIONS(2767), - [anon_sym_DASH_DASH] = ACTIONS(2767), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2767), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2767), - [anon_sym_LT_GT] = ACTIONS(2767), - [anon_sym_STAR] = ACTIONS(2767), - [anon_sym_STAR_STAR] = ACTIONS(2767), - [anon_sym_CARET_CARET] = ACTIONS(2767), - [anon_sym_DASH_GT] = ACTIONS(2767), - [anon_sym_DOT] = ACTIONS(2767), - [anon_sym_after] = ACTIONS(2761), - [anon_sym_catch] = ACTIONS(2761), - [anon_sym_do] = ACTIONS(2761), - [anon_sym_else] = ACTIONS(2761), - [anon_sym_end] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_rescue] = ACTIONS(2761), + [aux_sym__terminator_token1] = ACTIONS(2661), + [anon_sym_SEMI] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_RPAREN] = ACTIONS(2659), + [aux_sym_identifier_token1] = ACTIONS(2659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2659), + [sym_alias] = ACTIONS(2659), + [sym_integer] = ACTIONS(2659), + [sym_float] = ACTIONS(2659), + [sym_char] = ACTIONS(2659), + [anon_sym_true] = ACTIONS(2659), + [anon_sym_false] = ACTIONS(2659), + [anon_sym_nil] = ACTIONS(2659), + [sym_atom] = ACTIONS(2659), + [anon_sym_DQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2659), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_PIPE] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_DOT_DOT] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2659), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_BANG] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2659), + [anon_sym_not] = ACTIONS(2659), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_LT_DASH] = ACTIONS(2659), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2659), + [anon_sym_when] = ACTIONS(2659), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_EQ] = ACTIONS(2659), + [anon_sym_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_or] = ACTIONS(2659), + [anon_sym_AMP_AMP] = ACTIONS(2659), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2659), + [anon_sym_and] = ACTIONS(2659), + [anon_sym_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_EQ_TILDE] = ACTIONS(2659), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2659), + [anon_sym_LT_EQ] = ACTIONS(2659), + [anon_sym_GT_EQ] = ACTIONS(2659), + [anon_sym_PIPE_GT] = ACTIONS(2659), + [anon_sym_LT_LT_LT] = ACTIONS(2659), + [anon_sym_GT_GT_GT] = ACTIONS(2659), + [anon_sym_LT_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_PIPE_GT] = ACTIONS(2659), + [anon_sym_in] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH] = ACTIONS(2659), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2659), + [anon_sym_LT_GT] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_STAR_STAR] = ACTIONS(2659), + [anon_sym_CARET_CARET] = ACTIONS(2659), + [anon_sym_DASH_GT] = ACTIONS(2659), + [anon_sym_DOT] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2659), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2779), + [sym__before_unary_op] = ACTIONS(2661), + [sym__not_in] = ACTIONS(2661), + [sym__quoted_atom_start] = ACTIONS(2661), }, [1036] = { - [sym_identifier] = STATE(911), - [sym__quoted_i_double] = STATE(916), - [sym__quoted_i_single] = STATE(918), - [sym_tuple] = STATE(1877), - [sym_operator_identifier] = STATE(911), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2781), - [anon_sym_true] = ACTIONS(2761), - [anon_sym_false] = ACTIONS(2761), - [anon_sym_nil] = ACTIONS(2761), - [anon_sym_DQUOTE] = ACTIONS(2763), - [anon_sym_SQUOTE] = ACTIONS(2765), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LT] = ACTIONS(2767), - [anon_sym_GT] = ACTIONS(2767), - [anon_sym_PIPE] = ACTIONS(2767), - [anon_sym_SLASH] = ACTIONS(2767), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_PLUS] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2771), - [anon_sym_BANG] = ACTIONS(2771), - [anon_sym_CARET] = ACTIONS(2771), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2771), - [anon_sym_not] = ACTIONS(2773), - [anon_sym_AT] = ACTIONS(2775), - [anon_sym_LT_DASH] = ACTIONS(2767), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2767), - [anon_sym_when] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2767), - [anon_sym_EQ] = ACTIONS(2767), - [anon_sym_PIPE_PIPE] = ACTIONS(2767), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2767), - [anon_sym_or] = ACTIONS(2777), - [anon_sym_AMP_AMP] = ACTIONS(2767), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2767), - [anon_sym_and] = ACTIONS(2777), - [anon_sym_EQ_EQ] = ACTIONS(2767), - [anon_sym_BANG_EQ] = ACTIONS(2767), - [anon_sym_EQ_TILDE] = ACTIONS(2767), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2767), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2767), - [anon_sym_LT_EQ] = ACTIONS(2767), - [anon_sym_GT_EQ] = ACTIONS(2767), - [anon_sym_PIPE_GT] = ACTIONS(2767), - [anon_sym_LT_LT_LT] = ACTIONS(2767), - [anon_sym_GT_GT_GT] = ACTIONS(2767), - [anon_sym_LT_LT_TILDE] = ACTIONS(2767), - [anon_sym_TILDE_GT_GT] = ACTIONS(2767), - [anon_sym_LT_TILDE] = ACTIONS(2767), - [anon_sym_TILDE_GT] = ACTIONS(2767), - [anon_sym_LT_TILDE_GT] = ACTIONS(2767), - [anon_sym_LT_PIPE_GT] = ACTIONS(2767), - [anon_sym_in] = ACTIONS(2777), - [anon_sym_PLUS_PLUS] = ACTIONS(2767), - [anon_sym_DASH_DASH] = ACTIONS(2767), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2767), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2767), - [anon_sym_LT_GT] = ACTIONS(2767), - [anon_sym_STAR] = ACTIONS(2767), - [anon_sym_STAR_STAR] = ACTIONS(2767), - [anon_sym_CARET_CARET] = ACTIONS(2767), - [anon_sym_DASH_GT] = ACTIONS(2767), - [anon_sym_DOT] = ACTIONS(2767), - [anon_sym_after] = ACTIONS(2761), - [anon_sym_catch] = ACTIONS(2761), - [anon_sym_do] = ACTIONS(2761), - [anon_sym_else] = ACTIONS(2761), - [anon_sym_end] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_rescue] = ACTIONS(2761), + [aux_sym__terminator_token1] = ACTIONS(2661), + [anon_sym_SEMI] = ACTIONS(2659), + [anon_sym_LPAREN] = ACTIONS(2659), + [aux_sym_identifier_token1] = ACTIONS(2659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2659), + [sym_alias] = ACTIONS(2659), + [sym_integer] = ACTIONS(2659), + [sym_float] = ACTIONS(2659), + [sym_char] = ACTIONS(2659), + [anon_sym_true] = ACTIONS(2659), + [anon_sym_false] = ACTIONS(2659), + [anon_sym_nil] = ACTIONS(2659), + [sym_atom] = ACTIONS(2659), + [anon_sym_DQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2659), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_PIPE] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_DOT_DOT] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2659), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_BANG] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2659), + [anon_sym_not] = ACTIONS(2659), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_LT_DASH] = ACTIONS(2659), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2659), + [anon_sym_when] = ACTIONS(2659), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_EQ] = ACTIONS(2659), + [anon_sym_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_or] = ACTIONS(2659), + [anon_sym_AMP_AMP] = ACTIONS(2659), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2659), + [anon_sym_and] = ACTIONS(2659), + [anon_sym_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_EQ_TILDE] = ACTIONS(2659), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2659), + [anon_sym_LT_EQ] = ACTIONS(2659), + [anon_sym_GT_EQ] = ACTIONS(2659), + [anon_sym_PIPE_GT] = ACTIONS(2659), + [anon_sym_LT_LT_LT] = ACTIONS(2659), + [anon_sym_GT_GT_GT] = ACTIONS(2659), + [anon_sym_LT_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_PIPE_GT] = ACTIONS(2659), + [anon_sym_in] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH] = ACTIONS(2659), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2659), + [anon_sym_LT_GT] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_STAR_STAR] = ACTIONS(2659), + [anon_sym_CARET_CARET] = ACTIONS(2659), + [anon_sym_DASH_GT] = ACTIONS(2659), + [anon_sym_DOT] = ACTIONS(2659), + [anon_sym_end] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2659), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2779), + [sym__before_unary_op] = ACTIONS(2661), + [sym__not_in] = ACTIONS(2661), + [sym__quoted_atom_start] = ACTIONS(2661), }, [1037] = { - [sym_identifier] = STATE(998), - [sym__quoted_i_double] = STATE(999), - [sym__quoted_i_single] = STATE(1004), - [sym_tuple] = STATE(4027), - [sym_operator_identifier] = STATE(998), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(588), - [anon_sym_DOT_DOT_DOT] = ACTIONS(588), - [sym_alias] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_RPAREN] = ACTIONS(2659), + [aux_sym_identifier_token1] = ACTIONS(2659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2659), + [sym_alias] = ACTIONS(2659), + [sym_integer] = ACTIONS(2659), + [sym_float] = ACTIONS(2659), + [sym_char] = ACTIONS(2659), + [anon_sym_true] = ACTIONS(2659), + [anon_sym_false] = ACTIONS(2659), + [anon_sym_nil] = ACTIONS(2659), + [sym_atom] = ACTIONS(2659), + [anon_sym_DQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2659), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_PIPE] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_TILDE] = ACTIONS(2659), + [sym_keyword] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_DOT_DOT] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2659), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_BANG] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2659), + [anon_sym_not] = ACTIONS(2659), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_LT_DASH] = ACTIONS(2659), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2659), + [anon_sym_when] = ACTIONS(2659), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_EQ] = ACTIONS(2659), + [anon_sym_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_or] = ACTIONS(2659), + [anon_sym_AMP_AMP] = ACTIONS(2659), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2659), + [anon_sym_and] = ACTIONS(2659), + [anon_sym_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_EQ_TILDE] = ACTIONS(2659), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2659), + [anon_sym_LT_EQ] = ACTIONS(2659), + [anon_sym_GT_EQ] = ACTIONS(2659), + [anon_sym_PIPE_GT] = ACTIONS(2659), + [anon_sym_LT_LT_LT] = ACTIONS(2659), + [anon_sym_GT_GT_GT] = ACTIONS(2659), + [anon_sym_LT_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_PIPE_GT] = ACTIONS(2659), + [anon_sym_in] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH] = ACTIONS(2659), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2659), + [anon_sym_LT_GT] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_STAR_STAR] = ACTIONS(2659), + [anon_sym_CARET_CARET] = ACTIONS(2659), + [anon_sym_DASH_GT] = ACTIONS(2659), + [anon_sym_DOT] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2659), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2661), + [sym__not_in] = ACTIONS(2661), + [sym__quoted_atom_start] = ACTIONS(2661), + }, + [1038] = { + [ts_builtin_sym_end] = ACTIONS(2661), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2659), + [aux_sym_identifier_token1] = ACTIONS(2659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2659), + [sym_alias] = ACTIONS(2659), + [sym_integer] = ACTIONS(2659), + [sym_float] = ACTIONS(2659), + [sym_char] = ACTIONS(2659), + [anon_sym_true] = ACTIONS(2659), + [anon_sym_false] = ACTIONS(2659), + [anon_sym_nil] = ACTIONS(2659), + [sym_atom] = ACTIONS(2659), + [anon_sym_DQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2659), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_PIPE] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_DOT_DOT] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2659), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_BANG] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2659), + [anon_sym_not] = ACTIONS(2659), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_LT_DASH] = ACTIONS(2659), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2659), + [anon_sym_when] = ACTIONS(2659), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_EQ] = ACTIONS(2659), + [anon_sym_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_or] = ACTIONS(2659), + [anon_sym_AMP_AMP] = ACTIONS(2659), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2659), + [anon_sym_and] = ACTIONS(2659), + [anon_sym_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_EQ_TILDE] = ACTIONS(2659), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2659), + [anon_sym_LT_EQ] = ACTIONS(2659), + [anon_sym_GT_EQ] = ACTIONS(2659), + [anon_sym_PIPE_GT] = ACTIONS(2659), + [anon_sym_LT_LT_LT] = ACTIONS(2659), + [anon_sym_GT_GT_GT] = ACTIONS(2659), + [anon_sym_LT_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_PIPE_GT] = ACTIONS(2659), + [anon_sym_in] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH] = ACTIONS(2659), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2659), + [anon_sym_LT_GT] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_STAR_STAR] = ACTIONS(2659), + [anon_sym_CARET_CARET] = ACTIONS(2659), + [anon_sym_DASH_GT] = ACTIONS(2659), + [anon_sym_DOT] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2659), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2661), + [sym__not_in] = ACTIONS(2661), + [sym__quoted_atom_start] = ACTIONS(2661), + }, + [1039] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_RPAREN] = ACTIONS(2659), + [aux_sym_identifier_token1] = ACTIONS(2659), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2659), + [sym_alias] = ACTIONS(2659), + [sym_integer] = ACTIONS(2659), + [sym_float] = ACTIONS(2659), + [sym_char] = ACTIONS(2659), + [anon_sym_true] = ACTIONS(2659), + [anon_sym_false] = ACTIONS(2659), + [anon_sym_nil] = ACTIONS(2659), + [sym_atom] = ACTIONS(2659), + [anon_sym_DQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE] = ACTIONS(2659), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2659), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2659), + [anon_sym_LBRACE] = ACTIONS(2659), + [anon_sym_LBRACK] = ACTIONS(2659), + [anon_sym_LT] = ACTIONS(2659), + [anon_sym_GT] = ACTIONS(2659), + [anon_sym_PIPE] = ACTIONS(2659), + [anon_sym_SLASH] = ACTIONS(2659), + [anon_sym_TILDE] = ACTIONS(2659), + [anon_sym_LT_LT] = ACTIONS(2659), + [anon_sym_PERCENT] = ACTIONS(2659), + [anon_sym_DOT_DOT] = ACTIONS(2659), + [anon_sym_AMP] = ACTIONS(2659), + [anon_sym_PLUS] = ACTIONS(2659), + [anon_sym_DASH] = ACTIONS(2659), + [anon_sym_BANG] = ACTIONS(2659), + [anon_sym_CARET] = ACTIONS(2659), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2659), + [anon_sym_not] = ACTIONS(2659), + [anon_sym_AT] = ACTIONS(2659), + [anon_sym_LT_DASH] = ACTIONS(2659), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2659), + [anon_sym_when] = ACTIONS(2659), + [anon_sym_COLON_COLON] = ACTIONS(2659), + [anon_sym_EQ] = ACTIONS(2659), + [anon_sym_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2659), + [anon_sym_or] = ACTIONS(2659), + [anon_sym_AMP_AMP] = ACTIONS(2659), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2659), + [anon_sym_and] = ACTIONS(2659), + [anon_sym_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ] = ACTIONS(2659), + [anon_sym_EQ_TILDE] = ACTIONS(2659), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2659), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2659), + [anon_sym_LT_EQ] = ACTIONS(2659), + [anon_sym_GT_EQ] = ACTIONS(2659), + [anon_sym_PIPE_GT] = ACTIONS(2659), + [anon_sym_LT_LT_LT] = ACTIONS(2659), + [anon_sym_GT_GT_GT] = ACTIONS(2659), + [anon_sym_LT_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE] = ACTIONS(2659), + [anon_sym_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_TILDE_GT] = ACTIONS(2659), + [anon_sym_LT_PIPE_GT] = ACTIONS(2659), + [anon_sym_in] = ACTIONS(2659), + [anon_sym_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH] = ACTIONS(2659), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2659), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2659), + [anon_sym_LT_GT] = ACTIONS(2659), + [anon_sym_STAR] = ACTIONS(2659), + [anon_sym_STAR_STAR] = ACTIONS(2659), + [anon_sym_CARET_CARET] = ACTIONS(2659), + [anon_sym_DASH_GT] = ACTIONS(2659), + [anon_sym_DOT] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2659), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__before_unary_op] = ACTIONS(2661), + [sym__not_in] = ACTIONS(2661), + [sym__quoted_atom_start] = ACTIONS(2661), + }, + [1040] = { + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2693), + [aux_sym_identifier_token1] = ACTIONS(2693), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2693), + [sym_alias] = ACTIONS(2693), + [sym_integer] = ACTIONS(2693), + [sym_float] = ACTIONS(2693), + [sym_char] = ACTIONS(2693), [anon_sym_true] = ACTIONS(2693), [anon_sym_false] = ACTIONS(2693), [anon_sym_nil] = ACTIONS(2693), - [anon_sym_DQUOTE] = ACTIONS(2695), - [anon_sym_SQUOTE] = ACTIONS(2697), - [anon_sym_LBRACE] = ACTIONS(1121), - [anon_sym_LT] = ACTIONS(2699), - [anon_sym_GT] = ACTIONS(2699), - [anon_sym_PIPE] = ACTIONS(2699), - [anon_sym_SLASH] = ACTIONS(2699), - [anon_sym_AMP] = ACTIONS(2701), - [anon_sym_PLUS] = ACTIONS(2703), - [anon_sym_DASH] = ACTIONS(2703), - [anon_sym_BANG] = ACTIONS(2703), - [anon_sym_CARET] = ACTIONS(2703), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2703), - [anon_sym_not] = ACTIONS(2705), - [anon_sym_AT] = ACTIONS(2707), - [anon_sym_LT_DASH] = ACTIONS(2699), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2699), - [anon_sym_when] = ACTIONS(2709), - [anon_sym_COLON_COLON] = ACTIONS(2699), - [anon_sym_EQ] = ACTIONS(2699), - [anon_sym_PIPE_PIPE] = ACTIONS(2699), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2699), - [anon_sym_or] = ACTIONS(2709), - [anon_sym_AMP_AMP] = ACTIONS(2699), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2699), - [anon_sym_and] = ACTIONS(2709), - [anon_sym_EQ_EQ] = ACTIONS(2699), - [anon_sym_BANG_EQ] = ACTIONS(2699), - [anon_sym_EQ_TILDE] = ACTIONS(2699), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2699), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2699), - [anon_sym_LT_EQ] = ACTIONS(2699), - [anon_sym_GT_EQ] = ACTIONS(2699), - [anon_sym_PIPE_GT] = ACTIONS(2699), - [anon_sym_LT_LT_LT] = ACTIONS(2699), - [anon_sym_GT_GT_GT] = ACTIONS(2699), - [anon_sym_LT_LT_TILDE] = ACTIONS(2699), - [anon_sym_TILDE_GT_GT] = ACTIONS(2699), - [anon_sym_LT_TILDE] = ACTIONS(2699), - [anon_sym_TILDE_GT] = ACTIONS(2699), - [anon_sym_LT_TILDE_GT] = ACTIONS(2699), - [anon_sym_LT_PIPE_GT] = ACTIONS(2699), - [anon_sym_in] = ACTIONS(2709), - [anon_sym_PLUS_PLUS] = ACTIONS(2699), - [anon_sym_DASH_DASH] = ACTIONS(2699), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2699), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2699), - [anon_sym_LT_GT] = ACTIONS(2699), - [anon_sym_STAR] = ACTIONS(2699), - [anon_sym_STAR_STAR] = ACTIONS(2699), - [anon_sym_CARET_CARET] = ACTIONS(2699), - [anon_sym_DASH_GT] = ACTIONS(2699), - [anon_sym_DOT] = ACTIONS(2699), - [anon_sym_after] = ACTIONS(2693), - [anon_sym_catch] = ACTIONS(2693), - [anon_sym_do] = ACTIONS(2693), - [anon_sym_else] = ACTIONS(2693), - [anon_sym_end] = ACTIONS(2693), + [sym_atom] = ACTIONS(2693), + [anon_sym_DQUOTE] = ACTIONS(2693), + [anon_sym_SQUOTE] = ACTIONS(2693), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2693), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2693), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_LT] = ACTIONS(2693), + [anon_sym_GT] = ACTIONS(2693), + [anon_sym_PIPE] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2693), + [anon_sym_TILDE] = ACTIONS(2693), + [anon_sym_LT_LT] = ACTIONS(2693), + [anon_sym_PERCENT] = ACTIONS(2693), + [anon_sym_DOT_DOT] = ACTIONS(2693), + [anon_sym_AMP] = ACTIONS(2693), + [anon_sym_PLUS] = ACTIONS(2693), + [anon_sym_DASH] = ACTIONS(2693), + [anon_sym_BANG] = ACTIONS(2693), + [anon_sym_CARET] = ACTIONS(2693), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2693), + [anon_sym_not] = ACTIONS(2693), + [anon_sym_AT] = ACTIONS(2693), + [anon_sym_LT_DASH] = ACTIONS(2693), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2693), + [anon_sym_when] = ACTIONS(2693), + [anon_sym_COLON_COLON] = ACTIONS(2693), + [anon_sym_EQ] = ACTIONS(2693), + [anon_sym_PIPE_PIPE] = ACTIONS(2693), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2693), + [anon_sym_or] = ACTIONS(2693), + [anon_sym_AMP_AMP] = ACTIONS(2693), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2693), + [anon_sym_and] = ACTIONS(2693), + [anon_sym_EQ_EQ] = ACTIONS(2693), + [anon_sym_BANG_EQ] = ACTIONS(2693), + [anon_sym_EQ_TILDE] = ACTIONS(2693), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2693), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2693), + [anon_sym_LT_EQ] = ACTIONS(2693), + [anon_sym_GT_EQ] = ACTIONS(2693), + [anon_sym_PIPE_GT] = ACTIONS(2693), + [anon_sym_LT_LT_LT] = ACTIONS(2693), + [anon_sym_GT_GT_GT] = ACTIONS(2693), + [anon_sym_LT_LT_TILDE] = ACTIONS(2693), + [anon_sym_TILDE_GT_GT] = ACTIONS(2693), + [anon_sym_LT_TILDE] = ACTIONS(2693), + [anon_sym_TILDE_GT] = ACTIONS(2693), + [anon_sym_LT_TILDE_GT] = ACTIONS(2693), + [anon_sym_LT_PIPE_GT] = ACTIONS(2693), + [anon_sym_in] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_DASH_DASH] = ACTIONS(2693), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2693), + [anon_sym_LT_GT] = ACTIONS(2693), + [anon_sym_STAR] = ACTIONS(2693), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_CARET_CARET] = ACTIONS(2693), + [anon_sym_DASH_GT] = ACTIONS(2693), + [anon_sym_DOT] = ACTIONS(2693), [anon_sym_fn] = ACTIONS(2693), - [anon_sym_rescue] = ACTIONS(2693), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2711), - }, - [1038] = { - [sym_identifier] = STATE(928), - [sym__quoted_i_double] = STATE(929), - [sym__quoted_i_single] = STATE(930), - [sym_tuple] = STATE(2042), - [sym_operator_identifier] = STATE(928), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2785), - [anon_sym_true] = ACTIONS(2715), - [anon_sym_false] = ACTIONS(2715), - [anon_sym_nil] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(2717), - [anon_sym_SQUOTE] = ACTIONS(2719), - [anon_sym_LBRACE] = ACTIONS(389), - [anon_sym_LT] = ACTIONS(2721), - [anon_sym_GT] = ACTIONS(2721), - [anon_sym_PIPE] = ACTIONS(2721), - [anon_sym_SLASH] = ACTIONS(2721), - [anon_sym_AMP] = ACTIONS(2723), - [anon_sym_PLUS] = ACTIONS(2725), - [anon_sym_DASH] = ACTIONS(2725), - [anon_sym_BANG] = ACTIONS(2725), - [anon_sym_CARET] = ACTIONS(2725), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2725), - [anon_sym_not] = ACTIONS(2727), - [anon_sym_AT] = ACTIONS(2729), - [anon_sym_LT_DASH] = ACTIONS(2721), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2721), - [anon_sym_when] = ACTIONS(2731), - [anon_sym_COLON_COLON] = ACTIONS(2721), - [anon_sym_EQ] = ACTIONS(2721), - [anon_sym_PIPE_PIPE] = ACTIONS(2721), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2721), - [anon_sym_or] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2721), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2721), - [anon_sym_and] = ACTIONS(2731), - [anon_sym_EQ_EQ] = ACTIONS(2721), - [anon_sym_BANG_EQ] = ACTIONS(2721), - [anon_sym_EQ_TILDE] = ACTIONS(2721), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2721), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2721), - [anon_sym_LT_EQ] = ACTIONS(2721), - [anon_sym_GT_EQ] = ACTIONS(2721), - [anon_sym_PIPE_GT] = ACTIONS(2721), - [anon_sym_LT_LT_LT] = ACTIONS(2721), - [anon_sym_GT_GT_GT] = ACTIONS(2721), - [anon_sym_LT_LT_TILDE] = ACTIONS(2721), - [anon_sym_TILDE_GT_GT] = ACTIONS(2721), - [anon_sym_LT_TILDE] = ACTIONS(2721), - [anon_sym_TILDE_GT] = ACTIONS(2721), - [anon_sym_LT_TILDE_GT] = ACTIONS(2721), - [anon_sym_LT_PIPE_GT] = ACTIONS(2721), - [anon_sym_in] = ACTIONS(2731), - [anon_sym_PLUS_PLUS] = ACTIONS(2721), - [anon_sym_DASH_DASH] = ACTIONS(2721), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2721), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2721), - [anon_sym_LT_GT] = ACTIONS(2721), - [anon_sym_STAR] = ACTIONS(2721), - [anon_sym_STAR_STAR] = ACTIONS(2721), - [anon_sym_CARET_CARET] = ACTIONS(2721), - [anon_sym_DASH_GT] = ACTIONS(2721), - [anon_sym_DOT] = ACTIONS(2721), - [anon_sym_after] = ACTIONS(2715), - [anon_sym_catch] = ACTIONS(2715), - [anon_sym_do] = ACTIONS(2715), - [anon_sym_else] = ACTIONS(2715), - [anon_sym_end] = ACTIONS(2715), - [anon_sym_fn] = ACTIONS(2715), - [anon_sym_rescue] = ACTIONS(2715), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2733), - }, - [1039] = { - [sym_identifier] = STATE(949), - [sym__quoted_i_double] = STATE(948), - [sym__quoted_i_single] = STATE(947), - [sym_tuple] = STATE(1877), - [sym_operator_identifier] = STATE(949), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2781), - [anon_sym_true] = ACTIONS(2787), - [anon_sym_false] = ACTIONS(2787), - [anon_sym_nil] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(2789), - [anon_sym_SQUOTE] = ACTIONS(2791), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_PLUS] = ACTIONS(2797), - [anon_sym_DASH] = ACTIONS(2797), - [anon_sym_BANG] = ACTIONS(2797), - [anon_sym_CARET] = ACTIONS(2797), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2797), - [anon_sym_not] = ACTIONS(2799), - [anon_sym_AT] = ACTIONS(2801), - [anon_sym_LT_DASH] = ACTIONS(2793), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2793), - [anon_sym_when] = ACTIONS(2803), - [anon_sym_COLON_COLON] = ACTIONS(2793), - [anon_sym_EQ] = ACTIONS(2793), - [anon_sym_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_or] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2793), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2793), - [anon_sym_and] = ACTIONS(2803), - [anon_sym_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ] = ACTIONS(2793), - [anon_sym_EQ_TILDE] = ACTIONS(2793), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2793), - [anon_sym_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_EQ] = ACTIONS(2793), - [anon_sym_PIPE_GT] = ACTIONS(2793), - [anon_sym_LT_LT_LT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2793), - [anon_sym_LT_LT_TILDE] = ACTIONS(2793), - [anon_sym_TILDE_GT_GT] = ACTIONS(2793), - [anon_sym_LT_TILDE] = ACTIONS(2793), - [anon_sym_TILDE_GT] = ACTIONS(2793), - [anon_sym_LT_TILDE_GT] = ACTIONS(2793), - [anon_sym_LT_PIPE_GT] = ACTIONS(2793), - [anon_sym_in] = ACTIONS(2803), - [anon_sym_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2793), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2793), - [anon_sym_LT_GT] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_STAR_STAR] = ACTIONS(2793), - [anon_sym_CARET_CARET] = ACTIONS(2793), - [anon_sym_DASH_GT] = ACTIONS(2793), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_after] = ACTIONS(2787), - [anon_sym_catch] = ACTIONS(2787), - [anon_sym_do] = ACTIONS(2787), - [anon_sym_else] = ACTIONS(2787), - [anon_sym_end] = ACTIONS(2787), - [anon_sym_fn] = ACTIONS(2787), - [anon_sym_rescue] = ACTIONS(2787), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2805), - }, - [1040] = { - [sym_identifier] = STATE(949), - [sym__quoted_i_double] = STATE(948), - [sym__quoted_i_single] = STATE(947), - [sym_tuple] = STATE(1187), - [sym_operator_identifier] = STATE(949), - [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2759), - [anon_sym_true] = ACTIONS(2787), - [anon_sym_false] = ACTIONS(2787), - [anon_sym_nil] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(2789), - [anon_sym_SQUOTE] = ACTIONS(2791), - [anon_sym_LBRACE] = ACTIONS(207), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_PLUS] = ACTIONS(2797), - [anon_sym_DASH] = ACTIONS(2797), - [anon_sym_BANG] = ACTIONS(2797), - [anon_sym_CARET] = ACTIONS(2797), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2797), - [anon_sym_not] = ACTIONS(2799), - [anon_sym_AT] = ACTIONS(2801), - [anon_sym_LT_DASH] = ACTIONS(2793), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2793), - [anon_sym_when] = ACTIONS(2803), - [anon_sym_COLON_COLON] = ACTIONS(2793), - [anon_sym_EQ] = ACTIONS(2793), - [anon_sym_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_or] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2793), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2793), - [anon_sym_and] = ACTIONS(2803), - [anon_sym_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ] = ACTIONS(2793), - [anon_sym_EQ_TILDE] = ACTIONS(2793), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2793), - [anon_sym_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_EQ] = ACTIONS(2793), - [anon_sym_PIPE_GT] = ACTIONS(2793), - [anon_sym_LT_LT_LT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2793), - [anon_sym_LT_LT_TILDE] = ACTIONS(2793), - [anon_sym_TILDE_GT_GT] = ACTIONS(2793), - [anon_sym_LT_TILDE] = ACTIONS(2793), - [anon_sym_TILDE_GT] = ACTIONS(2793), - [anon_sym_LT_TILDE_GT] = ACTIONS(2793), - [anon_sym_LT_PIPE_GT] = ACTIONS(2793), - [anon_sym_in] = ACTIONS(2803), - [anon_sym_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2793), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2793), - [anon_sym_LT_GT] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_STAR_STAR] = ACTIONS(2793), - [anon_sym_CARET_CARET] = ACTIONS(2793), - [anon_sym_DASH_GT] = ACTIONS(2793), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_after] = ACTIONS(2787), - [anon_sym_catch] = ACTIONS(2787), - [anon_sym_do] = ACTIONS(2787), - [anon_sym_else] = ACTIONS(2787), - [anon_sym_end] = ACTIONS(2787), - [anon_sym_fn] = ACTIONS(2787), - [anon_sym_rescue] = ACTIONS(2787), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2805), + [sym__before_unary_op] = ACTIONS(2695), + [sym__not_in] = ACTIONS(2695), + [sym__quoted_atom_start] = ACTIONS(2695), }, [1041] = { - [sym_identifier] = STATE(949), - [sym__quoted_i_double] = STATE(948), - [sym__quoted_i_single] = STATE(947), - [sym_tuple] = STATE(1363), - [sym_operator_identifier] = STATE(949), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2735), - [anon_sym_true] = ACTIONS(2787), - [anon_sym_false] = ACTIONS(2787), - [anon_sym_nil] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(2789), - [anon_sym_SQUOTE] = ACTIONS(2791), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_PLUS] = ACTIONS(2797), - [anon_sym_DASH] = ACTIONS(2797), - [anon_sym_BANG] = ACTIONS(2797), - [anon_sym_CARET] = ACTIONS(2797), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2797), - [anon_sym_not] = ACTIONS(2799), - [anon_sym_AT] = ACTIONS(2801), - [anon_sym_LT_DASH] = ACTIONS(2793), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2793), - [anon_sym_when] = ACTIONS(2803), - [anon_sym_COLON_COLON] = ACTIONS(2793), - [anon_sym_EQ] = ACTIONS(2793), - [anon_sym_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_or] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2793), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2793), - [anon_sym_and] = ACTIONS(2803), - [anon_sym_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ] = ACTIONS(2793), - [anon_sym_EQ_TILDE] = ACTIONS(2793), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2793), - [anon_sym_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_EQ] = ACTIONS(2793), - [anon_sym_PIPE_GT] = ACTIONS(2793), - [anon_sym_LT_LT_LT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2793), - [anon_sym_LT_LT_TILDE] = ACTIONS(2793), - [anon_sym_TILDE_GT_GT] = ACTIONS(2793), - [anon_sym_LT_TILDE] = ACTIONS(2793), - [anon_sym_TILDE_GT] = ACTIONS(2793), - [anon_sym_LT_TILDE_GT] = ACTIONS(2793), - [anon_sym_LT_PIPE_GT] = ACTIONS(2793), - [anon_sym_in] = ACTIONS(2803), - [anon_sym_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2793), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2793), - [anon_sym_LT_GT] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_STAR_STAR] = ACTIONS(2793), - [anon_sym_CARET_CARET] = ACTIONS(2793), - [anon_sym_DASH_GT] = ACTIONS(2793), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_after] = ACTIONS(2787), - [anon_sym_catch] = ACTIONS(2787), - [anon_sym_do] = ACTIONS(2787), - [anon_sym_else] = ACTIONS(2787), - [anon_sym_end] = ACTIONS(2787), - [anon_sym_fn] = ACTIONS(2787), - [anon_sym_rescue] = ACTIONS(2787), + [anon_sym_LPAREN] = ACTIONS(2693), + [aux_sym_identifier_token1] = ACTIONS(2693), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2693), + [sym_alias] = ACTIONS(2693), + [sym_integer] = ACTIONS(2693), + [sym_float] = ACTIONS(2693), + [sym_char] = ACTIONS(2693), + [anon_sym_true] = ACTIONS(2693), + [anon_sym_false] = ACTIONS(2693), + [anon_sym_nil] = ACTIONS(2693), + [sym_atom] = ACTIONS(2693), + [anon_sym_DQUOTE] = ACTIONS(2693), + [anon_sym_SQUOTE] = ACTIONS(2693), + [anon_sym_SQUOTE_SQUOTE_SQUOTE] = ACTIONS(2693), + [anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(2693), + [anon_sym_LBRACE] = ACTIONS(2693), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_LT] = ACTIONS(2693), + [anon_sym_GT] = ACTIONS(2693), + [anon_sym_PIPE] = ACTIONS(2693), + [anon_sym_SLASH] = ACTIONS(2693), + [anon_sym_TILDE] = ACTIONS(2693), + [anon_sym_LT_LT] = ACTIONS(2693), + [anon_sym_PERCENT] = ACTIONS(2693), + [anon_sym_DOT_DOT] = ACTIONS(2693), + [anon_sym_AMP] = ACTIONS(2693), + [anon_sym_PLUS] = ACTIONS(2693), + [anon_sym_DASH] = ACTIONS(2693), + [anon_sym_BANG] = ACTIONS(2693), + [anon_sym_CARET] = ACTIONS(2693), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2693), + [anon_sym_not] = ACTIONS(2693), + [anon_sym_AT] = ACTIONS(2693), + [anon_sym_LT_DASH] = ACTIONS(2693), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2693), + [anon_sym_when] = ACTIONS(2693), + [anon_sym_COLON_COLON] = ACTIONS(2693), + [anon_sym_EQ] = ACTIONS(2693), + [anon_sym_PIPE_PIPE] = ACTIONS(2693), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2693), + [anon_sym_or] = ACTIONS(2693), + [anon_sym_AMP_AMP] = ACTIONS(2693), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2693), + [anon_sym_and] = ACTIONS(2693), + [anon_sym_EQ_EQ] = ACTIONS(2693), + [anon_sym_BANG_EQ] = ACTIONS(2693), + [anon_sym_EQ_TILDE] = ACTIONS(2693), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2693), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2693), + [anon_sym_LT_EQ] = ACTIONS(2693), + [anon_sym_GT_EQ] = ACTIONS(2693), + [anon_sym_PIPE_GT] = ACTIONS(2693), + [anon_sym_LT_LT_LT] = ACTIONS(2693), + [anon_sym_GT_GT_GT] = ACTIONS(2693), + [anon_sym_LT_LT_TILDE] = ACTIONS(2693), + [anon_sym_TILDE_GT_GT] = ACTIONS(2693), + [anon_sym_LT_TILDE] = ACTIONS(2693), + [anon_sym_TILDE_GT] = ACTIONS(2693), + [anon_sym_LT_TILDE_GT] = ACTIONS(2693), + [anon_sym_LT_PIPE_GT] = ACTIONS(2693), + [anon_sym_in] = ACTIONS(2693), + [anon_sym_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_DASH_DASH] = ACTIONS(2693), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2693), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2693), + [anon_sym_LT_GT] = ACTIONS(2693), + [anon_sym_STAR] = ACTIONS(2693), + [anon_sym_STAR_STAR] = ACTIONS(2693), + [anon_sym_CARET_CARET] = ACTIONS(2693), + [anon_sym_DASH_GT] = ACTIONS(2693), + [anon_sym_DOT] = ACTIONS(2693), + [anon_sym_fn] = ACTIONS(2693), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2805), + [sym__before_unary_op] = ACTIONS(2695), + [sym__not_in] = ACTIONS(2695), + [sym__quoted_atom_start] = ACTIONS(2695), }, [1042] = { - [sym_identifier] = STATE(949), - [sym__quoted_i_double] = STATE(948), - [sym__quoted_i_single] = STATE(947), - [sym_tuple] = STATE(1646), - [sym_operator_identifier] = STATE(949), + [sym_identifier] = STATE(933), + [sym__quoted_i_double] = STATE(932), + [sym__quoted_i_single] = STATE(931), + [sym_tuple] = STATE(2227), + [sym_operator_identifier] = STATE(933), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(450), - [anon_sym_DOT_DOT_DOT] = ACTIONS(450), - [sym_alias] = ACTIONS(2807), - [anon_sym_true] = ACTIONS(2787), - [anon_sym_false] = ACTIONS(2787), - [anon_sym_nil] = ACTIONS(2787), - [anon_sym_DQUOTE] = ACTIONS(2789), - [anon_sym_SQUOTE] = ACTIONS(2791), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LT] = ACTIONS(2793), - [anon_sym_GT] = ACTIONS(2793), - [anon_sym_PIPE] = ACTIONS(2793), - [anon_sym_SLASH] = ACTIONS(2793), - [anon_sym_AMP] = ACTIONS(2795), - [anon_sym_PLUS] = ACTIONS(2797), - [anon_sym_DASH] = ACTIONS(2797), - [anon_sym_BANG] = ACTIONS(2797), - [anon_sym_CARET] = ACTIONS(2797), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2797), - [anon_sym_not] = ACTIONS(2799), - [anon_sym_AT] = ACTIONS(2801), - [anon_sym_LT_DASH] = ACTIONS(2793), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2793), - [anon_sym_when] = ACTIONS(2803), - [anon_sym_COLON_COLON] = ACTIONS(2793), - [anon_sym_EQ] = ACTIONS(2793), - [anon_sym_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2793), - [anon_sym_or] = ACTIONS(2803), - [anon_sym_AMP_AMP] = ACTIONS(2793), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2793), - [anon_sym_and] = ACTIONS(2803), - [anon_sym_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ] = ACTIONS(2793), - [anon_sym_EQ_TILDE] = ACTIONS(2793), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2793), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2793), - [anon_sym_LT_EQ] = ACTIONS(2793), - [anon_sym_GT_EQ] = ACTIONS(2793), - [anon_sym_PIPE_GT] = ACTIONS(2793), - [anon_sym_LT_LT_LT] = ACTIONS(2793), - [anon_sym_GT_GT_GT] = ACTIONS(2793), - [anon_sym_LT_LT_TILDE] = ACTIONS(2793), - [anon_sym_TILDE_GT_GT] = ACTIONS(2793), - [anon_sym_LT_TILDE] = ACTIONS(2793), - [anon_sym_TILDE_GT] = ACTIONS(2793), - [anon_sym_LT_TILDE_GT] = ACTIONS(2793), - [anon_sym_LT_PIPE_GT] = ACTIONS(2793), - [anon_sym_in] = ACTIONS(2803), - [anon_sym_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH] = ACTIONS(2793), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2793), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2793), - [anon_sym_LT_GT] = ACTIONS(2793), - [anon_sym_STAR] = ACTIONS(2793), - [anon_sym_STAR_STAR] = ACTIONS(2793), - [anon_sym_CARET_CARET] = ACTIONS(2793), - [anon_sym_DASH_GT] = ACTIONS(2793), - [anon_sym_DOT] = ACTIONS(2793), - [anon_sym_after] = ACTIONS(2787), - [anon_sym_catch] = ACTIONS(2787), - [anon_sym_do] = ACTIONS(2787), - [anon_sym_else] = ACTIONS(2787), - [anon_sym_end] = ACTIONS(2787), - [anon_sym_fn] = ACTIONS(2787), - [anon_sym_rescue] = ACTIONS(2787), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2699), + [anon_sym_true] = ACTIONS(2701), + [anon_sym_false] = ACTIONS(2701), + [anon_sym_nil] = ACTIONS(2701), + [anon_sym_DQUOTE] = ACTIONS(2703), + [anon_sym_SQUOTE] = ACTIONS(2705), + [anon_sym_LBRACE] = ACTIONS(383), + [anon_sym_LT] = ACTIONS(2707), + [anon_sym_GT] = ACTIONS(2707), + [anon_sym_PIPE] = ACTIONS(2707), + [anon_sym_SLASH] = ACTIONS(2707), + [anon_sym_AMP] = ACTIONS(2709), + [anon_sym_PLUS] = ACTIONS(2711), + [anon_sym_DASH] = ACTIONS(2711), + [anon_sym_BANG] = ACTIONS(2711), + [anon_sym_CARET] = ACTIONS(2711), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2711), + [anon_sym_not] = ACTIONS(2713), + [anon_sym_AT] = ACTIONS(2715), + [anon_sym_LT_DASH] = ACTIONS(2707), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2707), + [anon_sym_when] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2707), + [anon_sym_EQ] = ACTIONS(2707), + [anon_sym_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_or] = ACTIONS(2717), + [anon_sym_AMP_AMP] = ACTIONS(2707), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2707), + [anon_sym_and] = ACTIONS(2717), + [anon_sym_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ] = ACTIONS(2707), + [anon_sym_EQ_TILDE] = ACTIONS(2707), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2707), + [anon_sym_LT_EQ] = ACTIONS(2707), + [anon_sym_GT_EQ] = ACTIONS(2707), + [anon_sym_PIPE_GT] = ACTIONS(2707), + [anon_sym_LT_LT_LT] = ACTIONS(2707), + [anon_sym_GT_GT_GT] = ACTIONS(2707), + [anon_sym_LT_LT_TILDE] = ACTIONS(2707), + [anon_sym_TILDE_GT_GT] = ACTIONS(2707), + [anon_sym_LT_TILDE] = ACTIONS(2707), + [anon_sym_TILDE_GT] = ACTIONS(2707), + [anon_sym_LT_TILDE_GT] = ACTIONS(2707), + [anon_sym_LT_PIPE_GT] = ACTIONS(2707), + [anon_sym_in] = ACTIONS(2717), + [anon_sym_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DASH_DASH] = ACTIONS(2707), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2707), + [anon_sym_LT_GT] = ACTIONS(2707), + [anon_sym_STAR] = ACTIONS(2707), + [anon_sym_STAR_STAR] = ACTIONS(2707), + [anon_sym_CARET_CARET] = ACTIONS(2707), + [anon_sym_DASH_GT] = ACTIONS(2707), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_after] = ACTIONS(2701), + [anon_sym_catch] = ACTIONS(2701), + [anon_sym_do] = ACTIONS(2701), + [anon_sym_else] = ACTIONS(2701), + [anon_sym_end] = ACTIONS(2701), + [anon_sym_fn] = ACTIONS(2701), + [anon_sym_rescue] = ACTIONS(2701), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2805), + [sym__not_in] = ACTIONS(2719), }, [1043] = { - [sym_identifier] = STATE(968), - [sym__quoted_i_double] = STATE(971), - [sym__quoted_i_single] = STATE(956), - [sym_tuple] = STATE(2842), - [sym_operator_identifier] = STATE(968), + [sym_identifier] = STATE(1006), + [sym__quoted_i_double] = STATE(1005), + [sym__quoted_i_single] = STATE(1004), + [sym_tuple] = STATE(4483), + [sym_operator_identifier] = STATE(1006), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(2809), - [anon_sym_true] = ACTIONS(2811), - [anon_sym_false] = ACTIONS(2811), - [anon_sym_nil] = ACTIONS(2811), - [anon_sym_DQUOTE] = ACTIONS(2813), - [anon_sym_SQUOTE] = ACTIONS(2815), - [anon_sym_LBRACE] = ACTIONS(484), - [anon_sym_LT] = ACTIONS(2817), - [anon_sym_GT] = ACTIONS(2817), - [anon_sym_PIPE] = ACTIONS(2817), - [anon_sym_SLASH] = ACTIONS(2817), - [anon_sym_AMP] = ACTIONS(2819), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_CARET] = ACTIONS(2821), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2821), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_AT] = ACTIONS(2825), - [anon_sym_LT_DASH] = ACTIONS(2817), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2817), - [anon_sym_when] = ACTIONS(2827), - [anon_sym_COLON_COLON] = ACTIONS(2817), - [anon_sym_EQ] = ACTIONS(2817), - [anon_sym_PIPE_PIPE] = ACTIONS(2817), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2817), - [anon_sym_or] = ACTIONS(2827), - [anon_sym_AMP_AMP] = ACTIONS(2817), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2817), - [anon_sym_and] = ACTIONS(2827), - [anon_sym_EQ_EQ] = ACTIONS(2817), - [anon_sym_BANG_EQ] = ACTIONS(2817), - [anon_sym_EQ_TILDE] = ACTIONS(2817), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2817), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2817), - [anon_sym_LT_EQ] = ACTIONS(2817), - [anon_sym_GT_EQ] = ACTIONS(2817), - [anon_sym_PIPE_GT] = ACTIONS(2817), - [anon_sym_LT_LT_LT] = ACTIONS(2817), - [anon_sym_GT_GT_GT] = ACTIONS(2817), - [anon_sym_LT_LT_TILDE] = ACTIONS(2817), - [anon_sym_TILDE_GT_GT] = ACTIONS(2817), - [anon_sym_LT_TILDE] = ACTIONS(2817), - [anon_sym_TILDE_GT] = ACTIONS(2817), - [anon_sym_LT_TILDE_GT] = ACTIONS(2817), - [anon_sym_LT_PIPE_GT] = ACTIONS(2817), - [anon_sym_in] = ACTIONS(2827), - [anon_sym_PLUS_PLUS] = ACTIONS(2817), - [anon_sym_DASH_DASH] = ACTIONS(2817), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2817), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2817), - [anon_sym_LT_GT] = ACTIONS(2817), - [anon_sym_STAR] = ACTIONS(2817), - [anon_sym_STAR_STAR] = ACTIONS(2817), - [anon_sym_CARET_CARET] = ACTIONS(2817), - [anon_sym_DASH_GT] = ACTIONS(2817), - [anon_sym_DOT] = ACTIONS(2817), - [anon_sym_after] = ACTIONS(2811), - [anon_sym_catch] = ACTIONS(2811), - [anon_sym_do] = ACTIONS(2811), - [anon_sym_else] = ACTIONS(2811), - [anon_sym_end] = ACTIONS(2811), - [anon_sym_fn] = ACTIONS(2811), - [anon_sym_rescue] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2721), + [anon_sym_true] = ACTIONS(2723), + [anon_sym_false] = ACTIONS(2723), + [anon_sym_nil] = ACTIONS(2723), + [anon_sym_DQUOTE] = ACTIONS(2725), + [anon_sym_SQUOTE] = ACTIONS(2727), + [anon_sym_LBRACE] = ACTIONS(1117), + [anon_sym_LT] = ACTIONS(2729), + [anon_sym_GT] = ACTIONS(2729), + [anon_sym_PIPE] = ACTIONS(2729), + [anon_sym_SLASH] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_PLUS] = ACTIONS(2733), + [anon_sym_DASH] = ACTIONS(2733), + [anon_sym_BANG] = ACTIONS(2733), + [anon_sym_CARET] = ACTIONS(2733), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2733), + [anon_sym_not] = ACTIONS(2735), + [anon_sym_AT] = ACTIONS(2737), + [anon_sym_LT_DASH] = ACTIONS(2729), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2729), + [anon_sym_when] = ACTIONS(2739), + [anon_sym_COLON_COLON] = ACTIONS(2729), + [anon_sym_EQ] = ACTIONS(2729), + [anon_sym_PIPE_PIPE] = ACTIONS(2729), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2729), + [anon_sym_or] = ACTIONS(2739), + [anon_sym_AMP_AMP] = ACTIONS(2729), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2729), + [anon_sym_and] = ACTIONS(2739), + [anon_sym_EQ_EQ] = ACTIONS(2729), + [anon_sym_BANG_EQ] = ACTIONS(2729), + [anon_sym_EQ_TILDE] = ACTIONS(2729), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2729), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2729), + [anon_sym_LT_EQ] = ACTIONS(2729), + [anon_sym_GT_EQ] = ACTIONS(2729), + [anon_sym_PIPE_GT] = ACTIONS(2729), + [anon_sym_LT_LT_LT] = ACTIONS(2729), + [anon_sym_GT_GT_GT] = ACTIONS(2729), + [anon_sym_LT_LT_TILDE] = ACTIONS(2729), + [anon_sym_TILDE_GT_GT] = ACTIONS(2729), + [anon_sym_LT_TILDE] = ACTIONS(2729), + [anon_sym_TILDE_GT] = ACTIONS(2729), + [anon_sym_LT_TILDE_GT] = ACTIONS(2729), + [anon_sym_LT_PIPE_GT] = ACTIONS(2729), + [anon_sym_in] = ACTIONS(2739), + [anon_sym_PLUS_PLUS] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2729), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2729), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2729), + [anon_sym_LT_GT] = ACTIONS(2729), + [anon_sym_STAR] = ACTIONS(2729), + [anon_sym_STAR_STAR] = ACTIONS(2729), + [anon_sym_CARET_CARET] = ACTIONS(2729), + [anon_sym_DASH_GT] = ACTIONS(2729), + [anon_sym_DOT] = ACTIONS(2729), + [anon_sym_after] = ACTIONS(2723), + [anon_sym_catch] = ACTIONS(2723), + [anon_sym_do] = ACTIONS(2723), + [anon_sym_else] = ACTIONS(2723), + [anon_sym_end] = ACTIONS(2723), + [anon_sym_fn] = ACTIONS(2723), + [anon_sym_rescue] = ACTIONS(2723), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2829), + [sym__not_in] = ACTIONS(2741), }, [1044] = { - [sym_identifier] = STATE(968), - [sym__quoted_i_double] = STATE(971), - [sym__quoted_i_single] = STATE(956), - [sym_tuple] = STATE(3958), - [sym_operator_identifier] = STATE(968), + [sym_identifier] = STATE(973), + [sym__quoted_i_double] = STATE(950), + [sym__quoted_i_single] = STATE(972), + [sym_tuple] = STATE(2077), + [sym_operator_identifier] = STATE(973), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(468), - [anon_sym_DOT_DOT_DOT] = ACTIONS(468), - [sym_alias] = ACTIONS(2831), - [anon_sym_true] = ACTIONS(2811), - [anon_sym_false] = ACTIONS(2811), - [anon_sym_nil] = ACTIONS(2811), - [anon_sym_DQUOTE] = ACTIONS(2813), - [anon_sym_SQUOTE] = ACTIONS(2815), - [anon_sym_LBRACE] = ACTIONS(31), - [anon_sym_LT] = ACTIONS(2817), - [anon_sym_GT] = ACTIONS(2817), - [anon_sym_PIPE] = ACTIONS(2817), - [anon_sym_SLASH] = ACTIONS(2817), - [anon_sym_AMP] = ACTIONS(2819), - [anon_sym_PLUS] = ACTIONS(2821), - [anon_sym_DASH] = ACTIONS(2821), - [anon_sym_BANG] = ACTIONS(2821), - [anon_sym_CARET] = ACTIONS(2821), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2821), - [anon_sym_not] = ACTIONS(2823), - [anon_sym_AT] = ACTIONS(2825), - [anon_sym_LT_DASH] = ACTIONS(2817), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2817), - [anon_sym_when] = ACTIONS(2827), - [anon_sym_COLON_COLON] = ACTIONS(2817), - [anon_sym_EQ] = ACTIONS(2817), - [anon_sym_PIPE_PIPE] = ACTIONS(2817), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2817), - [anon_sym_or] = ACTIONS(2827), - [anon_sym_AMP_AMP] = ACTIONS(2817), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2817), - [anon_sym_and] = ACTIONS(2827), - [anon_sym_EQ_EQ] = ACTIONS(2817), - [anon_sym_BANG_EQ] = ACTIONS(2817), - [anon_sym_EQ_TILDE] = ACTIONS(2817), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2817), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2817), - [anon_sym_LT_EQ] = ACTIONS(2817), - [anon_sym_GT_EQ] = ACTIONS(2817), - [anon_sym_PIPE_GT] = ACTIONS(2817), - [anon_sym_LT_LT_LT] = ACTIONS(2817), - [anon_sym_GT_GT_GT] = ACTIONS(2817), - [anon_sym_LT_LT_TILDE] = ACTIONS(2817), - [anon_sym_TILDE_GT_GT] = ACTIONS(2817), - [anon_sym_LT_TILDE] = ACTIONS(2817), - [anon_sym_TILDE_GT] = ACTIONS(2817), - [anon_sym_LT_TILDE_GT] = ACTIONS(2817), - [anon_sym_LT_PIPE_GT] = ACTIONS(2817), - [anon_sym_in] = ACTIONS(2827), - [anon_sym_PLUS_PLUS] = ACTIONS(2817), - [anon_sym_DASH_DASH] = ACTIONS(2817), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2817), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2817), - [anon_sym_LT_GT] = ACTIONS(2817), - [anon_sym_STAR] = ACTIONS(2817), - [anon_sym_STAR_STAR] = ACTIONS(2817), - [anon_sym_CARET_CARET] = ACTIONS(2817), - [anon_sym_DASH_GT] = ACTIONS(2817), - [anon_sym_DOT] = ACTIONS(2817), - [anon_sym_after] = ACTIONS(2811), - [anon_sym_catch] = ACTIONS(2811), - [anon_sym_do] = ACTIONS(2811), - [anon_sym_else] = ACTIONS(2811), - [anon_sym_end] = ACTIONS(2811), - [anon_sym_fn] = ACTIONS(2811), - [anon_sym_rescue] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2743), + [anon_sym_true] = ACTIONS(2745), + [anon_sym_false] = ACTIONS(2745), + [anon_sym_nil] = ACTIONS(2745), + [anon_sym_DQUOTE] = ACTIONS(2747), + [anon_sym_SQUOTE] = ACTIONS(2749), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(2751), + [anon_sym_GT] = ACTIONS(2751), + [anon_sym_PIPE] = ACTIONS(2751), + [anon_sym_SLASH] = ACTIONS(2751), + [anon_sym_AMP] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2755), + [anon_sym_DASH] = ACTIONS(2755), + [anon_sym_BANG] = ACTIONS(2755), + [anon_sym_CARET] = ACTIONS(2755), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2755), + [anon_sym_not] = ACTIONS(2757), + [anon_sym_AT] = ACTIONS(2759), + [anon_sym_LT_DASH] = ACTIONS(2751), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2751), + [anon_sym_when] = ACTIONS(2761), + [anon_sym_COLON_COLON] = ACTIONS(2751), + [anon_sym_EQ] = ACTIONS(2751), + [anon_sym_PIPE_PIPE] = ACTIONS(2751), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2751), + [anon_sym_or] = ACTIONS(2761), + [anon_sym_AMP_AMP] = ACTIONS(2751), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2751), + [anon_sym_and] = ACTIONS(2761), + [anon_sym_EQ_EQ] = ACTIONS(2751), + [anon_sym_BANG_EQ] = ACTIONS(2751), + [anon_sym_EQ_TILDE] = ACTIONS(2751), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2751), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2751), + [anon_sym_LT_EQ] = ACTIONS(2751), + [anon_sym_GT_EQ] = ACTIONS(2751), + [anon_sym_PIPE_GT] = ACTIONS(2751), + [anon_sym_LT_LT_LT] = ACTIONS(2751), + [anon_sym_GT_GT_GT] = ACTIONS(2751), + [anon_sym_LT_LT_TILDE] = ACTIONS(2751), + [anon_sym_TILDE_GT_GT] = ACTIONS(2751), + [anon_sym_LT_TILDE] = ACTIONS(2751), + [anon_sym_TILDE_GT] = ACTIONS(2751), + [anon_sym_LT_TILDE_GT] = ACTIONS(2751), + [anon_sym_LT_PIPE_GT] = ACTIONS(2751), + [anon_sym_in] = ACTIONS(2761), + [anon_sym_PLUS_PLUS] = ACTIONS(2751), + [anon_sym_DASH_DASH] = ACTIONS(2751), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2751), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2751), + [anon_sym_LT_GT] = ACTIONS(2751), + [anon_sym_STAR] = ACTIONS(2751), + [anon_sym_STAR_STAR] = ACTIONS(2751), + [anon_sym_CARET_CARET] = ACTIONS(2751), + [anon_sym_DASH_GT] = ACTIONS(2751), + [anon_sym_DOT] = ACTIONS(2751), + [anon_sym_after] = ACTIONS(2745), + [anon_sym_catch] = ACTIONS(2745), + [anon_sym_do] = ACTIONS(2745), + [anon_sym_else] = ACTIONS(2745), + [anon_sym_end] = ACTIONS(2745), + [anon_sym_fn] = ACTIONS(2745), + [anon_sym_rescue] = ACTIONS(2745), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2829), + [sym__not_in] = ACTIONS(2763), }, [1045] = { - [sym_identifier] = STATE(984), - [sym__quoted_i_double] = STATE(985), - [sym__quoted_i_single] = STATE(986), - [sym_tuple] = STATE(1877), - [sym_operator_identifier] = STATE(984), + [sym_identifier] = STATE(933), + [sym__quoted_i_double] = STATE(932), + [sym__quoted_i_single] = STATE(931), + [sym_tuple] = STATE(3353), + [sym_operator_identifier] = STATE(933), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(431), - [sym_alias] = ACTIONS(2781), - [anon_sym_true] = ACTIONS(2737), - [anon_sym_false] = ACTIONS(2737), - [anon_sym_nil] = ACTIONS(2737), - [anon_sym_DQUOTE] = ACTIONS(2739), - [anon_sym_SQUOTE] = ACTIONS(2741), - [anon_sym_LBRACE] = ACTIONS(934), - [anon_sym_LT] = ACTIONS(2743), - [anon_sym_GT] = ACTIONS(2743), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_SLASH] = ACTIONS(2743), - [anon_sym_AMP] = ACTIONS(2745), - [anon_sym_PLUS] = ACTIONS(2747), - [anon_sym_DASH] = ACTIONS(2747), - [anon_sym_BANG] = ACTIONS(2747), - [anon_sym_CARET] = ACTIONS(2747), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2747), - [anon_sym_not] = ACTIONS(2749), - [anon_sym_AT] = ACTIONS(2751), - [anon_sym_LT_DASH] = ACTIONS(2743), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2743), - [anon_sym_when] = ACTIONS(2753), - [anon_sym_COLON_COLON] = ACTIONS(2743), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_PIPE_PIPE] = ACTIONS(2743), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2743), - [anon_sym_or] = ACTIONS(2753), - [anon_sym_AMP_AMP] = ACTIONS(2743), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2743), - [anon_sym_and] = ACTIONS(2753), - [anon_sym_EQ_EQ] = ACTIONS(2743), - [anon_sym_BANG_EQ] = ACTIONS(2743), - [anon_sym_EQ_TILDE] = ACTIONS(2743), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2743), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2743), - [anon_sym_LT_EQ] = ACTIONS(2743), - [anon_sym_GT_EQ] = ACTIONS(2743), - [anon_sym_PIPE_GT] = ACTIONS(2743), - [anon_sym_LT_LT_LT] = ACTIONS(2743), - [anon_sym_GT_GT_GT] = ACTIONS(2743), - [anon_sym_LT_LT_TILDE] = ACTIONS(2743), - [anon_sym_TILDE_GT_GT] = ACTIONS(2743), - [anon_sym_LT_TILDE] = ACTIONS(2743), - [anon_sym_TILDE_GT] = ACTIONS(2743), - [anon_sym_LT_TILDE_GT] = ACTIONS(2743), - [anon_sym_LT_PIPE_GT] = ACTIONS(2743), - [anon_sym_in] = ACTIONS(2753), - [anon_sym_PLUS_PLUS] = ACTIONS(2743), - [anon_sym_DASH_DASH] = ACTIONS(2743), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2743), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2743), - [anon_sym_LT_GT] = ACTIONS(2743), - [anon_sym_STAR] = ACTIONS(2743), - [anon_sym_STAR_STAR] = ACTIONS(2743), - [anon_sym_CARET_CARET] = ACTIONS(2743), - [anon_sym_DASH_GT] = ACTIONS(2743), - [anon_sym_DOT] = ACTIONS(2743), - [anon_sym_after] = ACTIONS(2737), - [anon_sym_catch] = ACTIONS(2737), - [anon_sym_do] = ACTIONS(2737), - [anon_sym_else] = ACTIONS(2737), - [anon_sym_end] = ACTIONS(2737), - [anon_sym_fn] = ACTIONS(2737), - [anon_sym_rescue] = ACTIONS(2737), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2765), + [anon_sym_true] = ACTIONS(2701), + [anon_sym_false] = ACTIONS(2701), + [anon_sym_nil] = ACTIONS(2701), + [anon_sym_DQUOTE] = ACTIONS(2703), + [anon_sym_SQUOTE] = ACTIONS(2705), + [anon_sym_LBRACE] = ACTIONS(1059), + [anon_sym_LT] = ACTIONS(2707), + [anon_sym_GT] = ACTIONS(2707), + [anon_sym_PIPE] = ACTIONS(2707), + [anon_sym_SLASH] = ACTIONS(2707), + [anon_sym_AMP] = ACTIONS(2709), + [anon_sym_PLUS] = ACTIONS(2711), + [anon_sym_DASH] = ACTIONS(2711), + [anon_sym_BANG] = ACTIONS(2711), + [anon_sym_CARET] = ACTIONS(2711), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2711), + [anon_sym_not] = ACTIONS(2713), + [anon_sym_AT] = ACTIONS(2715), + [anon_sym_LT_DASH] = ACTIONS(2707), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2707), + [anon_sym_when] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2707), + [anon_sym_EQ] = ACTIONS(2707), + [anon_sym_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_or] = ACTIONS(2717), + [anon_sym_AMP_AMP] = ACTIONS(2707), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2707), + [anon_sym_and] = ACTIONS(2717), + [anon_sym_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ] = ACTIONS(2707), + [anon_sym_EQ_TILDE] = ACTIONS(2707), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2707), + [anon_sym_LT_EQ] = ACTIONS(2707), + [anon_sym_GT_EQ] = ACTIONS(2707), + [anon_sym_PIPE_GT] = ACTIONS(2707), + [anon_sym_LT_LT_LT] = ACTIONS(2707), + [anon_sym_GT_GT_GT] = ACTIONS(2707), + [anon_sym_LT_LT_TILDE] = ACTIONS(2707), + [anon_sym_TILDE_GT_GT] = ACTIONS(2707), + [anon_sym_LT_TILDE] = ACTIONS(2707), + [anon_sym_TILDE_GT] = ACTIONS(2707), + [anon_sym_LT_TILDE_GT] = ACTIONS(2707), + [anon_sym_LT_PIPE_GT] = ACTIONS(2707), + [anon_sym_in] = ACTIONS(2717), + [anon_sym_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DASH_DASH] = ACTIONS(2707), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2707), + [anon_sym_LT_GT] = ACTIONS(2707), + [anon_sym_STAR] = ACTIONS(2707), + [anon_sym_STAR_STAR] = ACTIONS(2707), + [anon_sym_CARET_CARET] = ACTIONS(2707), + [anon_sym_DASH_GT] = ACTIONS(2707), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_after] = ACTIONS(2701), + [anon_sym_catch] = ACTIONS(2701), + [anon_sym_do] = ACTIONS(2701), + [anon_sym_else] = ACTIONS(2701), + [anon_sym_end] = ACTIONS(2701), + [anon_sym_fn] = ACTIONS(2701), + [anon_sym_rescue] = ACTIONS(2701), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2755), + [sym__not_in] = ACTIONS(2719), }, [1046] = { - [sym_identifier] = STATE(911), - [sym__quoted_i_double] = STATE(916), - [sym__quoted_i_single] = STATE(918), - [sym_tuple] = STATE(1646), - [sym_operator_identifier] = STATE(911), + [sym_identifier] = STATE(987), + [sym__quoted_i_double] = STATE(989), + [sym__quoted_i_single] = STATE(961), + [sym_tuple] = STATE(1280), + [sym_operator_identifier] = STATE(987), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(191), - [anon_sym_DOT_DOT_DOT] = ACTIONS(191), - [sym_alias] = ACTIONS(2807), - [anon_sym_true] = ACTIONS(2761), - [anon_sym_false] = ACTIONS(2761), - [anon_sym_nil] = ACTIONS(2761), - [anon_sym_DQUOTE] = ACTIONS(2763), - [anon_sym_SQUOTE] = ACTIONS(2765), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_LT] = ACTIONS(2767), - [anon_sym_GT] = ACTIONS(2767), - [anon_sym_PIPE] = ACTIONS(2767), - [anon_sym_SLASH] = ACTIONS(2767), - [anon_sym_AMP] = ACTIONS(2769), - [anon_sym_PLUS] = ACTIONS(2771), - [anon_sym_DASH] = ACTIONS(2771), - [anon_sym_BANG] = ACTIONS(2771), - [anon_sym_CARET] = ACTIONS(2771), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2771), - [anon_sym_not] = ACTIONS(2773), - [anon_sym_AT] = ACTIONS(2775), - [anon_sym_LT_DASH] = ACTIONS(2767), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2767), - [anon_sym_when] = ACTIONS(2777), - [anon_sym_COLON_COLON] = ACTIONS(2767), - [anon_sym_EQ] = ACTIONS(2767), - [anon_sym_PIPE_PIPE] = ACTIONS(2767), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2767), - [anon_sym_or] = ACTIONS(2777), - [anon_sym_AMP_AMP] = ACTIONS(2767), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2767), - [anon_sym_and] = ACTIONS(2777), - [anon_sym_EQ_EQ] = ACTIONS(2767), - [anon_sym_BANG_EQ] = ACTIONS(2767), - [anon_sym_EQ_TILDE] = ACTIONS(2767), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2767), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2767), - [anon_sym_LT_EQ] = ACTIONS(2767), - [anon_sym_GT_EQ] = ACTIONS(2767), - [anon_sym_PIPE_GT] = ACTIONS(2767), - [anon_sym_LT_LT_LT] = ACTIONS(2767), - [anon_sym_GT_GT_GT] = ACTIONS(2767), - [anon_sym_LT_LT_TILDE] = ACTIONS(2767), - [anon_sym_TILDE_GT_GT] = ACTIONS(2767), - [anon_sym_LT_TILDE] = ACTIONS(2767), - [anon_sym_TILDE_GT] = ACTIONS(2767), - [anon_sym_LT_TILDE_GT] = ACTIONS(2767), - [anon_sym_LT_PIPE_GT] = ACTIONS(2767), - [anon_sym_in] = ACTIONS(2777), - [anon_sym_PLUS_PLUS] = ACTIONS(2767), - [anon_sym_DASH_DASH] = ACTIONS(2767), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2767), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2767), - [anon_sym_LT_GT] = ACTIONS(2767), - [anon_sym_STAR] = ACTIONS(2767), - [anon_sym_STAR_STAR] = ACTIONS(2767), - [anon_sym_CARET_CARET] = ACTIONS(2767), - [anon_sym_DASH_GT] = ACTIONS(2767), - [anon_sym_DOT] = ACTIONS(2767), - [anon_sym_after] = ACTIONS(2761), - [anon_sym_catch] = ACTIONS(2761), - [anon_sym_do] = ACTIONS(2761), - [anon_sym_else] = ACTIONS(2761), - [anon_sym_end] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_rescue] = ACTIONS(2761), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2767), + [anon_sym_true] = ACTIONS(2769), + [anon_sym_false] = ACTIONS(2769), + [anon_sym_nil] = ACTIONS(2769), + [anon_sym_DQUOTE] = ACTIONS(2771), + [anon_sym_SQUOTE] = ACTIONS(2773), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LT] = ACTIONS(2775), + [anon_sym_GT] = ACTIONS(2775), + [anon_sym_PIPE] = ACTIONS(2775), + [anon_sym_SLASH] = ACTIONS(2775), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_PLUS] = ACTIONS(2779), + [anon_sym_DASH] = ACTIONS(2779), + [anon_sym_BANG] = ACTIONS(2779), + [anon_sym_CARET] = ACTIONS(2779), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2779), + [anon_sym_not] = ACTIONS(2781), + [anon_sym_AT] = ACTIONS(2783), + [anon_sym_LT_DASH] = ACTIONS(2775), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2775), + [anon_sym_when] = ACTIONS(2785), + [anon_sym_COLON_COLON] = ACTIONS(2775), + [anon_sym_EQ] = ACTIONS(2775), + [anon_sym_PIPE_PIPE] = ACTIONS(2775), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2775), + [anon_sym_or] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2775), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2775), + [anon_sym_and] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2775), + [anon_sym_BANG_EQ] = ACTIONS(2775), + [anon_sym_EQ_TILDE] = ACTIONS(2775), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2775), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2775), + [anon_sym_LT_EQ] = ACTIONS(2775), + [anon_sym_GT_EQ] = ACTIONS(2775), + [anon_sym_PIPE_GT] = ACTIONS(2775), + [anon_sym_LT_LT_LT] = ACTIONS(2775), + [anon_sym_GT_GT_GT] = ACTIONS(2775), + [anon_sym_LT_LT_TILDE] = ACTIONS(2775), + [anon_sym_TILDE_GT_GT] = ACTIONS(2775), + [anon_sym_LT_TILDE] = ACTIONS(2775), + [anon_sym_TILDE_GT] = ACTIONS(2775), + [anon_sym_LT_TILDE_GT] = ACTIONS(2775), + [anon_sym_LT_PIPE_GT] = ACTIONS(2775), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2775), + [anon_sym_DASH_DASH] = ACTIONS(2775), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2775), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2775), + [anon_sym_LT_GT] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_STAR_STAR] = ACTIONS(2775), + [anon_sym_CARET_CARET] = ACTIONS(2775), + [anon_sym_DASH_GT] = ACTIONS(2775), + [anon_sym_DOT] = ACTIONS(2775), + [anon_sym_after] = ACTIONS(2769), + [anon_sym_catch] = ACTIONS(2769), + [anon_sym_do] = ACTIONS(2769), + [anon_sym_else] = ACTIONS(2769), + [anon_sym_end] = ACTIONS(2769), + [anon_sym_fn] = ACTIONS(2769), + [anon_sym_rescue] = ACTIONS(2769), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2779), + [sym__not_in] = ACTIONS(2787), }, [1047] = { - [sym_identifier] = STATE(928), - [sym__quoted_i_double] = STATE(929), - [sym__quoted_i_single] = STATE(930), - [sym_tuple] = STATE(3770), - [sym_operator_identifier] = STATE(928), + [sym_identifier] = STATE(917), + [sym__quoted_i_double] = STATE(918), + [sym__quoted_i_single] = STATE(910), + [sym_tuple] = STATE(1728), + [sym_operator_identifier] = STATE(917), [aux_sym__terminator_token1] = ACTIONS(3), - [anon_sym_LPAREN] = ACTIONS(2689), - [aux_sym_identifier_token1] = ACTIONS(373), - [anon_sym_DOT_DOT_DOT] = ACTIONS(373), - [sym_alias] = ACTIONS(2833), - [anon_sym_true] = ACTIONS(2715), - [anon_sym_false] = ACTIONS(2715), - [anon_sym_nil] = ACTIONS(2715), - [anon_sym_DQUOTE] = ACTIONS(2717), - [anon_sym_SQUOTE] = ACTIONS(2719), - [anon_sym_LBRACE] = ACTIONS(820), - [anon_sym_LT] = ACTIONS(2721), - [anon_sym_GT] = ACTIONS(2721), - [anon_sym_PIPE] = ACTIONS(2721), - [anon_sym_SLASH] = ACTIONS(2721), - [anon_sym_AMP] = ACTIONS(2723), - [anon_sym_PLUS] = ACTIONS(2725), - [anon_sym_DASH] = ACTIONS(2725), - [anon_sym_BANG] = ACTIONS(2725), - [anon_sym_CARET] = ACTIONS(2725), - [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2725), - [anon_sym_not] = ACTIONS(2727), - [anon_sym_AT] = ACTIONS(2729), - [anon_sym_LT_DASH] = ACTIONS(2721), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2721), - [anon_sym_when] = ACTIONS(2731), - [anon_sym_COLON_COLON] = ACTIONS(2721), - [anon_sym_EQ] = ACTIONS(2721), - [anon_sym_PIPE_PIPE] = ACTIONS(2721), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2721), - [anon_sym_or] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2721), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2721), - [anon_sym_and] = ACTIONS(2731), - [anon_sym_EQ_EQ] = ACTIONS(2721), - [anon_sym_BANG_EQ] = ACTIONS(2721), - [anon_sym_EQ_TILDE] = ACTIONS(2721), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2721), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2721), - [anon_sym_LT_EQ] = ACTIONS(2721), - [anon_sym_GT_EQ] = ACTIONS(2721), - [anon_sym_PIPE_GT] = ACTIONS(2721), - [anon_sym_LT_LT_LT] = ACTIONS(2721), - [anon_sym_GT_GT_GT] = ACTIONS(2721), - [anon_sym_LT_LT_TILDE] = ACTIONS(2721), - [anon_sym_TILDE_GT_GT] = ACTIONS(2721), - [anon_sym_LT_TILDE] = ACTIONS(2721), - [anon_sym_TILDE_GT] = ACTIONS(2721), - [anon_sym_LT_TILDE_GT] = ACTIONS(2721), - [anon_sym_LT_PIPE_GT] = ACTIONS(2721), - [anon_sym_in] = ACTIONS(2731), - [anon_sym_PLUS_PLUS] = ACTIONS(2721), - [anon_sym_DASH_DASH] = ACTIONS(2721), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2721), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2721), - [anon_sym_LT_GT] = ACTIONS(2721), - [anon_sym_STAR] = ACTIONS(2721), - [anon_sym_STAR_STAR] = ACTIONS(2721), - [anon_sym_CARET_CARET] = ACTIONS(2721), - [anon_sym_DASH_GT] = ACTIONS(2721), - [anon_sym_DOT] = ACTIONS(2721), - [anon_sym_after] = ACTIONS(2715), - [anon_sym_catch] = ACTIONS(2715), - [anon_sym_do] = ACTIONS(2715), - [anon_sym_else] = ACTIONS(2715), - [anon_sym_end] = ACTIONS(2715), - [anon_sym_fn] = ACTIONS(2715), - [anon_sym_rescue] = ACTIONS(2715), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2789), + [anon_sym_true] = ACTIONS(2791), + [anon_sym_false] = ACTIONS(2791), + [anon_sym_nil] = ACTIONS(2791), + [anon_sym_DQUOTE] = ACTIONS(2793), + [anon_sym_SQUOTE] = ACTIONS(2795), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(2797), + [anon_sym_GT] = ACTIONS(2797), + [anon_sym_PIPE] = ACTIONS(2797), + [anon_sym_SLASH] = ACTIONS(2797), + [anon_sym_AMP] = ACTIONS(2799), + [anon_sym_PLUS] = ACTIONS(2801), + [anon_sym_DASH] = ACTIONS(2801), + [anon_sym_BANG] = ACTIONS(2801), + [anon_sym_CARET] = ACTIONS(2801), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2801), + [anon_sym_not] = ACTIONS(2803), + [anon_sym_AT] = ACTIONS(2805), + [anon_sym_LT_DASH] = ACTIONS(2797), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2797), + [anon_sym_when] = ACTIONS(2807), + [anon_sym_COLON_COLON] = ACTIONS(2797), + [anon_sym_EQ] = ACTIONS(2797), + [anon_sym_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_or] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2797), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2797), + [anon_sym_and] = ACTIONS(2807), + [anon_sym_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ] = ACTIONS(2797), + [anon_sym_EQ_TILDE] = ACTIONS(2797), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2797), + [anon_sym_LT_EQ] = ACTIONS(2797), + [anon_sym_GT_EQ] = ACTIONS(2797), + [anon_sym_PIPE_GT] = ACTIONS(2797), + [anon_sym_LT_LT_LT] = ACTIONS(2797), + [anon_sym_GT_GT_GT] = ACTIONS(2797), + [anon_sym_LT_LT_TILDE] = ACTIONS(2797), + [anon_sym_TILDE_GT_GT] = ACTIONS(2797), + [anon_sym_LT_TILDE] = ACTIONS(2797), + [anon_sym_TILDE_GT] = ACTIONS(2797), + [anon_sym_LT_TILDE_GT] = ACTIONS(2797), + [anon_sym_LT_PIPE_GT] = ACTIONS(2797), + [anon_sym_in] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2797), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2797), + [anon_sym_LT_GT] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2797), + [anon_sym_STAR_STAR] = ACTIONS(2797), + [anon_sym_CARET_CARET] = ACTIONS(2797), + [anon_sym_DASH_GT] = ACTIONS(2797), + [anon_sym_DOT] = ACTIONS(2797), + [anon_sym_after] = ACTIONS(2791), + [anon_sym_catch] = ACTIONS(2791), + [anon_sym_do] = ACTIONS(2791), + [anon_sym_else] = ACTIONS(2791), + [anon_sym_end] = ACTIONS(2791), + [anon_sym_fn] = ACTIONS(2791), + [anon_sym_rescue] = ACTIONS(2791), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2733), + [sym__not_in] = ACTIONS(2809), }, [1048] = { - [sym__terminator] = STATE(160), - [sym_after_block] = STATE(4316), - [sym_rescue_block] = STATE(4316), - [sym_catch_block] = STATE(4316), - [sym_else_block] = STATE(4316), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4227), - [aux_sym_do_block_repeat1] = STATE(4316), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2837), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(960), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(966), + [sym__quoted_i_double] = STATE(960), + [sym__quoted_i_single] = STATE(990), + [sym_tuple] = STATE(4230), + [sym_operator_identifier] = STATE(966), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(2811), + [anon_sym_true] = ACTIONS(2813), + [anon_sym_false] = ACTIONS(2813), + [anon_sym_nil] = ACTIONS(2813), + [anon_sym_DQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2817), + [anon_sym_LBRACE] = ACTIONS(31), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2821), + [anon_sym_PLUS] = ACTIONS(2823), + [anon_sym_DASH] = ACTIONS(2823), + [anon_sym_BANG] = ACTIONS(2823), + [anon_sym_CARET] = ACTIONS(2823), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2823), + [anon_sym_not] = ACTIONS(2825), + [anon_sym_AT] = ACTIONS(2827), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2819), + [anon_sym_when] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_EQ] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2829), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2819), + [anon_sym_and] = ACTIONS(2829), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_EQ_TILDE] = ACTIONS(2819), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_PIPE_GT] = ACTIONS(2819), + [anon_sym_LT_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_LT_LT_TILDE] = ACTIONS(2819), + [anon_sym_TILDE_GT_GT] = ACTIONS(2819), + [anon_sym_LT_TILDE] = ACTIONS(2819), + [anon_sym_TILDE_GT] = ACTIONS(2819), + [anon_sym_LT_TILDE_GT] = ACTIONS(2819), + [anon_sym_LT_PIPE_GT] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2829), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2819), + [anon_sym_LT_GT] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_STAR_STAR] = ACTIONS(2819), + [anon_sym_CARET_CARET] = ACTIONS(2819), + [anon_sym_DASH_GT] = ACTIONS(2819), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_after] = ACTIONS(2813), + [anon_sym_catch] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_end] = ACTIONS(2813), + [anon_sym_fn] = ACTIONS(2813), + [anon_sym_rescue] = ACTIONS(2813), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2831), }, [1049] = { - [sym__terminator] = STATE(141), - [sym_after_block] = STATE(4297), - [sym_rescue_block] = STATE(4297), - [sym_catch_block] = STATE(4297), - [sym_else_block] = STATE(4297), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4241), - [aux_sym_do_block_repeat1] = STATE(4297), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2886), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(351), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(987), + [sym__quoted_i_double] = STATE(989), + [sym__quoted_i_single] = STATE(961), + [sym_tuple] = STATE(1465), + [sym_operator_identifier] = STATE(987), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2833), + [anon_sym_true] = ACTIONS(2769), + [anon_sym_false] = ACTIONS(2769), + [anon_sym_nil] = ACTIONS(2769), + [anon_sym_DQUOTE] = ACTIONS(2771), + [anon_sym_SQUOTE] = ACTIONS(2773), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LT] = ACTIONS(2775), + [anon_sym_GT] = ACTIONS(2775), + [anon_sym_PIPE] = ACTIONS(2775), + [anon_sym_SLASH] = ACTIONS(2775), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_PLUS] = ACTIONS(2779), + [anon_sym_DASH] = ACTIONS(2779), + [anon_sym_BANG] = ACTIONS(2779), + [anon_sym_CARET] = ACTIONS(2779), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2779), + [anon_sym_not] = ACTIONS(2781), + [anon_sym_AT] = ACTIONS(2783), + [anon_sym_LT_DASH] = ACTIONS(2775), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2775), + [anon_sym_when] = ACTIONS(2785), + [anon_sym_COLON_COLON] = ACTIONS(2775), + [anon_sym_EQ] = ACTIONS(2775), + [anon_sym_PIPE_PIPE] = ACTIONS(2775), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2775), + [anon_sym_or] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2775), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2775), + [anon_sym_and] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2775), + [anon_sym_BANG_EQ] = ACTIONS(2775), + [anon_sym_EQ_TILDE] = ACTIONS(2775), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2775), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2775), + [anon_sym_LT_EQ] = ACTIONS(2775), + [anon_sym_GT_EQ] = ACTIONS(2775), + [anon_sym_PIPE_GT] = ACTIONS(2775), + [anon_sym_LT_LT_LT] = ACTIONS(2775), + [anon_sym_GT_GT_GT] = ACTIONS(2775), + [anon_sym_LT_LT_TILDE] = ACTIONS(2775), + [anon_sym_TILDE_GT_GT] = ACTIONS(2775), + [anon_sym_LT_TILDE] = ACTIONS(2775), + [anon_sym_TILDE_GT] = ACTIONS(2775), + [anon_sym_LT_TILDE_GT] = ACTIONS(2775), + [anon_sym_LT_PIPE_GT] = ACTIONS(2775), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2775), + [anon_sym_DASH_DASH] = ACTIONS(2775), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2775), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2775), + [anon_sym_LT_GT] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_STAR_STAR] = ACTIONS(2775), + [anon_sym_CARET_CARET] = ACTIONS(2775), + [anon_sym_DASH_GT] = ACTIONS(2775), + [anon_sym_DOT] = ACTIONS(2775), + [anon_sym_after] = ACTIONS(2769), + [anon_sym_catch] = ACTIONS(2769), + [anon_sym_do] = ACTIONS(2769), + [anon_sym_else] = ACTIONS(2769), + [anon_sym_end] = ACTIONS(2769), + [anon_sym_fn] = ACTIONS(2769), + [anon_sym_rescue] = ACTIONS(2769), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2787), }, [1050] = { - [sym__terminator] = STATE(173), - [sym_after_block] = STATE(4328), - [sym_rescue_block] = STATE(4328), - [sym_catch_block] = STATE(4328), - [sym_else_block] = STATE(4328), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4234), - [aux_sym_do_block_repeat1] = STATE(4328), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2888), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(315), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(973), + [sym__quoted_i_double] = STATE(950), + [sym__quoted_i_single] = STATE(972), + [sym_tuple] = STATE(1465), + [sym_operator_identifier] = STATE(973), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(447), + [sym_alias] = ACTIONS(2833), + [anon_sym_true] = ACTIONS(2745), + [anon_sym_false] = ACTIONS(2745), + [anon_sym_nil] = ACTIONS(2745), + [anon_sym_DQUOTE] = ACTIONS(2747), + [anon_sym_SQUOTE] = ACTIONS(2749), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LT] = ACTIONS(2751), + [anon_sym_GT] = ACTIONS(2751), + [anon_sym_PIPE] = ACTIONS(2751), + [anon_sym_SLASH] = ACTIONS(2751), + [anon_sym_AMP] = ACTIONS(2753), + [anon_sym_PLUS] = ACTIONS(2755), + [anon_sym_DASH] = ACTIONS(2755), + [anon_sym_BANG] = ACTIONS(2755), + [anon_sym_CARET] = ACTIONS(2755), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2755), + [anon_sym_not] = ACTIONS(2757), + [anon_sym_AT] = ACTIONS(2759), + [anon_sym_LT_DASH] = ACTIONS(2751), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2751), + [anon_sym_when] = ACTIONS(2761), + [anon_sym_COLON_COLON] = ACTIONS(2751), + [anon_sym_EQ] = ACTIONS(2751), + [anon_sym_PIPE_PIPE] = ACTIONS(2751), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2751), + [anon_sym_or] = ACTIONS(2761), + [anon_sym_AMP_AMP] = ACTIONS(2751), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2751), + [anon_sym_and] = ACTIONS(2761), + [anon_sym_EQ_EQ] = ACTIONS(2751), + [anon_sym_BANG_EQ] = ACTIONS(2751), + [anon_sym_EQ_TILDE] = ACTIONS(2751), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2751), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2751), + [anon_sym_LT_EQ] = ACTIONS(2751), + [anon_sym_GT_EQ] = ACTIONS(2751), + [anon_sym_PIPE_GT] = ACTIONS(2751), + [anon_sym_LT_LT_LT] = ACTIONS(2751), + [anon_sym_GT_GT_GT] = ACTIONS(2751), + [anon_sym_LT_LT_TILDE] = ACTIONS(2751), + [anon_sym_TILDE_GT_GT] = ACTIONS(2751), + [anon_sym_LT_TILDE] = ACTIONS(2751), + [anon_sym_TILDE_GT] = ACTIONS(2751), + [anon_sym_LT_TILDE_GT] = ACTIONS(2751), + [anon_sym_LT_PIPE_GT] = ACTIONS(2751), + [anon_sym_in] = ACTIONS(2761), + [anon_sym_PLUS_PLUS] = ACTIONS(2751), + [anon_sym_DASH_DASH] = ACTIONS(2751), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2751), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2751), + [anon_sym_LT_GT] = ACTIONS(2751), + [anon_sym_STAR] = ACTIONS(2751), + [anon_sym_STAR_STAR] = ACTIONS(2751), + [anon_sym_CARET_CARET] = ACTIONS(2751), + [anon_sym_DASH_GT] = ACTIONS(2751), + [anon_sym_DOT] = ACTIONS(2751), + [anon_sym_after] = ACTIONS(2745), + [anon_sym_catch] = ACTIONS(2745), + [anon_sym_do] = ACTIONS(2745), + [anon_sym_else] = ACTIONS(2745), + [anon_sym_end] = ACTIONS(2745), + [anon_sym_fn] = ACTIONS(2745), + [anon_sym_rescue] = ACTIONS(2745), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2763), }, [1051] = { - [sym__terminator] = STATE(148), - [sym_after_block] = STATE(4311), - [sym_rescue_block] = STATE(4311), - [sym_catch_block] = STATE(4311), - [sym_else_block] = STATE(4311), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4246), - [aux_sym_do_block_repeat1] = STATE(4311), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2890), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(347), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(1006), + [sym__quoted_i_double] = STATE(1005), + [sym__quoted_i_single] = STATE(1004), + [sym_tuple] = STATE(3708), + [sym_operator_identifier] = STATE(1006), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(542), + [anon_sym_DOT_DOT_DOT] = ACTIONS(542), + [sym_alias] = ACTIONS(2835), + [anon_sym_true] = ACTIONS(2723), + [anon_sym_false] = ACTIONS(2723), + [anon_sym_nil] = ACTIONS(2723), + [anon_sym_DQUOTE] = ACTIONS(2725), + [anon_sym_SQUOTE] = ACTIONS(2727), + [anon_sym_LBRACE] = ACTIONS(558), + [anon_sym_LT] = ACTIONS(2729), + [anon_sym_GT] = ACTIONS(2729), + [anon_sym_PIPE] = ACTIONS(2729), + [anon_sym_SLASH] = ACTIONS(2729), + [anon_sym_AMP] = ACTIONS(2731), + [anon_sym_PLUS] = ACTIONS(2733), + [anon_sym_DASH] = ACTIONS(2733), + [anon_sym_BANG] = ACTIONS(2733), + [anon_sym_CARET] = ACTIONS(2733), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2733), + [anon_sym_not] = ACTIONS(2735), + [anon_sym_AT] = ACTIONS(2737), + [anon_sym_LT_DASH] = ACTIONS(2729), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2729), + [anon_sym_when] = ACTIONS(2739), + [anon_sym_COLON_COLON] = ACTIONS(2729), + [anon_sym_EQ] = ACTIONS(2729), + [anon_sym_PIPE_PIPE] = ACTIONS(2729), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2729), + [anon_sym_or] = ACTIONS(2739), + [anon_sym_AMP_AMP] = ACTIONS(2729), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2729), + [anon_sym_and] = ACTIONS(2739), + [anon_sym_EQ_EQ] = ACTIONS(2729), + [anon_sym_BANG_EQ] = ACTIONS(2729), + [anon_sym_EQ_TILDE] = ACTIONS(2729), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2729), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2729), + [anon_sym_LT_EQ] = ACTIONS(2729), + [anon_sym_GT_EQ] = ACTIONS(2729), + [anon_sym_PIPE_GT] = ACTIONS(2729), + [anon_sym_LT_LT_LT] = ACTIONS(2729), + [anon_sym_GT_GT_GT] = ACTIONS(2729), + [anon_sym_LT_LT_TILDE] = ACTIONS(2729), + [anon_sym_TILDE_GT_GT] = ACTIONS(2729), + [anon_sym_LT_TILDE] = ACTIONS(2729), + [anon_sym_TILDE_GT] = ACTIONS(2729), + [anon_sym_LT_TILDE_GT] = ACTIONS(2729), + [anon_sym_LT_PIPE_GT] = ACTIONS(2729), + [anon_sym_in] = ACTIONS(2739), + [anon_sym_PLUS_PLUS] = ACTIONS(2729), + [anon_sym_DASH_DASH] = ACTIONS(2729), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2729), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2729), + [anon_sym_LT_GT] = ACTIONS(2729), + [anon_sym_STAR] = ACTIONS(2729), + [anon_sym_STAR_STAR] = ACTIONS(2729), + [anon_sym_CARET_CARET] = ACTIONS(2729), + [anon_sym_DASH_GT] = ACTIONS(2729), + [anon_sym_DOT] = ACTIONS(2729), + [anon_sym_after] = ACTIONS(2723), + [anon_sym_catch] = ACTIONS(2723), + [anon_sym_do] = ACTIONS(2723), + [anon_sym_else] = ACTIONS(2723), + [anon_sym_end] = ACTIONS(2723), + [anon_sym_fn] = ACTIONS(2723), + [anon_sym_rescue] = ACTIONS(2723), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2741), }, [1052] = { - [sym__terminator] = STATE(140), - [sym_after_block] = STATE(4294), - [sym_rescue_block] = STATE(4294), - [sym_catch_block] = STATE(4294), - [sym_else_block] = STATE(4294), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4209), - [aux_sym_do_block_repeat1] = STATE(4294), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2892), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(1024), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(917), + [sym__quoted_i_double] = STATE(918), + [sym__quoted_i_single] = STATE(910), + [sym_tuple] = STATE(1280), + [sym_operator_identifier] = STATE(917), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2767), + [anon_sym_true] = ACTIONS(2791), + [anon_sym_false] = ACTIONS(2791), + [anon_sym_nil] = ACTIONS(2791), + [anon_sym_DQUOTE] = ACTIONS(2793), + [anon_sym_SQUOTE] = ACTIONS(2795), + [anon_sym_LBRACE] = ACTIONS(207), + [anon_sym_LT] = ACTIONS(2797), + [anon_sym_GT] = ACTIONS(2797), + [anon_sym_PIPE] = ACTIONS(2797), + [anon_sym_SLASH] = ACTIONS(2797), + [anon_sym_AMP] = ACTIONS(2799), + [anon_sym_PLUS] = ACTIONS(2801), + [anon_sym_DASH] = ACTIONS(2801), + [anon_sym_BANG] = ACTIONS(2801), + [anon_sym_CARET] = ACTIONS(2801), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2801), + [anon_sym_not] = ACTIONS(2803), + [anon_sym_AT] = ACTIONS(2805), + [anon_sym_LT_DASH] = ACTIONS(2797), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2797), + [anon_sym_when] = ACTIONS(2807), + [anon_sym_COLON_COLON] = ACTIONS(2797), + [anon_sym_EQ] = ACTIONS(2797), + [anon_sym_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_or] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2797), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2797), + [anon_sym_and] = ACTIONS(2807), + [anon_sym_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ] = ACTIONS(2797), + [anon_sym_EQ_TILDE] = ACTIONS(2797), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2797), + [anon_sym_LT_EQ] = ACTIONS(2797), + [anon_sym_GT_EQ] = ACTIONS(2797), + [anon_sym_PIPE_GT] = ACTIONS(2797), + [anon_sym_LT_LT_LT] = ACTIONS(2797), + [anon_sym_GT_GT_GT] = ACTIONS(2797), + [anon_sym_LT_LT_TILDE] = ACTIONS(2797), + [anon_sym_TILDE_GT_GT] = ACTIONS(2797), + [anon_sym_LT_TILDE] = ACTIONS(2797), + [anon_sym_TILDE_GT] = ACTIONS(2797), + [anon_sym_LT_TILDE_GT] = ACTIONS(2797), + [anon_sym_LT_PIPE_GT] = ACTIONS(2797), + [anon_sym_in] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2797), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2797), + [anon_sym_LT_GT] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2797), + [anon_sym_STAR_STAR] = ACTIONS(2797), + [anon_sym_CARET_CARET] = ACTIONS(2797), + [anon_sym_DASH_GT] = ACTIONS(2797), + [anon_sym_DOT] = ACTIONS(2797), + [anon_sym_after] = ACTIONS(2791), + [anon_sym_catch] = ACTIONS(2791), + [anon_sym_do] = ACTIONS(2791), + [anon_sym_else] = ACTIONS(2791), + [anon_sym_end] = ACTIONS(2791), + [anon_sym_fn] = ACTIONS(2791), + [anon_sym_rescue] = ACTIONS(2791), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2809), }, [1053] = { - [sym__terminator] = STATE(155), - [sym_after_block] = STATE(4326), - [sym_rescue_block] = STATE(4326), - [sym_catch_block] = STATE(4326), - [sym_else_block] = STATE(4326), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4230), - [aux_sym_do_block_repeat1] = STATE(4326), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2894), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(311), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(917), + [sym__quoted_i_double] = STATE(918), + [sym__quoted_i_single] = STATE(910), + [sym_tuple] = STATE(1465), + [sym_operator_identifier] = STATE(917), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2833), + [anon_sym_true] = ACTIONS(2791), + [anon_sym_false] = ACTIONS(2791), + [anon_sym_nil] = ACTIONS(2791), + [anon_sym_DQUOTE] = ACTIONS(2793), + [anon_sym_SQUOTE] = ACTIONS(2795), + [anon_sym_LBRACE] = ACTIONS(253), + [anon_sym_LT] = ACTIONS(2797), + [anon_sym_GT] = ACTIONS(2797), + [anon_sym_PIPE] = ACTIONS(2797), + [anon_sym_SLASH] = ACTIONS(2797), + [anon_sym_AMP] = ACTIONS(2799), + [anon_sym_PLUS] = ACTIONS(2801), + [anon_sym_DASH] = ACTIONS(2801), + [anon_sym_BANG] = ACTIONS(2801), + [anon_sym_CARET] = ACTIONS(2801), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2801), + [anon_sym_not] = ACTIONS(2803), + [anon_sym_AT] = ACTIONS(2805), + [anon_sym_LT_DASH] = ACTIONS(2797), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2797), + [anon_sym_when] = ACTIONS(2807), + [anon_sym_COLON_COLON] = ACTIONS(2797), + [anon_sym_EQ] = ACTIONS(2797), + [anon_sym_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_or] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2797), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2797), + [anon_sym_and] = ACTIONS(2807), + [anon_sym_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ] = ACTIONS(2797), + [anon_sym_EQ_TILDE] = ACTIONS(2797), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2797), + [anon_sym_LT_EQ] = ACTIONS(2797), + [anon_sym_GT_EQ] = ACTIONS(2797), + [anon_sym_PIPE_GT] = ACTIONS(2797), + [anon_sym_LT_LT_LT] = ACTIONS(2797), + [anon_sym_GT_GT_GT] = ACTIONS(2797), + [anon_sym_LT_LT_TILDE] = ACTIONS(2797), + [anon_sym_TILDE_GT_GT] = ACTIONS(2797), + [anon_sym_LT_TILDE] = ACTIONS(2797), + [anon_sym_TILDE_GT] = ACTIONS(2797), + [anon_sym_LT_TILDE_GT] = ACTIONS(2797), + [anon_sym_LT_PIPE_GT] = ACTIONS(2797), + [anon_sym_in] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2797), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2797), + [anon_sym_LT_GT] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2797), + [anon_sym_STAR_STAR] = ACTIONS(2797), + [anon_sym_CARET_CARET] = ACTIONS(2797), + [anon_sym_DASH_GT] = ACTIONS(2797), + [anon_sym_DOT] = ACTIONS(2797), + [anon_sym_after] = ACTIONS(2791), + [anon_sym_catch] = ACTIONS(2791), + [anon_sym_do] = ACTIONS(2791), + [anon_sym_else] = ACTIONS(2791), + [anon_sym_end] = ACTIONS(2791), + [anon_sym_fn] = ACTIONS(2791), + [anon_sym_rescue] = ACTIONS(2791), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2809), }, [1054] = { - [sym__terminator] = STATE(144), - [sym_after_block] = STATE(4329), - [sym_rescue_block] = STATE(4329), - [sym_catch_block] = STATE(4329), - [sym_else_block] = STATE(4329), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4228), - [aux_sym_do_block_repeat1] = STATE(4329), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2896), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(964), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(917), + [sym__quoted_i_double] = STATE(918), + [sym__quoted_i_single] = STATE(910), + [sym_tuple] = STATE(2077), + [sym_operator_identifier] = STATE(917), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(191), + [anon_sym_DOT_DOT_DOT] = ACTIONS(191), + [sym_alias] = ACTIONS(2743), + [anon_sym_true] = ACTIONS(2791), + [anon_sym_false] = ACTIONS(2791), + [anon_sym_nil] = ACTIONS(2791), + [anon_sym_DQUOTE] = ACTIONS(2793), + [anon_sym_SQUOTE] = ACTIONS(2795), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(2797), + [anon_sym_GT] = ACTIONS(2797), + [anon_sym_PIPE] = ACTIONS(2797), + [anon_sym_SLASH] = ACTIONS(2797), + [anon_sym_AMP] = ACTIONS(2799), + [anon_sym_PLUS] = ACTIONS(2801), + [anon_sym_DASH] = ACTIONS(2801), + [anon_sym_BANG] = ACTIONS(2801), + [anon_sym_CARET] = ACTIONS(2801), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2801), + [anon_sym_not] = ACTIONS(2803), + [anon_sym_AT] = ACTIONS(2805), + [anon_sym_LT_DASH] = ACTIONS(2797), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2797), + [anon_sym_when] = ACTIONS(2807), + [anon_sym_COLON_COLON] = ACTIONS(2797), + [anon_sym_EQ] = ACTIONS(2797), + [anon_sym_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2797), + [anon_sym_or] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2797), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2797), + [anon_sym_and] = ACTIONS(2807), + [anon_sym_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ] = ACTIONS(2797), + [anon_sym_EQ_TILDE] = ACTIONS(2797), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2797), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2797), + [anon_sym_LT_EQ] = ACTIONS(2797), + [anon_sym_GT_EQ] = ACTIONS(2797), + [anon_sym_PIPE_GT] = ACTIONS(2797), + [anon_sym_LT_LT_LT] = ACTIONS(2797), + [anon_sym_GT_GT_GT] = ACTIONS(2797), + [anon_sym_LT_LT_TILDE] = ACTIONS(2797), + [anon_sym_TILDE_GT_GT] = ACTIONS(2797), + [anon_sym_LT_TILDE] = ACTIONS(2797), + [anon_sym_TILDE_GT] = ACTIONS(2797), + [anon_sym_LT_TILDE_GT] = ACTIONS(2797), + [anon_sym_LT_PIPE_GT] = ACTIONS(2797), + [anon_sym_in] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2797), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2797), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2797), + [anon_sym_LT_GT] = ACTIONS(2797), + [anon_sym_STAR] = ACTIONS(2797), + [anon_sym_STAR_STAR] = ACTIONS(2797), + [anon_sym_CARET_CARET] = ACTIONS(2797), + [anon_sym_DASH_GT] = ACTIONS(2797), + [anon_sym_DOT] = ACTIONS(2797), + [anon_sym_after] = ACTIONS(2791), + [anon_sym_catch] = ACTIONS(2791), + [anon_sym_do] = ACTIONS(2791), + [anon_sym_else] = ACTIONS(2791), + [anon_sym_end] = ACTIONS(2791), + [anon_sym_fn] = ACTIONS(2791), + [anon_sym_rescue] = ACTIONS(2791), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2809), }, [1055] = { - [sym__terminator] = STATE(165), - [sym_after_block] = STATE(4273), - [sym_rescue_block] = STATE(4273), - [sym_catch_block] = STATE(4273), - [sym_else_block] = STATE(4273), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4257), - [aux_sym_do_block_repeat1] = STATE(4273), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2898), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(319), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(933), + [sym__quoted_i_double] = STATE(932), + [sym__quoted_i_single] = STATE(931), + [sym_tuple] = STATE(3029), + [sym_operator_identifier] = STATE(933), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2837), + [anon_sym_true] = ACTIONS(2701), + [anon_sym_false] = ACTIONS(2701), + [anon_sym_nil] = ACTIONS(2701), + [anon_sym_DQUOTE] = ACTIONS(2703), + [anon_sym_SQUOTE] = ACTIONS(2705), + [anon_sym_LBRACE] = ACTIONS(604), + [anon_sym_LT] = ACTIONS(2707), + [anon_sym_GT] = ACTIONS(2707), + [anon_sym_PIPE] = ACTIONS(2707), + [anon_sym_SLASH] = ACTIONS(2707), + [anon_sym_AMP] = ACTIONS(2709), + [anon_sym_PLUS] = ACTIONS(2711), + [anon_sym_DASH] = ACTIONS(2711), + [anon_sym_BANG] = ACTIONS(2711), + [anon_sym_CARET] = ACTIONS(2711), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2711), + [anon_sym_not] = ACTIONS(2713), + [anon_sym_AT] = ACTIONS(2715), + [anon_sym_LT_DASH] = ACTIONS(2707), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2707), + [anon_sym_when] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2707), + [anon_sym_EQ] = ACTIONS(2707), + [anon_sym_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_or] = ACTIONS(2717), + [anon_sym_AMP_AMP] = ACTIONS(2707), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2707), + [anon_sym_and] = ACTIONS(2717), + [anon_sym_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ] = ACTIONS(2707), + [anon_sym_EQ_TILDE] = ACTIONS(2707), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2707), + [anon_sym_LT_EQ] = ACTIONS(2707), + [anon_sym_GT_EQ] = ACTIONS(2707), + [anon_sym_PIPE_GT] = ACTIONS(2707), + [anon_sym_LT_LT_LT] = ACTIONS(2707), + [anon_sym_GT_GT_GT] = ACTIONS(2707), + [anon_sym_LT_LT_TILDE] = ACTIONS(2707), + [anon_sym_TILDE_GT_GT] = ACTIONS(2707), + [anon_sym_LT_TILDE] = ACTIONS(2707), + [anon_sym_TILDE_GT] = ACTIONS(2707), + [anon_sym_LT_TILDE_GT] = ACTIONS(2707), + [anon_sym_LT_PIPE_GT] = ACTIONS(2707), + [anon_sym_in] = ACTIONS(2717), + [anon_sym_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DASH_DASH] = ACTIONS(2707), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2707), + [anon_sym_LT_GT] = ACTIONS(2707), + [anon_sym_STAR] = ACTIONS(2707), + [anon_sym_STAR_STAR] = ACTIONS(2707), + [anon_sym_CARET_CARET] = ACTIONS(2707), + [anon_sym_DASH_GT] = ACTIONS(2707), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_after] = ACTIONS(2701), + [anon_sym_catch] = ACTIONS(2701), + [anon_sym_do] = ACTIONS(2701), + [anon_sym_else] = ACTIONS(2701), + [anon_sym_end] = ACTIONS(2701), + [anon_sym_fn] = ACTIONS(2701), + [anon_sym_rescue] = ACTIONS(2701), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2719), }, [1056] = { - [sym__terminator] = STATE(156), - [sym_after_block] = STATE(4309), - [sym_rescue_block] = STATE(4309), - [sym_catch_block] = STATE(4309), - [sym_else_block] = STATE(4309), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4220), - [aux_sym_do_block_repeat1] = STATE(4309), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2900), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(988), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(987), + [sym__quoted_i_double] = STATE(989), + [sym__quoted_i_single] = STATE(961), + [sym_tuple] = STATE(2077), + [sym_operator_identifier] = STATE(987), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2743), + [anon_sym_true] = ACTIONS(2769), + [anon_sym_false] = ACTIONS(2769), + [anon_sym_nil] = ACTIONS(2769), + [anon_sym_DQUOTE] = ACTIONS(2771), + [anon_sym_SQUOTE] = ACTIONS(2773), + [anon_sym_LBRACE] = ACTIONS(934), + [anon_sym_LT] = ACTIONS(2775), + [anon_sym_GT] = ACTIONS(2775), + [anon_sym_PIPE] = ACTIONS(2775), + [anon_sym_SLASH] = ACTIONS(2775), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_PLUS] = ACTIONS(2779), + [anon_sym_DASH] = ACTIONS(2779), + [anon_sym_BANG] = ACTIONS(2779), + [anon_sym_CARET] = ACTIONS(2779), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2779), + [anon_sym_not] = ACTIONS(2781), + [anon_sym_AT] = ACTIONS(2783), + [anon_sym_LT_DASH] = ACTIONS(2775), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2775), + [anon_sym_when] = ACTIONS(2785), + [anon_sym_COLON_COLON] = ACTIONS(2775), + [anon_sym_EQ] = ACTIONS(2775), + [anon_sym_PIPE_PIPE] = ACTIONS(2775), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2775), + [anon_sym_or] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2775), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2775), + [anon_sym_and] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2775), + [anon_sym_BANG_EQ] = ACTIONS(2775), + [anon_sym_EQ_TILDE] = ACTIONS(2775), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2775), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2775), + [anon_sym_LT_EQ] = ACTIONS(2775), + [anon_sym_GT_EQ] = ACTIONS(2775), + [anon_sym_PIPE_GT] = ACTIONS(2775), + [anon_sym_LT_LT_LT] = ACTIONS(2775), + [anon_sym_GT_GT_GT] = ACTIONS(2775), + [anon_sym_LT_LT_TILDE] = ACTIONS(2775), + [anon_sym_TILDE_GT_GT] = ACTIONS(2775), + [anon_sym_LT_TILDE] = ACTIONS(2775), + [anon_sym_TILDE_GT] = ACTIONS(2775), + [anon_sym_LT_TILDE_GT] = ACTIONS(2775), + [anon_sym_LT_PIPE_GT] = ACTIONS(2775), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2775), + [anon_sym_DASH_DASH] = ACTIONS(2775), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2775), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2775), + [anon_sym_LT_GT] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_STAR_STAR] = ACTIONS(2775), + [anon_sym_CARET_CARET] = ACTIONS(2775), + [anon_sym_DASH_GT] = ACTIONS(2775), + [anon_sym_DOT] = ACTIONS(2775), + [anon_sym_after] = ACTIONS(2769), + [anon_sym_catch] = ACTIONS(2769), + [anon_sym_do] = ACTIONS(2769), + [anon_sym_else] = ACTIONS(2769), + [anon_sym_end] = ACTIONS(2769), + [anon_sym_fn] = ACTIONS(2769), + [anon_sym_rescue] = ACTIONS(2769), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2787), }, [1057] = { - [sym__terminator] = STATE(147), - [sym_after_block] = STATE(4288), - [sym_rescue_block] = STATE(4288), - [sym_catch_block] = STATE(4288), - [sym_else_block] = STATE(4288), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4204), - [aux_sym_do_block_repeat1] = STATE(4288), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2902), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(335), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(933), + [sym__quoted_i_double] = STATE(932), + [sym__quoted_i_single] = STATE(931), + [sym_tuple] = STATE(4311), + [sym_operator_identifier] = STATE(933), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(367), + [anon_sym_DOT_DOT_DOT] = ACTIONS(367), + [sym_alias] = ACTIONS(2839), + [anon_sym_true] = ACTIONS(2701), + [anon_sym_false] = ACTIONS(2701), + [anon_sym_nil] = ACTIONS(2701), + [anon_sym_DQUOTE] = ACTIONS(2703), + [anon_sym_SQUOTE] = ACTIONS(2705), + [anon_sym_LBRACE] = ACTIONS(820), + [anon_sym_LT] = ACTIONS(2707), + [anon_sym_GT] = ACTIONS(2707), + [anon_sym_PIPE] = ACTIONS(2707), + [anon_sym_SLASH] = ACTIONS(2707), + [anon_sym_AMP] = ACTIONS(2709), + [anon_sym_PLUS] = ACTIONS(2711), + [anon_sym_DASH] = ACTIONS(2711), + [anon_sym_BANG] = ACTIONS(2711), + [anon_sym_CARET] = ACTIONS(2711), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2711), + [anon_sym_not] = ACTIONS(2713), + [anon_sym_AT] = ACTIONS(2715), + [anon_sym_LT_DASH] = ACTIONS(2707), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2707), + [anon_sym_when] = ACTIONS(2717), + [anon_sym_COLON_COLON] = ACTIONS(2707), + [anon_sym_EQ] = ACTIONS(2707), + [anon_sym_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_or] = ACTIONS(2717), + [anon_sym_AMP_AMP] = ACTIONS(2707), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2707), + [anon_sym_and] = ACTIONS(2717), + [anon_sym_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ] = ACTIONS(2707), + [anon_sym_EQ_TILDE] = ACTIONS(2707), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2707), + [anon_sym_LT_EQ] = ACTIONS(2707), + [anon_sym_GT_EQ] = ACTIONS(2707), + [anon_sym_PIPE_GT] = ACTIONS(2707), + [anon_sym_LT_LT_LT] = ACTIONS(2707), + [anon_sym_GT_GT_GT] = ACTIONS(2707), + [anon_sym_LT_LT_TILDE] = ACTIONS(2707), + [anon_sym_TILDE_GT_GT] = ACTIONS(2707), + [anon_sym_LT_TILDE] = ACTIONS(2707), + [anon_sym_TILDE_GT] = ACTIONS(2707), + [anon_sym_LT_TILDE_GT] = ACTIONS(2707), + [anon_sym_LT_PIPE_GT] = ACTIONS(2707), + [anon_sym_in] = ACTIONS(2717), + [anon_sym_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DASH_DASH] = ACTIONS(2707), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2707), + [anon_sym_LT_GT] = ACTIONS(2707), + [anon_sym_STAR] = ACTIONS(2707), + [anon_sym_STAR_STAR] = ACTIONS(2707), + [anon_sym_CARET_CARET] = ACTIONS(2707), + [anon_sym_DASH_GT] = ACTIONS(2707), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_after] = ACTIONS(2701), + [anon_sym_catch] = ACTIONS(2701), + [anon_sym_do] = ACTIONS(2701), + [anon_sym_else] = ACTIONS(2701), + [anon_sym_end] = ACTIONS(2701), + [anon_sym_fn] = ACTIONS(2701), + [anon_sym_rescue] = ACTIONS(2701), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2719), }, [1058] = { - [sym__terminator] = STATE(149), - [sym_after_block] = STATE(4293), - [sym_rescue_block] = STATE(4293), - [sym_catch_block] = STATE(4293), - [sym_else_block] = STATE(4293), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4196), - [aux_sym_do_block_repeat1] = STATE(4293), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2904), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(343), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(966), + [sym__quoted_i_double] = STATE(960), + [sym__quoted_i_single] = STATE(990), + [sym_tuple] = STATE(3339), + [sym_operator_identifier] = STATE(966), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(468), + [anon_sym_DOT_DOT_DOT] = ACTIONS(468), + [sym_alias] = ACTIONS(2841), + [anon_sym_true] = ACTIONS(2813), + [anon_sym_false] = ACTIONS(2813), + [anon_sym_nil] = ACTIONS(2813), + [anon_sym_DQUOTE] = ACTIONS(2815), + [anon_sym_SQUOTE] = ACTIONS(2817), + [anon_sym_LBRACE] = ACTIONS(484), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2821), + [anon_sym_PLUS] = ACTIONS(2823), + [anon_sym_DASH] = ACTIONS(2823), + [anon_sym_BANG] = ACTIONS(2823), + [anon_sym_CARET] = ACTIONS(2823), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2823), + [anon_sym_not] = ACTIONS(2825), + [anon_sym_AT] = ACTIONS(2827), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2819), + [anon_sym_when] = ACTIONS(2829), + [anon_sym_COLON_COLON] = ACTIONS(2819), + [anon_sym_EQ] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2829), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2819), + [anon_sym_and] = ACTIONS(2829), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_EQ_TILDE] = ACTIONS(2819), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_PIPE_GT] = ACTIONS(2819), + [anon_sym_LT_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_LT_LT_TILDE] = ACTIONS(2819), + [anon_sym_TILDE_GT_GT] = ACTIONS(2819), + [anon_sym_LT_TILDE] = ACTIONS(2819), + [anon_sym_TILDE_GT] = ACTIONS(2819), + [anon_sym_LT_TILDE_GT] = ACTIONS(2819), + [anon_sym_LT_PIPE_GT] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2829), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2819), + [anon_sym_LT_GT] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_STAR_STAR] = ACTIONS(2819), + [anon_sym_CARET_CARET] = ACTIONS(2819), + [anon_sym_DASH_GT] = ACTIONS(2819), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_after] = ACTIONS(2813), + [anon_sym_catch] = ACTIONS(2813), + [anon_sym_do] = ACTIONS(2813), + [anon_sym_else] = ACTIONS(2813), + [anon_sym_end] = ACTIONS(2813), + [anon_sym_fn] = ACTIONS(2813), + [anon_sym_rescue] = ACTIONS(2813), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2831), }, [1059] = { - [sym__terminator] = STATE(150), - [sym_after_block] = STATE(4282), - [sym_rescue_block] = STATE(4282), - [sym_catch_block] = STATE(4282), - [sym_else_block] = STATE(4282), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4262), - [aux_sym_do_block_repeat1] = STATE(4282), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2906), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(976), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [sym_identifier] = STATE(987), + [sym__quoted_i_double] = STATE(989), + [sym__quoted_i_single] = STATE(961), + [sym_tuple] = STATE(1728), + [sym_operator_identifier] = STATE(987), + [aux_sym__terminator_token1] = ACTIONS(3), + [anon_sym_LPAREN] = ACTIONS(2697), + [aux_sym_identifier_token1] = ACTIONS(431), + [anon_sym_DOT_DOT_DOT] = ACTIONS(431), + [sym_alias] = ACTIONS(2789), + [anon_sym_true] = ACTIONS(2769), + [anon_sym_false] = ACTIONS(2769), + [anon_sym_nil] = ACTIONS(2769), + [anon_sym_DQUOTE] = ACTIONS(2771), + [anon_sym_SQUOTE] = ACTIONS(2773), + [anon_sym_LBRACE] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(2775), + [anon_sym_GT] = ACTIONS(2775), + [anon_sym_PIPE] = ACTIONS(2775), + [anon_sym_SLASH] = ACTIONS(2775), + [anon_sym_AMP] = ACTIONS(2777), + [anon_sym_PLUS] = ACTIONS(2779), + [anon_sym_DASH] = ACTIONS(2779), + [anon_sym_BANG] = ACTIONS(2779), + [anon_sym_CARET] = ACTIONS(2779), + [anon_sym_TILDE_TILDE_TILDE] = ACTIONS(2779), + [anon_sym_not] = ACTIONS(2781), + [anon_sym_AT] = ACTIONS(2783), + [anon_sym_LT_DASH] = ACTIONS(2775), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2775), + [anon_sym_when] = ACTIONS(2785), + [anon_sym_COLON_COLON] = ACTIONS(2775), + [anon_sym_EQ] = ACTIONS(2775), + [anon_sym_PIPE_PIPE] = ACTIONS(2775), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2775), + [anon_sym_or] = ACTIONS(2785), + [anon_sym_AMP_AMP] = ACTIONS(2775), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2775), + [anon_sym_and] = ACTIONS(2785), + [anon_sym_EQ_EQ] = ACTIONS(2775), + [anon_sym_BANG_EQ] = ACTIONS(2775), + [anon_sym_EQ_TILDE] = ACTIONS(2775), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2775), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2775), + [anon_sym_LT_EQ] = ACTIONS(2775), + [anon_sym_GT_EQ] = ACTIONS(2775), + [anon_sym_PIPE_GT] = ACTIONS(2775), + [anon_sym_LT_LT_LT] = ACTIONS(2775), + [anon_sym_GT_GT_GT] = ACTIONS(2775), + [anon_sym_LT_LT_TILDE] = ACTIONS(2775), + [anon_sym_TILDE_GT_GT] = ACTIONS(2775), + [anon_sym_LT_TILDE] = ACTIONS(2775), + [anon_sym_TILDE_GT] = ACTIONS(2775), + [anon_sym_LT_TILDE_GT] = ACTIONS(2775), + [anon_sym_LT_PIPE_GT] = ACTIONS(2775), + [anon_sym_in] = ACTIONS(2785), + [anon_sym_PLUS_PLUS] = ACTIONS(2775), + [anon_sym_DASH_DASH] = ACTIONS(2775), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2775), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2775), + [anon_sym_LT_GT] = ACTIONS(2775), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_STAR_STAR] = ACTIONS(2775), + [anon_sym_CARET_CARET] = ACTIONS(2775), + [anon_sym_DASH_GT] = ACTIONS(2775), + [anon_sym_DOT] = ACTIONS(2775), + [anon_sym_after] = ACTIONS(2769), + [anon_sym_catch] = ACTIONS(2769), + [anon_sym_do] = ACTIONS(2769), + [anon_sym_else] = ACTIONS(2769), + [anon_sym_end] = ACTIONS(2769), + [anon_sym_fn] = ACTIONS(2769), + [anon_sym_rescue] = ACTIONS(2769), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2787), }, [1060] = { - [sym__terminator] = STATE(143), - [sym_after_block] = STATE(4320), - [sym_rescue_block] = STATE(4320), - [sym_catch_block] = STATE(4320), - [sym_else_block] = STATE(4320), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4223), - [aux_sym_do_block_repeat1] = STATE(4320), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2908), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), + [sym__terminator] = STATE(148), + [sym_after_block] = STATE(4724), + [sym_rescue_block] = STATE(4724), + [sym_catch_block] = STATE(4724), + [sym_else_block] = STATE(4724), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4671), + [aux_sym_do_block_repeat1] = STATE(4724), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2845), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), [anon_sym_after] = ACTIONS(103), [anon_sym_catch] = ACTIONS(105), [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(331), + [anon_sym_end] = ACTIONS(978), [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [anon_sym_LBRACK2] = ACTIONS(2890), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2892), }, [1061] = { - [sym__terminator] = STATE(162), - [sym_after_block] = STATE(4305), - [sym_rescue_block] = STATE(4305), - [sym_catch_block] = STATE(4305), - [sym_else_block] = STATE(4305), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4243), - [aux_sym_do_block_repeat1] = STATE(4305), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2910), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), + [sym__terminator] = STATE(159), + [sym_after_block] = STATE(4725), + [sym_rescue_block] = STATE(4725), + [sym_catch_block] = STATE(4725), + [sym_else_block] = STATE(4725), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4620), + [aux_sym_do_block_repeat1] = STATE(4725), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2894), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), [anon_sym_after] = ACTIONS(103), [anon_sym_catch] = ACTIONS(105), [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(307), + [anon_sym_end] = ACTIONS(1018), [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [anon_sym_LBRACK2] = ACTIONS(2890), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2892), }, [1062] = { - [sym__terminator] = STATE(163), - [sym_after_block] = STATE(4284), - [sym_rescue_block] = STATE(4284), - [sym_catch_block] = STATE(4284), - [sym_else_block] = STATE(4284), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4200), - [aux_sym_do_block_repeat1] = STATE(4284), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2912), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(974), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), - }, - [1063] = { - [sym__terminator] = STATE(175), - [sym_after_block] = STATE(4278), - [sym_rescue_block] = STATE(4278), - [sym_catch_block] = STATE(4278), - [sym_else_block] = STATE(4278), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4265), - [aux_sym_do_block_repeat1] = STATE(4278), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2914), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(1008), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), - }, - [1064] = { - [sym__terminator] = STATE(158), - [sym_after_block] = STATE(4301), - [sym_rescue_block] = STATE(4301), - [sym_catch_block] = STATE(4301), - [sym_else_block] = STATE(4301), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4212), - [aux_sym_do_block_repeat1] = STATE(4301), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2916), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(339), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), - }, - [1065] = { - [sym__terminator] = STATE(154), - [sym_after_block] = STATE(4295), - [sym_rescue_block] = STATE(4295), - [sym_catch_block] = STATE(4295), - [sym_else_block] = STATE(4295), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4207), - [aux_sym_do_block_repeat1] = STATE(4295), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2918), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(994), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), - }, - [1066] = { - [sym__terminator] = STATE(174), - [sym_after_block] = STATE(4272), - [sym_rescue_block] = STATE(4272), - [sym_catch_block] = STATE(4272), - [sym_else_block] = STATE(4272), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4255), - [aux_sym_do_block_repeat1] = STATE(4272), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2920), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(327), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), - }, - [1067] = { - [sym__terminator] = STATE(169), - [sym_after_block] = STATE(4327), - [sym_rescue_block] = STATE(4327), - [sym_catch_block] = STATE(4327), - [sym_else_block] = STATE(4327), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4240), - [aux_sym_do_block_repeat1] = STATE(4327), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2922), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(1002), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), - }, - [1068] = { - [sym__terminator] = STATE(166), - [sym_after_block] = STATE(4283), - [sym_rescue_block] = STATE(4283), - [sym_catch_block] = STATE(4283), - [sym_else_block] = STATE(4283), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4198), - [aux_sym_do_block_repeat1] = STATE(4283), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2924), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(323), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), - }, - [1069] = { - [sym__terminator] = STATE(146), - [sym_after_block] = STATE(4304), - [sym_rescue_block] = STATE(4304), - [sym_catch_block] = STATE(4304), - [sym_else_block] = STATE(4304), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4215), - [aux_sym_do_block_repeat1] = STATE(4304), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2926), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(972), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), - }, - [1070] = { - [sym__terminator] = STATE(171), - [sym_after_block] = STATE(4299), - [sym_rescue_block] = STATE(4299), - [sym_catch_block] = STATE(4299), - [sym_else_block] = STATE(4299), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4213), - [aux_sym_do_block_repeat1] = STATE(4299), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2928), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_after] = ACTIONS(103), - [anon_sym_catch] = ACTIONS(105), - [anon_sym_else] = ACTIONS(107), - [anon_sym_end] = ACTIONS(1010), - [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), - [sym_comment] = ACTIONS(5), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), - }, - [1071] = { - [sym__terminator] = STATE(159), - [sym_after_block] = STATE(4275), - [sym_rescue_block] = STATE(4275), - [sym_catch_block] = STATE(4275), - [sym_else_block] = STATE(4275), - [aux_sym__terminator_repeat1] = STATE(1009), - [aux_sym_block_repeat2] = STATE(4261), - [aux_sym_do_block_repeat1] = STATE(4275), - [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(5103), - [aux_sym__terminator_token1] = ACTIONS(2835), - [anon_sym_SEMI] = ACTIONS(2930), - [anon_sym_LT] = ACTIONS(2839), - [anon_sym_GT] = ACTIONS(2839), - [anon_sym_PIPE] = ACTIONS(2841), - [anon_sym_SLASH] = ACTIONS(2843), - [anon_sym_COMMA] = ACTIONS(2845), - [anon_sym_DOT_DOT] = ACTIONS(2847), - [anon_sym_PLUS] = ACTIONS(2849), - [anon_sym_DASH] = ACTIONS(2849), - [anon_sym_LT_DASH] = ACTIONS(2851), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2851), - [anon_sym_when] = ACTIONS(2853), - [anon_sym_COLON_COLON] = ACTIONS(2856), - [anon_sym_EQ_GT] = ACTIONS(2858), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2864), - [anon_sym_and] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_EQ_TILDE] = ACTIONS(2866), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2839), - [anon_sym_GT_EQ] = ACTIONS(2839), - [anon_sym_PIPE_GT] = ACTIONS(2868), - [anon_sym_LT_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_LT_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE] = ACTIONS(2868), - [anon_sym_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_TILDE_GT] = ACTIONS(2868), - [anon_sym_LT_PIPE_GT] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2870), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2872), - [anon_sym_SLASH_SLASH] = ACTIONS(2874), - [anon_sym_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH] = ACTIONS(2847), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2847), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2847), - [anon_sym_LT_GT] = ACTIONS(2847), - [anon_sym_STAR] = ACTIONS(2843), - [anon_sym_STAR_STAR] = ACTIONS(2876), - [anon_sym_DASH_GT] = ACTIONS(2878), - [anon_sym_DOT] = ACTIONS(2880), + [sym__terminator] = STATE(167), + [sym_after_block] = STATE(4726), + [sym_rescue_block] = STATE(4726), + [sym_catch_block] = STATE(4726), + [sym_else_block] = STATE(4726), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4673), + [aux_sym_do_block_repeat1] = STATE(4726), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2896), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), [anon_sym_after] = ACTIONS(103), [anon_sym_catch] = ACTIONS(105), [anon_sym_else] = ACTIONS(107), [anon_sym_end] = ACTIONS(1026), [anon_sym_rescue] = ACTIONS(113), - [anon_sym_LBRACK2] = ACTIONS(2882), + [anon_sym_LBRACK2] = ACTIONS(2890), [sym_comment] = ACTIONS(5), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2884), + [sym__not_in] = ACTIONS(2892), + }, + [1063] = { + [sym__terminator] = STATE(142), + [sym_after_block] = STATE(4711), + [sym_rescue_block] = STATE(4711), + [sym_catch_block] = STATE(4711), + [sym_else_block] = STATE(4711), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4634), + [aux_sym_do_block_repeat1] = STATE(4711), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2898), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(343), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1064] = { + [sym__terminator] = STATE(174), + [sym_after_block] = STATE(4706), + [sym_rescue_block] = STATE(4706), + [sym_catch_block] = STATE(4706), + [sym_else_block] = STATE(4706), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4676), + [aux_sym_do_block_repeat1] = STATE(4706), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2900), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(347), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1065] = { + [sym__terminator] = STATE(168), + [sym_after_block] = STATE(4729), + [sym_rescue_block] = STATE(4729), + [sym_catch_block] = STATE(4729), + [sym_else_block] = STATE(4729), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4641), + [aux_sym_do_block_repeat1] = STATE(4729), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2902), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(1016), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1066] = { + [sym__terminator] = STATE(141), + [sym_after_block] = STATE(4705), + [sym_rescue_block] = STATE(4705), + [sym_catch_block] = STATE(4705), + [sym_else_block] = STATE(4705), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4681), + [aux_sym_do_block_repeat1] = STATE(4705), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2904), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(1010), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1067] = { + [sym__terminator] = STATE(157), + [sym_after_block] = STATE(4742), + [sym_rescue_block] = STATE(4742), + [sym_catch_block] = STATE(4742), + [sym_else_block] = STATE(4742), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4667), + [aux_sym_do_block_repeat1] = STATE(4742), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2906), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(307), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1068] = { + [sym__terminator] = STATE(155), + [sym_after_block] = STATE(4695), + [sym_rescue_block] = STATE(4695), + [sym_catch_block] = STATE(4695), + [sym_else_block] = STATE(4695), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4621), + [aux_sym_do_block_repeat1] = STATE(4695), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2908), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(315), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1069] = { + [sym__terminator] = STATE(143), + [sym_after_block] = STATE(4717), + [sym_rescue_block] = STATE(4717), + [sym_catch_block] = STATE(4717), + [sym_else_block] = STATE(4717), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4674), + [aux_sym_do_block_repeat1] = STATE(4717), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2910), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(1024), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1070] = { + [sym__terminator] = STATE(144), + [sym_after_block] = STATE(4749), + [sym_rescue_block] = STATE(4749), + [sym_catch_block] = STATE(4749), + [sym_else_block] = STATE(4749), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4631), + [aux_sym_do_block_repeat1] = STATE(4749), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2912), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(992), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1071] = { + [sym__terminator] = STATE(161), + [sym_after_block] = STATE(4746), + [sym_rescue_block] = STATE(4746), + [sym_catch_block] = STATE(4746), + [sym_else_block] = STATE(4746), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4656), + [aux_sym_do_block_repeat1] = STATE(4746), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2914), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(339), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), }, [1072] = { - [sym__call_arguments_with_parentheses] = STATE(1102), - [aux_sym__terminator_token1] = ACTIONS(2932), - [anon_sym_SEMI] = ACTIONS(2934), - [anon_sym_LPAREN] = ACTIONS(2936), - [anon_sym_RPAREN] = ACTIONS(2934), - [anon_sym_LT] = ACTIONS(2934), - [anon_sym_GT] = ACTIONS(2934), - [anon_sym_PIPE] = ACTIONS(2934), - [anon_sym_SLASH] = ACTIONS(2934), - [anon_sym_COMMA] = ACTIONS(2934), - [anon_sym_DOT_DOT] = ACTIONS(2934), - [anon_sym_PLUS] = ACTIONS(2934), - [anon_sym_DASH] = ACTIONS(2934), - [anon_sym_LT_DASH] = ACTIONS(2934), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2934), - [anon_sym_when] = ACTIONS(2934), - [anon_sym_COLON_COLON] = ACTIONS(2934), - [anon_sym_EQ_GT] = ACTIONS(2934), - [anon_sym_EQ] = ACTIONS(2934), - [anon_sym_PIPE_PIPE] = ACTIONS(2934), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2934), - [anon_sym_or] = ACTIONS(2934), - [anon_sym_AMP_AMP] = ACTIONS(2934), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2934), - [anon_sym_and] = ACTIONS(2934), - [anon_sym_EQ_EQ] = ACTIONS(2934), - [anon_sym_BANG_EQ] = ACTIONS(2934), - [anon_sym_EQ_TILDE] = ACTIONS(2934), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2934), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2934), - [anon_sym_LT_EQ] = ACTIONS(2934), - [anon_sym_GT_EQ] = ACTIONS(2934), - [anon_sym_PIPE_GT] = ACTIONS(2934), - [anon_sym_LT_LT_LT] = ACTIONS(2934), - [anon_sym_GT_GT_GT] = ACTIONS(2934), - [anon_sym_LT_LT_TILDE] = ACTIONS(2934), - [anon_sym_TILDE_GT_GT] = ACTIONS(2934), - [anon_sym_LT_TILDE] = ACTIONS(2934), - [anon_sym_TILDE_GT] = ACTIONS(2934), - [anon_sym_LT_TILDE_GT] = ACTIONS(2934), - [anon_sym_LT_PIPE_GT] = ACTIONS(2934), - [anon_sym_in] = ACTIONS(2934), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2934), - [anon_sym_SLASH_SLASH] = ACTIONS(2934), - [anon_sym_PLUS_PLUS] = ACTIONS(2934), - [anon_sym_DASH_DASH] = ACTIONS(2934), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2934), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2934), - [anon_sym_LT_GT] = ACTIONS(2934), - [anon_sym_STAR] = ACTIONS(2934), - [anon_sym_STAR_STAR] = ACTIONS(2934), - [anon_sym_DASH_GT] = ACTIONS(2934), - [anon_sym_DOT] = ACTIONS(2934), - [anon_sym_after] = ACTIONS(2934), - [anon_sym_catch] = ACTIONS(2934), - [anon_sym_do] = ACTIONS(2934), - [anon_sym_else] = ACTIONS(2934), - [anon_sym_end] = ACTIONS(2934), - [anon_sym_rescue] = ACTIONS(2934), - [anon_sym_LBRACK2] = ACTIONS(2932), + [sym__terminator] = STATE(173), + [sym_after_block] = STATE(4739), + [sym_rescue_block] = STATE(4739), + [sym_catch_block] = STATE(4739), + [sym_else_block] = STATE(4739), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4655), + [aux_sym_do_block_repeat1] = STATE(4739), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2916), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(323), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2932), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2932), + [sym__not_in] = ACTIONS(2892), }, [1073] = { - [sym__call_arguments_with_parentheses] = STATE(1101), - [aux_sym__terminator_token1] = ACTIONS(2932), - [anon_sym_SEMI] = ACTIONS(2934), - [anon_sym_LPAREN] = ACTIONS(2936), - [anon_sym_RPAREN] = ACTIONS(2934), - [anon_sym_LT] = ACTIONS(2934), - [anon_sym_GT] = ACTIONS(2934), - [anon_sym_PIPE] = ACTIONS(2934), - [anon_sym_SLASH] = ACTIONS(2934), - [anon_sym_COMMA] = ACTIONS(2934), - [anon_sym_DOT_DOT] = ACTIONS(2934), - [anon_sym_PLUS] = ACTIONS(2934), - [anon_sym_DASH] = ACTIONS(2934), - [anon_sym_LT_DASH] = ACTIONS(2934), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2934), - [anon_sym_when] = ACTIONS(2934), - [anon_sym_COLON_COLON] = ACTIONS(2934), - [anon_sym_EQ_GT] = ACTIONS(2934), - [anon_sym_EQ] = ACTIONS(2934), - [anon_sym_PIPE_PIPE] = ACTIONS(2934), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2934), - [anon_sym_or] = ACTIONS(2934), - [anon_sym_AMP_AMP] = ACTIONS(2934), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2934), - [anon_sym_and] = ACTIONS(2934), - [anon_sym_EQ_EQ] = ACTIONS(2934), - [anon_sym_BANG_EQ] = ACTIONS(2934), - [anon_sym_EQ_TILDE] = ACTIONS(2934), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2934), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2934), - [anon_sym_LT_EQ] = ACTIONS(2934), - [anon_sym_GT_EQ] = ACTIONS(2934), - [anon_sym_PIPE_GT] = ACTIONS(2934), - [anon_sym_LT_LT_LT] = ACTIONS(2934), - [anon_sym_GT_GT_GT] = ACTIONS(2934), - [anon_sym_LT_LT_TILDE] = ACTIONS(2934), - [anon_sym_TILDE_GT_GT] = ACTIONS(2934), - [anon_sym_LT_TILDE] = ACTIONS(2934), - [anon_sym_TILDE_GT] = ACTIONS(2934), - [anon_sym_LT_TILDE_GT] = ACTIONS(2934), - [anon_sym_LT_PIPE_GT] = ACTIONS(2934), - [anon_sym_in] = ACTIONS(2934), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2934), - [anon_sym_SLASH_SLASH] = ACTIONS(2934), - [anon_sym_PLUS_PLUS] = ACTIONS(2934), - [anon_sym_DASH_DASH] = ACTIONS(2934), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2934), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2934), - [anon_sym_LT_GT] = ACTIONS(2934), - [anon_sym_STAR] = ACTIONS(2934), - [anon_sym_STAR_STAR] = ACTIONS(2934), - [anon_sym_DASH_GT] = ACTIONS(2934), - [anon_sym_DOT] = ACTIONS(2934), - [anon_sym_after] = ACTIONS(2934), - [anon_sym_catch] = ACTIONS(2934), - [anon_sym_do] = ACTIONS(2934), - [anon_sym_else] = ACTIONS(2934), - [anon_sym_end] = ACTIONS(2934), - [anon_sym_rescue] = ACTIONS(2934), - [anon_sym_LBRACK2] = ACTIONS(2932), + [sym__terminator] = STATE(151), + [sym_after_block] = STATE(4699), + [sym_rescue_block] = STATE(4699), + [sym_catch_block] = STATE(4699), + [sym_else_block] = STATE(4699), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4630), + [aux_sym_do_block_repeat1] = STATE(4699), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2918), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(988), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2932), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2932), + [sym__not_in] = ACTIONS(2892), }, [1074] = { - [sym__call_arguments_with_parentheses] = STATE(1109), - [aux_sym__terminator_token1] = ACTIONS(2932), - [anon_sym_SEMI] = ACTIONS(2934), - [anon_sym_LPAREN] = ACTIONS(2936), - [anon_sym_RPAREN] = ACTIONS(2934), - [anon_sym_LT] = ACTIONS(2934), - [anon_sym_GT] = ACTIONS(2934), - [anon_sym_PIPE] = ACTIONS(2934), - [anon_sym_SLASH] = ACTIONS(2934), - [anon_sym_COMMA] = ACTIONS(2934), - [anon_sym_DOT_DOT] = ACTIONS(2934), - [anon_sym_PLUS] = ACTIONS(2934), - [anon_sym_DASH] = ACTIONS(2934), - [anon_sym_LT_DASH] = ACTIONS(2934), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2934), - [anon_sym_when] = ACTIONS(2934), - [anon_sym_COLON_COLON] = ACTIONS(2934), - [anon_sym_EQ_GT] = ACTIONS(2934), - [anon_sym_EQ] = ACTIONS(2934), - [anon_sym_PIPE_PIPE] = ACTIONS(2934), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2934), - [anon_sym_or] = ACTIONS(2934), - [anon_sym_AMP_AMP] = ACTIONS(2934), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2934), - [anon_sym_and] = ACTIONS(2934), - [anon_sym_EQ_EQ] = ACTIONS(2934), - [anon_sym_BANG_EQ] = ACTIONS(2934), - [anon_sym_EQ_TILDE] = ACTIONS(2934), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2934), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2934), - [anon_sym_LT_EQ] = ACTIONS(2934), - [anon_sym_GT_EQ] = ACTIONS(2934), - [anon_sym_PIPE_GT] = ACTIONS(2934), - [anon_sym_LT_LT_LT] = ACTIONS(2934), - [anon_sym_GT_GT_GT] = ACTIONS(2934), - [anon_sym_LT_LT_TILDE] = ACTIONS(2934), - [anon_sym_TILDE_GT_GT] = ACTIONS(2934), - [anon_sym_LT_TILDE] = ACTIONS(2934), - [anon_sym_TILDE_GT] = ACTIONS(2934), - [anon_sym_LT_TILDE_GT] = ACTIONS(2934), - [anon_sym_LT_PIPE_GT] = ACTIONS(2934), - [anon_sym_in] = ACTIONS(2934), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2934), - [anon_sym_SLASH_SLASH] = ACTIONS(2934), - [anon_sym_PLUS_PLUS] = ACTIONS(2934), - [anon_sym_DASH_DASH] = ACTIONS(2934), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2934), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2934), - [anon_sym_LT_GT] = ACTIONS(2934), - [anon_sym_STAR] = ACTIONS(2934), - [anon_sym_STAR_STAR] = ACTIONS(2934), - [anon_sym_DASH_GT] = ACTIONS(2934), - [anon_sym_DOT] = ACTIONS(2934), - [anon_sym_after] = ACTIONS(2934), - [anon_sym_catch] = ACTIONS(2934), - [anon_sym_do] = ACTIONS(2934), - [anon_sym_else] = ACTIONS(2934), - [anon_sym_end] = ACTIONS(2934), - [anon_sym_rescue] = ACTIONS(2934), - [anon_sym_LBRACK2] = ACTIONS(2932), + [sym__terminator] = STATE(170), + [sym_after_block] = STATE(4692), + [sym_rescue_block] = STATE(4692), + [sym_catch_block] = STATE(4692), + [sym_else_block] = STATE(4692), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4623), + [aux_sym_do_block_repeat1] = STATE(4692), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2920), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(351), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2932), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2932), + [sym__not_in] = ACTIONS(2892), }, [1075] = { - [sym_do_block] = STATE(1108), - [aux_sym__terminator_token1] = ACTIONS(2938), - [anon_sym_SEMI] = ACTIONS(2940), - [anon_sym_LPAREN] = ACTIONS(2940), - [anon_sym_RPAREN] = ACTIONS(2940), - [anon_sym_LT] = ACTIONS(2940), - [anon_sym_GT] = ACTIONS(2940), - [anon_sym_PIPE] = ACTIONS(2940), - [anon_sym_SLASH] = ACTIONS(2940), - [anon_sym_COMMA] = ACTIONS(2940), - [anon_sym_DOT_DOT] = ACTIONS(2940), - [anon_sym_PLUS] = ACTIONS(2940), - [anon_sym_DASH] = ACTIONS(2940), - [anon_sym_LT_DASH] = ACTIONS(2940), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2940), - [anon_sym_when] = ACTIONS(2940), - [anon_sym_COLON_COLON] = ACTIONS(2940), - [anon_sym_EQ_GT] = ACTIONS(2940), - [anon_sym_EQ] = ACTIONS(2940), - [anon_sym_PIPE_PIPE] = ACTIONS(2940), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2940), - [anon_sym_or] = ACTIONS(2940), - [anon_sym_AMP_AMP] = ACTIONS(2940), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2940), - [anon_sym_and] = ACTIONS(2940), - [anon_sym_EQ_EQ] = ACTIONS(2940), - [anon_sym_BANG_EQ] = ACTIONS(2940), - [anon_sym_EQ_TILDE] = ACTIONS(2940), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2940), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2940), - [anon_sym_LT_EQ] = ACTIONS(2940), - [anon_sym_GT_EQ] = ACTIONS(2940), - [anon_sym_PIPE_GT] = ACTIONS(2940), - [anon_sym_LT_LT_LT] = ACTIONS(2940), - [anon_sym_GT_GT_GT] = ACTIONS(2940), - [anon_sym_LT_LT_TILDE] = ACTIONS(2940), - [anon_sym_TILDE_GT_GT] = ACTIONS(2940), - [anon_sym_LT_TILDE] = ACTIONS(2940), - [anon_sym_TILDE_GT] = ACTIONS(2940), - [anon_sym_LT_TILDE_GT] = ACTIONS(2940), - [anon_sym_LT_PIPE_GT] = ACTIONS(2940), - [anon_sym_in] = ACTIONS(2940), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2940), - [anon_sym_SLASH_SLASH] = ACTIONS(2940), - [anon_sym_PLUS_PLUS] = ACTIONS(2940), - [anon_sym_DASH_DASH] = ACTIONS(2940), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2940), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2940), - [anon_sym_LT_GT] = ACTIONS(2940), - [anon_sym_STAR] = ACTIONS(2940), - [anon_sym_STAR_STAR] = ACTIONS(2940), - [anon_sym_DASH_GT] = ACTIONS(2940), - [anon_sym_DOT] = ACTIONS(2940), - [anon_sym_after] = ACTIONS(2940), - [anon_sym_catch] = ACTIONS(2940), - [anon_sym_do] = ACTIONS(2940), - [anon_sym_else] = ACTIONS(2940), - [anon_sym_end] = ACTIONS(2940), - [anon_sym_rescue] = ACTIONS(2940), - [anon_sym_LBRACK2] = ACTIONS(2938), + [sym__terminator] = STATE(150), + [sym_after_block] = STATE(4744), + [sym_rescue_block] = STATE(4744), + [sym_catch_block] = STATE(4744), + [sym_else_block] = STATE(4744), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4664), + [aux_sym_do_block_repeat1] = STATE(4744), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2922), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(335), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2938), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2938), + [sym__not_in] = ACTIONS(2892), }, [1076] = { - [sym_do_block] = STATE(1380), - [aux_sym__terminator_token1] = ACTIONS(2942), - [anon_sym_SEMI] = ACTIONS(2944), + [sym__terminator] = STATE(166), + [sym_after_block] = STATE(4738), + [sym_rescue_block] = STATE(4738), + [sym_catch_block] = STATE(4738), + [sym_else_block] = STATE(4738), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4658), + [aux_sym_do_block_repeat1] = STATE(4738), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2924), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(331), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1077] = { + [sym__terminator] = STATE(169), + [sym_after_block] = STATE(4691), + [sym_rescue_block] = STATE(4691), + [sym_catch_block] = STATE(4691), + [sym_else_block] = STATE(4691), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4639), + [aux_sym_do_block_repeat1] = STATE(4691), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2926), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(327), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1078] = { + [sym__terminator] = STATE(147), + [sym_after_block] = STATE(4736), + [sym_rescue_block] = STATE(4736), + [sym_catch_block] = STATE(4736), + [sym_else_block] = STATE(4736), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4637), + [aux_sym_do_block_repeat1] = STATE(4736), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2928), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(962), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1079] = { + [sym__terminator] = STATE(163), + [sym_after_block] = STATE(4731), + [sym_rescue_block] = STATE(4731), + [sym_catch_block] = STATE(4731), + [sym_else_block] = STATE(4731), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4645), + [aux_sym_do_block_repeat1] = STATE(4731), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2930), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(1022), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1080] = { + [sym__terminator] = STATE(172), + [sym_after_block] = STATE(4735), + [sym_rescue_block] = STATE(4735), + [sym_catch_block] = STATE(4735), + [sym_else_block] = STATE(4735), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4648), + [aux_sym_do_block_repeat1] = STATE(4735), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2932), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(311), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1081] = { + [sym__terminator] = STATE(145), + [sym_after_block] = STATE(4694), + [sym_rescue_block] = STATE(4694), + [sym_catch_block] = STATE(4694), + [sym_else_block] = STATE(4694), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4679), + [aux_sym_do_block_repeat1] = STATE(4694), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2934), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(1020), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1082] = { + [sym__terminator] = STATE(158), + [sym_after_block] = STATE(4734), + [sym_rescue_block] = STATE(4734), + [sym_catch_block] = STATE(4734), + [sym_else_block] = STATE(4734), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4646), + [aux_sym_do_block_repeat1] = STATE(4734), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2936), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(1000), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1083] = { + [sym__terminator] = STATE(171), + [sym_after_block] = STATE(4700), + [sym_rescue_block] = STATE(4700), + [sym_catch_block] = STATE(4700), + [sym_else_block] = STATE(4700), + [aux_sym__terminator_repeat1] = STATE(1020), + [aux_sym_block_repeat2] = STATE(4685), + [aux_sym_do_block_repeat1] = STATE(4700), + [aux_sym__stab_clause_arguments_without_parentheses_repeat1] = STATE(6068), + [aux_sym__terminator_token1] = ACTIONS(2843), + [anon_sym_SEMI] = ACTIONS(2938), + [anon_sym_LT] = ACTIONS(2847), + [anon_sym_GT] = ACTIONS(2847), + [anon_sym_PIPE] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_DOT_DOT] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2857), + [anon_sym_DASH] = ACTIONS(2857), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2859), + [anon_sym_when] = ACTIONS(2861), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_EQ_GT] = ACTIONS(2866), + [anon_sym_EQ] = ACTIONS(2868), + [anon_sym_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2870), + [anon_sym_or] = ACTIONS(2870), + [anon_sym_AMP_AMP] = ACTIONS(2872), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2872), + [anon_sym_and] = ACTIONS(2872), + [anon_sym_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ] = ACTIONS(2874), + [anon_sym_EQ_TILDE] = ACTIONS(2874), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2874), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2874), + [anon_sym_LT_EQ] = ACTIONS(2847), + [anon_sym_GT_EQ] = ACTIONS(2847), + [anon_sym_PIPE_GT] = ACTIONS(2876), + [anon_sym_LT_LT_LT] = ACTIONS(2876), + [anon_sym_GT_GT_GT] = ACTIONS(2876), + [anon_sym_LT_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE] = ACTIONS(2876), + [anon_sym_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_TILDE_GT] = ACTIONS(2876), + [anon_sym_LT_PIPE_GT] = ACTIONS(2876), + [anon_sym_in] = ACTIONS(2878), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2880), + [anon_sym_SLASH_SLASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2855), + [anon_sym_LT_GT] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_STAR_STAR] = ACTIONS(2884), + [anon_sym_DASH_GT] = ACTIONS(2886), + [anon_sym_DOT] = ACTIONS(2888), + [anon_sym_after] = ACTIONS(103), + [anon_sym_catch] = ACTIONS(105), + [anon_sym_else] = ACTIONS(107), + [anon_sym_end] = ACTIONS(319), + [anon_sym_rescue] = ACTIONS(113), + [anon_sym_LBRACK2] = ACTIONS(2890), + [sym_comment] = ACTIONS(5), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2892), + }, + [1084] = { + [sym__call_arguments_with_parentheses] = STATE(1111), + [aux_sym__terminator_token1] = ACTIONS(2940), + [anon_sym_SEMI] = ACTIONS(2942), [anon_sym_LPAREN] = ACTIONS(2944), - [anon_sym_RPAREN] = ACTIONS(2944), - [anon_sym_LT] = ACTIONS(2944), - [anon_sym_GT] = ACTIONS(2944), - [anon_sym_PIPE] = ACTIONS(2944), - [anon_sym_SLASH] = ACTIONS(2944), - [anon_sym_COMMA] = ACTIONS(2944), - [anon_sym_DOT_DOT] = ACTIONS(2944), - [anon_sym_PLUS] = ACTIONS(2944), - [anon_sym_DASH] = ACTIONS(2944), - [anon_sym_LT_DASH] = ACTIONS(2944), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2944), - [anon_sym_when] = ACTIONS(2944), - [anon_sym_COLON_COLON] = ACTIONS(2944), - [anon_sym_EQ_GT] = ACTIONS(2944), - [anon_sym_EQ] = ACTIONS(2944), - [anon_sym_PIPE_PIPE] = ACTIONS(2944), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2944), - [anon_sym_or] = ACTIONS(2944), - [anon_sym_AMP_AMP] = ACTIONS(2944), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2944), - [anon_sym_and] = ACTIONS(2944), - [anon_sym_EQ_EQ] = ACTIONS(2944), - [anon_sym_BANG_EQ] = ACTIONS(2944), - [anon_sym_EQ_TILDE] = ACTIONS(2944), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2944), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2944), - [anon_sym_LT_EQ] = ACTIONS(2944), - [anon_sym_GT_EQ] = ACTIONS(2944), - [anon_sym_PIPE_GT] = ACTIONS(2944), - [anon_sym_LT_LT_LT] = ACTIONS(2944), - [anon_sym_GT_GT_GT] = ACTIONS(2944), - [anon_sym_LT_LT_TILDE] = ACTIONS(2944), - [anon_sym_TILDE_GT_GT] = ACTIONS(2944), - [anon_sym_LT_TILDE] = ACTIONS(2944), - [anon_sym_TILDE_GT] = ACTIONS(2944), - [anon_sym_LT_TILDE_GT] = ACTIONS(2944), - [anon_sym_LT_PIPE_GT] = ACTIONS(2944), - [anon_sym_in] = ACTIONS(2944), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2944), - [anon_sym_SLASH_SLASH] = ACTIONS(2944), - [anon_sym_PLUS_PLUS] = ACTIONS(2944), - [anon_sym_DASH_DASH] = ACTIONS(2944), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2944), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2944), - [anon_sym_LT_GT] = ACTIONS(2944), - [anon_sym_STAR] = ACTIONS(2944), - [anon_sym_STAR_STAR] = ACTIONS(2944), - [anon_sym_DASH_GT] = ACTIONS(2944), - [anon_sym_DOT] = ACTIONS(2944), - [anon_sym_after] = ACTIONS(2944), - [anon_sym_catch] = ACTIONS(2944), + [anon_sym_RPAREN] = ACTIONS(2942), + [anon_sym_LT] = ACTIONS(2942), + [anon_sym_GT] = ACTIONS(2942), + [anon_sym_PIPE] = ACTIONS(2942), + [anon_sym_SLASH] = ACTIONS(2942), + [anon_sym_COMMA] = ACTIONS(2942), + [anon_sym_DOT_DOT] = ACTIONS(2942), + [anon_sym_PLUS] = ACTIONS(2942), + [anon_sym_DASH] = ACTIONS(2942), + [anon_sym_LT_DASH] = ACTIONS(2942), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2942), + [anon_sym_when] = ACTIONS(2942), + [anon_sym_COLON_COLON] = ACTIONS(2942), + [anon_sym_EQ_GT] = ACTIONS(2942), + [anon_sym_EQ] = ACTIONS(2942), + [anon_sym_PIPE_PIPE] = ACTIONS(2942), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2942), + [anon_sym_or] = ACTIONS(2942), + [anon_sym_AMP_AMP] = ACTIONS(2942), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2942), + [anon_sym_and] = ACTIONS(2942), + [anon_sym_EQ_EQ] = ACTIONS(2942), + [anon_sym_BANG_EQ] = ACTIONS(2942), + [anon_sym_EQ_TILDE] = ACTIONS(2942), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2942), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2942), + [anon_sym_LT_EQ] = ACTIONS(2942), + [anon_sym_GT_EQ] = ACTIONS(2942), + [anon_sym_PIPE_GT] = ACTIONS(2942), + [anon_sym_LT_LT_LT] = ACTIONS(2942), + [anon_sym_GT_GT_GT] = ACTIONS(2942), + [anon_sym_LT_LT_TILDE] = ACTIONS(2942), + [anon_sym_TILDE_GT_GT] = ACTIONS(2942), + [anon_sym_LT_TILDE] = ACTIONS(2942), + [anon_sym_TILDE_GT] = ACTIONS(2942), + [anon_sym_LT_TILDE_GT] = ACTIONS(2942), + [anon_sym_LT_PIPE_GT] = ACTIONS(2942), + [anon_sym_in] = ACTIONS(2942), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2942), + [anon_sym_SLASH_SLASH] = ACTIONS(2942), + [anon_sym_PLUS_PLUS] = ACTIONS(2942), + [anon_sym_DASH_DASH] = ACTIONS(2942), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2942), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2942), + [anon_sym_LT_GT] = ACTIONS(2942), + [anon_sym_STAR] = ACTIONS(2942), + [anon_sym_STAR_STAR] = ACTIONS(2942), + [anon_sym_DASH_GT] = ACTIONS(2942), + [anon_sym_DOT] = ACTIONS(2942), + [anon_sym_after] = ACTIONS(2942), + [anon_sym_catch] = ACTIONS(2942), + [anon_sym_do] = ACTIONS(2942), + [anon_sym_else] = ACTIONS(2942), + [anon_sym_end] = ACTIONS(2942), + [anon_sym_rescue] = ACTIONS(2942), + [anon_sym_LBRACK2] = ACTIONS(2940), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2940), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2940), + }, + [1085] = { + [sym_do_block] = STATE(1526), + [aux_sym__terminator_token1] = ACTIONS(2946), + [anon_sym_SEMI] = ACTIONS(2948), + [anon_sym_LPAREN] = ACTIONS(2948), + [anon_sym_RPAREN] = ACTIONS(2948), + [anon_sym_LT] = ACTIONS(2948), + [anon_sym_GT] = ACTIONS(2948), + [anon_sym_PIPE] = ACTIONS(2948), + [anon_sym_SLASH] = ACTIONS(2948), + [anon_sym_COMMA] = ACTIONS(2948), + [anon_sym_DOT_DOT] = ACTIONS(2948), + [anon_sym_PLUS] = ACTIONS(2948), + [anon_sym_DASH] = ACTIONS(2948), + [anon_sym_LT_DASH] = ACTIONS(2948), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2948), + [anon_sym_when] = ACTIONS(2948), + [anon_sym_COLON_COLON] = ACTIONS(2948), + [anon_sym_EQ_GT] = ACTIONS(2948), + [anon_sym_EQ] = ACTIONS(2948), + [anon_sym_PIPE_PIPE] = ACTIONS(2948), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2948), + [anon_sym_or] = ACTIONS(2948), + [anon_sym_AMP_AMP] = ACTIONS(2948), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2948), + [anon_sym_and] = ACTIONS(2948), + [anon_sym_EQ_EQ] = ACTIONS(2948), + [anon_sym_BANG_EQ] = ACTIONS(2948), + [anon_sym_EQ_TILDE] = ACTIONS(2948), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2948), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2948), + [anon_sym_LT_EQ] = ACTIONS(2948), + [anon_sym_GT_EQ] = ACTIONS(2948), + [anon_sym_PIPE_GT] = ACTIONS(2948), + [anon_sym_LT_LT_LT] = ACTIONS(2948), + [anon_sym_GT_GT_GT] = ACTIONS(2948), + [anon_sym_LT_LT_TILDE] = ACTIONS(2948), + [anon_sym_TILDE_GT_GT] = ACTIONS(2948), + [anon_sym_LT_TILDE] = ACTIONS(2948), + [anon_sym_TILDE_GT] = ACTIONS(2948), + [anon_sym_LT_TILDE_GT] = ACTIONS(2948), + [anon_sym_LT_PIPE_GT] = ACTIONS(2948), + [anon_sym_in] = ACTIONS(2948), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2948), + [anon_sym_SLASH_SLASH] = ACTIONS(2948), + [anon_sym_PLUS_PLUS] = ACTIONS(2948), + [anon_sym_DASH_DASH] = ACTIONS(2948), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2948), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2948), + [anon_sym_LT_GT] = ACTIONS(2948), + [anon_sym_STAR] = ACTIONS(2948), + [anon_sym_STAR_STAR] = ACTIONS(2948), + [anon_sym_DASH_GT] = ACTIONS(2948), + [anon_sym_DOT] = ACTIONS(2948), + [anon_sym_after] = ACTIONS(2948), + [anon_sym_catch] = ACTIONS(2948), [anon_sym_do] = ACTIONS(225), - [anon_sym_else] = ACTIONS(2944), - [anon_sym_end] = ACTIONS(2944), - [anon_sym_rescue] = ACTIONS(2944), - [anon_sym_LBRACK2] = ACTIONS(2942), + [anon_sym_else] = ACTIONS(2948), + [anon_sym_end] = ACTIONS(2948), + [anon_sym_rescue] = ACTIONS(2948), + [anon_sym_LBRACK2] = ACTIONS(2946), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2950), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2946), + }, + [1086] = { + [sym_do_block] = STATE(1103), + [aux_sym__terminator_token1] = ACTIONS(2952), + [anon_sym_SEMI] = ACTIONS(2954), + [anon_sym_LPAREN] = ACTIONS(2954), + [anon_sym_RPAREN] = ACTIONS(2954), + [anon_sym_LT] = ACTIONS(2954), + [anon_sym_GT] = ACTIONS(2954), + [anon_sym_PIPE] = ACTIONS(2954), + [anon_sym_SLASH] = ACTIONS(2954), + [anon_sym_COMMA] = ACTIONS(2954), + [anon_sym_DOT_DOT] = ACTIONS(2954), + [anon_sym_PLUS] = ACTIONS(2954), + [anon_sym_DASH] = ACTIONS(2954), + [anon_sym_LT_DASH] = ACTIONS(2954), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2954), + [anon_sym_when] = ACTIONS(2954), + [anon_sym_COLON_COLON] = ACTIONS(2954), + [anon_sym_EQ_GT] = ACTIONS(2954), + [anon_sym_EQ] = ACTIONS(2954), + [anon_sym_PIPE_PIPE] = ACTIONS(2954), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2954), + [anon_sym_or] = ACTIONS(2954), + [anon_sym_AMP_AMP] = ACTIONS(2954), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2954), + [anon_sym_and] = ACTIONS(2954), + [anon_sym_EQ_EQ] = ACTIONS(2954), + [anon_sym_BANG_EQ] = ACTIONS(2954), + [anon_sym_EQ_TILDE] = ACTIONS(2954), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2954), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2954), + [anon_sym_LT_EQ] = ACTIONS(2954), + [anon_sym_GT_EQ] = ACTIONS(2954), + [anon_sym_PIPE_GT] = ACTIONS(2954), + [anon_sym_LT_LT_LT] = ACTIONS(2954), + [anon_sym_GT_GT_GT] = ACTIONS(2954), + [anon_sym_LT_LT_TILDE] = ACTIONS(2954), + [anon_sym_TILDE_GT_GT] = ACTIONS(2954), + [anon_sym_LT_TILDE] = ACTIONS(2954), + [anon_sym_TILDE_GT] = ACTIONS(2954), + [anon_sym_LT_TILDE_GT] = ACTIONS(2954), + [anon_sym_LT_PIPE_GT] = ACTIONS(2954), + [anon_sym_in] = ACTIONS(2954), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2954), + [anon_sym_SLASH_SLASH] = ACTIONS(2954), + [anon_sym_PLUS_PLUS] = ACTIONS(2954), + [anon_sym_DASH_DASH] = ACTIONS(2954), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2954), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2954), + [anon_sym_LT_GT] = ACTIONS(2954), + [anon_sym_STAR] = ACTIONS(2954), + [anon_sym_STAR_STAR] = ACTIONS(2954), + [anon_sym_DASH_GT] = ACTIONS(2954), + [anon_sym_DOT] = ACTIONS(2954), + [anon_sym_after] = ACTIONS(2954), + [anon_sym_catch] = ACTIONS(2954), + [anon_sym_do] = ACTIONS(2954), + [anon_sym_else] = ACTIONS(2954), + [anon_sym_end] = ACTIONS(2954), + [anon_sym_rescue] = ACTIONS(2954), + [anon_sym_LBRACK2] = ACTIONS(2952), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2952), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2952), + }, + [1087] = { + [sym_do_block] = STATE(1105), + [aux_sym__terminator_token1] = ACTIONS(2946), + [anon_sym_SEMI] = ACTIONS(2948), + [anon_sym_LPAREN] = ACTIONS(2948), + [anon_sym_RPAREN] = ACTIONS(2948), + [anon_sym_LT] = ACTIONS(2948), + [anon_sym_GT] = ACTIONS(2948), + [anon_sym_PIPE] = ACTIONS(2948), + [anon_sym_SLASH] = ACTIONS(2948), + [anon_sym_COMMA] = ACTIONS(2948), + [anon_sym_DOT_DOT] = ACTIONS(2948), + [anon_sym_PLUS] = ACTIONS(2948), + [anon_sym_DASH] = ACTIONS(2948), + [anon_sym_LT_DASH] = ACTIONS(2948), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2948), + [anon_sym_when] = ACTIONS(2948), + [anon_sym_COLON_COLON] = ACTIONS(2948), + [anon_sym_EQ_GT] = ACTIONS(2948), + [anon_sym_EQ] = ACTIONS(2948), + [anon_sym_PIPE_PIPE] = ACTIONS(2948), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2948), + [anon_sym_or] = ACTIONS(2948), + [anon_sym_AMP_AMP] = ACTIONS(2948), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2948), + [anon_sym_and] = ACTIONS(2948), + [anon_sym_EQ_EQ] = ACTIONS(2948), + [anon_sym_BANG_EQ] = ACTIONS(2948), + [anon_sym_EQ_TILDE] = ACTIONS(2948), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2948), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2948), + [anon_sym_LT_EQ] = ACTIONS(2948), + [anon_sym_GT_EQ] = ACTIONS(2948), + [anon_sym_PIPE_GT] = ACTIONS(2948), + [anon_sym_LT_LT_LT] = ACTIONS(2948), + [anon_sym_GT_GT_GT] = ACTIONS(2948), + [anon_sym_LT_LT_TILDE] = ACTIONS(2948), + [anon_sym_TILDE_GT_GT] = ACTIONS(2948), + [anon_sym_LT_TILDE] = ACTIONS(2948), + [anon_sym_TILDE_GT] = ACTIONS(2948), + [anon_sym_LT_TILDE_GT] = ACTIONS(2948), + [anon_sym_LT_PIPE_GT] = ACTIONS(2948), + [anon_sym_in] = ACTIONS(2948), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2948), + [anon_sym_SLASH_SLASH] = ACTIONS(2948), + [anon_sym_PLUS_PLUS] = ACTIONS(2948), + [anon_sym_DASH_DASH] = ACTIONS(2948), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2948), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2948), + [anon_sym_LT_GT] = ACTIONS(2948), + [anon_sym_STAR] = ACTIONS(2948), + [anon_sym_STAR_STAR] = ACTIONS(2948), + [anon_sym_DASH_GT] = ACTIONS(2948), + [anon_sym_DOT] = ACTIONS(2948), + [anon_sym_after] = ACTIONS(2948), + [anon_sym_catch] = ACTIONS(2948), + [anon_sym_do] = ACTIONS(2948), + [anon_sym_else] = ACTIONS(2948), + [anon_sym_end] = ACTIONS(2948), + [anon_sym_rescue] = ACTIONS(2948), + [anon_sym_LBRACK2] = ACTIONS(2946), [sym_comment] = ACTIONS(5), [sym__newline_before_do] = ACTIONS(2946), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2942), + [sym__not_in] = ACTIONS(2946), }, - [1077] = { - [sym_do_block] = STATE(1104), - [aux_sym__terminator_token1] = ACTIONS(2942), - [anon_sym_SEMI] = ACTIONS(2944), - [anon_sym_LPAREN] = ACTIONS(2944), - [anon_sym_RPAREN] = ACTIONS(2944), - [anon_sym_LT] = ACTIONS(2944), - [anon_sym_GT] = ACTIONS(2944), - [anon_sym_PIPE] = ACTIONS(2944), - [anon_sym_SLASH] = ACTIONS(2944), - [anon_sym_COMMA] = ACTIONS(2944), - [anon_sym_DOT_DOT] = ACTIONS(2944), - [anon_sym_PLUS] = ACTIONS(2944), - [anon_sym_DASH] = ACTIONS(2944), - [anon_sym_LT_DASH] = ACTIONS(2944), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2944), - [anon_sym_when] = ACTIONS(2944), - [anon_sym_COLON_COLON] = ACTIONS(2944), - [anon_sym_EQ_GT] = ACTIONS(2944), - [anon_sym_EQ] = ACTIONS(2944), - [anon_sym_PIPE_PIPE] = ACTIONS(2944), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2944), - [anon_sym_or] = ACTIONS(2944), - [anon_sym_AMP_AMP] = ACTIONS(2944), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2944), - [anon_sym_and] = ACTIONS(2944), - [anon_sym_EQ_EQ] = ACTIONS(2944), - [anon_sym_BANG_EQ] = ACTIONS(2944), - [anon_sym_EQ_TILDE] = ACTIONS(2944), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2944), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2944), - [anon_sym_LT_EQ] = ACTIONS(2944), - [anon_sym_GT_EQ] = ACTIONS(2944), - [anon_sym_PIPE_GT] = ACTIONS(2944), - [anon_sym_LT_LT_LT] = ACTIONS(2944), - [anon_sym_GT_GT_GT] = ACTIONS(2944), - [anon_sym_LT_LT_TILDE] = ACTIONS(2944), - [anon_sym_TILDE_GT_GT] = ACTIONS(2944), - [anon_sym_LT_TILDE] = ACTIONS(2944), - [anon_sym_TILDE_GT] = ACTIONS(2944), - [anon_sym_LT_TILDE_GT] = ACTIONS(2944), - [anon_sym_LT_PIPE_GT] = ACTIONS(2944), - [anon_sym_in] = ACTIONS(2944), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2944), - [anon_sym_SLASH_SLASH] = ACTIONS(2944), - [anon_sym_PLUS_PLUS] = ACTIONS(2944), - [anon_sym_DASH_DASH] = ACTIONS(2944), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2944), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2944), - [anon_sym_LT_GT] = ACTIONS(2944), - [anon_sym_STAR] = ACTIONS(2944), - [anon_sym_STAR_STAR] = ACTIONS(2944), - [anon_sym_DASH_GT] = ACTIONS(2944), - [anon_sym_DOT] = ACTIONS(2944), - [anon_sym_after] = ACTIONS(2944), - [anon_sym_catch] = ACTIONS(2944), - [anon_sym_do] = ACTIONS(2944), - [anon_sym_else] = ACTIONS(2944), - [anon_sym_end] = ACTIONS(2944), - [anon_sym_rescue] = ACTIONS(2944), - [anon_sym_LBRACK2] = ACTIONS(2942), - [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2942), - [sym__newline_before_binary_operator] = ACTIONS(3), - [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2942), - }, - [1078] = { - [sym_do_block] = STATE(1381), - [aux_sym__terminator_token1] = ACTIONS(2938), - [anon_sym_SEMI] = ACTIONS(2940), - [anon_sym_LPAREN] = ACTIONS(2940), - [anon_sym_RPAREN] = ACTIONS(2940), - [anon_sym_LT] = ACTIONS(2940), - [anon_sym_GT] = ACTIONS(2940), - [anon_sym_PIPE] = ACTIONS(2940), - [anon_sym_SLASH] = ACTIONS(2940), - [anon_sym_COMMA] = ACTIONS(2940), - [anon_sym_DOT_DOT] = ACTIONS(2940), - [anon_sym_PLUS] = ACTIONS(2940), - [anon_sym_DASH] = ACTIONS(2940), - [anon_sym_LT_DASH] = ACTIONS(2940), - [anon_sym_BSLASH_BSLASH] = ACTIONS(2940), - [anon_sym_when] = ACTIONS(2940), - [anon_sym_COLON_COLON] = ACTIONS(2940), - [anon_sym_EQ_GT] = ACTIONS(2940), - [anon_sym_EQ] = ACTIONS(2940), - [anon_sym_PIPE_PIPE] = ACTIONS(2940), - [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2940), - [anon_sym_or] = ACTIONS(2940), - [anon_sym_AMP_AMP] = ACTIONS(2940), - [anon_sym_AMP_AMP_AMP] = ACTIONS(2940), - [anon_sym_and] = ACTIONS(2940), - [anon_sym_EQ_EQ] = ACTIONS(2940), - [anon_sym_BANG_EQ] = ACTIONS(2940), - [anon_sym_EQ_TILDE] = ACTIONS(2940), - [anon_sym_EQ_EQ_EQ] = ACTIONS(2940), - [anon_sym_BANG_EQ_EQ] = ACTIONS(2940), - [anon_sym_LT_EQ] = ACTIONS(2940), - [anon_sym_GT_EQ] = ACTIONS(2940), - [anon_sym_PIPE_GT] = ACTIONS(2940), - [anon_sym_LT_LT_LT] = ACTIONS(2940), - [anon_sym_GT_GT_GT] = ACTIONS(2940), - [anon_sym_LT_LT_TILDE] = ACTIONS(2940), - [anon_sym_TILDE_GT_GT] = ACTIONS(2940), - [anon_sym_LT_TILDE] = ACTIONS(2940), - [anon_sym_TILDE_GT] = ACTIONS(2940), - [anon_sym_LT_TILDE_GT] = ACTIONS(2940), - [anon_sym_LT_PIPE_GT] = ACTIONS(2940), - [anon_sym_in] = ACTIONS(2940), - [anon_sym_CARET_CARET_CARET] = ACTIONS(2940), - [anon_sym_SLASH_SLASH] = ACTIONS(2940), - [anon_sym_PLUS_PLUS] = ACTIONS(2940), - [anon_sym_DASH_DASH] = ACTIONS(2940), - [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2940), - [anon_sym_DASH_DASH_DASH] = ACTIONS(2940), - [anon_sym_LT_GT] = ACTIONS(2940), - [anon_sym_STAR] = ACTIONS(2940), - [anon_sym_STAR_STAR] = ACTIONS(2940), - [anon_sym_DASH_GT] = ACTIONS(2940), - [anon_sym_DOT] = ACTIONS(2940), - [anon_sym_after] = ACTIONS(2940), - [anon_sym_catch] = ACTIONS(2940), + [1088] = { + [sym_do_block] = STATE(1532), + [aux_sym__terminator_token1] = ACTIONS(2952), + [anon_sym_SEMI] = ACTIONS(2954), + [anon_sym_LPAREN] = ACTIONS(2954), + [anon_sym_RPAREN] = ACTIONS(2954), + [anon_sym_LT] = ACTIONS(2954), + [anon_sym_GT] = ACTIONS(2954), + [anon_sym_PIPE] = ACTIONS(2954), + [anon_sym_SLASH] = ACTIONS(2954), + [anon_sym_COMMA] = ACTIONS(2954), + [anon_sym_DOT_DOT] = ACTIONS(2954), + [anon_sym_PLUS] = ACTIONS(2954), + [anon_sym_DASH] = ACTIONS(2954), + [anon_sym_LT_DASH] = ACTIONS(2954), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2954), + [anon_sym_when] = ACTIONS(2954), + [anon_sym_COLON_COLON] = ACTIONS(2954), + [anon_sym_EQ_GT] = ACTIONS(2954), + [anon_sym_EQ] = ACTIONS(2954), + [anon_sym_PIPE_PIPE] = ACTIONS(2954), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2954), + [anon_sym_or] = ACTIONS(2954), + [anon_sym_AMP_AMP] = ACTIONS(2954), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2954), + [anon_sym_and] = ACTIONS(2954), + [anon_sym_EQ_EQ] = ACTIONS(2954), + [anon_sym_BANG_EQ] = ACTIONS(2954), + [anon_sym_EQ_TILDE] = ACTIONS(2954), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2954), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2954), + [anon_sym_LT_EQ] = ACTIONS(2954), + [anon_sym_GT_EQ] = ACTIONS(2954), + [anon_sym_PIPE_GT] = ACTIONS(2954), + [anon_sym_LT_LT_LT] = ACTIONS(2954), + [anon_sym_GT_GT_GT] = ACTIONS(2954), + [anon_sym_LT_LT_TILDE] = ACTIONS(2954), + [anon_sym_TILDE_GT_GT] = ACTIONS(2954), + [anon_sym_LT_TILDE] = ACTIONS(2954), + [anon_sym_TILDE_GT] = ACTIONS(2954), + [anon_sym_LT_TILDE_GT] = ACTIONS(2954), + [anon_sym_LT_PIPE_GT] = ACTIONS(2954), + [anon_sym_in] = ACTIONS(2954), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2954), + [anon_sym_SLASH_SLASH] = ACTIONS(2954), + [anon_sym_PLUS_PLUS] = ACTIONS(2954), + [anon_sym_DASH_DASH] = ACTIONS(2954), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2954), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2954), + [anon_sym_LT_GT] = ACTIONS(2954), + [anon_sym_STAR] = ACTIONS(2954), + [anon_sym_STAR_STAR] = ACTIONS(2954), + [anon_sym_DASH_GT] = ACTIONS(2954), + [anon_sym_DOT] = ACTIONS(2954), + [anon_sym_after] = ACTIONS(2954), + [anon_sym_catch] = ACTIONS(2954), [anon_sym_do] = ACTIONS(225), - [anon_sym_else] = ACTIONS(2940), - [anon_sym_end] = ACTIONS(2940), - [anon_sym_rescue] = ACTIONS(2940), - [anon_sym_LBRACK2] = ACTIONS(2938), + [anon_sym_else] = ACTIONS(2954), + [anon_sym_end] = ACTIONS(2954), + [anon_sym_rescue] = ACTIONS(2954), + [anon_sym_LBRACK2] = ACTIONS(2952), [sym_comment] = ACTIONS(5), - [sym__newline_before_do] = ACTIONS(2948), + [sym__newline_before_do] = ACTIONS(2956), [sym__newline_before_binary_operator] = ACTIONS(3), [sym__newline_before_comment] = ACTIONS(3), - [sym__not_in] = ACTIONS(2938), + [sym__not_in] = ACTIONS(2952), + }, + [1089] = { + [sym__call_arguments_with_parentheses] = STATE(1113), + [aux_sym__terminator_token1] = ACTIONS(2940), + [anon_sym_SEMI] = ACTIONS(2942), + [anon_sym_LPAREN] = ACTIONS(2944), + [anon_sym_RPAREN] = ACTIONS(2942), + [anon_sym_LT] = ACTIONS(2942), + [anon_sym_GT] = ACTIONS(2942), + [anon_sym_PIPE] = ACTIONS(2942), + [anon_sym_SLASH] = ACTIONS(2942), + [anon_sym_COMMA] = ACTIONS(2942), + [anon_sym_DOT_DOT] = ACTIONS(2942), + [anon_sym_PLUS] = ACTIONS(2942), + [anon_sym_DASH] = ACTIONS(2942), + [anon_sym_LT_DASH] = ACTIONS(2942), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2942), + [anon_sym_when] = ACTIONS(2942), + [anon_sym_COLON_COLON] = ACTIONS(2942), + [anon_sym_EQ_GT] = ACTIONS(2942), + [anon_sym_EQ] = ACTIONS(2942), + [anon_sym_PIPE_PIPE] = ACTIONS(2942), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2942), + [anon_sym_or] = ACTIONS(2942), + [anon_sym_AMP_AMP] = ACTIONS(2942), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2942), + [anon_sym_and] = ACTIONS(2942), + [anon_sym_EQ_EQ] = ACTIONS(2942), + [anon_sym_BANG_EQ] = ACTIONS(2942), + [anon_sym_EQ_TILDE] = ACTIONS(2942), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2942), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2942), + [anon_sym_LT_EQ] = ACTIONS(2942), + [anon_sym_GT_EQ] = ACTIONS(2942), + [anon_sym_PIPE_GT] = ACTIONS(2942), + [anon_sym_LT_LT_LT] = ACTIONS(2942), + [anon_sym_GT_GT_GT] = ACTIONS(2942), + [anon_sym_LT_LT_TILDE] = ACTIONS(2942), + [anon_sym_TILDE_GT_GT] = ACTIONS(2942), + [anon_sym_LT_TILDE] = ACTIONS(2942), + [anon_sym_TILDE_GT] = ACTIONS(2942), + [anon_sym_LT_TILDE_GT] = ACTIONS(2942), + [anon_sym_LT_PIPE_GT] = ACTIONS(2942), + [anon_sym_in] = ACTIONS(2942), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2942), + [anon_sym_SLASH_SLASH] = ACTIONS(2942), + [anon_sym_PLUS_PLUS] = ACTIONS(2942), + [anon_sym_DASH_DASH] = ACTIONS(2942), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2942), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2942), + [anon_sym_LT_GT] = ACTIONS(2942), + [anon_sym_STAR] = ACTIONS(2942), + [anon_sym_STAR_STAR] = ACTIONS(2942), + [anon_sym_DASH_GT] = ACTIONS(2942), + [anon_sym_DOT] = ACTIONS(2942), + [anon_sym_after] = ACTIONS(2942), + [anon_sym_catch] = ACTIONS(2942), + [anon_sym_do] = ACTIONS(2942), + [anon_sym_else] = ACTIONS(2942), + [anon_sym_end] = ACTIONS(2942), + [anon_sym_rescue] = ACTIONS(2942), + [anon_sym_LBRACK2] = ACTIONS(2940), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2940), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2940), + }, + [1090] = { + [sym__call_arguments_with_parentheses] = STATE(1114), + [aux_sym__terminator_token1] = ACTIONS(2940), + [anon_sym_SEMI] = ACTIONS(2942), + [anon_sym_LPAREN] = ACTIONS(2944), + [anon_sym_RPAREN] = ACTIONS(2942), + [anon_sym_LT] = ACTIONS(2942), + [anon_sym_GT] = ACTIONS(2942), + [anon_sym_PIPE] = ACTIONS(2942), + [anon_sym_SLASH] = ACTIONS(2942), + [anon_sym_COMMA] = ACTIONS(2942), + [anon_sym_DOT_DOT] = ACTIONS(2942), + [anon_sym_PLUS] = ACTIONS(2942), + [anon_sym_DASH] = ACTIONS(2942), + [anon_sym_LT_DASH] = ACTIONS(2942), + [anon_sym_BSLASH_BSLASH] = ACTIONS(2942), + [anon_sym_when] = ACTIONS(2942), + [anon_sym_COLON_COLON] = ACTIONS(2942), + [anon_sym_EQ_GT] = ACTIONS(2942), + [anon_sym_EQ] = ACTIONS(2942), + [anon_sym_PIPE_PIPE] = ACTIONS(2942), + [anon_sym_PIPE_PIPE_PIPE] = ACTIONS(2942), + [anon_sym_or] = ACTIONS(2942), + [anon_sym_AMP_AMP] = ACTIONS(2942), + [anon_sym_AMP_AMP_AMP] = ACTIONS(2942), + [anon_sym_and] = ACTIONS(2942), + [anon_sym_EQ_EQ] = ACTIONS(2942), + [anon_sym_BANG_EQ] = ACTIONS(2942), + [anon_sym_EQ_TILDE] = ACTIONS(2942), + [anon_sym_EQ_EQ_EQ] = ACTIONS(2942), + [anon_sym_BANG_EQ_EQ] = ACTIONS(2942), + [anon_sym_LT_EQ] = ACTIONS(2942), + [anon_sym_GT_EQ] = ACTIONS(2942), + [anon_sym_PIPE_GT] = ACTIONS(2942), + [anon_sym_LT_LT_LT] = ACTIONS(2942), + [anon_sym_GT_GT_GT] = ACTIONS(2942), + [anon_sym_LT_LT_TILDE] = ACTIONS(2942), + [anon_sym_TILDE_GT_GT] = ACTIONS(2942), + [anon_sym_LT_TILDE] = ACTIONS(2942), + [anon_sym_TILDE_GT] = ACTIONS(2942), + [anon_sym_LT_TILDE_GT] = ACTIONS(2942), + [anon_sym_LT_PIPE_GT] = ACTIONS(2942), + [anon_sym_in] = ACTIONS(2942), + [anon_sym_CARET_CARET_CARET] = ACTIONS(2942), + [anon_sym_SLASH_SLASH] = ACTIONS(2942), + [anon_sym_PLUS_PLUS] = ACTIONS(2942), + [anon_sym_DASH_DASH] = ACTIONS(2942), + [anon_sym_PLUS_PLUS_PLUS] = ACTIONS(2942), + [anon_sym_DASH_DASH_DASH] = ACTIONS(2942), + [anon_sym_LT_GT] = ACTIONS(2942), + [anon_sym_STAR] = ACTIONS(2942), + [anon_sym_STAR_STAR] = ACTIONS(2942), + [anon_sym_DASH_GT] = ACTIONS(2942), + [anon_sym_DOT] = ACTIONS(2942), + [anon_sym_after] = ACTIONS(2942), + [anon_sym_catch] = ACTIONS(2942), + [anon_sym_do] = ACTIONS(2942), + [anon_sym_else] = ACTIONS(2942), + [anon_sym_end] = ACTIONS(2942), + [anon_sym_rescue] = ACTIONS(2942), + [anon_sym_LBRACK2] = ACTIONS(2940), + [sym_comment] = ACTIONS(5), + [sym__newline_before_do] = ACTIONS(2940), + [sym__newline_before_binary_operator] = ACTIONS(3), + [sym__newline_before_comment] = ACTIONS(3), + [sym__not_in] = ACTIONS(2940), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2853), 1, - anon_sym_when, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(2950), 1, - anon_sym_SEMI, - STATE(287), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4360), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2851), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(656), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [129] = 4, + [0] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2952), 4, + ACTIONS(2958), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2954), 57, + ACTIONS(2960), 57, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -147431,426 +149756,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [202] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2956), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2958), 57, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [275] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2960), 1, - anon_sym_LPAREN, - STATE(1220), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [352] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2853), 1, - anon_sym_when, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(2962), 1, - anon_sym_SEMI, - STATE(320), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4342), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2851), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1413), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [481] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2853), 1, - anon_sym_when, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(2964), 1, - anon_sym_SEMI, - STATE(268), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4354), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2851), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(648), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [610] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2966), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2968), 57, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [683] = 7, + [73] = 7, ACTIONS(5), 1, sym_comment, ACTIONS(225), 1, anon_sym_do, - ACTIONS(2974), 1, + ACTIONS(2966), 1, sym__newline_before_do, - STATE(1645), 1, + STATE(1571), 1, sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2970), 3, + ACTIONS(2962), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2972), 55, + ACTIONS(2964), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -147906,7 +149828,283 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [762] = 4, + [152] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 5, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [225] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 5, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [298] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2968), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2970), 57, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [371] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2972), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2974), 57, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [444] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -147975,92 +150173,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [835] = 7, + [517] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(225), 1, - anon_sym_do, - ACTIONS(2984), 1, - sym__newline_before_do, - STATE(1643), 1, - sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2980), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [914] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1293), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2942), 4, + ACTIONS(2980), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2944), 56, + ACTIONS(2982), 57, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -148110,6 +150234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -148117,94 +150242,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [989] = 32, + [590] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2853), 1, - anon_sym_when, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(2986), 1, - anon_sym_SEMI, - STATE(300), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4338), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2843), 2, + ACTIONS(2984), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2986), 57, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2851), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(2862), 3, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(2864), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1395), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(2866), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -148214,94 +150293,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [1118] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2853), 1, - anon_sym_when, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, anon_sym_in, - ACTIONS(2872), 1, anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(2988), 1, - anon_sym_SEMI, - STATE(281), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4355), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2851), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(652), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(2868), 9, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [663] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2988), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2990), 57, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -148311,108 +150362,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [1247] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2853), 1, - anon_sym_when, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, anon_sym_in, - ACTIONS(2872), 1, anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(2990), 1, - anon_sym_SEMI, - STATE(274), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4334), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2851), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1383), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [1376] = 5, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [736] = 4, ACTIONS(5), 1, sym_comment, - STATE(1176), 1, - sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, @@ -148421,144 +150391,7 @@ static const uint16_t ts_small_parse_table[] = { sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2994), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [1451] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 5, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [1524] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2996), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2998), 57, + ACTIONS(2994), 57, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -148616,18 +150449,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [1597] = 4, + [809] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_do, + ACTIONS(2996), 1, + sym__newline_before_do, + STATE(1637), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2946), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2948), 55, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [888] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3000), 4, + ACTIONS(2998), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3002), 57, + ACTIONS(3000), 57, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -148685,163 +150590,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [1670] = 4, + [961] = 32, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 5, - sym__newline_before_do, - sym__not_in, + ACTIONS(2843), 1, aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, + ACTIONS(2849), 1, anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [1743] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2845), 1, - anon_sym_COMMA, ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2861), 1, anon_sym_when, - ACTIONS(2856), 1, + ACTIONS(2864), 1, anon_sym_COLON_COLON, - ACTIONS(2858), 1, + ACTIONS(2866), 1, anon_sym_EQ_GT, - ACTIONS(2860), 1, + ACTIONS(2868), 1, anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, ACTIONS(2878), 1, - anon_sym_DASH_GT, + anon_sym_in, ACTIONS(2880), 1, - anon_sym_DOT, + anon_sym_CARET_CARET_CARET, ACTIONS(2882), 1, - anon_sym_LBRACK2, + anon_sym_SLASH_SLASH, ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, sym__not_in, - ACTIONS(3004), 1, + ACTIONS(3002), 1, anon_sym_SEMI, - STATE(303), 1, + STATE(344), 1, sym__terminator, - STATE(1009), 1, + STATE(1020), 1, aux_sym__terminator_repeat1, - STATE(4335), 1, + STATE(4767), 1, aux_sym_block_repeat2, - STATE(5103), 1, + STATE(6068), 1, aux_sym__stab_clause_arguments_without_parentheses_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2843), 2, + ACTIONS(2851), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(2849), 2, + ACTIONS(2857), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2851), 2, + ACTIONS(2859), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(2862), 3, + ACTIONS(2870), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(2864), 3, + ACTIONS(2872), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(2839), 4, + ACTIONS(2847), 4, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(1329), 5, + ACTIONS(670), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - ACTIONS(2866), 5, + ACTIONS(2874), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, + ACTIONS(2855), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(2868), 9, + ACTIONS(2876), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -148851,18 +150687,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [1872] = 4, + [1090] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3006), 4, + ACTIONS(3004), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3008), 57, + ACTIONS(3006), 57, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -148920,90 +150756,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [1945] = 4, + [1163] = 7, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 5, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, + ACTIONS(271), 1, anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [2018] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1179), 1, + ACTIONS(3008), 1, + sym__newline_before_do, + STATE(1636), 1, sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2980), 4, - sym__newline_before_do, + ACTIONS(2952), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2982), 56, + ACTIONS(2954), 55, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -149051,85 +150822,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, - anon_sym_do, anon_sym_else, anon_sym_end, anon_sym_rescue, - [2093] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1175), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [2168] = 4, + [1242] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -149198,7 +150897,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [2241] = 4, + [1315] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 5, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [1388] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 5, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [1461] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -149267,11 +151104,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [2314] = 5, + [1534] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, + STATE(1237), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [1609] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(1292), 1, + sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, @@ -149337,49 +151244,471 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [2389] = 5, + [1684] = 5, ACTIONS(5), 1, sym_comment, + STATE(1289), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [1759] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(1288), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [1834] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(1284), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3022), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3024), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [1909] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2861), 1, + anon_sym_when, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3026), 1, + anon_sym_SEMI, + STATE(335), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4751), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2859), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(666), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [2038] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(1220), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2952), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2954), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [2113] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2861), 1, + anon_sym_when, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, + anon_sym_SEMI, + STATE(317), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4768), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3024), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, + ACTIONS(2851), 2, anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, + anon_sym_STAR, + ACTIONS(2857), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(2859), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, + ACTIONS(2870), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, + ACTIONS(2872), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(674), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(2874), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -149389,96 +151718,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [2464] = 4, + [2242] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 5, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, + ACTIONS(3034), 1, aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [2537] = 4, - ACTIONS(5), 1, - sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, @@ -149487,78 +151731,7 @@ static const uint16_t ts_small_parse_table[] = { sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3032), 57, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [2610] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1181), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 56, + ACTIONS(3032), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -149615,152 +151788,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [2685] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2960), 1, - anon_sym_LPAREN, - STATE(1223), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [2762] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(279), 1, - anon_sym_do, - ACTIONS(3034), 1, - sym__newline_before_do, - STATE(1680), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2942), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2944), 55, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [2841] = 4, + [2317] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, @@ -149769,7 +151801,172 @@ static const uint16_t ts_small_parse_table[] = { sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3038), 57, + ACTIONS(3038), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [2392] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2861), 1, + anon_sym_when, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3042), 1, + anon_sym_SEMI, + STATE(306), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4764), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2859), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(678), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [2521] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3044), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3046), 57, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -149827,161 +152024,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [2914] = 4, + [2594] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3040), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3042), 57, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [2987] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(279), 1, - anon_sym_do, - ACTIONS(3044), 1, - sym__newline_before_do, - STATE(1679), 1, + STATE(1304), 1, sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2938), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2940), 55, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [3066] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1271), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2938), 4, + ACTIONS(2946), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2940), 56, + ACTIONS(2948), 56, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -150038,165 +152094,217 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [3141] = 5, + [2669] = 32, ACTIONS(5), 1, sym_comment, - STATE(1184), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2970), 4, - sym__newline_before_do, - sym__not_in, + ACTIONS(2843), 1, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2972), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, + ACTIONS(2849), 1, anon_sym_PIPE, - anon_sym_SLASH, + ACTIONS(2853), 1, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, + ACTIONS(2861), 1, anon_sym_when, + ACTIONS(2864), 1, anon_sym_COLON_COLON, + ACTIONS(2866), 1, anon_sym_EQ_GT, + ACTIONS(2868), 1, anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, + ACTIONS(2878), 1, anon_sym_in, + ACTIONS(2880), 1, anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, + ACTIONS(2884), 1, anon_sym_STAR_STAR, + ACTIONS(2886), 1, anon_sym_DASH_GT, + ACTIONS(2888), 1, anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [3216] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_do, - ACTIONS(3046), 1, - sym__newline_before_do, - STATE(1541), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 3, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [3295] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_do, ACTIONS(3048), 1, + anon_sym_SEMI, + STATE(303), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4775), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2859), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1437), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [2798] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2861), 1, + anon_sym_when, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3050), 1, + anon_sym_SEMI, + STATE(309), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4778), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2859), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1467), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [2927] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(225), 1, + anon_sym_do, + ACTIONS(3052), 1, sym__newline_before_do, - STATE(1637), 1, + STATE(1732), 1, sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2992), 3, + ACTIONS(3022), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2994), 55, + ACTIONS(3024), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -150252,20 +152360,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [3374] = 4, + [3006] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3050), 4, + ACTIONS(2615), 5, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, anon_sym_LBRACK2, - ACTIONS(3052), 57, + ACTIONS(2617), 56, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -150321,7 +152429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [3447] = 4, + [3079] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -150390,20 +152498,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [3520] = 4, + [3152] = 6, ACTIONS(5), 1, sym_comment, + ACTIONS(3058), 1, + anon_sym_LPAREN, + STATE(1256), 1, + sym__call_arguments_with_parentheses, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3058), 4, + ACTIONS(2940), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3060), 57, + ACTIONS(2942), 55, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -150451,7 +152562,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -150459,23 +152569,191 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [3593] = 7, + [3229] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2861), 1, + anon_sym_when, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3060), 1, + anon_sym_SEMI, + STATE(310), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4772), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2859), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1497), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [3358] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3058), 1, + anon_sym_LPAREN, + STATE(1247), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [3435] = 7, ACTIONS(5), 1, sym_comment, ACTIONS(225), 1, anon_sym_do, ACTIONS(3062), 1, sym__newline_before_do, - STATE(1642), 1, + STATE(1751), 1, sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2980), 3, + ACTIONS(2962), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2982), 55, + ACTIONS(2964), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -150531,215 +152809,306 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [3672] = 32, + [3514] = 7, ACTIONS(5), 1, sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2853), 1, - anon_sym_when, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, + ACTIONS(225), 1, + anon_sym_do, ACTIONS(3064), 1, + sym__newline_before_do, + STATE(1750), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3018), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3020), 55, anon_sym_SEMI, - STATE(292), 1, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [3593] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3058), 1, + anon_sym_LPAREN, + STATE(1246), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [3670] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 5, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [3743] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2861), 1, + anon_sym_when, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3066), 1, + anon_sym_SEMI, + STATE(312), 1, sym__terminator, - STATE(1009), 1, + STATE(1020), 1, aux_sym__terminator_repeat1, - STATE(4346), 1, + STATE(4769), 1, aux_sym_block_repeat2, - STATE(5103), 1, + STATE(6068), 1, aux_sym__stab_clause_arguments_without_parentheses_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, ACTIONS(2851), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(660), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [3801] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2960), 1, - anon_sym_LPAREN, - STATE(1238), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, + anon_sym_STAR, + ACTIONS(2857), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(2859), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, + ACTIONS(2870), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, + ACTIONS(2872), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [3878] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 56, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2847), 4, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1505), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(2874), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -150749,39 +153118,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [3950] = 6, + [3872] = 7, ACTIONS(5), 1, sym_comment, - ACTIONS(2936), 1, - anon_sym_LPAREN, - STATE(1122), 1, - sym__call_arguments_with_parentheses, + ACTIONS(225), 1, + anon_sym_do, + ACTIONS(3068), 1, + sym__newline_before_do, + STATE(1734), 1, + sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2932), 3, + ACTIONS(2962), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2934), 55, + ACTIONS(2964), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -150837,13 +153190,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [4026] = 6, + [3951] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3074), 1, - anon_sym_COMMA, - STATE(1127), 1, - aux_sym_keywords_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, @@ -150852,277 +153201,7 @@ static const uint16_t ts_small_parse_table[] = { sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3072), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [4102] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3077), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3079), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [4174] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3083), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [4246] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3085), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3087), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [4318] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2966), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2968), 56, + ACTIONS(3072), 57, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -151172,6 +153251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -151179,18 +153259,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [4390] = 4, + [4024] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3074), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 56, + ACTIONS(3076), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -151247,18 +153327,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [4462] = 4, + [4096] = 5, ACTIONS(5), 1, sym_comment, + STATE(1466), 1, + sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3022), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 56, + ACTIONS(3024), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -151307,211 +153389,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [4534] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [4606] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [4678] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3040), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3042), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -151519,86 +153396,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [4750] = 4, + [4170] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3078), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [4822] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3093), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 56, + ACTIONS(3080), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -151655,18 +153464,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [4894] = 4, + [4242] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3097), 4, + ACTIONS(3082), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3099), 56, + ACTIONS(3084), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -151723,225 +153532,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [4966] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3105), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [5040] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3107), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [5114] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3109), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [5188] = 4, + [4314] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3111), 4, + ACTIONS(3086), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3113), 56, + ACTIONS(3088), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -151998,18 +153600,1038 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [5260] = 4, + [4386] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3090), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 56, + ACTIONS(3092), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [4458] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3094), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3096), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [4530] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3098), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3100), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [4602] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3102), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3104), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [4674] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3106), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3108), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [4746] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 5, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [4818] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [4890] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [4962] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5034] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5106] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3126), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3128), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5178] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5250] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3134), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3136), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5322] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5394] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5466] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3138), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3140), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -152066,7 +154688,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [5332] = 4, + [5538] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5610] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -152079,6 +154769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, ACTIONS(3072), 56, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -152126,7 +154817,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -152134,18 +154824,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [5404] = 4, + [5682] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3146), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 56, + ACTIONS(3148), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -152202,7 +154892,1167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [5476] = 4, + [5754] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3154), 1, + anon_sym_COMMA, + STATE(1166), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3150), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3152), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5830] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3156), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3158), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5902] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3160), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3162), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [5974] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3154), 1, + anon_sym_COMMA, + STATE(1240), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6050] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3168), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3170), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6122] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3172), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3174), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6194] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2968), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2970), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6266] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2972), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2974), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6338] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3176), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3178), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6410] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6482] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6554] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6626] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 5, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6698] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6770] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3180), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3182), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6842] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3180), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3182), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6914] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2958), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2960), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [6986] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -152270,5546 +156120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [5548] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [5620] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [5692] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2952), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2954), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [5764] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [5838] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3115), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3117), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [5910] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2956), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2958), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [5982] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3119), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3121), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6054] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6128] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6200] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6272] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3127), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3129), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6344] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3131), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3133), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6416] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3135), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6488] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3139), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3141), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6560] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6632] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6704] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6776] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6848] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6920] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3147), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [6994] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3149), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7068] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3151), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3153), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7140] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7212] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7284] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3159), 1, - anon_sym_COMMA, - STATE(1127), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3155), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3157), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7360] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3161), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7432] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3165), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3167), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7504] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7576] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7648] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3177), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3179), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7720] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7792] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7864] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3181), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3183), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [7936] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8008] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8080] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8152] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3189), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3191), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8224] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3193), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8296] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8368] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3197), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3199), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8440] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8512] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8584] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3201), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3203), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8656] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3205), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3207), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8728] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3209), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3211), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8800] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3213), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3215), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8872] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3217), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3219), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [8944] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3221), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3223), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9016] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3225), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9090] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3227), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9164] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3229), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9238] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3231), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9312] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3233), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9386] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3000), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3002), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9458] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(279), 1, - anon_sym_do, - ACTIONS(3235), 1, - sym__newline_before_do, - STATE(1880), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2970), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2972), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9536] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3237), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3239), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9608] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9680] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3245), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9752] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(279), 1, - anon_sym_do, - ACTIONS(3249), 1, - sym__newline_before_do, - STATE(1883), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9830] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2996), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2998), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9902] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(279), 1, - anon_sym_do, - ACTIONS(3251), 1, - sym__newline_before_do, - STATE(1884), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [9980] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3253), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10054] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10126] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10198] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3006), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3008), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10270] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10342] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(279), 1, - anon_sym_do, - ACTIONS(3267), 1, - sym__newline_before_do, - STATE(1887), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2992), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2994), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10420] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10492] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(279), 1, - anon_sym_do, - ACTIONS(3273), 1, - sym__newline_before_do, - STATE(1888), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10570] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1336), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2970), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2972), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10644] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3275), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10716] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10788] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1331), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10862] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [10934] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [11006] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1326), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [11080] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3287), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [11152] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1350), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2992), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2994), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [11226] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3050), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3052), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [11298] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [11370] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3036), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3038), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [11442] = 4, + [7058] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -157877,86 +156188,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [11514] = 4, + [7130] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3058), 4, + ACTIONS(3184), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3060), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [11586] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 56, + ACTIONS(3186), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -158013,18 +156256,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [11658] = 4, + [7202] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3291), 4, + ACTIONS(3188), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3293), 56, + ACTIONS(3190), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [7274] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3192), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3194), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -158081,18 +156392,427 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [11730] = 4, + [7346] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3200), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [7420] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3295), 4, + ACTIONS(3202), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3297), 56, + ACTIONS(3204), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [7492] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [7564] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3210), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [7636] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 5, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [7708] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 5, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [7780] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -158149,1543 +156869,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [11802] = 4, + [7852] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3299), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3301), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [11874] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3303), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3305), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [11946] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3307), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3309), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12018] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3311), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3313), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12090] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1320), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, ACTIONS(2980), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2982), 55, + ACTIONS(2982), 56, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12164] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3315), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3317), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12236] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3319), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3321), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12308] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3323), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3325), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12380] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3327), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12454] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12526] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12598] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12670] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12742] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3329), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3331), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12814] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3329), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3331), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12886] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3333), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [12958] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [13030] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [13102] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [13174] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [13246] = 27, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3347), 1, - anon_sym_PIPE, - ACTIONS(3351), 1, - anon_sym_COMMA, - ACTIONS(3359), 1, - anon_sym_when, - ACTIONS(3361), 1, - anon_sym_COLON_COLON, - ACTIONS(3363), 1, - anon_sym_EQ_GT, - ACTIONS(3365), 1, - anon_sym_EQ, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - STATE(1258), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3341), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3357), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3367), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3369), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3343), 8, - anon_sym_SEMI, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [13364] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3389), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3391), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [13436] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2936), 1, anon_sym_LPAREN, - STATE(1088), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 55, - anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -159733,25 +156930,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, + anon_sym_do, anon_sym_else, anon_sym_end, anon_sym_rescue, - [13512] = 4, + [7924] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3393), 4, + ACTIONS(3044), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3395), 56, + ACTIONS(3046), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [7996] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2984), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2986), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [8068] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -159808,22 +157141,294 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [13584] = 6, + [8140] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3401), 1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, - STATE(1260), 1, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [8212] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3226), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3228), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [8284] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [8356] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [8428] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3242), 1, + anon_sym_COMMA, + STATE(1313), 1, aux_sym__items_with_trailing_separator_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3397), 4, + ACTIONS(3238), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3399), 54, + ACTIONS(3240), 54, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -159878,156 +157483,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [13660] = 4, + [8504] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3403), 4, + ACTIONS(3214), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3405), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [13732] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3411), 1, - anon_sym_COMMA, - STATE(1260), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3407), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3409), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [13808] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3416), 56, + ACTIONS(3216), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -160084,18 +157551,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [13880] = 4, + [8576] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3414), 4, + ACTIONS(3214), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3416), 56, + ACTIONS(3216), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -160152,281 +157619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [13952] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3416), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [14024] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3418), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3420), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [14096] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3159), 1, - anon_sym_COMMA, - STATE(1172), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3422), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3424), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [14172] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 56, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [14244] = 4, + [8648] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -160439,6 +157632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, ACTIONS(2994), 56, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -160486,6 +157680,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [8720] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, @@ -160494,18 +157755,358 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [14316] = 4, + [8792] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3430), 4, + ACTIONS(3248), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3432), 56, + ACTIONS(3250), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [8864] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [8936] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [9008] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [9080] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3264), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3266), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [9152] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3268), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3270), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -160562,18 +158163,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [14388] = 4, + [9224] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3430), 4, + ACTIONS(3272), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3432), 56, + ACTIONS(3274), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [9296] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3276), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3278), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -160630,18 +158299,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [14460] = 4, + [9368] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3434), 4, + ACTIONS(3036), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3436), 56, + ACTIONS(3038), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -160690,7 +158361,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -160698,9 +158368,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [14532] = 4, + [9442] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, @@ -160709,7 +158381,414 @@ static const uint16_t ts_small_parse_table[] = { sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3032), 56, + ACTIONS(3032), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [9516] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [9588] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [9660] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [9732] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3288), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3290), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [9804] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3288), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3290), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [9876] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2998), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3000), 56, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -160766,18 +158845,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [14604] = 4, + [9948] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3438), 4, + ACTIONS(3292), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3440), 56, + ACTIONS(3294), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -160834,18 +158913,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [14676] = 4, + [10020] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3442), 4, + ACTIONS(3296), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3444), 56, + ACTIONS(3298), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -160902,18 +158981,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [14748] = 4, + [10092] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3446), 4, + ACTIONS(3300), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3448), 56, + ACTIONS(3302), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -160970,19 +159049,705 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [14820] = 4, + [10164] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2607), 5, + ACTIONS(3304), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3306), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [10236] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2944), 1, + anon_sym_LPAREN, + STATE(1132), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [10312] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2944), 1, + anon_sym_LPAREN, + STATE(1137), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [10388] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3308), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3310), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [10460] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3312), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3314), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [10532] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2944), 1, + anon_sym_LPAREN, + STATE(1092), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [10608] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [10680] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [10752] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [10824] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3320), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3322), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [10896] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 5, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, aux_sym_quoted_keyword_token1, anon_sym_LBRACK2, - ACTIONS(2609), 55, + ACTIONS(2621), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -161038,1043 +159803,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [14892] = 4, + [10968] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3430), 4, + ACTIONS(3324), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3432), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [14964] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 5, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15036] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15108] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 5, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15180] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3450), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15254] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 5, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15326] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3452), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3454), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15398] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3456), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3458), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15470] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3460), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3462), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15542] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3464), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3466), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15614] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3341), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3343), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15686] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3468), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15760] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3470), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15834] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3472), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15908] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3474), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [15982] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 56, + ACTIONS(3326), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -162131,18 +159871,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16054] = 4, + [11040] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3476), 4, + ACTIONS(3328), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3478), 56, + ACTIONS(3330), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -162199,7 +159939,1471 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16126] = 4, + [11112] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [11184] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3336), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3338), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [11256] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [11328] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3340), 1, + anon_sym_COMMA, + STATE(1240), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3160), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3162), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [11404] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [11476] = 27, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3349), 1, + anon_sym_PIPE, + ACTIONS(3353), 1, + anon_sym_COMMA, + ACTIONS(3361), 1, + anon_sym_when, + ACTIONS(3363), 1, + anon_sym_COLON_COLON, + ACTIONS(3365), 1, + anon_sym_EQ_GT, + ACTIONS(3367), 1, + anon_sym_EQ, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + STATE(1200), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3268), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3359), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3369), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3371), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3270), 8, + anon_sym_SEMI, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [11594] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [11666] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [11738] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2988), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2990), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [11810] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(1468), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [11884] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(1469), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [11958] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3399), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12032] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12104] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3405), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12178] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3407), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12252] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3409), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3411), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12324] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(1471), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3018), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3020), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12398] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_do, + ACTIONS(3413), 1, + sym__newline_before_do, + STATE(2088), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12476] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3415), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12550] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(1472), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12624] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3018), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3020), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12696] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -162267,18 +161471,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16198] = 4, + [12768] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2599), 4, + ACTIONS(3417), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2601), 56, + ACTIONS(3419), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -162335,18 +161539,634 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16270] = 4, + [12840] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3421), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12914] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2603), 4, + ACTIONS(3423), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2605), 56, + ACTIONS(3425), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [12986] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3427), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13060] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13132] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3429), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13206] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3431), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13280] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 5, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13352] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13424] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3433), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3435), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13496] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -162403,18 +162223,766 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16342] = 4, + [13568] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2607), 4, + ACTIONS(3441), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2609), 56, + ACTIONS(3443), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13640] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13712] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13784] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3445), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3447), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13856] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3449), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3451), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [13928] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3453), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3455), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14000] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3457), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3459), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14072] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3461), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3463), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14144] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14216] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14288] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3469), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3471), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14360] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 56, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -162471,20 +163039,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16414] = 5, + [14432] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3480), 1, + ACTIONS(3473), 1, aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(3196), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 55, + ACTIONS(3198), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -162540,20 +163108,227 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16488] = 5, + [14506] = 7, ACTIONS(5), 1, sym_comment, - ACTIONS(3482), 1, - aux_sym_sigil_token3, + ACTIONS(271), 1, + anon_sym_do, + ACTIONS(3475), 1, + sym__newline_before_do, + STATE(2087), 1, + sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(3018), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3020), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14584] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3477), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 55, + ACTIONS(3479), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14656] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14728] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3481), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -162609,20 +163384,434 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16562] = 5, + [14802] = 7, ACTIONS(5), 1, sym_comment, - ACTIONS(3484), 1, - aux_sym_sigil_token3, + ACTIONS(271), 1, + anon_sym_do, + ACTIONS(3483), 1, + sym__newline_before_do, + STATE(2084), 1, + sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(2962), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14880] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 55, + ACTIONS(3334), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [14952] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15024] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3485), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3487), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15096] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_do, + ACTIONS(3489), 1, + sym__newline_before_do, + STATE(2083), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15174] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3485), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3487), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15246] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3491), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -162678,7 +163867,282 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16636] = 4, + [15320] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_do, + ACTIONS(3493), 1, + sym__newline_before_do, + STATE(2080), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3022), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3024), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15398] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15470] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15542] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3503), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3505), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15614] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -162746,22 +164210,360 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16708] = 6, + [15686] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(2936), 1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3507), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3509), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15758] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3511), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3513), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15830] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3515), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3517), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15902] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [15974] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3523), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3525), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [16046] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3004), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3006), 56, + anon_sym_SEMI, anon_sym_LPAREN, - STATE(1117), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 55, - anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -162809,74 +164611,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [16784] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -162884,968 +164618,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [16856] = 4, + [16118] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [16928] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3486), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3488), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17000] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3490), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3492), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17072] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3494), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3496), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17144] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17216] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17288] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17360] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 56, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17432] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 4, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17503] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3502), 1, + ACTIONS(3527), 1, aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(3196), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17576] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17647] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17718] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17789] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [17860] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 54, + ACTIONS(3198), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -163894,26 +164680,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DASH_GT, + anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_do, anon_sym_else, anon_sym_end, anon_sym_rescue, - [17935] = 4, + [16192] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3529), 1, + aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3165), 4, + ACTIONS(3196), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3167), 55, + ACTIONS(3198), 55, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -163960,6 +164748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -163967,22 +164756,436 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [18006] = 6, + [16266] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3504), 1, + ACTIONS(3531), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, - STATE(1319), 1, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [16340] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3533), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [16414] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3535), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [16488] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3537), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [16562] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3539), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [16636] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3541), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [16710] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3547), 1, + anon_sym_COMMA, + STATE(1313), 1, aux_sym__items_with_trailing_separator_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3407), 4, + ACTIONS(3543), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3409), 53, + ACTIONS(3545), 54, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -164029,6 +165232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -164036,18 +165240,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [18081] = 4, + [16786] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3169), 4, + ACTIONS(3519), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3171), 55, + ACTIONS(3521), 56, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -164096,6 +165300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -164103,21 +165308,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [18152] = 5, + [16858] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3507), 1, - aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(3519), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 54, + ACTIONS(3521), 56, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -164164,6 +165368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -164171,21 +165376,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [18225] = 5, + [16930] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3509), 1, - aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(3550), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 54, + ACTIONS(3552), 56, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -164232,6 +165436,1231 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17002] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17074] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17146] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3554), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3556), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17218] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3558), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3560), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17290] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3562), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3564), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17362] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3566), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3568), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17434] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3570), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3572), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17506] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17578] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17650] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17722] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17794] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17866] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [17938] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18010] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18082] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3574), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3576), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18154] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18226] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, @@ -164245,11 +166674,1030 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2956), 3, + ACTIONS(3142), 4, + sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2958), 56, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18370] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18442] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18514] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18586] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18658] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18730] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18802] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18874] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [18946] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [19018] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [19090] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [19162] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 56, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [19234] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3578), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3580), 56, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [19306] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [19377] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3070), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3072), 56, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -164306,168 +167754,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [18369] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym_EQ, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3367), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3369), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 15, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [18472] = 4, + [19448] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3050), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3052), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [18543] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 4, + ACTIONS(3160), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3171), 55, + ACTIONS(3162), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -164523,86 +167821,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [18614] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3511), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [18687] = 4, + [19519] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3259), 4, + ACTIONS(3146), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3261), 55, + ACTIONS(3148), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -164658,368 +167888,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [18758] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3513), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [18831] = 4, + [19590] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3213), 4, + ACTIONS(3184), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3215), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [18902] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [18973] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3369), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 19, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [19072] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [19143] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 55, + ACTIONS(3186), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -165075,152 +167955,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [19214] = 4, + [19661] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3185), 4, + ACTIONS(3176), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3187), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [19285] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3189), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3191), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [19356] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 55, + ACTIONS(3178), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -165276,18 +168022,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [19427] = 4, + [19732] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3115), 4, + ACTIONS(3172), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3117), 55, + ACTIONS(3174), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -165343,85 +168089,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [19498] = 4, + [19803] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3168), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [19569] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3097), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3099), 55, + ACTIONS(3170), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -165477,2419 +168156,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [19640] = 10, + [19874] = 25, ACTIONS(5), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 43, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, + ACTIONS(3349), 1, anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [19723] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3068), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [19798] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 4, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [19869] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 4, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [19940] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20011] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3515), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20084] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20155] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20226] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20303] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20374] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3517), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20447] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20518] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3036), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3038), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20589] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3054), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3056), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20660] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3058), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3060), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20731] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3347), 1, - anon_sym_PIPE, - ACTIONS(3363), 1, - anon_sym_EQ_GT, - ACTIONS(3365), 1, - anon_sym_EQ, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3367), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3369), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 13, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20838] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3135), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [20909] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 31, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21002] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3416), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21077] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21156] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21227] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3127), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3129), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21298] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3197), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3199), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21369] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21440] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21511] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 41, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21598] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 4, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21669] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21740] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21811] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3201), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3203), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21882] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [21953] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 22, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [22050] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [22121] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3205), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3207), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [22192] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3347), 1, - anon_sym_PIPE, - ACTIONS(3359), 1, - anon_sym_when, ACTIONS(3361), 1, - anon_sym_COLON_COLON, + anon_sym_when, ACTIONS(3363), 1, - anon_sym_EQ_GT, + anon_sym_COLON_COLON, ACTIONS(3365), 1, + anon_sym_EQ_GT, + ACTIONS(3367), 1, anon_sym_EQ, - ACTIONS(3375), 1, - anon_sym_in, ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, + anon_sym_in, ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, + anon_sym_CARET_CARET_CARET, ACTIONS(3381), 1, - anon_sym_STAR_STAR, + anon_sym_SLASH_SLASH, ACTIONS(3383), 1, - anon_sym_DOT, + anon_sym_STAR_STAR, ACTIONS(3385), 1, - anon_sym_LBRACK2, + anon_sym_DOT, ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, sym__not_in, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, + ACTIONS(3351), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(3355), 2, + ACTIONS(3357), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3367), 3, + ACTIONS(3359), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3543), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3369), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(3369), 3, + ACTIONS(3371), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3345), 4, + ACTIONS(3347), 4, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(3371), 5, + ACTIONS(3373), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, + ACTIONS(3355), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(3373), 9, + ACTIONS(3375), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -167899,11 +168234,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - ACTIONS(3187), 11, + ACTIONS(3545), 9, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, anon_sym_DASH_GT, anon_sym_after, anon_sym_catch, @@ -167911,17 +168244,1715 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [22303] = 4, + [19987] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3010), 3, + ACTIONS(3156), 4, + sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3012), 56, + ACTIONS(3158), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20058] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3134), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3136), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20129] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20200] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20271] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20342] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20413] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20484] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3106), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3108), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20555] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3102), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3104), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20626] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3098), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3100), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20697] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3094), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3096), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20768] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20839] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3086), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3088), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20910] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [20981] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [21052] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [21123] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [21194] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [21265] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [21336] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [21407] = 27, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3584), 1, + anon_sym_PIPE, + ACTIONS(3588), 1, + anon_sym_COMMA, + ACTIONS(3596), 1, + anon_sym_when, + ACTIONS(3598), 1, + anon_sym_COLON_COLON, + ACTIONS(3600), 1, + anon_sym_EQ_GT, + ACTIONS(3602), 1, + anon_sym_EQ, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + STATE(1529), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3268), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3594), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3604), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3270), 7, + anon_sym_SEMI, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [21524] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [21595] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [21666] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [21737] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [21808] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3044), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3046), 56, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -167978,85 +170009,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [22374] = 4, + [21879] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3209), 4, + ACTIONS(3264), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3211), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [22445] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 55, + ACTIONS(3266), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -168112,25 +170076,560 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [22516] = 5, + [21950] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3519), 1, - aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(3272), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 54, + ACTIONS(3274), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22021] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22092] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22163] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3296), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3298), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22234] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22305] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22376] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22447] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3210), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22518] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3300), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3302), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -168181,6 +170680,2174 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_end, anon_sym_rescue, [22589] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22660] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22731] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3226), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3228), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22802] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3320), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3322), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22873] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [22944] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3324), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3326), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23015] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23086] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23165] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23236] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3308), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3310), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23307] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3626), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23380] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3628), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23453] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3630), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23526] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3632), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23599] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3634), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23672] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3636), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23745] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3638), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23818] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3640), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23891] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3642), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [23964] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3644), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24037] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3646), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24110] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3648), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24183] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3650), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24256] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3652), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24329] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3654), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24402] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3656), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24475] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24546] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24617] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3658), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24690] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3660), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24763] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3662), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24836] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3664), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [24909] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -168247,19 +172914,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [22660] = 4, + [24980] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(2619), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [25051] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [25122] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, ACTIONS(3030), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3032), 56, + ACTIONS(3032), 55, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -168314,18 +173116,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [22731] = 4, + [25195] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3276), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3278), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -168381,18 +173183,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [22802] = 4, + [25266] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3574), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3576), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -168448,18 +173250,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [22873] = 4, + [25337] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3214), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3216), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -168515,22 +173317,357 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [22944] = 6, + [25408] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3521), 1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, - STATE(1385), 1, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [25479] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [25550] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [25621] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [25692] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3180), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3182), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [25763] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3666), 1, + anon_sym_COMMA, + STATE(1438), 1, aux_sym_keywords_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3070), 4, + ACTIONS(3160), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3072), 53, + ACTIONS(3162), 53, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -168584,85 +173721,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [23019] = 4, + [25838] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3139), 4, + ACTIONS(3180), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3141), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [23090] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3217), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3219), 55, + ACTIONS(3182), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -168718,85 +173788,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [23161] = 4, + [25909] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3131), 4, + ACTIONS(3214), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3133), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [23232] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3389), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3391), 55, + ACTIONS(3216), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -168852,18 +173855,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [23303] = 4, + [25980] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3414), 4, + ACTIONS(3214), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3416), 55, + ACTIONS(3216), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -168919,172 +173922,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [23374] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3347), 1, - anon_sym_PIPE, - ACTIONS(3359), 1, - anon_sym_when, - ACTIONS(3361), 1, - anon_sym_COLON_COLON, - ACTIONS(3363), 1, - anon_sym_EQ_GT, - ACTIONS(3365), 1, - anon_sym_EQ, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3367), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3369), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 11, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [23485] = 4, + [26051] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3287), 4, + ACTIONS(3511), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3289), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [23556] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3513), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -169140,737 +173989,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [23627] = 4, + [26122] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3279), 4, + ACTIONS(2940), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3281), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [23698] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [23769] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3119), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3121), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [23840] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3347), 1, - anon_sym_PIPE, - ACTIONS(3361), 1, - anon_sym_COLON_COLON, - ACTIONS(3363), 1, - anon_sym_EQ_GT, - ACTIONS(3365), 1, - anon_sym_EQ, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3367), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3369), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 12, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [23949] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [24020] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [24091] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 27, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [24186] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3040), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3042), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [24257] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3363), 1, - anon_sym_EQ_GT, - ACTIONS(3365), 1, - anon_sym_EQ, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3367), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3369), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 14, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [24362] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3524), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [24435] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2992), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2994), 55, + ACTIONS(2942), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -169926,18 +174056,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [24506] = 4, + [26193] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3464), 4, + ACTIONS(3288), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3466), 55, + ACTIONS(3290), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -169993,18 +174123,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [24577] = 4, + [26264] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3460), 4, + ACTIONS(3288), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3462), 55, + ACTIONS(3290), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -170060,328 +174190,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [24648] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3347), 1, - anon_sym_PIPE, - ACTIONS(3359), 1, - anon_sym_when, - ACTIONS(3361), 1, - anon_sym_COLON_COLON, - ACTIONS(3363), 1, - anon_sym_EQ_GT, - ACTIONS(3365), 1, - anon_sym_EQ, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3357), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3407), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3367), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3369), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3409), 9, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [24761] = 4, + [26335] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3221), 4, + ACTIONS(3138), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3223), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [24832] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3347), 1, - anon_sym_PIPE, - ACTIONS(3359), 1, - anon_sym_when, - ACTIONS(3361), 1, - anon_sym_COLON_COLON, - ACTIONS(3363), 1, - anon_sym_EQ_GT, - ACTIONS(3365), 1, - anon_sym_EQ, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3357), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3526), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3367), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3369), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3528), 9, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [24945] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [25016] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3438), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3440), 55, + ACTIONS(3140), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -170437,318 +174257,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [25087] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3347), 1, - anon_sym_PIPE, - ACTIONS(3359), 1, - anon_sym_when, - ACTIONS(3361), 1, - anon_sym_COLON_COLON, - ACTIONS(3363), 1, - anon_sym_EQ_GT, - ACTIONS(3365), 1, - anon_sym_EQ, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3357), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3530), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3367), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3369), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3345), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3371), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3373), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3532), 9, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [25200] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3534), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [25273] = 4, + [26406] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3177), 4, + ACTIONS(3304), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3179), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [25344] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3375), 1, - anon_sym_in, - ACTIONS(3377), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3387), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 40, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [25435] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3456), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3458), 55, + ACTIONS(3306), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -170804,153 +174324,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [25506] = 4, + [26477] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3241), 4, + ACTIONS(3312), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3243), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [25577] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3536), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [25650] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3452), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3454), 55, + ACTIONS(3314), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171006,92 +174391,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [25721] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 42, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [25806] = 4, + [26548] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3430), 4, + ACTIONS(3316), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3432), 55, + ACTIONS(3318), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171147,18 +174458,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [25877] = 4, + [26619] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3434), 4, + ACTIONS(3316), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3436), 55, + ACTIONS(3318), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171214,18 +174525,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [25948] = 4, + [26690] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3066), 4, + ACTIONS(3316), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3068), 55, + ACTIONS(3318), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171281,18 +174592,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26019] = 4, + [26761] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3066), 4, + ACTIONS(3409), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3068), 55, + ACTIONS(3411), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171348,18 +174659,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26090] = 4, + [26832] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3430), 4, + ACTIONS(3018), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3432), 55, + ACTIONS(3020), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171415,18 +174726,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26161] = 4, + [26903] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3430), 4, + ACTIONS(3423), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3432), 55, + ACTIONS(3425), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171482,18 +174793,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26232] = 4, + [26974] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3311), 4, + ACTIONS(3423), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3313), 55, + ACTIONS(3425), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171549,85 +174860,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26303] = 4, + [27045] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3000), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3002), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [26374] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 4, + ACTIONS(3423), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3068), 55, + ACTIONS(3425), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171683,152 +174927,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26445] = 4, + [27116] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3085), 4, + ACTIONS(3433), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3087), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [26516] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2996), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2998), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [26587] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3486), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3488), 55, + ACTIONS(3435), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171884,18 +174994,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26658] = 4, + [27187] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3490), 4, + ACTIONS(3445), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3492), 55, + ACTIONS(3447), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -171951,18 +175061,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26729] = 4, + [27258] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3414), 4, + ACTIONS(3449), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3416), 55, + ACTIONS(3451), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172018,18 +175128,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26800] = 4, + [27329] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3307), 4, + ACTIONS(3453), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3309), 55, + ACTIONS(3455), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172085,18 +175195,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26871] = 4, + [27400] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3494), 4, + ACTIONS(3457), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3496), 55, + ACTIONS(3459), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172152,18 +175262,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [26942] = 4, + [27471] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3303), 4, + ACTIONS(3461), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3305), 55, + ACTIONS(3463), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172219,18 +175329,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [27013] = 4, + [27542] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3299), 4, + ACTIONS(3465), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3301), 55, + ACTIONS(3467), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172286,18 +175396,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [27084] = 4, + [27613] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3181), 4, + ACTIONS(3465), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3183), 55, + ACTIONS(3467), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172353,87 +175463,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [27155] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3538), 1, - anon_sym_COMMA, - STATE(1319), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3397), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3399), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [27230] = 4, + [27684] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3414), 4, + ACTIONS(3469), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3416), 55, + ACTIONS(3471), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172489,18 +175530,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [27301] = 4, + [27755] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3498), 4, + ACTIONS(3477), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3500), 55, + ACTIONS(3479), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172556,153 +175597,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [27372] = 4, + [27826] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3006), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3008), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [27443] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3540), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(3465), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [27516] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 55, + ACTIONS(3467), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172758,18 +175664,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [27587] = 4, + [27897] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3295), 4, + ACTIONS(3332), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3297), 55, + ACTIONS(3334), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172825,18 +175731,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [27658] = 4, + [27968] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2932), 4, + ACTIONS(3332), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2934), 55, + ACTIONS(3334), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172892,18 +175798,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [27729] = 4, + [28039] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3291), 4, + ACTIONS(3485), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3293), 55, + ACTIONS(3487), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -172959,85 +175865,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [27800] = 4, + [28110] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2966), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2968), 56, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [27871] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3485), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3487), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -173093,18 +175932,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [27942] = 4, + [28181] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3332), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3334), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -173160,292 +175999,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [28013] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2960), 1, - anon_sym_LPAREN, - STATE(1216), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [28088] = 4, + [28252] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3193), 4, + ACTIONS(3578), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3195), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [28159] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2960), 1, - anon_sym_LPAREN, - STATE(1208), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [28234] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2960), 1, - anon_sym_LPAREN, - STATE(1206), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [28309] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 55, + ACTIONS(3580), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -173501,43 +176066,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [28380] = 11, + [28323] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3379), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3381), 1, - anon_sym_STAR_STAR, - ACTIONS(3383), 1, - anon_sym_DOT, - ACTIONS(3385), 1, - anon_sym_LBRACK2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3349), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3355), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, + ACTIONS(3142), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, - ACTIONS(3353), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 42, + anon_sym_LBRACK2, + ACTIONS(3144), 55, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, anon_sym_when, @@ -173568,7 +176118,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_PIPE_GT, anon_sym_in, anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [28394] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_do, @@ -173581,18 +176206,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3074), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3076), 55, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -173648,1153 +176273,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3292), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [28607] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3542), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [28680] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [28751] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3418), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3420), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [28822] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3237), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3239), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [28893] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [28964] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29035] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29106] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3544), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29179] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29250] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3329), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3331), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29321] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3329), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3331), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29392] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29463] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29534] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29605] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29676] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29747] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 55, + ACTIONS(3294), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -174850,85 +176334,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [29818] = 4, + [28607] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3341), 4, + ACTIONS(3417), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3343), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [29889] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3083), 55, + ACTIONS(3419), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -174984,759 +176401,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [29960] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30033] = 4, + [28678] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3323), 4, + ACTIONS(3437), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3325), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30104] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30175] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3319), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3321), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30246] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3315), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3317), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30317] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30388] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30459] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30530] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3546), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30603] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30676] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3548), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30749] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3403), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3405), 55, + ACTIONS(3439), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -175792,18 +176468,3174 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, + [28749] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [28820] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [28891] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [28962] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29033] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29104] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29175] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29246] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29317] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29388] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29459] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29530] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29601] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29672] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29743] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29814] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29885] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3336), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3338), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [29956] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30027] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30098] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30169] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30240] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30311] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30382] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3058), 1, + anon_sym_LPAREN, + STATE(1254), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30457] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30528] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30599] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3570), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3572), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30670] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3058), 1, + anon_sym_LPAREN, + STATE(1287), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30745] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3058), 1, + anon_sym_LPAREN, + STATE(1291), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, [30820] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3077), 4, + ACTIONS(3566), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3079), 55, + ACTIONS(3568), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30891] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3562), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3564), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [30962] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31035] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3558), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3560), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31106] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3554), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3556), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31177] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3550), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3552), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31248] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3441), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3443), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31319] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3192), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3194), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31390] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31461] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31532] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3523), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3525), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31603] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31674] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3515), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3517), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31745] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2992), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2994), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31816] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3507), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3509), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31887] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3503), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3505), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [31958] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3010), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3012), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32029] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3004), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3006), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32100] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3126), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3128), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -175859,966 +179691,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [30891] = 5, + [32171] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3550), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, + ACTIONS(3669), 1, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [30964] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3393), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3395), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31035] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3552), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31108] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3554), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31181] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3093), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31252] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3333), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31323] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3556), 1, - anon_sym_COMMA, - STATE(1504), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3422), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3424), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31398] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3275), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31469] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31540] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31611] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3245), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31682] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3558), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31755] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3556), 1, - anon_sym_COMMA, - STATE(1385), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3155), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3157), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [31830] = 27, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE, - ACTIONS(3566), 1, - anon_sym_COMMA, - ACTIONS(3574), 1, - anon_sym_when, - ACTIONS(3576), 1, - anon_sym_COLON_COLON, - ACTIONS(3578), 1, - anon_sym_EQ_GT, - ACTIONS(3580), 1, - anon_sym_EQ, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - STATE(1440), 1, + STATE(1528), 1, aux_sym__items_with_trailing_separator_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3341), 2, + ACTIONS(3543), 4, sym__newline_before_do, + sym__not_in, aux_sym__terminator_token1, - ACTIONS(3564), 2, + anon_sym_LBRACK2, + ACTIONS(3545), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3572), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(3582), 3, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(3584), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3343), 7, - anon_sym_SEMI, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(3588), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -176828,18 +179743,1574 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [31947] = 4, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32246] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3672), 1, + anon_sym_COMMA, + STATE(1528), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3238), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3240), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32321] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3151), 4, + ACTIONS(3268), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3153), 55, + ACTIONS(3270), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32392] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 42, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32477] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2998), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3000), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32548] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32619] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3349), 1, + anon_sym_PIPE, + ACTIONS(3361), 1, + anon_sym_when, + ACTIONS(3363), 1, + anon_sym_COLON_COLON, + ACTIONS(3365), 1, + anon_sym_EQ_GT, + ACTIONS(3367), 1, + anon_sym_EQ, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3359), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3674), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3369), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3371), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3676), 9, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32732] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32803] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 42, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32888] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 40, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [32979] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3349), 1, + anon_sym_PIPE, + ACTIONS(3361), 1, + anon_sym_when, + ACTIONS(3363), 1, + anon_sym_COLON_COLON, + ACTIONS(3365), 1, + anon_sym_EQ_GT, + ACTIONS(3367), 1, + anon_sym_EQ, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3359), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3678), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3369), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3371), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3680), 9, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [33092] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 27, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [33187] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 22, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [33284] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3371), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 19, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [33383] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3367), 1, + anon_sym_EQ, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3369), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3371), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 15, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [33486] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [33557] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3365), 1, + anon_sym_EQ_GT, + ACTIONS(3367), 1, + anon_sym_EQ, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3369), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3371), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 14, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [33662] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [33733] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3349), 1, + anon_sym_PIPE, + ACTIONS(3363), 1, + anon_sym_COLON_COLON, + ACTIONS(3365), 1, + anon_sym_EQ_GT, + ACTIONS(3367), 1, + anon_sym_EQ, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3369), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3371), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 12, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [33842] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3349), 1, + anon_sym_PIPE, + ACTIONS(3361), 1, + anon_sym_when, + ACTIONS(3363), 1, + anon_sym_COLON_COLON, + ACTIONS(3365), 1, + anon_sym_EQ_GT, + ACTIONS(3367), 1, + anon_sym_EQ, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3369), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3371), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 11, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [33953] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3349), 1, + anon_sym_PIPE, + ACTIONS(3361), 1, + anon_sym_when, + ACTIONS(3363), 1, + anon_sym_COLON_COLON, + ACTIONS(3365), 1, + anon_sym_EQ_GT, + ACTIONS(3367), 1, + anon_sym_EQ, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3369), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3371), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 11, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34064] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3328), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3330), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -176895,18 +181366,1413 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [32018] = 4, + [34135] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 43, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34218] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34295] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3349), 1, + anon_sym_PIPE, + ACTIONS(3365), 1, + anon_sym_EQ_GT, + ACTIONS(3367), 1, + anon_sym_EQ, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3369), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3371), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3347), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3373), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 13, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34402] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3377), 1, + anon_sym_in, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3389), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3375), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 31, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34495] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3379), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3381), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3383), 1, + anon_sym_STAR_STAR, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3351), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3357), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3355), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 41, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34582] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3682), 1, + anon_sym_COMMA, + STATE(1556), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3150), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3152), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34657] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3682), 1, + anon_sym_COMMA, + STATE(1438), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34732] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3161), 4, + ACTIONS(3417), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3163), 55, + ACTIONS(3419), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34803] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34874] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [34949] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3425), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [35024] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [35095] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [35166] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3385), 1, + anon_sym_DOT, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3318), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [35241] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2968), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2970), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [35312] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2972), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2974), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [35383] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2976), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2978), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [35454] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2980), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2982), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [35525] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2984), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2986), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [35596] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2988), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2990), 56, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [35667] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3156), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3158), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -176955,25 +182821,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, - anon_sym_do, anon_sym_else, anon_sym_end, anon_sym_rescue, - [32089] = 4, + [35737] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2595), 4, + ACTIONS(3332), 3, sym__not_in, aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, anon_sym_LBRACK2, - ACTIONS(2597), 54, + ACTIONS(3334), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -177022,93 +182887,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [32159] = 4, + [35807] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 4, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, + ACTIONS(3684), 1, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [32229] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3604), 1, - anon_sym_COMMA, - STATE(1559), 1, + STATE(1572), 1, aux_sym_keywords_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3155), 3, + ACTIONS(3160), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3157), 53, + ACTIONS(3162), 53, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -177162,21 +182962,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [32303] = 6, + [35881] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3604), 1, + ACTIONS(3687), 1, anon_sym_COMMA, - STATE(1510), 1, + STATE(1572), 1, aux_sym_keywords_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3422), 3, + ACTIONS(3164), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3424), 53, + ACTIONS(3166), 53, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -177230,3342 +183030,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [32377] = 5, + [35955] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, + ACTIONS(3687), 1, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [32449] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [32521] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - ACTIONS(3606), 1, - sym__newline_before_do, - STATE(2653), 1, - sym_do_block, - ACTIONS(2938), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2940), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [32597] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - ACTIONS(3608), 1, - sym__newline_before_do, - STATE(2644), 1, - sym_do_block, - ACTIONS(2942), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2944), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [32673] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 41, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [32757] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 41, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [32841] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 39, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [32931] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 26, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33025] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 21, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33121] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3584), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 18, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33219] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3580), 1, - anon_sym_EQ, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3582), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3584), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 14, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33321] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3578), 1, - anon_sym_EQ_GT, - ACTIONS(3580), 1, - anon_sym_EQ, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3582), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3584), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 13, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33425] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE, - ACTIONS(3576), 1, - anon_sym_COLON_COLON, - ACTIONS(3578), 1, - anon_sym_EQ_GT, - ACTIONS(3580), 1, - anon_sym_EQ, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3582), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3584), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 11, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33533] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2966), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2968), 55, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33603] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33673] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE, - ACTIONS(3574), 1, - anon_sym_when, - ACTIONS(3576), 1, - anon_sym_COLON_COLON, - ACTIONS(3578), 1, - anon_sym_EQ_GT, - ACTIONS(3580), 1, - anon_sym_EQ, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3582), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3584), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33783] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE, - ACTIONS(3574), 1, - anon_sym_when, - ACTIONS(3576), 1, - anon_sym_COLON_COLON, - ACTIONS(3578), 1, - anon_sym_EQ_GT, - ACTIONS(3580), 1, - anon_sym_EQ, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3582), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3584), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33893] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [33971] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 42, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34053] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 52, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34129] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34199] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE, - ACTIONS(3578), 1, - anon_sym_EQ_GT, - ACTIONS(3580), 1, - anon_sym_EQ, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3582), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3584), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 12, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34305] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 30, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34397] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3464), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3466), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34467] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3460), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3462), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34537] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 40, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34623] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3456), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3458), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34693] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34763] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3452), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3454), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34833] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34903] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3434), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3436), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [34973] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35043] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35113] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3311), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3313), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35183] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35257] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3416), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35331] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3307), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3309), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35401] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3040), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3042), 55, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35471] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3303), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3305), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35541] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3068), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_after, - anon_sym_catch, - anon_sym_do, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35615] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3299), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3301), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35685] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3295), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3297), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35755] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3291), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3293), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35825] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35895] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [35965] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [36035] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [36105] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3610), 1, - anon_sym_COMMA, - STATE(1559), 1, + STATE(1573), 1, aux_sym_keywords_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3070), 3, + ACTIONS(3150), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3072), 53, + ACTIONS(3152), 53, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -180619,17 +183098,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [36179] = 4, + [36029] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 3, + ACTIONS(3288), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3290), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -180685,17 +183164,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [36249] = 4, + [36099] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 3, + ACTIONS(3288), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3290), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -180751,17 +183230,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [36319] = 4, + [36169] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 3, + ACTIONS(2940), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(2942), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -180817,17 +183296,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [36389] = 4, + [36239] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 3, + ACTIONS(3214), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3216), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -180883,32 +183362,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [36459] = 5, + [36309] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3613), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3181), 3, + ACTIONS(3218), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3183), 53, + ACTIONS(3220), 55, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, + anon_sym_when, anon_sym_COLON_COLON, anon_sym_EQ_GT, anon_sym_EQ, @@ -180944,98 +183421,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [36531] = 33, + [36379] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3615), 1, - anon_sym_SEMI, - ACTIONS(3617), 1, - anon_sym_RPAREN, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3625), 1, - anon_sym_COMMA, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - STATE(422), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5016), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - STATE(5447), 1, - aux_sym__stab_clause_arguments_with_parentheses_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3623), 2, + ACTIONS(3210), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3631), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(3644), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -181045,23 +183477,238 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [36449] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [36519] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [36589] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, [36659] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 3, + ACTIONS(3184), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3186), 55, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -181117,17 +183764,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 3, + ACTIONS(3176), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3178), 55, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -181183,17 +183830,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 3, + ACTIONS(3172), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3174), 55, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -181249,17 +183896,17 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 3, + ACTIONS(3168), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3170), 55, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -181315,11 +183962,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3259), 3, + ACTIONS(3134), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3261), 55, + ACTIONS(3136), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -181381,77 +184028,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3263), 3, + ACTIONS(3214), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3265), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37079] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, + ACTIONS(3216), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -181507,4006 +184088,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [37149] = 4, + [37079] = 6, ACTIONS(5), 1, sym_comment, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37219] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37289] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37359] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37429] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37499] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37569] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37639] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3165), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3167), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37709] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3662), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37781] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3664), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37853] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3666), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37925] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3668), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [37997] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3670), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38069] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3672), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38141] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3674), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38213] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3676), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38285] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3678), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38357] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3680), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38429] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3682), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38501] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3684), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38573] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3686), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38645] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3688), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38717] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3690), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38789] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3692), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38861] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3694), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [38933] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3696), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39005] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3698), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39077] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3700), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39149] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3221), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3223), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39219] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39289] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39359] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39429] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39499] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39569] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39639] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39709] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39779] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3193), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39849] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3177), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3179), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39919] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3161), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [39989] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3151), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3153), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40059] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3077), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3079), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40129] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3083), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40199] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3085), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3087), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40269] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3287), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40339] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3097), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3099), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40409] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3115), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3117), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40479] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3119), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3121), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40549] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3127), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3129), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40619] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3131), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3133), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40689] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3135), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40759] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3139), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3141), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40829] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3245), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40899] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [40969] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3702), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3389), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3391), 53, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [41041] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [41111] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [41181] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3275), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [41251] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1973), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2938), 3, + ACTIONS(3465), 3, sym__newline_before_do, sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2940), 53, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [41323] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(1971), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2942), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2944), 53, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [41395] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3333), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 55, + ACTIONS(3467), 53, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -185549,1219 +184150,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [41465] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3093), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [41535] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3393), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3395), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [41605] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3403), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3405), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [41675] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [41745] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3704), 1, - anon_sym_LPAREN, - STATE(1756), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [41819] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [41889] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3704), 1, - anon_sym_LPAREN, - STATE(1747), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [41963] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3704), 1, - anon_sym_LPAREN, - STATE(1746), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [42037] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [42107] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [42177] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [42247] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3189), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3191), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [42317] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3197), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3199), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [42387] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [42457] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 55, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [42527] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [42597] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [42667] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE, - ACTIONS(3574), 1, - anon_sym_when, - ACTIONS(3576), 1, - anon_sym_COLON_COLON, - ACTIONS(3578), 1, - anon_sym_EQ_GT, - ACTIONS(3580), 1, - anon_sym_EQ, - ACTIONS(3590), 1, - anon_sym_in, - ACTIONS(3592), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3530), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3572), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3582), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3584), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3532), 8, - anon_sym_SEMI, - anon_sym_COMMA, anon_sym_after, anon_sym_catch, anon_sym_do, anon_sym_else, anon_sym_end, anon_sym_rescue, - ACTIONS(3588), 9, + [37153] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -186771,84 +184205,398 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [42779] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE, - ACTIONS(3574), 1, - anon_sym_when, - ACTIONS(3576), 1, - anon_sym_COLON_COLON, - ACTIONS(3578), 1, - anon_sym_EQ_GT, - ACTIONS(3580), 1, - anon_sym_EQ, - ACTIONS(3590), 1, anon_sym_in, - ACTIONS(3592), 1, anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3526), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3572), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3582), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3584), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(3528), 8, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [37223] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3126), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3128), 55, anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [37293] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [37363] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [37433] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [37503] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3425), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, anon_sym_after, anon_sym_catch, anon_sym_do, anon_sym_else, anon_sym_end, anon_sym_rescue, - ACTIONS(3588), 9, + [37577] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3318), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -186858,1107 +184606,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [42891] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3562), 1, - anon_sym_PIPE, - ACTIONS(3574), 1, - anon_sym_when, - ACTIONS(3576), 1, - anon_sym_COLON_COLON, - ACTIONS(3578), 1, - anon_sym_EQ_GT, - ACTIONS(3580), 1, - anon_sym_EQ, - ACTIONS(3590), 1, anon_sym_in, - ACTIONS(3592), 1, anon_sym_CARET_CARET_CARET, - ACTIONS(3594), 1, anon_sym_SLASH_SLASH, - ACTIONS(3596), 1, - anon_sym_STAR_STAR, - ACTIONS(3598), 1, - anon_sym_DOT, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(3602), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3407), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3564), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3570), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3572), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3582), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3584), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3560), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3586), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3568), 6, - anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(3409), 8, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_STAR, + anon_sym_STAR_STAR, anon_sym_after, anon_sym_catch, anon_sym_do, anon_sym_else, anon_sym_end, anon_sym_rescue, - ACTIONS(3588), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [43003] = 29, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3706), 1, - aux_sym__terminator_token1, - ACTIONS(3709), 1, - anon_sym_SEMI, - ACTIONS(3714), 1, - anon_sym_PIPE, - ACTIONS(3724), 1, - anon_sym_when, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - ACTIONS(3728), 1, - anon_sym_EQ_GT, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - STATE(260), 1, - sym__terminator, - STATE(1008), 1, - aux_sym__terminator_repeat1, - STATE(4349), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3722), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3732), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3734), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(1295), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(3736), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [43123] = 29, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3714), 1, - anon_sym_PIPE, - ACTIONS(3724), 1, - anon_sym_when, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - ACTIONS(3728), 1, - anon_sym_EQ_GT, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3754), 1, - aux_sym__terminator_token1, - ACTIONS(3757), 1, - anon_sym_SEMI, - STATE(258), 1, - sym__terminator, - STATE(1008), 1, - aux_sym__terminator_repeat1, - STATE(4336), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3722), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3732), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3734), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3760), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [43243] = 33, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3625), 1, - anon_sym_COMMA, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3762), 1, - anon_sym_SEMI, - ACTIONS(3764), 1, - anon_sym_RPAREN, - STATE(435), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4986), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - STATE(5447), 1, - aux_sym__stab_clause_arguments_with_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [43371] = 4, + [37651] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3315), 3, + ACTIONS(3110), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3317), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [43441] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3181), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3183), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [43511] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3319), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3321), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [43581] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3201), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3203), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [43651] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3205), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3207), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [43721] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3209), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3211), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [43791] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3213), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3215), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [43861] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3217), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3219), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [43931] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [44001] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [44071] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3389), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3391), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [44141] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 55, + ACTIONS(3112), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -188014,17 +184688,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [44211] = 4, + [37721] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2599), 3, + ACTIONS(3106), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2601), 55, + ACTIONS(3108), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -188080,17 +184754,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [44281] = 4, + [37791] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2603), 3, + ACTIONS(3102), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2605), 55, + ACTIONS(3104), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -188146,17 +184820,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [44351] = 4, + [37861] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2607), 3, + ACTIONS(3098), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2609), 55, + ACTIONS(3100), 55, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -188212,19 +184886,480 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [44421] = 4, + [37931] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3058), 3, + ACTIONS(3094), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3060), 55, + ACTIONS(3096), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38001] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38071] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3086), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3088), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38141] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38211] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38281] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38351] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38421] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 55, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -188272,25 +185407,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [44491] = 4, + [38491] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3054), 3, + ACTIONS(3180), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3056), 55, + ACTIONS(3182), 55, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -188338,13 +185473,542 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [44561] = 4, + [38561] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3180), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3182), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38631] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38701] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38771] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38841] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38911] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [38981] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39051] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39121] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -188356,7 +186020,875 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, ACTIONS(3038), 55, anon_sym_SEMI, - anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39191] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3264), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3266), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39261] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 40, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39347] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3272), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3274), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39417] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 30, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39509] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3689), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3138), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3140), 53, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39581] = 33, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3691), 1, + anon_sym_SEMI, + ACTIONS(3693), 1, + anon_sym_RPAREN, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3701), 1, + anon_sym_COMMA, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + STATE(427), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5545), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + STATE(6438), 1, + aux_sym__stab_clause_arguments_with_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [39709] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39779] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3584), 1, + anon_sym_PIPE, + ACTIONS(3600), 1, + anon_sym_EQ_GT, + ACTIONS(3602), 1, + anon_sym_EQ, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3604), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 12, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39885] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 52, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [39961] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [40031] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 42, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [40113] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 54, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -188410,17 +186942,325 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [44631] = 4, + [40183] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [40261] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3050), 3, + ACTIONS(2627), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [40331] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3584), 1, + anon_sym_PIPE, + ACTIONS(3596), 1, + anon_sym_when, + ACTIONS(3598), 1, + anon_sym_COLON_COLON, + ACTIONS(3600), 1, + anon_sym_EQ_GT, + ACTIONS(3602), 1, + anon_sym_EQ, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3604), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [40441] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3584), 1, + anon_sym_PIPE, + ACTIONS(3596), 1, + anon_sym_when, + ACTIONS(3598), 1, + anon_sym_COLON_COLON, + ACTIONS(3600), 1, + anon_sym_EQ_GT, + ACTIONS(3602), 1, + anon_sym_EQ, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3604), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [40551] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2998), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3052), 55, + ACTIONS(3000), 55, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -188476,17 +187316,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [44701] = 4, + [40621] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3006), 3, + ACTIONS(3004), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3008), 55, + ACTIONS(3006), 55, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -188542,24 +187382,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [44771] = 4, + [40691] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2996), 3, + ACTIONS(3296), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2998), 55, + ACTIONS(3298), 55, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -188602,30 +187441,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [44841] = 4, + [40761] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3000), 3, + ACTIONS(3300), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3002), 55, + ACTIONS(3302), 55, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -188668,145 +187507,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [44911] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3030), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3032), 55, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [44981] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3014), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3016), 55, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [45051] = 4, + [40831] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -188872,23 +187580,353 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [45121] = 4, + [40901] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3584), 1, + anon_sym_PIPE, + ACTIONS(3598), 1, + anon_sym_COLON_COLON, + ACTIONS(3600), 1, + anon_sym_EQ_GT, + ACTIONS(3602), 1, + anon_sym_EQ, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3604), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 11, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [41009] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3600), 1, + anon_sym_EQ_GT, + ACTIONS(3602), 1, + anon_sym_EQ, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3604), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 13, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [41113] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3602), 1, + anon_sym_EQ, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3604), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 14, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [41215] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 18, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [41313] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3414), 3, + ACTIONS(3320), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3416), 55, + ACTIONS(3322), 55, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -188938,23 +187976,180 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [45191] = 4, + [41383] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 21, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [41479] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 26, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [41573] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3414), 3, + ACTIONS(3324), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3416), 55, + ACTIONS(3326), 55, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -189004,23 +188199,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [45261] = 4, + [41643] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 39, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [41733] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3414), 3, + ACTIONS(3328), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3416), 55, + ACTIONS(3330), 55, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -189070,17 +188341,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [45331] = 4, + [41803] = 5, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2992), 3, + ACTIONS(3738), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3433), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2994), 55, + ACTIONS(3435), 53, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -189093,6 +188367,143 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [41875] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 41, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [41959] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3336), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3338), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, anon_sym_when, anon_sym_COLON_COLON, anon_sym_EQ_GT, @@ -189136,27 +188547,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [45401] = 4, + [42029] = 11, ACTIONS(5), 1, sym_comment, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3438), 3, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3440), 55, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 41, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SLASH, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, anon_sym_when, @@ -189187,956 +188614,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_PIPE_GT, anon_sym_in, anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, anon_sym_after, anon_sym_catch, + anon_sym_do, anon_sym_else, anon_sym_end, anon_sym_rescue, - [45471] = 4, + [42113] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3066), 3, + ACTIONS(2968), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3068), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [45541] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [45611] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [45681] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3486), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3488), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [45751] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3490), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3492), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [45821] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3494), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3496), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [45891] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [45961] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [46031] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [46101] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 4, - sym__not_in, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [46171] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [46241] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [46311] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [46381] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 55, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [46451] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2956), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2958), 55, + ACTIONS(2970), 55, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -190192,17 +188686,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [46521] = 4, + [42183] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3337), 3, + ACTIONS(2972), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3339), 55, + ACTIONS(2974), 55, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [42253] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3146), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3148), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -190258,17 +188818,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [46591] = 4, + [42323] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3329), 3, + ACTIONS(3574), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3331), 55, + ACTIONS(3576), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -190324,17 +188884,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [46661] = 4, + [42393] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3329), 3, + ACTIONS(3276), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3331), 55, + ACTIONS(3278), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -190390,7 +188950,1374 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [46731] = 4, + [42463] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2976), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2978), 55, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [42533] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [42603] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3584), 1, + anon_sym_PIPE, + ACTIONS(3596), 1, + anon_sym_when, + ACTIONS(3598), 1, + anon_sym_COLON_COLON, + ACTIONS(3600), 1, + anon_sym_EQ_GT, + ACTIONS(3602), 1, + anon_sym_EQ, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3594), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3674), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3604), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3676), 8, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [42715] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3584), 1, + anon_sym_PIPE, + ACTIONS(3596), 1, + anon_sym_when, + ACTIONS(3598), 1, + anon_sym_COLON_COLON, + ACTIONS(3600), 1, + anon_sym_EQ_GT, + ACTIONS(3602), 1, + anon_sym_EQ, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3594), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3678), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3604), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3680), 8, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [42827] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3584), 1, + anon_sym_PIPE, + ACTIONS(3596), 1, + anon_sym_when, + ACTIONS(3598), 1, + anon_sym_COLON_COLON, + ACTIONS(3600), 1, + anon_sym_EQ_GT, + ACTIONS(3602), 1, + anon_sym_EQ, + ACTIONS(3612), 1, + anon_sym_in, + ACTIONS(3614), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3616), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3618), 1, + anon_sym_STAR_STAR, + ACTIONS(3620), 1, + anon_sym_DOT, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(3624), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3543), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(3586), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3592), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3594), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3604), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3606), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3582), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3608), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3590), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3545), 8, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_after, + anon_sym_catch, + anon_sym_do, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3610), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [42939] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3226), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3228), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43009] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43079] = 29, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3740), 1, + aux_sym__terminator_token1, + ACTIONS(3743), 1, + anon_sym_SEMI, + ACTIONS(3748), 1, + anon_sym_PIPE, + ACTIONS(3758), 1, + anon_sym_when, + ACTIONS(3760), 1, + anon_sym_COLON_COLON, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + STATE(259), 1, + sym__terminator, + STATE(1021), 1, + aux_sym__terminator_repeat1, + STATE(4757), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3756), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1295), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [43199] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43269] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3308), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3310), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43339] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3312), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3314), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43409] = 29, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3748), 1, + anon_sym_PIPE, + ACTIONS(3758), 1, + anon_sym_when, + ACTIONS(3760), 1, + anon_sym_COLON_COLON, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3788), 1, + aux_sym__terminator_token1, + ACTIONS(3791), 1, + anon_sym_SEMI, + STATE(258), 1, + sym__terminator, + STATE(1021), 1, + aux_sym__terminator_repeat1, + STATE(4763), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3756), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3794), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [43529] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43599] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43669] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43739] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2980), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2982), 55, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43809] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43879] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [43949] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3409), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3411), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [44019] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -190456,17 +190383,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [46801] = 4, + [44089] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3024), 3, + ACTIONS(3423), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3026), 55, + ACTIONS(3425), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -190522,17 +190449,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [46871] = 4, + [44159] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3323), 3, + ACTIONS(3014), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3325), 55, + ACTIONS(3016), 55, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [44229] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -190588,18 +190581,3104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [46941] = 4, + [44299] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2603), 4, + ACTIONS(3423), 3, sym__not_in, aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [44369] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3138), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3140), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [44439] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3433), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3435), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [44509] = 33, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3701), 1, + anon_sym_COMMA, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3796), 1, + anon_sym_SEMI, + ACTIONS(3798), 1, + anon_sym_RPAREN, + STATE(402), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5663), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + STATE(6438), 1, + aux_sym__stab_clause_arguments_with_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [44637] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [44707] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [44777] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3445), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3447), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [44847] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3449), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3451), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [44917] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2984), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2986), 55, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [44987] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2988), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2990), 55, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45057] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2992), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2994), 55, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45127] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3453), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3455), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45197] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45267] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45337] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3457), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3459), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45407] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3461), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3463), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45477] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45547] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3800), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45619] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3802), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45691] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3804), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45763] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3806), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45835] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3808), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45907] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3810), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [45979] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3812), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46051] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3814), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46123] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3816), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46195] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3818), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46267] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3820), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46339] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3822), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46411] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3824), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46483] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3826), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46555] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3828), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46627] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3830), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46699] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3832), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46771] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3834), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46843] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46913] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3836), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [46985] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3838), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47057] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47127] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47197] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47267] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3044), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3046), 55, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47337] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3070), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3072), 55, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47407] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47477] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3304), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3306), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47547] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3469), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3471), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47617] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3040), 1, aux_sym_quoted_keyword_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 3, + sym__not_in, + aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2605), 54, + ACTIONS(3038), 54, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -190654,18 +193733,4059 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [47011] = 4, + [47689] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47761] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + ACTIONS(3840), 1, + sym__newline_before_do, + STATE(2583), 1, + sym_do_block, + ACTIONS(2952), 2, + sym__not_in, + anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2996), 3, + ACTIONS(2954), 52, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [47837] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3477), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3479), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47907] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [47977] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48047] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48117] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48187] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48257] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48327] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48397] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48467] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48537] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48607] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 4, + sym__not_in, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48677] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + ACTIONS(3842), 1, + sym__newline_before_do, + STATE(2582), 1, + sym_do_block, + ACTIONS(2946), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2948), 52, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [48753] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48823] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48893] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3503), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3505), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [48963] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49033] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3485), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3487), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49103] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3485), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3487), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49173] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49243] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3507), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3509), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49313] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3578), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3580), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49383] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3511), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3513), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49453] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49523] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49593] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49663] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49733] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49803] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49873] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [49943] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50013] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50083] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50153] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50223] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50293] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50363] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50433] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50503] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50573] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50643] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50713] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50783] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50853] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50923] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [50993] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3570), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3572), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51063] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3566), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3568), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51133] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3562), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3564), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51203] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3558), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3560), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51273] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3554), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3556), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51343] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3550), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3552), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51413] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51483] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51553] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3523), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3525), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51623] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51693] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3515), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3517), 55, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [51763] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3844), 1, + anon_sym_LPAREN, + STATE(1861), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(2998), 53, + ACTIONS(2942), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [51837] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3844), 1, + anon_sym_LPAREN, + STATE(1860), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [51911] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3844), 1, + anon_sym_LPAREN, + STATE(1857), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [51985] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(1830), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2946), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2948), 53, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, @@ -190719,18 +197839,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [47080] = 4, + [52057] = 5, ACTIONS(5), 1, sym_comment, + STATE(1829), 1, + sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3287), 3, + ACTIONS(2952), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3289), 53, + ACTIONS(2954), 53, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -190739,6 +197862,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [52129] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 55, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, @@ -190782,716 +197965,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [47149] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2603), 4, - sym__newline_before_do, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [47218] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2607), 4, - sym__newline_before_do, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [47287] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2599), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2601), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [47356] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2595), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2597), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [47425] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3766), 1, - anon_sym_SEMI, - ACTIONS(3768), 1, - anon_sym_RPAREN, - STATE(433), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4984), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [47550] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1719), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3770), 1, - anon_sym_SEMI, - STATE(439), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4977), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [47675] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3772), 1, - anon_sym_SEMI, - ACTIONS(3774), 1, - anon_sym_RPAREN, - STATE(402), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5037), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [47800] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1653), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3776), 1, - anon_sym_SEMI, - STATE(410), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5018), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [47925] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [47994] = 4, + [52199] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3024), 3, + ACTIONS(3160), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3026), 54, + ACTIONS(3162), 55, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -191540,210 +198031,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [48063] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(894), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3615), 1, - anon_sym_SEMI, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - STATE(422), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5016), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [48188] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(886), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3766), 1, - anon_sym_SEMI, - STATE(433), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4984), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [48313] = 4, + [52269] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2607), 3, + ACTIONS(3106), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(2609), 53, + ACTIONS(3108), 53, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -191797,18 +198103,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [48382] = 4, + [52338] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2603), 3, + ACTIONS(3102), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(2605), 53, + ACTIONS(3104), 53, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -191862,83 +198168,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [48451] = 25, + [52407] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3526), 1, - aux_sym__terminator_token1, - ACTIONS(3778), 1, - anon_sym_when, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2843), 2, + aux_sym__terminator_token1, + ACTIONS(3098), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3100), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2851), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(2862), 3, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(2864), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2866), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3528), 8, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(2868), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -191948,7 +198221,539 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [48562] = 4, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [52476] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3094), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3096), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [52545] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3090), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3092), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [52614] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3086), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3088), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [52683] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3082), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3084), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [52752] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3078), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3080), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [52821] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3395), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3397), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [52890] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3343), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3345), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [52959] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3391), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3393), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53028] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, @@ -192013,2410 +198818,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [48631] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3780), 1, - anon_sym_SEMI, - ACTIONS(3782), 1, - anon_sym_RPAREN, - STATE(368), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4914), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [48756] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1569), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3784), 1, - anon_sym_SEMI, - STATE(380), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4958), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [48881] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(882), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3772), 1, - anon_sym_SEMI, - STATE(402), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5037), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [49006] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - ACTIONS(3786), 1, - sym__newline_before_do, - STATE(2675), 1, - sym_do_block, - ACTIONS(2980), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2982), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [49081] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - ACTIONS(3788), 1, - sym__newline_before_do, - STATE(2676), 1, - sym_do_block, - ACTIONS(2992), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2994), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [49156] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - ACTIONS(3790), 1, - sym__newline_before_do, - STATE(2679), 1, - sym_do_block, - ACTIONS(2980), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2982), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [49231] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - ACTIONS(3792), 1, - sym__newline_before_do, - STATE(2680), 1, - sym_do_block, - ACTIONS(2980), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2982), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [49306] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - ACTIONS(3794), 1, - sym__newline_before_do, - STATE(2731), 1, - sym_do_block, - ACTIONS(2970), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2972), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [49381] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3796), 1, - anon_sym_SEMI, - ACTIONS(3798), 1, - anon_sym_RPAREN, - STATE(386), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4923), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [49506] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(870), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3762), 1, - anon_sym_SEMI, - STATE(435), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4986), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [49631] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3800), 1, - anon_sym_SEMI, - ACTIONS(3802), 1, - anon_sym_RPAREN, - STATE(373), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4994), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [49756] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3762), 1, - anon_sym_SEMI, - ACTIONS(3804), 1, - anon_sym_RPAREN, - STATE(435), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4986), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [49881] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1583), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3806), 1, - anon_sym_SEMI, - STATE(363), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4904), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [50006] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(914), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3808), 1, - anon_sym_SEMI, - STATE(399), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4966), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [50131] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(890), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3780), 1, - anon_sym_SEMI, - STATE(368), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4914), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [50256] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1723), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3810), 1, - anon_sym_SEMI, - STATE(382), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4978), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [50381] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1649), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3812), 1, - anon_sym_SEMI, - STATE(385), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4955), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [50506] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(910), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3814), 1, - anon_sym_SEMI, - STATE(359), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4945), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [50631] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2037), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2970), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2972), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [50702] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2005), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2980), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2982), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [50773] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2033), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2980), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2982), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [50844] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(906), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3816), 1, - anon_sym_SEMI, - STATE(393), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5010), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [50969] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1541), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3818), 1, - anon_sym_SEMI, - STATE(356), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4936), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [51094] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3315), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3317), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [51163] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3319), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3321), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [51232] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3323), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3325), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [51301] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2030), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2992), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2994), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [51372] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3820), 1, - anon_sym_COMMA, - STATE(1754), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 52, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [51445] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3181), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3183), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [51514] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2029), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2980), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2982), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [51585] = 4, + [53097] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2956), 3, + ACTIONS(2972), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(2958), 53, + ACTIONS(2974), 53, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, @@ -194470,437 +198883,1124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [51654] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3814), 1, - anon_sym_SEMI, - ACTIONS(3823), 1, - anon_sym_RPAREN, - STATE(359), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4945), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [51779] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [51848] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [51917] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3329), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3331), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [51986] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3329), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3331), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52055] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52124] = 4, + [53166] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2599), 4, + ACTIONS(2968), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2970), 53, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53235] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3401), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3403), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53304] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3244), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3246), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53373] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3248), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3250), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53442] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3252), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3254), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53511] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3256), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3258), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53580] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3260), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3262), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53649] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3264), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3266), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53718] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3272), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3274), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53787] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3280), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3282), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53856] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3284), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3286), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53925] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3296), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3298), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [53994] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3300), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3302), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [54063] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3320), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3322), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [54132] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3324), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3326), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [54201] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3328), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3330), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [54270] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3336), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3338), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [54339] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2631), 4, sym__newline_before_do, sym__not_in, aux_sym_quoted_keyword_token1, anon_sym_LBRACK2, - ACTIONS(2601), 52, + ACTIONS(2633), 52, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -194953,19 +200053,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [52193] = 4, + [54408] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3846), 1, + aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3337), 3, + ACTIONS(3196), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3339), 54, + ACTIONS(3198), 53, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -195018,84 +200119,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [52262] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52331] = 4, + [54479] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2595), 4, + ACTIONS(2627), 4, sym__newline_before_do, sym__not_in, aux_sym_quoted_keyword_token1, anon_sym_LBRACK2, - ACTIONS(2597), 52, + ACTIONS(2629), 52, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -195148,611 +200184,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [52400] = 5, + [54548] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3825), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52471] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3827), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52542] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52611] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3829), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52682] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3831), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52753] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3833), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52824] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52893] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [52962] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3835), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53033] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3018), 3, + ACTIONS(3110), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3020), 52, + ACTIONS(3112), 53, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -195761,6 +200204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -195805,2639 +200249,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [53104] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3024), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3026), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [53175] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3837), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53246] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3839), 1, - anon_sym_COMMA, - STATE(1754), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3155), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3157), 52, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53319] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53388] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53457] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53526] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3494), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3496), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53595] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3490), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3492), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53664] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3486), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3488), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53733] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53802] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3841), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53873] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [53942] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3843), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54013] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54082] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3845), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54153] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3847), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54224] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3849), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54295] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3839), 1, - anon_sym_COMMA, - STATE(1780), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3422), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3424), 52, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54368] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3851), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [54439] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3853), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54510] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3855), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54581] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54650] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54719] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3857), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54790] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3859), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54861] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3861), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [54932] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3863), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55003] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3865), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55074] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3867), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55145] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55214] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55283] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55352] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3869), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [55423] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55492] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3438), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3440), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55561] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55630] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55699] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55768] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55837] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2992), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2994), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [55906] = 4, + [54617] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2966), 3, + ACTIONS(2998), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(2968), 53, + ACTIONS(3000), 53, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, @@ -198491,1285 +200314,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [55975] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56044] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3193), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56113] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3416), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56182] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3416), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56251] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3177), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3179), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56320] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3416), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56389] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3389), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3391), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56458] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3161), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56527] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3151), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3153), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56596] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3077), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3079), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56665] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3871), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [56736] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56805] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56874] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3217), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3219), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [56943] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3213), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3215), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [57012] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3873), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [57083] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3875), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [57154] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3877), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [57225] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1635), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3879), 1, - anon_sym_SEMI, - STATE(351), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4907), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [57350] = 4, + [54686] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3040), 3, + ACTIONS(3004), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3042), 53, + ACTIONS(3006), 53, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, @@ -199823,9048 +200379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [57419] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3881), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [57490] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3883), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [57561] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3885), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [57632] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [57705] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3416), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [57778] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3068), 53, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [57851] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3816), 1, - anon_sym_SEMI, - ACTIONS(3887), 1, - anon_sym_RPAREN, - STATE(393), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5010), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [57976] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3889), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [58047] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3891), 1, - anon_sym_SEMI, - ACTIONS(3893), 1, - anon_sym_RPAREN, - STATE(413), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5040), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [58172] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3083), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [58241] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3085), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3087), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [58310] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3287), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [58379] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3097), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3099), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [58448] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1677), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3895), 1, - anon_sym_SEMI, - STATE(411), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5020), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [58573] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 40, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [58658] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3209), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3211), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [58727] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3205), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3207), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [58796] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3201), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3203), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [58865] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 30, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [58956] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 12, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59061] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 52, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59136] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59205] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 42, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59286] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59363] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3778), 1, - anon_sym_when, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59472] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3778), 1, - anon_sym_when, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59581] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 11, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59688] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59757] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 13, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59860] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 14, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [59961] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 18, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60058] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 21, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60153] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 26, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60246] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 39, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60335] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3279), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3281), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [60404] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3283), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3285), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [60473] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 41, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60556] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 41, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60639] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3197), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3199), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60708] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3115), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3117), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60777] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3119), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3121), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60846] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3189), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3191), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60915] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [60984] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [61053] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [61122] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [61191] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [61260] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3127), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3129), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [61329] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [61398] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [61467] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3165), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3167), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [61536] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3263), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3265), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [61605] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2952), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2954), 53, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [61674] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3259), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3261), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [61743] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(902), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3891), 1, - anon_sym_SEMI, - STATE(413), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5040), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [61868] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3897), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [61939] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3899), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [62010] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3901), 1, - anon_sym_SEMI, - ACTIONS(3903), 1, - anon_sym_RPAREN, - STATE(415), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4941), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [62135] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1681), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3905), 1, - anon_sym_SEMI, - STATE(426), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5004), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [62260] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(898), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3901), 1, - anon_sym_SEMI, - STATE(415), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4941), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [62385] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3058), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3060), 53, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [62454] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3054), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3056), 53, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [62523] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [62592] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [62661] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [62730] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [62799] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [62868] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [62937] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [63006] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [63075] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [63144] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [63213] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3036), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3038), 53, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [63282] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3907), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [63353] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3050), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3052), 53, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [63422] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3909), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [63493] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3911), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [63564] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3403), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3405), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [63633] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3393), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3395), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [63702] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3093), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3095), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [63771] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3333), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3335), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [63840] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3275), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3277), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [63909] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [63978] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64047] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64116] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64185] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64254] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64323] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64392] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64461] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64530] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64599] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3291), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3293), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64668] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3295), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3297), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64737] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3299), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3301), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64806] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3303), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3305), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64875] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3307), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3309), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [64944] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3131), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3133), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [65013] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3135), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [65082] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3311), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3313), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [65151] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3269), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3271), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [65220] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [65289] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [65358] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3139), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3141), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [65427] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3434), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3436), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [65496] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [65565] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3452), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3454), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [65634] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3255), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3257), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [65703] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3221), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3223), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [65772] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3245), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3247), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [65841] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3139), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3141), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [65910] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3135), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3137), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [65979] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3131), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3133), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66048] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3127), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3129), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66117] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3119), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3121), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66186] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3115), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3117), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66255] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3097), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3099), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66324] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3913), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66395] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3915), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66466] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3917), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66537] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3919), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66608] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3006), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3008), 53, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66677] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3921), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [66748] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3456), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3458), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [66817] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3460), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3462), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [66886] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2841), 1, - anon_sym_PIPE, - ACTIONS(2856), 1, - anon_sym_COLON_COLON, - ACTIONS(2858), 1, - anon_sym_EQ_GT, - ACTIONS(2860), 1, - anon_sym_EQ, - ACTIONS(2870), 1, - anon_sym_in, - ACTIONS(2872), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(2874), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2876), 1, - anon_sym_STAR_STAR, - ACTIONS(2880), 1, - anon_sym_DOT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(2884), 1, - sym__not_in, - ACTIONS(3530), 1, - aux_sym__terminator_token1, - ACTIONS(3778), 1, - anon_sym_when, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2843), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(2849), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2851), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(2862), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(2864), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(2839), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2866), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(2847), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3532), 8, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(2868), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [66997] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3464), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3466), 54, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [67066] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3615), 1, - anon_sym_SEMI, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3923), 1, - anon_sym_RPAREN, - STATE(422), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5016), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [67191] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3000), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3002), 53, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [67260] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3808), 1, - anon_sym_SEMI, - ACTIONS(3925), 1, - anon_sym_RPAREN, - STATE(399), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4966), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [67385] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1697), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3927), 1, - anon_sym_SEMI, - STATE(417), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4997), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [67510] = 4, + [54755] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, @@ -208929,7 +200444,1588 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [67579] = 4, + [54824] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3114), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3116), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [54893] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3848), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [54964] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3850), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55035] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3852), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55106] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3854), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55177] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3856), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55248] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3858), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55319] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3860), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55390] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3862), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55461] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3864), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55532] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3866), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55603] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3868), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55674] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3870), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55745] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3872), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55816] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3874), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55887] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3876), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [55958] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3878), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [56029] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3880), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [56100] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3882), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [56171] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3884), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [56242] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3886), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [56313] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2623), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [56382] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2619), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [56451] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3888), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [56522] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, @@ -208994,3358 +202090,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [67648] = 4, + [56591] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3403), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3405), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [67717] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3030), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3032), 53, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [67786] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(874), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3800), 1, - anon_sym_SEMI, - STATE(373), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4994), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [67911] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(878), 1, - anon_sym_RPAREN, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3796), 1, - anon_sym_SEMI, - STATE(386), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4923), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [68036] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3245), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [68105] = 32, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1619), 1, - anon_sym_RPAREN, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3633), 1, - anon_sym_when, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3929), 1, - anon_sym_SEMI, - STATE(389), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4913), 1, - aux_sym_block_repeat2, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [68230] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3221), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3223), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [68299] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3123), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3125), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [68368] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3111), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3113), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [68437] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3143), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3145), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [68506] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [68575] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [68644] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3476), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3478), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [68713] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3085), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3087), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [68782] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3081), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3083), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [68851] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [68920] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3077), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3079), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [68989] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3446), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3448), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [69058] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3151), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3153), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [69127] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [69196] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3275), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [69265] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3333), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [69334] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3161), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3163), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [69403] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3177), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3179), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [69472] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3093), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [69541] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3193), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3195), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [69610] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3393), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3395), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [69679] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3241), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3243), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [69748] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3426), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3428), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [69817] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3442), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3444), 53, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [69886] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [69955] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 54, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [70024] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3416), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70092] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3169), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3171), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70160] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70228] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70296] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70364] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70432] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70500] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70568] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70636] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70704] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3526), 1, - aux_sym__terminator_token1, - ACTIONS(3714), 1, - anon_sym_PIPE, - ACTIONS(3724), 1, - anon_sym_when, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - ACTIONS(3728), 1, - anon_sym_EQ_GT, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3722), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3732), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3734), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3528), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [70814] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70882] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [70950] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3416), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [71018] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [71086] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [71154] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [71222] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - ACTIONS(3931), 1, - sym__newline_before_do, - STATE(3397), 1, + STATE(2215), 1, sym_do_block, - ACTIONS(2938), 2, - sym__not_in, - anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2940), 50, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [71296] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, + ACTIONS(2962), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3091), 52, + ACTIONS(2964), 52, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -212398,213 +202156,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [71364] = 4, + [56662] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [71432] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [71500] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - ACTIONS(3933), 1, - sym__newline_before_do, - STATE(3396), 1, + STATE(2217), 1, sym_do_block, - ACTIONS(2942), 2, - sym__not_in, - anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2944), 50, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [71574] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, + ACTIONS(3018), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3091), 52, + ACTIONS(3020), 52, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -212657,18 +202222,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [71642] = 4, + [56733] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3165), 3, + ACTIONS(3118), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3167), 52, + ACTIONS(3120), 53, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -212677,3038 +202242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [71710] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [71778] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3169), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3171), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [71846] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3173), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3175), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [71914] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3291), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3293), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [71982] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3173), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3175), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72050] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3169), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3171), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72118] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3295), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3297), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72186] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(3414), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [72258] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3187), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72326] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3189), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3191), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72394] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3299), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3301), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72462] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3303), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3305), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72530] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3307), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3309), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72598] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3311), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3313), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72666] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3197), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3199), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72734] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [72806] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3187), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72874] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3187), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [72942] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3201), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3203), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [73010] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [73078] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3430), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3432), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [73146] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3209), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3211), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [73214] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3430), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3432), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [73282] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3434), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3436), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [73350] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3430), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3432), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [73418] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3452), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3454), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [73486] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3253), 1, aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [73556] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3105), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [73626] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3107), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [73696] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3109), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [73766] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3147), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [73836] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3149), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [73906] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3225), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [73976] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3227), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74046] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3229), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74116] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3231), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74186] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3233), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74256] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3327), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74326] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3484), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74396] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3482), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74466] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3480), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74536] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3474), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74606] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3472), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74676] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3470), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74746] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3468), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74816] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3450), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [74886] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3068), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -215753,501 +202287,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [74954] = 6, + [56802] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3939), 1, - anon_sym_COMMA, - STATE(2075), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3407), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3409), 50, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [75026] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3456), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3458), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [75094] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3460), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3462), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [75162] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3464), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3466), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [75230] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3237), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3239), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [75298] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - ACTIONS(3942), 1, - sym__newline_before_do, - STATE(3541), 1, + STATE(2219), 1, sym_do_block, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2938), 4, - sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2940), 49, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [75372] = 27, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3946), 1, - anon_sym_PIPE, - ACTIONS(3950), 1, - anon_sym_COMMA, - ACTIONS(3958), 1, - anon_sym_when, - ACTIONS(3960), 1, - anon_sym_COLON_COLON, - ACTIONS(3962), 1, - anon_sym_EQ_GT, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - STATE(2153), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3341), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3956), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3966), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3343), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [75486] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 4, + ACTIONS(2962), 3, sym__newline_before_do, sym__not_in, - aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2601), 52, - anon_sym_SEMI, + ACTIONS(2964), 52, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -216290,26 +202351,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [75554] = 5, + [56873] = 5, ACTIONS(5), 1, sym_comment, - STATE(2351), 1, + STATE(2221), 1, sym_do_block, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2938), 5, + aux_sym__terminator_token1, + ACTIONS(2962), 3, sym__newline_before_do, sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2940), 50, - anon_sym_SEMI, - anon_sym_LPAREN, + ACTIONS(2964), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -216358,158 +202419,618 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [75624] = 5, + [56944] = 5, ACTIONS(5), 1, sym_comment, - STATE(2247), 1, + STATE(2224), 1, sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3022), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3024), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [57015] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3122), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3124), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [57084] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3890), 1, + aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2942), 5, - sym__newline_before_do, + ACTIONS(3196), 3, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2944), 50, + ACTIONS(3198), 53, anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [57155] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3892), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [57226] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3894), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [57297] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3896), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [57368] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2615), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [57437] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2611), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [57506] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3126), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3128), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [57575] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2980), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2982), 53, anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [75694] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [75762] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3986), 1, - anon_sym_COMMA, - STATE(2086), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3070), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3072), 50, anon_sym_RPAREN, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -216553,20 +203074,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [75834] = 4, + [57644] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2607), 4, + aux_sym__terminator_token1, + ACTIONS(3130), 3, sym__newline_before_do, sym__not_in, - aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2609), 52, - anon_sym_SEMI, + ACTIONS(3132), 53, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -216614,28 +203137,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [75902] = 6, + [57713] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3066), 2, + ACTIONS(3336), 3, sym__not_in, aux_sym__terminator_token1, - ACTIONS(3068), 52, + anon_sym_LBRACK2, + ACTIONS(3338), 54, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -216678,30 +203198,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [75974] = 6, + [57782] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3414), 2, + ACTIONS(3328), 3, sym__not_in, aux_sym__terminator_token1, - ACTIONS(3416), 52, + anon_sym_LBRACK2, + ACTIONS(3330), 54, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -216744,30 +203263,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [76046] = 6, + [57851] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3185), 2, + ACTIONS(3324), 3, sym__not_in, aux_sym__terminator_token1, - ACTIONS(3187), 52, + anon_sym_LBRACK2, + ACTIONS(3326), 54, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -216810,90 +203328,3990 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [76118] = 7, + [57920] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(502), 1, - anon_sym_do, - ACTIONS(3989), 1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3320), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3322), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [57989] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3300), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3302), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58058] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3296), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3298), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58127] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58196] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58265] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3272), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3274), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58334] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3264), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3266), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58403] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58472] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58541] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58610] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58679] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58748] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58817] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58886] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [58955] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59024] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59093] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59162] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3086), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3088), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59231] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59300] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3094), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3096), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59369] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3098), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3100), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59438] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3102), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3104), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59507] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3106), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3108), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59576] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59645] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59714] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59783] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59852] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3126), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3128), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59921] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [59990] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3134), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3136), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60059] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3156), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3158), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60128] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3168), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3170), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60197] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3172), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3174), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60266] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3176), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3178), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60335] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3184), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3186), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60404] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60473] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60542] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60611] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3210), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60680] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60749] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60818] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3226), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3228), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60887] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [60956] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [61025] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3134), 3, sym__newline_before_do, - STATE(3545), 1, - sym_do_block, - ACTIONS(3), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3136), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61094] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2942), 4, - sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, + ACTIONS(3156), 3, + sym__newline_before_do, + sym__not_in, anon_sym_LBRACK2, - ACTIONS(2944), 49, - anon_sym_SEMI, + ACTIONS(3158), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61163] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3168), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3170), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61232] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3172), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3174), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61301] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3176), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3178), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61370] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3184), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3186), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61439] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2631), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2633), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61508] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3188), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3190), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61577] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3202), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3204), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61646] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3206), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3208), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61715] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3210), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3212), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61784] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3218), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3220), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61853] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3222), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3224), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61922] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3226), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3228), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [61991] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3230), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3232), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [62060] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3234), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3236), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [62129] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2984), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2986), 53, anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [76192] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3213), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3215), 52, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -216946,18 +207364,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [76260] = 4, + [62198] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3217), 3, + ACTIONS(2988), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3219), 52, + ACTIONS(2990), 53, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -217010,949 +207429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [76328] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3279), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3281), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [76396] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3283), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3285), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [76464] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 39, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [76548] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3070), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3072), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [76616] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 29, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [76706] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [76774] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3714), 1, - anon_sym_PIPE, - ACTIONS(3728), 1, - anon_sym_EQ_GT, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3732), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3734), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 11, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [76878] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3389), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3391), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [76946] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [77014] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [77082] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3205), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3207), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [77150] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3416), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [77218] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [77292] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 41, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [77372] = 4, + [62267] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, @@ -217963,7 +207440,8 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(2994), 52, + ACTIONS(2994), 53, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -218016,25 +207494,4543 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [77440] = 8, + [62336] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3898), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, anon_sym_STAR_STAR, - ACTIONS(3748), 1, anon_sym_DOT, - ACTIONS(3750), 1, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [62407] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3900), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [62478] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3902), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [62549] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3904), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [62620] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3906), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [62691] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [62760] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3908), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [62831] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3910), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [62902] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2627), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2629), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [62971] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3912), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63042] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3276), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3278), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63111] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3574), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3576), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63180] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3146), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3148), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63249] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3914), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63320] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3916), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63391] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3918), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63462] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2623), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2625), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [63531] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3920), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63602] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3922), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63673] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63742] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63811] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3180), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3182), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63880] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3180), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3182), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [63949] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64018] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2619), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2621), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [64087] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64156] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64225] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3924), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64296] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64365] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2615), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2617), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [64434] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64503] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64572] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2611), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2613), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [64641] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64710] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3288), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3290), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64779] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3288), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3290), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64848] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [64917] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3030), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3032), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [64988] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3036), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3038), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [65059] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [65128] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3678), 1, + aux_sym__terminator_token1, + ACTIONS(3926), 1, + anon_sym_when, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2859), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3680), 8, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [65239] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + ACTIONS(3928), 1, + sym__newline_before_do, + STATE(3332), 1, + sym_do_block, + ACTIONS(3022), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3024), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [65314] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [65383] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [65452] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3304), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3306), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [65521] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3308), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3310), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [65590] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3312), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3314), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [65659] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [65728] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [65797] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [65866] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [65935] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [66004] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3558), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3560), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [66073] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + ACTIONS(3930), 1, + sym__newline_before_do, + STATE(3330), 1, + sym_do_block, + ACTIONS(2962), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2964), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [66148] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + ACTIONS(3932), 1, + sym__newline_before_do, + STATE(3329), 1, + sym_do_block, + ACTIONS(2962), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2964), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [66223] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + ACTIONS(3934), 1, + sym__newline_before_do, + STATE(3325), 1, + sym_do_block, + ACTIONS(3018), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3020), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [66298] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2958), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2960), 53, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [66367] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + ACTIONS(3936), 1, + sym__newline_before_do, + STATE(3324), 1, + sym_do_block, + ACTIONS(2962), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2964), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [66442] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3054), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3056), 53, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [66511] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3138), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3140), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [66580] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, anon_sym_LBRACK2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3716), 2, + ACTIONS(2851), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(3187), 49, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 40, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [66665] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 30, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [66756] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 12, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [66861] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [66930] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [66999] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [67068] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 52, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [67143] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 42, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [67224] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 50, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -218079,86 +212075,534 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, + anon_sym_DASH_GT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [77516] = 24, + [67301] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3185), 1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 3, + sym__not_in, aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [67370] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [67439] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 54, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [67508] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3409), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3411), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [67577] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(906), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, ACTIONS(3714), 1, - anon_sym_PIPE, - ACTIONS(3724), 1, - anon_sym_when, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - ACTIONS(3728), 1, anon_sym_EQ_GT, - ACTIONS(3730), 1, + ACTIONS(3716), 1, anon_sym_EQ, - ACTIONS(3740), 1, + ACTIONS(3726), 1, anon_sym_in, - ACTIONS(3742), 1, + ACTIONS(3728), 1, anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, + ACTIONS(3730), 1, anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, + ACTIONS(3732), 1, anon_sym_STAR_STAR, - ACTIONS(3748), 1, + ACTIONS(3734), 1, anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, + ACTIONS(3736), 1, sym__not_in, + ACTIONS(3938), 1, + anon_sym_SEMI, + STATE(396), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5515), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3716), 2, + ACTIONS(3699), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(3720), 2, + ACTIONS(3705), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3732), 3, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(3734), 3, + ACTIONS(3720), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3712), 4, + ACTIONS(3695), 4, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(3736), 5, + ACTIONS(3722), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, + ACTIONS(3703), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(3187), 9, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [67702] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3926), 1, + anon_sym_when, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - ACTIONS(3738), 9, + [67811] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1709), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3940), 1, + anon_sym_SEMI, + STATE(431), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5607), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -218168,24 +212612,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [77624] = 6, + [67936] = 32, ACTIONS(5), 1, sym_comment, - ACTIONS(3991), 1, - anon_sym_LPAREN, - STATE(2483), 1, - sym__call_arguments_with_parentheses, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3691), 1, + anon_sym_SEMI, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3942), 1, + anon_sym_RPAREN, + STATE(427), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5545), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2932), 5, - sym__newline_before_do, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [68061] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3018), 3, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2934), 49, + ACTIONS(3020), 54, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -218233,25 +212765,1824 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - anon_sym_do, - [77696] = 4, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [68130] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3926), 1, + anon_sym_when, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [68239] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 11, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [68346] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2849), 1, + anon_sym_PIPE, + ACTIONS(2864), 1, + anon_sym_COLON_COLON, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3674), 1, + aux_sym__terminator_token1, + ACTIONS(3926), 1, + anon_sym_when, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2859), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3676), 8, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [68457] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3279), 4, - sym__newline_before_do, + ACTIONS(3423), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3281), 52, + ACTIONS(3425), 54, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [68526] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [68595] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2866), 1, + anon_sym_EQ_GT, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 13, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [68698] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [68767] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3433), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3435), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [68836] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2868), 1, + anon_sym_EQ, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2870), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 14, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [68937] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3503), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3505), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69006] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2872), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 18, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69103] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2874), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 21, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69198] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69267] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69336] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3445), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3447), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69405] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3449), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3451), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69474] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2847), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(2876), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 26, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69567] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3507), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3509), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69636] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3511), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3513), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69705] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2878), 1, + anon_sym_in, + ACTIONS(2880), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(2892), 1, + sym__not_in, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 39, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69794] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 41, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [69877] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(882), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3944), 1, + anon_sym_SEMI, + STATE(370), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5346), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [70002] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1649), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3946), 1, + anon_sym_SEMI, + STATE(391), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5375), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [70127] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3938), 1, + anon_sym_SEMI, + ACTIONS(3948), 1, + anon_sym_RPAREN, + STATE(396), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5515), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [70252] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3499), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3501), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, @@ -218295,89 +214626,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [77764] = 6, + [70321] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3991), 1, - anon_sym_LPAREN, - STATE(2489), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2932), 5, + aux_sym__terminator_token1, + ACTIONS(3495), 3, sym__newline_before_do, sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2934), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [77836] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3221), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3223), 52, - anon_sym_SEMI, + ACTIONS(3497), 53, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -218425,349 +214691,6344 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, + [70390] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3437), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3439), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [70459] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3417), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3419), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [70528] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3292), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3294), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [70597] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3074), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3076), 53, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [70666] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2882), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2884), 1, + anon_sym_STAR_STAR, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2851), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(2857), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(2855), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 41, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [70749] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3160), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3162), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [70818] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(874), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3950), 1, + anon_sym_SEMI, + STATE(369), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5083), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [70943] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3515), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3517), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [71012] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [71081] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3523), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3525), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [71150] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3453), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3455), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [71219] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3457), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3459), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [71288] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3461), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3463), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [71357] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1583), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3952), 1, + anon_sym_SEMI, + STATE(365), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5150), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [71482] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3944), 1, + anon_sym_SEMI, + ACTIONS(3954), 1, + anon_sym_RPAREN, + STATE(370), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5346), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [71607] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(894), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3691), 1, + anon_sym_SEMI, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + STATE(427), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5545), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [71732] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [71801] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1665), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3956), 1, + anon_sym_SEMI, + STATE(353), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5868), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [71926] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [71995] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [72064] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3550), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3552), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [72133] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3796), 1, + anon_sym_SEMI, + ACTIONS(3958), 1, + anon_sym_RPAREN, + STATE(402), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5663), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [72258] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [72327] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(914), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3960), 1, + anon_sym_SEMI, + STATE(380), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5228), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [72452] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1581), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3962), 1, + anon_sym_SEMI, + STATE(372), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5121), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [72577] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3950), 1, + anon_sym_SEMI, + ACTIONS(3964), 1, + anon_sym_RPAREN, + STATE(369), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5083), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [72702] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(910), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3966), 1, + anon_sym_SEMI, + STATE(408), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5378), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [72827] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1611), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3968), 1, + anon_sym_SEMI, + STATE(384), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5272), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [72952] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3960), 1, + anon_sym_SEMI, + ACTIONS(3970), 1, + anon_sym_RPAREN, + STATE(380), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5228), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [73077] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(878), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3796), 1, + anon_sym_SEMI, + STATE(402), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5663), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [73202] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1679), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3972), 1, + anon_sym_SEMI, + STATE(424), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5415), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [73327] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3044), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3046), 53, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [73396] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3966), 1, + anon_sym_SEMI, + ACTIONS(3974), 1, + anon_sym_RPAREN, + STATE(408), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5378), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [73521] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3469), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3471), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [73590] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3976), 1, + anon_sym_SEMI, + ACTIONS(3978), 1, + anon_sym_RPAREN, + STATE(405), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5878), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [73715] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(870), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3980), 1, + anon_sym_SEMI, + STATE(439), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5521), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [73840] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3477), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3479), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [73909] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [73978] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3554), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3556), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [74047] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [74116] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [74185] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3485), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3487), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [74254] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1731), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3982), 1, + anon_sym_SEMI, + STATE(438), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5558), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [74379] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3485), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3487), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [74448] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [74517] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3578), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3580), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [74586] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3980), 1, + anon_sym_SEMI, + ACTIONS(3984), 1, + anon_sym_RPAREN, + STATE(439), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5521), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [74711] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(898), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3986), 1, + anon_sym_SEMI, + STATE(433), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5664), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [74836] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1719), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3988), 1, + anon_sym_SEMI, + STATE(430), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5701), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [74961] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3986), 1, + anon_sym_SEMI, + ACTIONS(3990), 1, + anon_sym_RPAREN, + STATE(433), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5664), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [75086] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(886), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3992), 1, + anon_sym_SEMI, + STATE(426), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5807), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [75211] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [75280] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [75349] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1707), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3994), 1, + anon_sym_SEMI, + STATE(425), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5842), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [75474] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3992), 1, + anon_sym_SEMI, + ACTIONS(3996), 1, + anon_sym_RPAREN, + STATE(426), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5807), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [75599] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1671), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3998), 1, + anon_sym_SEMI, + STATE(368), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5077), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [75724] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(902), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(4000), 1, + anon_sym_SEMI, + STATE(422), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5943), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [75849] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1699), 1, + anon_sym_RPAREN, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(4002), 1, + anon_sym_SEMI, + STATE(421), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5908), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [75974] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76043] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76112] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76181] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76250] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76319] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76388] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76457] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76526] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76595] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76664] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(4000), 1, + anon_sym_SEMI, + ACTIONS(4004), 1, + anon_sym_RPAREN, + STATE(422), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5943), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [76789] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3318), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76862] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3425), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [76935] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2888), 1, + anon_sym_DOT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 53, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [77008] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4006), 1, + anon_sym_COMMA, + STATE(2117), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3150), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3152), 52, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [77081] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4006), 1, + anon_sym_COMMA, + STATE(2118), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 52, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [77154] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4008), 1, + anon_sym_COMMA, + STATE(2118), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3160), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3162), 52, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [77227] = 32, + ACTIONS(5), 1, + sym_comment, + ACTIONS(890), 1, + anon_sym_RPAREN, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3709), 1, + anon_sym_when, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3976), 1, + anon_sym_SEMI, + STATE(405), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5878), 1, + aux_sym_block_repeat2, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [77352] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3070), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3072), 53, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [77421] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [77490] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [77559] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [77628] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [77697] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [77766] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [77835] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, [77904] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3123), 4, - sym__newline_before_do, + ACTIONS(3142), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3125), 52, + ACTIONS(3144), 54, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [77972] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [78040] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [78108] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [78176] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [78244] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3438), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3440), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -218811,352 +221072,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - anon_sym_do, - [78312] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3991), 1, - anon_sym_LPAREN, - STATE(2490), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [78384] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3714), 1, - anon_sym_PIPE, - ACTIONS(3724), 1, - anon_sym_when, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - ACTIONS(3728), 1, - anon_sym_EQ_GT, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3732), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3734), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [78492] = 6, + [77973] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3704), 1, - anon_sym_LPAREN, - STATE(1733), 1, - sym__call_arguments_with_parentheses, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2934), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [78564] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3704), 1, - anon_sym_LPAREN, - STATE(1732), 1, - sym__call_arguments_with_parentheses, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2934), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [78636] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3714), 1, - anon_sym_PIPE, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - ACTIONS(3728), 1, - anon_sym_EQ_GT, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3716), 2, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3732), 3, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(3734), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3738), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -219166,76 +221126,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [78742] = 21, + [78042] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3728), 1, - anon_sym_EQ_GT, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3716), 2, + ACTIONS(3142), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3732), 3, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(3734), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3738), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -219245,34 +221191,229 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - ACTIONS(3187), 12, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [78844] = 6, + [78111] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3704), 1, - anon_sym_LPAREN, - STATE(1730), 1, - sym__call_arguments_with_parentheses, - ACTIONS(2932), 2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3570), 3, sym__not_in, + aux_sym__terminator_token1, anon_sym_LBRACK2, + ACTIONS(3572), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [78180] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3566), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3568), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [78249] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3562), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3564), 54, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [78318] = 4, + ACTIONS(5), 1, + sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2934), 51, + ACTIONS(3457), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3459), 52, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -219324,28 +221465,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [78916] = 6, + anon_sym_do, + [78386] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3993), 1, - anon_sym_COMMA, - STATE(2144), 1, - aux_sym_keywords_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3422), 4, + ACTIONS(3272), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3424), 50, + ACTIONS(3274), 52, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -219390,4676 +221530,1539 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [78988] = 27, + [78454] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3341), 1, - sym__newline_before_do, - ACTIONS(3935), 1, + ACTIONS(3782), 1, anon_sym_DOT, - ACTIONS(3937), 1, + ACTIONS(3784), 1, anon_sym_LBRACK2, - ACTIONS(3997), 1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 52, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - ACTIONS(4001), 1, + anon_sym_SLASH, anon_sym_COMMA, - ACTIONS(4009), 1, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [78526] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3425), 52, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [78598] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3318), 52, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [78670] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(533), 1, + anon_sym_do, ACTIONS(4011), 1, + sym__newline_before_do, + STATE(3828), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2946), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2948), 49, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [78744] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(533), 1, + anon_sym_do, ACTIONS(4013), 1, + sym__newline_before_do, + STATE(3776), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2952), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2954), 49, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [78818] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3674), 1, + aux_sym__terminator_token1, + ACTIONS(3748), 1, + anon_sym_PIPE, + ACTIONS(3758), 1, + anon_sym_when, + ACTIONS(3760), 1, + anon_sym_COLON_COLON, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3756), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3676), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [78928] = 6, + ACTIONS(5), 1, + sym_comment, ACTIONS(4015), 1, + anon_sym_LPAREN, + STATE(2677), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, anon_sym_EQ, - ACTIONS(4025), 1, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, anon_sym_in, - ACTIONS(4027), 1, anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [79000] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4015), 1, + anon_sym_LPAREN, + STATE(2676), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [79072] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4015), 1, + anon_sym_LPAREN, + STATE(2672), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [79144] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4017), 1, + anon_sym_COMMA, + STATE(2147), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [79216] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4019), 1, + anon_sym_COMMA, + STATE(2353), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3238), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3240), 50, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [79288] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4021), 1, + anon_sym_COMMA, + STATE(2147), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3160), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3162), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [79360] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [79428] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [79496] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4024), 1, + anon_sym_COMMA, + STATE(2150), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3543), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3545), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [79568] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3192), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3194), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [79636] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3441), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3443), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [79704] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [79772] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [79840] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [79908] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [79976] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3268), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3270), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [80044] = 27, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3268), 1, + sym__newline_before_do, ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, + anon_sym_PIPE, ACTIONS(4033), 1, - sym__not_in, - STATE(2151), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4007), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4017), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4019), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3343), 4, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_do, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4021), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [79102] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [79170] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [79238] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [79306] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3193), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [79374] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3177), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3179), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [79442] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3161), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [79510] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3151), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3153), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [79578] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3077), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3079), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [79646] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3083), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [79714] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3085), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3087), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [79782] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3341), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3343), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [79850] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3530), 1, - aux_sym__terminator_token1, - ACTIONS(3714), 1, - anon_sym_PIPE, - ACTIONS(3724), 1, - anon_sym_when, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - ACTIONS(3728), 1, - anon_sym_EQ_GT, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3722), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3732), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3734), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3532), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [79960] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3068), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [80028] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(3066), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [80100] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3993), 1, - anon_sym_COMMA, - STATE(2192), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3155), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3157), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [80172] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4035), 1, - anon_sym_COMMA, - STATE(2086), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3155), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3157), 50, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [80244] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4037), 1, - anon_sym_LPAREN, - STATE(2650), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [80316] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4037), 1, - anon_sym_LPAREN, - STATE(2649), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [80388] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [80456] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4037), 1, - anon_sym_LPAREN, - STATE(2646), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [80528] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4035), 1, - anon_sym_COMMA, - STATE(2145), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3422), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3424), 50, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [80600] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4039), 1, - anon_sym_COMMA, - STATE(2075), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3397), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3399), 50, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [80672] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3732), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3734), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 13, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [80772] = 6, - ACTIONS(5), 1, - sym_comment, ACTIONS(4041), 1, - anon_sym_COMMA, - STATE(2196), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3397), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3399), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [80844] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3287), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [80912] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3097), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3099), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [80980] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3115), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3117), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81048] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3119), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3121), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81116] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3127), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3129), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81184] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3131), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3133), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81252] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3135), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81320] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3139), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3141), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81388] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3245), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81456] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81524] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81592] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3275), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81660] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3333), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81728] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3093), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81796] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3393), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3395), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81864] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3403), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3405), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [81932] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 52, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [82000] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3734), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 17, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [82096] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 20, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [82190] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2635), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2938), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2940), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [82260] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 25, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [82352] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3315), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3317), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [82420] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3319), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3321), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [82488] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3323), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3325), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [82556] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3418), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3420), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [82624] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3018), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3020), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [82692] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3024), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3026), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [82760] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3024), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3026), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [82828] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3018), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3020), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [82896] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3329), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3331), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [82964] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3329), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3331), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [83032] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3337), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3339), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [83100] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 38, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [83188] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3337), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3339), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [83256] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3337), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3339), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [83324] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2636), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2942), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2944), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [83394] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 40, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [83476] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [83544] = 6, - ACTIONS(5), 1, - sym_comment, ACTIONS(4043), 1, - anon_sym_COMMA, - STATE(2192), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, anon_sym_COLON_COLON, + ACTIONS(4045), 1, anon_sym_EQ_GT, + ACTIONS(4047), 1, anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, + ACTIONS(4057), 1, anon_sym_in, + ACTIONS(4059), 1, anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, + ACTIONS(4063), 1, anon_sym_STAR_STAR, - anon_sym_DASH_GT, + ACTIONS(4065), 1, anon_sym_DOT, - anon_sym_do, - [83616] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3498), 3, - sym__newline_before_do, - sym__not_in, + ACTIONS(4067), 1, anon_sym_LBRACK2, - ACTIONS(3500), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [83684] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3498), 3, - sym__newline_before_do, + ACTIONS(4069), 1, sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3500), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [83752] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3181), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3183), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [83820] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4046), 1, - anon_sym_COMMA, - STATE(2196), 1, + STATE(2146), 1, aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3407), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3409), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [83892] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3716), 2, + ACTIONS(4031), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(3720), 2, + ACTIONS(4037), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 40, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(4039), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [83974] = 4, - ACTIONS(5), 1, - sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3259), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3261), 52, + ACTIONS(4049), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4051), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3270), 4, anon_sym_RPAREN, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, anon_sym_do, - [84042] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3263), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3265), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, + ACTIONS(4027), 4, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4053), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4055), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -224069,1679 +223072,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [84110] = 4, + [80158] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3494), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3496), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [84178] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3490), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3492), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [84246] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3486), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3488), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [84314] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3068), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [84382] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3546), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [84451] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3054), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3056), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [84518] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3534), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [84587] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2952), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2954), 50, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [84654] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3010), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3012), 50, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [84721] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3507), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [84790] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3036), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3038), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [84857] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3403), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3405), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [84924] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3393), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3395), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [84991] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [85058] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, - anon_sym_do, - ACTIONS(4049), 1, - sym__newline_before_do, - STATE(3987), 1, + STATE(2835), 1, sym_do_block, - ACTIONS(2942), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2944), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [85131] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3050), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3052), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [85198] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3018), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3020), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [85267] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3024), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3026), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [85336] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3040), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3042), 50, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [85403] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3515), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [85472] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3544), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [85541] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3542), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [85610] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3540), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [85679] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [85746] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, - anon_sym_do, - ACTIONS(4051), 1, - sym__newline_before_do, - STATE(3988), 1, - sym_do_block, - ACTIONS(2938), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2940), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [85819] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3536), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [85888] = 4, - ACTIONS(5), 1, - sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, @@ -225802,170 +223137,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [85955] = 25, + [80228] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3530), 1, + STATE(2837), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2946), 3, sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(3997), 1, - anon_sym_PIPE, - ACTIONS(4009), 1, - anon_sym_when, - ACTIONS(4011), 1, - anon_sym_COLON_COLON, - ACTIONS(4013), 1, - anon_sym_EQ_GT, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4007), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4017), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4019), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3532), 5, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4021), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [86064] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3058), 2, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3060), 52, + ACTIONS(2948), 51, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [86131] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 50, - anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -226013,27 +223200,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DASH_GT, + anon_sym_DOT, anon_sym_do, - [86202] = 4, + [80298] = 6, ACTIONS(5), 1, sym_comment, + ACTIONS(4071), 1, + anon_sym_COMMA, + STATE(2171), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3150), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3152), 50, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [80370] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4017), 1, + anon_sym_COMMA, + STATE(2145), 1, + aux_sym_keywords_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3263), 4, + ACTIONS(3150), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3265), 51, + ACTIONS(3152), 50, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -226075,19 +223331,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [86269] = 4, + [80442] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3093), 2, + ACTIONS(3844), 1, + anon_sym_LPAREN, + STATE(1997), 1, + sym__call_arguments_with_parentheses, + ACTIONS(2940), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3095), 52, + ACTIONS(2942), 51, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -226096,7 +223357,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -226140,17 +223400,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [86336] = 4, + [80514] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3333), 2, + ACTIONS(3844), 1, + anon_sym_LPAREN, + STATE(1994), 1, + sym__call_arguments_with_parentheses, + ACTIONS(2940), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3335), 52, + ACTIONS(2942), 51, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -226159,7 +223423,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -226203,784 +223466,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [86403] = 4, + [80586] = 27, ACTIONS(5), 1, sym_comment, - ACTIONS(3275), 2, - sym__not_in, + ACTIONS(3387), 1, anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3277), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, + ACTIONS(4075), 1, anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, + ACTIONS(4079), 1, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, + ACTIONS(4087), 1, anon_sym_when, + ACTIONS(4089), 1, anon_sym_COLON_COLON, + ACTIONS(4091), 1, anon_sym_EQ_GT, + ACTIONS(4093), 1, anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, + ACTIONS(4103), 1, anon_sym_in, + ACTIONS(4105), 1, anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, + ACTIONS(4109), 1, anon_sym_STAR_STAR, + ACTIONS(4111), 1, anon_sym_DOT, - [86470] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3269), 2, + ACTIONS(4113), 1, sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3271), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [86537] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3255), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3257), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [86604] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3245), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3247), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [86671] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3139), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3141), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [86738] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3135), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3137), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [86805] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3131), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3133), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [86872] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3127), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3129), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [86939] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3119), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3121), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [87006] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3115), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3117), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [87073] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3097), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3099), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [87140] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3287), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3289), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [87207] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4053), 1, - anon_sym_COMMA, - STATE(2416), 1, + STATE(2220), 1, aux_sym__items_with_trailing_separator_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3397), 4, + ACTIONS(3268), 2, sym__newline_before_do, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3399), 49, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4085), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4095), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4097), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3270), 4, anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [80700] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3844), 1, + anon_sym_LPAREN, + STATE(1993), 1, + sym__call_arguments_with_parentheses, + ACTIONS(2940), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2942), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -227023,82 +223619,280 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - anon_sym_do, - [87278] = 25, + [80772] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3714), 1, - anon_sym_PIPE, - ACTIONS(3724), 1, - anon_sym_when, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - ACTIONS(3728), 1, - anon_sym_EQ_GT, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(4055), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, + ACTIONS(4115), 1, + anon_sym_LPAREN, + STATE(2915), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3716), 2, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3722), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(3732), 3, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(3734), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [80844] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4115), 1, + anon_sym_LPAREN, + STATE(2911), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [80916] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4115), 1, + anon_sym_LPAREN, + STATE(2910), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [80988] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3678), 1, + aux_sym__terminator_token1, + ACTIONS(3748), 1, + anon_sym_PIPE, + ACTIONS(3758), 1, + anon_sym_when, + ACTIONS(3760), 1, + anon_sym_COLON_COLON, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3756), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(4057), 6, + ACTIONS(3680), 7, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - ACTIONS(3738), 9, + ACTIONS(3772), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -227108,7344 +223902,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [87387] = 4, + [81098] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3014), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3016), 50, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, + ACTIONS(4071), 1, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [87454] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3006), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3008), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [87521] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3502), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [87590] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3558), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [87659] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3554), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [87728] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3552), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [87797] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3550), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [87866] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4059), 1, - anon_sym_COMMA, - STATE(2254), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [87937] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3548), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88006] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3513), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88075] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3517), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88144] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3524), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88213] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3546), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88282] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3519), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88351] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3511), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88420] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3509), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88489] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3221), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3223), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88556] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88623] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88690] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88757] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [88824] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 23, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_DASH_GT, - anon_sym_do, - [88915] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 38, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - anon_sym_do, - [88996] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 38, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - anon_sym_do, - [89077] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_DASH_GT, - anon_sym_do, - [89164] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2607), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2609), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [89231] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 18, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_DASH_GT, - anon_sym_do, - [89324] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 15, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_DASH_GT, - anon_sym_do, - [89419] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3966), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 11, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_DASH_GT, - anon_sym_do, - [89518] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3962), 1, - anon_sym_EQ_GT, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3966), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_do, - [89619] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3946), 1, - anon_sym_PIPE, - ACTIONS(3960), 1, - anon_sym_COLON_COLON, - ACTIONS(3962), 1, - anon_sym_EQ_GT, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3966), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [89724] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3946), 1, - anon_sym_PIPE, - ACTIONS(3958), 1, - anon_sym_when, - ACTIONS(3960), 1, - anon_sym_COLON_COLON, - ACTIONS(3962), 1, - anon_sym_EQ_GT, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3966), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [89831] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3946), 1, - anon_sym_PIPE, - ACTIONS(3958), 1, - anon_sym_when, - ACTIONS(3960), 1, - anon_sym_COLON_COLON, - ACTIONS(3962), 1, - anon_sym_EQ_GT, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3966), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [89938] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 47, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_DASH_GT, - anon_sym_do, - [90013] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 39, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_DASH_GT, - anon_sym_do, - [90092] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_DASH_GT, - anon_sym_do, - [90165] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [90232] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3946), 1, - anon_sym_PIPE, - ACTIONS(3962), 1, - anon_sym_EQ_GT, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3966), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [90335] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 27, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DASH_GT, - anon_sym_do, - [90424] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_DASH_GT, - anon_sym_do, - [90507] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3946), 1, - anon_sym_PIPE, - ACTIONS(3958), 1, - anon_sym_when, - ACTIONS(3960), 1, - anon_sym_COLON_COLON, - ACTIONS(3962), 1, - anon_sym_EQ_GT, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3407), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3956), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3966), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3409), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [90616] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [90683] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [90750] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [90817] = 27, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4064), 1, - anon_sym_PIPE, - ACTIONS(4068), 1, - anon_sym_COMMA, - ACTIONS(4076), 1, - anon_sym_when, - ACTIONS(4078), 1, - anon_sym_COLON_COLON, - ACTIONS(4080), 1, - anon_sym_EQ_GT, - ACTIONS(4082), 1, - anon_sym_EQ, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - STATE(2477), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3341), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4074), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3343), 3, - anon_sym_SEMI, - anon_sym_do, - anon_sym_end, - ACTIONS(4084), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4086), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [90930] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3193), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [90997] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3177), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3179), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [91064] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3161), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [91131] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_do, - [91214] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 27, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_do, - [91303] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(3997), 1, - anon_sym_PIPE, - ACTIONS(4013), 1, - anon_sym_EQ_GT, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4017), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4019), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4021), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [91406] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4104), 1, - anon_sym_COMMA, - STATE(2254), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3155), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3157), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [91477] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 49, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_do, - [91550] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 39, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_do, - [91629] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 47, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_do, - [91704] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(3997), 1, - anon_sym_PIPE, - ACTIONS(4009), 1, - anon_sym_when, - ACTIONS(4011), 1, - anon_sym_COLON_COLON, - ACTIONS(4013), 1, - anon_sym_EQ_GT, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4017), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4019), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4021), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [91811] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(3997), 1, - anon_sym_PIPE, - ACTIONS(4009), 1, - anon_sym_when, - ACTIONS(4011), 1, - anon_sym_COLON_COLON, - ACTIONS(4013), 1, - anon_sym_EQ_GT, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4017), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4019), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4021), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [91918] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3151), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3153), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [91985] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(3997), 1, - anon_sym_PIPE, - ACTIONS(4011), 1, - anon_sym_COLON_COLON, - ACTIONS(4013), 1, - anon_sym_EQ_GT, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4017), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4019), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4021), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_do, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [92090] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4013), 1, - anon_sym_EQ_GT, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4017), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4019), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4021), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - [92191] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4017), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4019), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4021), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 11, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_do, - [92290] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4019), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4021), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 15, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_do, - [92385] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4021), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 18, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_do, - [92478] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4023), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 23, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_do, - [92569] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_do, - [92656] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 38, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - [92737] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 38, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - [92818] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3714), 1, - anon_sym_PIPE, - ACTIONS(3724), 1, - anon_sym_when, - ACTIONS(3726), 1, - anon_sym_COLON_COLON, - ACTIONS(3728), 1, - anon_sym_EQ_GT, - ACTIONS(3730), 1, - anon_sym_EQ, - ACTIONS(3740), 1, - anon_sym_in, - ACTIONS(3742), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3744), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3746), 1, - anon_sym_STAR_STAR, - ACTIONS(3748), 1, - anon_sym_DOT, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3752), 1, - sym__not_in, - ACTIONS(4106), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3716), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3720), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3722), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3732), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3734), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3712), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3736), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3718), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4108), 6, - anon_sym_SEMI, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - ACTIONS(3738), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [92927] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3416), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_do, - [92998] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3077), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3079), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93065] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3083), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93132] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2966), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2968), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [93199] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3085), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3087), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93266] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2966), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2968), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [93333] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3287), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93400] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3097), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3099), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93467] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93536] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93605] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3115), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3117), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93672] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3119), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3121), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93739] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3127), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3129), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93806] = 27, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3341), 1, - sym__newline_before_do, - ACTIONS(4112), 1, - anon_sym_PIPE, - ACTIONS(4116), 1, - anon_sym_COMMA, - ACTIONS(4124), 1, - anon_sym_when, - ACTIONS(4126), 1, - anon_sym_COLON_COLON, - ACTIONS(4128), 1, - anon_sym_EQ_GT, - ACTIONS(4130), 1, - anon_sym_EQ, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - STATE(2559), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4122), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3343), 3, - anon_sym_RPAREN, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(4132), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [93919] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3131), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3133), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [93986] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - ACTIONS(4154), 1, - sym__newline_before_do, - STATE(3657), 1, - sym_do_block, - ACTIONS(2970), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2972), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [94059] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - ACTIONS(4156), 1, - sym__newline_before_do, - STATE(3768), 1, - sym_do_block, - ACTIONS(2980), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2982), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [94132] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - ACTIONS(4158), 1, - sym__newline_before_do, - STATE(3767), 1, - sym_do_block, - ACTIONS(2980), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2982), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [94205] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - ACTIONS(4160), 1, - sym__newline_before_do, - STATE(3765), 1, - sym_do_block, - ACTIONS(2992), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2994), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [94278] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - ACTIONS(4162), 1, - sym__newline_before_do, - STATE(3764), 1, - sym_do_block, - ACTIONS(2980), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2982), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [94351] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3135), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [94418] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3139), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3141), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [94485] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3946), 1, - anon_sym_PIPE, - ACTIONS(3958), 1, - anon_sym_when, - ACTIONS(3960), 1, - anon_sym_COLON_COLON, - ACTIONS(3962), 1, - anon_sym_EQ_GT, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3526), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3956), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3966), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3528), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [94594] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3245), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [94661] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [94728] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3068), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_do, - [94799] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACK2, - ACTIONS(3946), 1, - anon_sym_PIPE, - ACTIONS(3958), 1, - anon_sym_when, - ACTIONS(3960), 1, - anon_sym_COLON_COLON, - ACTIONS(3962), 1, - anon_sym_EQ_GT, - ACTIONS(3964), 1, - anon_sym_EQ, - ACTIONS(3974), 1, - anon_sym_in, - ACTIONS(3976), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3978), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3980), 1, - anon_sym_STAR_STAR, - ACTIONS(3982), 1, - anon_sym_DOT, - ACTIONS(3984), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3530), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(3948), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3954), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3956), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3966), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3968), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3944), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3532), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(3970), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3952), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3972), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [94908] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [94975] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [95042] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [95109] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3275), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [95176] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3333), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [95243] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3093), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [95310] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3393), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3395), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [95377] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3403), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3405), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [95444] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4104), 1, - anon_sym_COMMA, - STATE(2298), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3422), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3424), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [95515] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3030), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3032), 50, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [95582] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3259), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3261), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [95649] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3263), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3265), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [95716] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4164), 1, - anon_sym_COMMA, - STATE(2354), 1, + STATE(2349), 1, aux_sym_keywords_repeat1, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3070), 3, + ACTIONS(3164), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3072), 49, + ACTIONS(3166), 50, anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -234491,27 +223966,11596 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [95787] = 6, + [81170] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(4167), 1, - anon_sym_COMMA, STATE(2485), 1, - aux_sym_keywords_repeat1, + sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3155), 5, + ACTIONS(2946), 5, sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3157), 48, + ACTIONS(2948), 50, anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81240] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(2523), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2952), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2954), 50, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81310] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3503), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3505), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81378] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3507), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3509), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81446] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3511), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3513), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81514] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3515), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3517), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81582] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3519), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3521), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81650] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3523), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3525), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81718] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3519), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3521), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81786] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3519), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3521), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81854] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3550), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3552), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81922] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3554), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3556), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [81990] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3558), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3560), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82058] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3562), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3564), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82126] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3566), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3568), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82194] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3570), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3572), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82262] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82330] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82398] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82466] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82534] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82602] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82670] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82738] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82806] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82874] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [82942] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83010] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83078] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83146] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83214] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83282] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83350] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83418] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83486] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83554] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83622] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3499), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3501), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83690] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3495), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3497), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [83758] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [83826] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [83894] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [83962] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [84030] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3578), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3580), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [84098] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3332), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3334), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [84166] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + ACTIONS(4117), 1, + sym__newline_before_do, + STATE(3799), 1, + sym_do_block, + ACTIONS(2946), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2948), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [84240] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3485), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3487), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [84308] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3485), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3487), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [84376] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3332), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3334), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [84444] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4119), 1, + anon_sym_COMMA, + STATE(2150), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3238), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3240), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [84516] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3332), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3334), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [84584] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [84652] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3467), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [84720] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3477), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3479), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [84788] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [84856] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + ACTIONS(4121), 1, + sym__newline_before_do, + STATE(3929), 1, + sym_do_block, + ACTIONS(2952), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2954), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [84930] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3469), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3471), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [84998] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [85070] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3467), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85138] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3467), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85206] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3461), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3463), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85274] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3453), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3455), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85342] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3449), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3451), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85410] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3445), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3447), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85478] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3437), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3439), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85546] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3417), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3419), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85614] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3433), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3435), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85682] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3425), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85750] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(3423), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [85822] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3425), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85890] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3425), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [85958] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3018), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3020), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [86026] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3409), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3411), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [86094] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 39, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [86178] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 29, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [86268] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3748), 1, + anon_sym_PIPE, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 11, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [86372] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [86446] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 41, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [86526] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3467), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [86602] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3748), 1, + anon_sym_PIPE, + ACTIONS(3758), 1, + anon_sym_when, + ACTIONS(3760), 1, + anon_sym_COLON_COLON, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [86710] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3748), 1, + anon_sym_PIPE, + ACTIONS(3758), 1, + anon_sym_when, + ACTIONS(3760), 1, + anon_sym_COLON_COLON, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [86818] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3748), 1, + anon_sym_PIPE, + ACTIONS(3760), 1, + anon_sym_COLON_COLON, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [86924] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 12, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [87026] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 13, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [87126] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 17, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [87222] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 20, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [87316] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 25, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [87408] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3318), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [87476] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(3316), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [87548] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3318), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [87616] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3318), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [87684] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3312), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3314), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [87752] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3308), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3310), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [87820] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3304), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3306), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [87888] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3292), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3294), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [87956] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3074), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3076), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [88024] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3138), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3140), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [88092] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3288), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3290), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [88160] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3288), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3290), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [88228] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 38, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [88316] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 40, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [88398] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 40, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [88480] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [88548] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3200), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [88618] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3541), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [88688] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3539), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [88758] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3537), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [88828] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3535), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [88898] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3533), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [88968] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3531), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89038] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3529), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89108] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3527), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89178] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3491), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89248] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3481), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89318] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3473), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89388] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3431), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89458] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3429), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89528] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3427), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89598] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3421), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89668] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3415), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89738] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3407), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89808] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3405), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89878] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3399), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [89948] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3214), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3216), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90016] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3214), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3216), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90084] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3214), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3216), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90152] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3180), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3182), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90220] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3180), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3182), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90288] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3030), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3032), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90356] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3036), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3038), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90424] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3036), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3038), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90492] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3030), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3032), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90560] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3146), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3148), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90628] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3574), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3576), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90696] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3276), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3278), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [90764] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [90832] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [90900] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3226), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3228), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [90968] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91036] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91104] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3210), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91172] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91240] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91308] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91376] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3184), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3186), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91444] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3176), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3178), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91512] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3172), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3174), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91580] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3168), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3170), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91648] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3156), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3158), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91716] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3134), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3136), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91784] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91852] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3126), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3128), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91920] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [91988] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92056] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92124] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92192] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3106), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3108), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92260] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3102), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3104), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92328] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3098), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3100), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92396] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3094), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3096), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92464] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92532] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3086), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3088), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92600] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92668] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92736] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3264), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3266), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92804] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92872] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [92940] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3336), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3338), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93008] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3328), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3330), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93076] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3324), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3326), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93144] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3320), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3322), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93212] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3300), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3302), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93280] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3296), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3298), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93348] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93416] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93484] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93552] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93620] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93688] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4123), 1, + anon_sym_COMMA, + STATE(2349), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3160), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3162), 50, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -234559,17 +235603,403 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [95858] = 4, + [93760] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3283), 2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3160), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3162), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [93828] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93896] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [93964] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4126), 1, + anon_sym_COMMA, + STATE(2353), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3543), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3545), 50, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [94036] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [94104] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 52, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [94172] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3206), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3285), 52, + ACTIONS(3208), 52, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -234622,17 +236052,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [95925] = 4, + [94239] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3279), 2, - sym__not_in, - anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3281), 52, + ACTIONS(2611), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 51, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -234641,6 +236072,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [94306] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, @@ -234685,25 +236177,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [95992] = 5, + anon_sym_do, + [94373] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4129), 1, + anon_sym_COMMA, + STATE(2507), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3238), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3240), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [94444] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3515), 1, - aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(3086), 5, sym__newline_before_do, sym__not_in, + ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 50, + ACTIONS(3088), 50, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -234748,26 +236306,153 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, + [94511] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [94578] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4131), 1, + anon_sym_COMMA, + STATE(2362), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3160), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3162), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, anon_sym_end, - [96061] = 5, + [94649] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3507), 1, - aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(3395), 5, sym__newline_before_do, sym__not_in, + ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 50, + ACTIONS(3397), 50, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -234812,784 +236497,218 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, + [94716] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [94783] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [94850] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4134), 1, + anon_sym_COMMA, + STATE(2362), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, anon_sym_end, - [96130] = 4, + [94921] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [96197] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [96264] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [96331] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [96398] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [96465] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [96532] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4169), 1, + ACTIONS(4134), 1, anon_sym_COMMA, STATE(2366), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3407), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3409), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [96603] = 4, - ACTIONS(5), 1, - sym_comment, + aux_sym_keywords_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3221), 5, + ACTIONS(3150), 4, sym__newline_before_do, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3223), 50, + ACTIONS(3152), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [96670] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [96737] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2595), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2597), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [96804] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2599), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2601), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [96871] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2603), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2605), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [96938] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -235634,2429 +236753,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_do, anon_sym_end, - [97005] = 4, + [94992] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3446), 2, + ACTIONS(4136), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3448), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [97072] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [97139] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3040), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3042), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [97206] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [97273] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [97340] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3534), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [97409] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3536), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [97478] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3540), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [97547] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3542), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [97616] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3544), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [97685] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3502), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [97754] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3558), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [97823] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3554), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [97892] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3552), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [97961] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3550), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98030] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3548), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98099] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3513), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98168] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3517), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98237] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3524), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98306] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3519), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98375] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3511), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98444] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3509), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98513] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3221), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3223), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98580] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98647] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98714] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98781] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98848] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [98915] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [98982] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [99049] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [99116] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3193), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [99183] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3177), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3179), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [99250] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2603), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2605), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [99317] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3177), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3179), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [99384] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3161), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [99451] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2966), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2968), 50, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [99518] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3151), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3153), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [99585] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2996), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2998), 52, - anon_sym_LPAREN, + ACTIONS(3198), 51, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -238108,47 +236817,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [99652] = 4, + [95061] = 25, ACTIONS(5), 1, sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4075), 1, + anon_sym_PIPE, + ACTIONS(4087), 1, + anon_sym_when, + ACTIONS(4089), 1, + anon_sym_COLON_COLON, + ACTIONS(4091), 1, + anon_sym_EQ_GT, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3077), 4, + ACTIONS(3543), 2, sym__newline_before_do, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3079), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, + ACTIONS(4077), 2, anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, + anon_sym_STAR, + ACTIONS(4083), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4085), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, + ACTIONS(4095), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, + ACTIONS(4097), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3545), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4099), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4101), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -238158,85 +236901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [99719] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4172), 1, - anon_sym_COMMA, - STATE(2486), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3397), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3399), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [99790] = 4, + [95170] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -238299,3765 +236964,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [99857] = 4, + [95237] = 25, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 4, + ACTIONS(3543), 1, sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3083), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [99924] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4174), 1, - anon_sym_COMMA, - STATE(2416), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3407), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3409), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [99995] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4177), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100064] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4179), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100133] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4181), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100202] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4183), 1, - anon_sym_LPAREN, - STATE(3105), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100273] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4185), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100342] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4187), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100411] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4183), 1, - anon_sym_LPAREN, - STATE(3104), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100482] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3085), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3087), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [100549] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4183), 1, - anon_sym_LPAREN, - STATE(3101), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100620] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4189), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100689] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3000), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3002), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [100756] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4191), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100825] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4193), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100894] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4195), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [100963] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4197), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [101032] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4199), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [101101] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4201), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [101170] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4203), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [101239] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4205), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [101308] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4207), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [101377] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4209), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [101446] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4211), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [101515] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3287), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [101582] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3097), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3099), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [101649] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3115), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3117), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [101716] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3119), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3121), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [101783] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3127), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3129), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [101850] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3131), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3133), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [101917] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3135), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [101984] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3139), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3141), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [102051] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3245), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [102118] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [102185] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [102252] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3275), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [102319] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [102386] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [102453] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3333), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [102520] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3093), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [102587] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [102654] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [102721] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4213), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [102790] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4215), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [102859] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4217), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [102928] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3393), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3395), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [102995] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3085), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3087), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [103062] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3081), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3083), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [103129] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3077), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3079), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [103196] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3151), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3153), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [103263] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3161), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3163), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [103330] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2891), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2942), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2944), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [103399] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3403), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3405), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [103466] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [103533] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [103600] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 6, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [103667] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(3000), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2938), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2940), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [103736] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 6, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [103803] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3526), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(3997), 1, - anon_sym_PIPE, - ACTIONS(4009), 1, - anon_sym_when, - ACTIONS(4011), 1, - anon_sym_COLON_COLON, - ACTIONS(4013), 1, - anon_sym_EQ_GT, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, ACTIONS(4029), 1, + anon_sym_PIPE, + ACTIONS(4041), 1, + anon_sym_when, + ACTIONS(4043), 1, + anon_sym_COLON_COLON, + ACTIONS(4045), 1, + anon_sym_EQ_GT, + ACTIONS(4047), 1, + anon_sym_EQ, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, + ACTIONS(4063), 1, anon_sym_STAR_STAR, - ACTIONS(4033), 1, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, sym__not_in, - ACTIONS(3999), 2, + ACTIONS(4031), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(4005), 2, + ACTIONS(4037), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4007), 2, + ACTIONS(4039), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4017), 3, + ACTIONS(4049), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4019), 3, + ACTIONS(4051), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3995), 4, + ACTIONS(4027), 4, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(3528), 5, + ACTIONS(3545), 5, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_COMMA, anon_sym_do, - ACTIONS(4021), 5, + ACTIONS(4053), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, + ACTIONS(4035), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(4023), 9, + ACTIONS(4055), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -242067,27 +237048,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [103912] = 6, + [95346] = 7, ACTIONS(5), 1, sym_comment, - ACTIONS(4219), 1, - anon_sym_COMMA, - STATE(2354), 1, - aux_sym_keywords_repeat1, + ACTIONS(622), 1, + anon_sym_do, + ACTIONS(4138), 1, + sym__newline_before_do, + STATE(4173), 1, + sym_do_block, + ACTIONS(3022), 2, + sym__not_in, + anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3155), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3157), 49, + ACTIONS(3024), 49, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -242131,274 +237114,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - anon_sym_do, - [103983] = 4, + [95419] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [104050] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3193), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [104117] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4221), 1, - anon_sym_COMMA, - STATE(2478), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3397), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3399), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [104188] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4223), 1, - anon_sym_COMMA, - STATE(2478), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3407), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3409), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [104259] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2607), 2, + ACTIONS(3044), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2609), 52, + ACTIONS(3046), 52, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -242407,7 +237134,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -242451,22 +237177,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [104326] = 6, + [95486] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(4226), 1, + ACTIONS(4140), 1, anon_sym_COMMA, - STATE(2480), 1, - aux_sym_keywords_repeat1, + STATE(2374), 1, + aux_sym__items_with_trailing_separator_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3070), 4, + ACTIONS(3543), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3072), 49, + ACTIONS(3545), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -242516,82 +237242,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_do, anon_sym_end, - [104397] = 4, + [95557] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3177), 5, + ACTIONS(2972), 5, sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3179), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [104464] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2956), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2958), 50, + ACTIONS(2974), 50, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LT, @@ -242642,84 +237305,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [104531] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2892), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [104600] = 4, + [95624] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3259), 5, + ACTIONS(3495), 4, sym__newline_before_do, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3261), 50, + ACTIONS(3497), 51, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -242769,593 +237368,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [104667] = 6, + [95691] = 7, ACTIONS(5), 1, sym_comment, - ACTIONS(4229), 1, - anon_sym_COMMA, - STATE(2485), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, + ACTIONS(622), 1, anon_sym_do, - [104738] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4232), 1, - anon_sym_COMMA, - STATE(2486), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3407), 5, + ACTIONS(4143), 1, sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3409), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [104809] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2885), 1, + STATE(4142), 1, sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2992), 5, - sym__newline_before_do, + ACTIONS(2962), 2, sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2994), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [104878] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3161), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [104945] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2859), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [105014] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2858), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [105083] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [105150] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2846), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2970), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2972), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [105219] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3407), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(3997), 1, - anon_sym_PIPE, - ACTIONS(4009), 1, - anon_sym_when, - ACTIONS(4011), 1, - anon_sym_COLON_COLON, - ACTIONS(4013), 1, - anon_sym_EQ_GT, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4025), 1, - anon_sym_in, - ACTIONS(4027), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4029), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4031), 1, - anon_sym_STAR_STAR, - ACTIONS(4033), 1, - sym__not_in, - ACTIONS(3999), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4005), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4007), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4017), 3, + ACTIONS(2964), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4019), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3995), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3409), 5, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4021), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4003), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4023), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -243365,25 +237422,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [105328] = 4, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [95764] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3077), 5, + ACTIONS(2968), 5, sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3079), 50, + ACTIONS(2970), 50, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -243428,112 +237497,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [105395] = 27, + [95831] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4237), 1, - anon_sym_PIPE, - ACTIONS(4241), 1, + ACTIONS(4145), 1, anon_sym_COMMA, - ACTIONS(4249), 1, - anon_sym_when, - ACTIONS(4251), 1, - anon_sym_COLON_COLON, - ACTIONS(4253), 1, - anon_sym_EQ_GT, - ACTIONS(4255), 1, - anon_sym_EQ, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - STATE(2245), 1, + STATE(2374), 1, aux_sym__items_with_trailing_separator_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3341), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4247), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3343), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_do, - ACTIONS(4257), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [105508] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 5, + ACTIONS(3238), 4, sym__newline_before_do, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3083), 50, + ACTIONS(3240), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -243577,2118 +237561,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [105575] = 6, + anon_sym_end, + [95902] = 27, ACTIONS(5), 1, sym_comment, + ACTIONS(4149), 1, + anon_sym_PIPE, + ACTIONS(4153), 1, + anon_sym_COMMA, + ACTIONS(4161), 1, + anon_sym_when, + ACTIONS(4163), 1, + anon_sym_COLON_COLON, + ACTIONS(4165), 1, + anon_sym_EQ_GT, ACTIONS(4167), 1, - anon_sym_COMMA, - STATE(2355), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3422), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3424), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, + ACTIONS(4177), 1, anon_sym_in, + ACTIONS(4179), 1, anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, + ACTIONS(4183), 1, anon_sym_STAR_STAR, + ACTIONS(4185), 1, anon_sym_DOT, - anon_sym_do, - [105646] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3024), 2, - sym__not_in, + ACTIONS(4187), 1, anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3026), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [105715] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3279), 3, - sym__newline_before_do, + ACTIONS(4189), 1, sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3281), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [105782] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3018), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3020), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [105851] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - ACTIONS(4277), 1, - sym__newline_before_do, - STATE(3911), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [105924] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3085), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3087), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [105991] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - ACTIONS(4279), 1, - sym__newline_before_do, - STATE(3912), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2992), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2994), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [106064] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2599), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2601), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [106131] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3403), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3405), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106198] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3393), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3395), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106265] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3093), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3095), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106332] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3333), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3335), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106399] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3275), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3277), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106466] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3269), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3271), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106533] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3255), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3257), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106600] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3245), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3247), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106667] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3139), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3141), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106734] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3135), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3137), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106801] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3131), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3133), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106868] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3127), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3129), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [106935] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3119), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3121), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [107002] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3115), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3117), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [107069] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3097), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3099), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [107136] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3287), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3289), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [107203] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2595), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2597), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [107270] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [107337] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [107404] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2976), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2978), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [107471] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - ACTIONS(4281), 1, - sym__newline_before_do, - STATE(3947), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [107544] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - ACTIONS(4283), 1, - sym__newline_before_do, - STATE(3948), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2980), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2982), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [107617] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - ACTIONS(4285), 1, - sym__newline_before_do, - STATE(3951), 1, - sym_do_block, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2970), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2972), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [107690] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3000), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3002), 50, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [107757] = 27, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4289), 1, - anon_sym_PIPE, - ACTIONS(4293), 1, - anon_sym_COMMA, - ACTIONS(4301), 1, - anon_sym_when, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_EQ_GT, - ACTIONS(4307), 1, - anon_sym_EQ, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - STATE(2413), 1, + STATE(2389), 1, aux_sym__items_with_trailing_separator_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3343), 2, + ACTIONS(3270), 2, anon_sym_SEMI, anon_sym_do, - ACTIONS(4291), 2, + ACTIONS(4151), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(4297), 2, + ACTIONS(4157), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4299), 2, + ACTIONS(4159), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(3341), 3, + ACTIONS(3268), 3, sym__newline_before_do, ts_builtin_sym_end, aux_sym__terminator_token1, - ACTIONS(4309), 3, + ACTIONS(4169), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4311), 3, + ACTIONS(4171), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(4287), 4, + ACTIONS(4147), 4, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4313), 5, + ACTIONS(4173), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, + ACTIONS(4155), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(4315), 9, + ACTIONS(4175), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -245698,972 +237648,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [107870] = 4, + [96015] = 7, ACTIONS(5), 1, sym_comment, + ACTIONS(533), 1, + anon_sym_do, + ACTIONS(4191), 1, + sym__newline_before_do, + STATE(4236), 1, + sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3279), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [107937] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [108004] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 6, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [108071] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 6, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [108138] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4219), 1, - anon_sym_COMMA, - STATE(2474), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3422), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3424), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108209] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3085), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3087), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108276] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3081), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3083), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108343] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3077), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3079), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108410] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3151), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3153), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108477] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3161), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3163), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108544] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3177), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3179), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108611] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3193), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3195), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108678] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3241), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3243), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108745] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3426), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3428), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108812] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3442), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3444), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [108879] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3151), 5, - sym__newline_before_do, + ACTIONS(3022), 4, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3153), 50, + ACTIONS(3024), 48, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -246707,589 +237714,347 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - anon_sym_do, - [108946] = 4, + [96088] = 7, ACTIONS(5), 1, sym_comment, + ACTIONS(533), 1, + anon_sym_do, + ACTIONS(4193), 1, + sym__newline_before_do, + STATE(4240), 1, + sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3263), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [109013] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 51, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - anon_sym_end, - [109080] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [109147] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3446), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3448), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [109214] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3476), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3478), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [109281] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3143), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3145), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [109348] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3111), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3113), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [109415] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3123), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3125), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [109482] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3221), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3223), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [109549] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3058), 5, - sym__newline_before_do, + ACTIONS(2962), 4, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3060), 50, + ACTIONS(2964), 48, anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [96161] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(533), 1, + anon_sym_do, + ACTIONS(4195), 1, + sym__newline_before_do, + STATE(4354), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [96234] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(533), 1, + anon_sym_do, + ACTIONS(4197), 1, + sym__newline_before_do, + STATE(4298), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3018), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3020), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [96307] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(533), 1, + anon_sym_do, + ACTIONS(4199), 1, + sym__newline_before_do, + STATE(4315), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [96380] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2627), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2629), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [96447] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2958), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2960), 51, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -247336,9 +238101,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [109616] = 4, + [96514] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -247401,149 +238167,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [109683] = 4, + [96581] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3259), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3261), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, + ACTIONS(4201), 1, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [109750] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3036), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3038), 50, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [109817] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4331), 1, - anon_sym_COMMA, - STATE(2366), 1, + STATE(2510), 1, aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3397), 3, + ACTIONS(3238), 5, sym__newline_before_do, sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3399), 49, - anon_sym_RPAREN, + ACTIONS(3240), 48, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -247589,22 +238230,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [109888] = 4, + [96652] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3050), 5, + ACTIONS(3070), 5, sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3052), 50, + ACTIONS(3072), 50, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LT, @@ -247655,1363 +238295,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [109955] = 4, + [96719] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3403), 5, - sym__newline_before_do, + ACTIONS(2631), 2, sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3405), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [110022] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4333), 1, - aux_sym_sigil_token3, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, + ACTIONS(2633), 52, anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110091] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4335), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110160] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4337), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110229] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4339), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110298] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4341), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110367] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4343), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110436] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4345), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110505] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4347), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110574] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4349), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110643] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4351), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110712] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4353), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110781] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4355), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110850] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4357), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110919] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4359), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [110988] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4361), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [111057] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4363), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [111126] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4365), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [111195] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4367), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [111264] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4369), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [111333] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4371), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [111402] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3393), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3395), 50, - anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -249060,19 +238358,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - anon_sym_do, - [111469] = 4, + [96786] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(4203), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2607), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 51, + ACTIONS(3198), 51, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -249124,208 +238422,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [111536] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2595), 4, - sym__newline_before_do, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [111603] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2599), 4, - sym__newline_before_do, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [111670] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2603), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [111737] = 4, + [96855] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3093), 5, + ACTIONS(3098), 5, sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3095), 50, + ACTIONS(3100), 50, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -249376,19 +238485,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [111804] = 4, + [96922] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3333), 5, + ACTIONS(3102), 5, sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3335), 50, + ACTIONS(3104), 50, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -249439,82 +238548,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [111871] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3263), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3265), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [111938] = 4, + [96989] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3275), 5, + ACTIONS(3106), 5, sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3277), 50, + ACTIONS(3108), 50, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -249565,153 +238611,786 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [112005] = 4, + [97056] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, + ACTIONS(4205), 1, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [112072] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [112139] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4373), 1, - anon_sym_COMMA, - STATE(2607), 1, + STATE(2396), 1, aux_sym_keywords_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3422), 4, + ACTIONS(3160), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3424), 49, + ACTIONS(3162), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [97127] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 50, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [97194] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [97261] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [97328] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4208), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [97397] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3748), 1, + anon_sym_PIPE, + ACTIONS(3758), 1, + anon_sym_when, + ACTIONS(3760), 1, + anon_sym_COLON_COLON, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(4210), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3756), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4212), 6, + anon_sym_SEMI, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [97506] = 27, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4216), 1, + anon_sym_PIPE, + ACTIONS(4220), 1, + anon_sym_COMMA, + ACTIONS(4228), 1, + anon_sym_when, + ACTIONS(4230), 1, + anon_sym_COLON_COLON, + ACTIONS(4232), 1, + anon_sym_EQ_GT, + ACTIONS(4234), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + STATE(2379), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3268), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4226), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3270), 3, + anon_sym_SEMI, + anon_sym_do, + anon_sym_end, + ACTIONS(4236), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [97619] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2958), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2960), 50, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [97686] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [97753] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3044), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3046), 50, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [97820] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3748), 1, + anon_sym_PIPE, + ACTIONS(3758), 1, + anon_sym_when, + ACTIONS(3760), 1, + anon_sym_COLON_COLON, + ACTIONS(3762), 1, + anon_sym_EQ_GT, + ACTIONS(3764), 1, + anon_sym_EQ, + ACTIONS(3774), 1, + anon_sym_in, + ACTIONS(3776), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3778), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3780), 1, + anon_sym_STAR_STAR, + ACTIONS(3782), 1, + anon_sym_DOT, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3786), 1, + sym__not_in, + ACTIONS(4256), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3750), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3754), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3756), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3766), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3768), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3746), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3770), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3752), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4258), 6, + anon_sym_SEMI, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + ACTIONS(3772), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [97929] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -249756,19 +239435,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT, anon_sym_do, anon_sym_end, - [112210] = 4, + [97996] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3245), 5, + ACTIONS(2627), 4, sym__newline_before_do, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3247), 50, + ACTIONS(2629), 51, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -249819,1936 +239497,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [112277] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3139), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3141), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [112344] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2956), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2958), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [112411] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3135), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [112478] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2599), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [112545] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2595), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [112612] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4375), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [112681] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4377), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [112750] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4379), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [112819] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4381), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [112888] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2603), 4, - sym__newline_before_do, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [112955] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2607), 4, - sym__newline_before_do, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [113022] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3283), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3285), 51, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [113089] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4373), 1, - anon_sym_COMMA, - STATE(2480), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3155), 4, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3157), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, anon_sym_end, - [113160] = 5, + [98063] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4383), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113229] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4385), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113298] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4387), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113367] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4389), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113436] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4391), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113505] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4393), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113574] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4395), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113643] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4397), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113712] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4399), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113781] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4401), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113850] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4403), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113919] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4405), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [113988] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4407), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [114057] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4409), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [114126] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3193), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3195), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [114193] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4411), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [114262] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4413), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [114331] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3058), 3, + ACTIONS(3126), 5, sym__newline_before_do, sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3060), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(3128), 50, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -251791,24 +239559,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [114398] = 4, + [98130] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3241), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(2623), 4, + sym__newline_before_do, + sym__not_in, aux_sym__terminator_token1, - ACTIONS(3243), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, + anon_sym_LBRACK2, + ACTIONS(2625), 51, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -251857,133 +239622,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [114465] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3426), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3428), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [114532] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3442), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3444), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [114599] = 4, + anon_sym_do, + anon_sym_end, + [98197] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, @@ -252046,460 +239687,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [114666] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3036), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3038), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [114733] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3050), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3052), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [114800] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3006), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3008), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [114867] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2996), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2998), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [114934] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3000), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3002), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [115001] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3030), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3032), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [115068] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3014), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3016), 51, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [115135] = 4, + [98264] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3131), 5, + ACTIONS(2980), 5, sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3133), 50, + ACTIONS(2982), 50, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [98331] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 50, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -252550,19 +239813,2873 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [115202] = 4, + [98398] = 4, ACTIONS(5), 1, sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [98465] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_do, + [98536] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 38, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_DASH_GT, + anon_sym_do, + [98617] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 38, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_DASH_GT, + anon_sym_do, + [98698] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_DASH_GT, + anon_sym_do, + [98785] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 23, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_DASH_GT, + anon_sym_do, + [98876] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 18, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_DASH_GT, + anon_sym_do, + [98969] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4097), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 15, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_DASH_GT, + anon_sym_do, + [99064] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4095), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4097), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 11, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_DASH_GT, + anon_sym_do, + [99163] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4091), 1, + anon_sym_EQ_GT, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4095), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4097), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_do, + [99264] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4075), 1, + anon_sym_PIPE, + ACTIONS(4089), 1, + anon_sym_COLON_COLON, + ACTIONS(4091), 1, + anon_sym_EQ_GT, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4095), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4097), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [99369] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [99436] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [99503] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [99570] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [99637] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3134), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3136), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [99704] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4075), 1, + anon_sym_PIPE, + ACTIONS(4087), 1, + anon_sym_when, + ACTIONS(4089), 1, + anon_sym_COLON_COLON, + ACTIONS(4091), 1, + anon_sym_EQ_GT, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4095), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4097), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [99811] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4075), 1, + anon_sym_PIPE, + ACTIONS(4087), 1, + anon_sym_when, + ACTIONS(4089), 1, + anon_sym_COLON_COLON, + ACTIONS(4091), 1, + anon_sym_EQ_GT, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4095), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4097), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [99918] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [99985] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [100052] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3264), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3266), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [100119] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [100186] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 47, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_DASH_GT, + anon_sym_do, + [100261] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 39, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_DASH_GT, + anon_sym_do, + [100340] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_DASH_GT, + anon_sym_do, + [100413] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3156), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3158), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [100480] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4075), 1, + anon_sym_PIPE, + ACTIONS(4091), 1, + anon_sym_EQ_GT, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4095), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4097), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [100583] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 27, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DASH_GT, + anon_sym_do, + [100672] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_DASH_GT, + anon_sym_do, + [100755] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3272), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3274), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [100822] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3168), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3170), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [100889] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3172), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3174), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [100956] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101023] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101090] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101157] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3176), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3178), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101224] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3184), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3186), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101291] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101358] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101425] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101492] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3210), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101559] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101626] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3010), 3, + ACTIONS(3030), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3012), 51, - anon_sym_LPAREN, + ACTIONS(3032), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -252613,7 +242730,4678 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [115269] = 4, + [101695] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3036), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3038), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [101764] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [101831] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [101898] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [101965] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3226), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3228), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [102032] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4260), 1, + anon_sym_COMMA, + STATE(2396), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [102103] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [102170] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [102237] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3425), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_do, + [102308] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [102375] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3674), 1, + sym__newline_before_do, + ACTIONS(4029), 1, + anon_sym_PIPE, + ACTIONS(4041), 1, + anon_sym_when, + ACTIONS(4043), 1, + anon_sym_COLON_COLON, + ACTIONS(4045), 1, + anon_sym_EQ_GT, + ACTIONS(4047), 1, + anon_sym_EQ, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4039), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4049), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4051), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3676), 5, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4053), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [102484] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [102551] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [102618] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4262), 1, + anon_sym_COMMA, + STATE(2664), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3150), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3152), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [102689] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4264), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [102758] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4266), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [102827] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 6, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [102894] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4268), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [102963] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4270), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [103032] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4272), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [103101] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4274), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [103170] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [103237] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2984), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2986), 50, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [103304] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2988), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2990), 50, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [103371] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2992), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2994), 50, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [103438] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [103505] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4075), 1, + anon_sym_PIPE, + ACTIONS(4087), 1, + anon_sym_when, + ACTIONS(4089), 1, + anon_sym_COLON_COLON, + ACTIONS(4091), 1, + anon_sym_EQ_GT, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3678), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4085), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4095), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4097), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3680), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [103614] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4276), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [103683] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3004), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3006), 50, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [103750] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4278), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [103819] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4280), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [103888] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4282), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [103957] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4284), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [104026] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4286), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [104095] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [104162] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4288), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [104231] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4290), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [104300] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3296), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3298), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [104367] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3300), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3302), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [104434] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4292), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [104503] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3320), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3322), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [104570] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3324), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3326), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [104637] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4294), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [104706] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4296), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [104775] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2623), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [104842] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2619), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [104909] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3234), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3236), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [104976] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3230), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3232), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [105043] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3328), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3330), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [105110] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3336), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3338), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [105177] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4298), 1, + anon_sym_COMMA, + STATE(2507), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3543), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3545), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [105248] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3226), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3228), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [105315] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3222), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3224), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [105382] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4301), 1, + anon_sym_COMMA, + STATE(2510), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3543), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3545), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [105453] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [105520] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [105587] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3218), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3220), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [105654] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3210), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3212), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [105721] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 6, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [105788] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3206), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3208), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [105855] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 6, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [105922] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4304), 1, + anon_sym_COMMA, + STATE(2518), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3160), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3162), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [105993] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3202), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3204), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [106060] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3188), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3190), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [106127] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3184), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3186), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [106194] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3176), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3178), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [106261] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2998), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3000), 50, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [106328] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3172), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3174), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [106395] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3168), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3170), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [106462] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3156), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3158), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [106529] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3070), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3072), 52, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [106596] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3134), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3136), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [106663] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3130), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3132), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [106730] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3010), 2, @@ -252676,19 +247464,1891 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [115336] = 4, + [106797] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4307), 1, + anon_sym_COMMA, + STATE(2752), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3238), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3240), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [106868] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3127), 5, + ACTIONS(3074), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [106935] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3126), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3128), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [107002] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4309), 1, + anon_sym_COMMA, + STATE(2534), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3160), 5, sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3129), 50, + ACTIONS(3162), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [107073] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_do, + [107156] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 27, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_do, + [107245] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4029), 1, + anon_sym_PIPE, + ACTIONS(4045), 1, + anon_sym_EQ_GT, + ACTIONS(4047), 1, + anon_sym_EQ, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4049), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4051), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4053), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [107348] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3122), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3124), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [107415] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 49, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_do, + [107488] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 39, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_do, + [107567] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 47, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_do, + [107642] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4029), 1, + anon_sym_PIPE, + ACTIONS(4041), 1, + anon_sym_when, + ACTIONS(4043), 1, + anon_sym_COLON_COLON, + ACTIONS(4045), 1, + anon_sym_EQ_GT, + ACTIONS(4047), 1, + anon_sym_EQ, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4049), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4051), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4053), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [107749] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4029), 1, + anon_sym_PIPE, + ACTIONS(4041), 1, + anon_sym_when, + ACTIONS(4043), 1, + anon_sym_COLON_COLON, + ACTIONS(4045), 1, + anon_sym_EQ_GT, + ACTIONS(4047), 1, + anon_sym_EQ, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4049), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4051), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4053), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [107856] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3318), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_do, + [107927] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4029), 1, + anon_sym_PIPE, + ACTIONS(4043), 1, + anon_sym_COLON_COLON, + ACTIONS(4045), 1, + anon_sym_EQ_GT, + ACTIONS(4047), 1, + anon_sym_EQ, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4049), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4051), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4053), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_do, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [108032] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4045), 1, + anon_sym_EQ_GT, + ACTIONS(4047), 1, + anon_sym_EQ, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4049), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4051), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4053), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + [108133] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4047), 1, + anon_sym_EQ, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4049), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4051), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4053), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 11, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_do, + [108232] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4051), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4053), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 15, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_do, + [108327] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4053), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 18, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_do, + [108420] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 23, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_do, + [108511] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_do, + [108598] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 38, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + [108679] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 38, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + [108760] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + ACTIONS(4312), 1, + sym__newline_before_do, + STATE(4098), 1, + sym_do_block, + ACTIONS(2962), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2964), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [108833] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_LBRACK2, + ACTIONS(4075), 1, + anon_sym_PIPE, + ACTIONS(4087), 1, + anon_sym_when, + ACTIONS(4089), 1, + anon_sym_COLON_COLON, + ACTIONS(4091), 1, + anon_sym_EQ_GT, + ACTIONS(4093), 1, + anon_sym_EQ, + ACTIONS(4103), 1, + anon_sym_in, + ACTIONS(4105), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4107), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4109), 1, + anon_sym_STAR_STAR, + ACTIONS(4111), 1, + anon_sym_DOT, + ACTIONS(4113), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3674), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4077), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4083), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4085), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4095), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4097), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4073), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3676), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4099), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4081), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4101), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [108942] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3010), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3012), 50, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [109009] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 51, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -252739,19 +249399,405 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [115403] = 4, + anon_sym_end, + [109076] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + ACTIONS(4314), 1, + sym__newline_before_do, + STATE(4116), 1, + sym_do_block, + ACTIONS(3018), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3020), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [109149] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3118), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3120), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [109216] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3070), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3072), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [109283] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + ACTIONS(4316), 1, + sym__newline_before_do, + STATE(4160), 1, + sym_do_block, + ACTIONS(2962), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2964), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [109356] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3119), 5, + ACTIONS(3292), 4, sym__newline_before_do, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3121), 50, + ACTIONS(3294), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [109423] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4260), 1, + anon_sym_COMMA, + STATE(2462), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3150), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3152), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [109494] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 51, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -252802,19 +249848,397 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [115470] = 4, + anon_sym_end, + [109561] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3114), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3116), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [109628] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3110), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3112), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [109695] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3106), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3108), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [109762] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3102), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3104), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [109829] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3098), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3100), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [109896] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3094), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3096), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [109963] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3115), 5, + ACTIONS(3417), 4, sym__newline_before_do, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3117), 50, + ACTIONS(3419), 51, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -252865,19 +250289,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [115537] = 4, + anon_sym_end, + [110030] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3097), 5, + ACTIONS(3437), 4, sym__newline_before_do, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3099), 50, + ACTIONS(3439), 51, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -252928,7 +250352,5348 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [115604] = 4, + anon_sym_end, + [110097] = 27, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3268), 1, + sym__newline_before_do, + ACTIONS(4320), 1, + anon_sym_PIPE, + ACTIONS(4324), 1, + anon_sym_COMMA, + ACTIONS(4332), 1, + anon_sym_when, + ACTIONS(4334), 1, + anon_sym_COLON_COLON, + ACTIONS(4336), 1, + anon_sym_EQ_GT, + ACTIONS(4338), 1, + anon_sym_EQ, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + STATE(2359), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4330), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3270), 3, + anon_sym_RPAREN, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4340), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [110210] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3090), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3092), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [110277] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3086), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3088), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [110344] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3082), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3084), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [110411] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [110478] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3078), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3080), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [110545] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3395), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3397), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [110612] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3343), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3345), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [110679] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3391), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3393), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [110746] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3004), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3006), 52, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [110813] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2998), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3000), 52, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [110880] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3030), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3032), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [110949] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2627), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [111016] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2631), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [111083] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [111150] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3336), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3338), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [111217] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3328), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3330), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [111284] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3324), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3326), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [111351] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3320), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3322), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [111418] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3300), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3302), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [111485] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3401), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3403), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [111552] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3244), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3246), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [111619] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3248), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3250), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [111686] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3252), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3254), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [111753] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3256), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3258), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [111820] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3260), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3262), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [111887] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3264), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3266), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [111954] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3272), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3274), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112021] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3280), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3282), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112088] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3284), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3286), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112155] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3296), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3298), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [112222] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3296), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3298), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112289] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3300), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3302), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112356] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3320), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3322), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112423] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3324), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3326), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112490] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3328), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3330), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112557] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3336), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3338), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112624] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2631), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112691] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3499), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3501), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112758] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3495), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3497), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112825] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3437), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3439), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112892] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2627), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [112959] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3417), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3419), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [113026] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2611), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2613), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [113093] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3284), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3286), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [113160] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3280), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3282), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [113227] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3044), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3046), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [113294] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [113363] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2611), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2613), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [113430] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3272), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3274), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [113497] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2615), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2617), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [113564] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [113631] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [113698] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3264), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3266), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [113765] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3260), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3262), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [113832] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3256), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3258), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [113899] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 6, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [113966] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3252), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3254), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [114033] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3248), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3250), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [114100] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3244), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3246), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [114167] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3401), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3403), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [114234] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4362), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114303] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4364), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114372] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4366), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114441] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4368), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114510] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4370), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114579] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4372), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114648] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4374), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114717] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4376), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114786] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114855] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4378), 1, + anon_sym_COMMA, + STATE(2534), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114926] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4380), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [114995] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3292), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3294), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [115062] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4382), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115131] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4384), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115200] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4386), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115269] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4388), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115338] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4390), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115407] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4392), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115476] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4394), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115545] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4396), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115614] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4398), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115683] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4400), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115752] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4402), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [115821] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3014), 2, @@ -252991,19 +255756,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [115671] = 4, + [115888] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(4404), 1, + aux_sym_sigil_token3, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2956), 3, + ACTIONS(3196), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(2958), 51, - anon_sym_LPAREN, + ACTIONS(3198), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -253054,20 +255820,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [115738] = 5, + [115957] = 5, ACTIONS(5), 1, sym_comment, - STATE(2760), 1, - sym_do_block, + ACTIONS(4406), 1, + aux_sym_sigil_token3, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2980), 3, + ACTIONS(3196), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(2982), 50, + ACTIONS(3198), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -253118,20 +255884,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [115807] = 5, + [116026] = 5, ACTIONS(5), 1, sym_comment, - STATE(2759), 1, - sym_do_block, + ACTIONS(4408), 1, + aux_sym_sigil_token3, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2992), 3, + ACTIONS(3196), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(2994), 50, + ACTIONS(3198), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -253182,1906 +255948,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [115876] = 4, + [116095] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3287), 5, + ACTIONS(2623), 6, sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [115943] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2756), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2980), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2982), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [116012] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2755), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2980), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2982), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [116081] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(2752), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2970), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2972), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [116150] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3006), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3008), 50, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [116217] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3030), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3032), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [116284] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3040), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3042), 52, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [116351] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2996), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2998), 50, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [116418] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3221), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3223), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [116485] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3123), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3125), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [116552] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3111), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3113), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [116619] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3143), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3145), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [116686] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3476), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3478), 52, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [116753] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3526), 1, - sym__newline_before_do, - ACTIONS(4112), 1, - anon_sym_PIPE, - ACTIONS(4124), 1, - anon_sym_when, - ACTIONS(4126), 1, - anon_sym_COLON_COLON, - ACTIONS(4128), 1, - anon_sym_EQ_GT, - ACTIONS(4130), 1, - anon_sym_EQ, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4122), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4132), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3528), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [116861] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4415), 1, - anon_sym_COMMA, - STATE(3156), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3155), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3157), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [116931] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(3066), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_do, - [117001] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3068), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [117067] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [117133] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [117199] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3329), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3331), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [117265] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3530), 1, - sym__newline_before_do, - ACTIONS(4112), 1, - anon_sym_PIPE, - ACTIONS(4124), 1, - anon_sym_when, - ACTIONS(4126), 1, - anon_sym_COLON_COLON, - ACTIONS(4128), 1, - anon_sym_EQ_GT, - ACTIONS(4130), 1, - anon_sym_EQ, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4122), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4132), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3532), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [117373] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3068), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [117439] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3486), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3488), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [117505] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3490), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3492), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [117571] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3494), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3496), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [117637] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4289), 1, - anon_sym_PIPE, - ACTIONS(4301), 1, - anon_sym_when, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_EQ_GT, - ACTIONS(4307), 1, - anon_sym_EQ, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4299), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3407), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3409), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4309), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4311), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [117745] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3165), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3167), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [117811] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3169), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3171), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [117877] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3173), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3175), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [117943] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2603), 4, - sym__newline_before_do, - sym__not_in, aux_sym_quoted_keyword_token1, anon_sym_LBRACK2, - ACTIONS(2605), 49, + ACTIONS(2625), 49, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -255125,27156 +256011,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [118009] = 4, + [116162] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3173), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3175), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [118075] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3169), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3171), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [118141] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3169), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3171), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [118207] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2607), 4, + ACTIONS(2619), 6, sym__newline_before_do, sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, aux_sym_quoted_keyword_token1, anon_sym_LBRACK2, - ACTIONS(2609), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [118273] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [118339] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3438), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3440), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [118405] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [118471] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [118537] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3181), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3183), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [118603] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3498), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3500), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [118669] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2992), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2994), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [118735] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3498), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3500), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [118801] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [118867] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3416), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [118933] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3416), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [118999] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(3414), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_do, - [119069] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3416), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [119135] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3389), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3391), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [119201] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2599), 4, - sym__newline_before_do, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [119267] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2595), 4, - sym__newline_before_do, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [119333] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4417), 1, - anon_sym_COMMA, - STATE(2698), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3070), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3072), 48, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [119403] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4420), 1, - anon_sym_COMMA, - STATE(2698), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3155), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3157), 48, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [119473] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4420), 1, - anon_sym_COMMA, - STATE(2699), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3422), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3424), 48, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [119543] = 29, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9), 1, - aux_sym__terminator_token1, - ACTIONS(1565), 1, - ts_builtin_sym_end, - ACTIONS(4422), 1, - anon_sym_SEMI, - ACTIONS(4426), 1, - anon_sym_PIPE, - ACTIONS(4436), 1, - anon_sym_when, - ACTIONS(4438), 1, - anon_sym_COLON_COLON, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - STATE(407), 1, - sym__terminator, - STATE(1016), 1, - aux_sym__terminator_repeat1, - STATE(5013), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4434), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [119659] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3991), 1, - anon_sym_LPAREN, - STATE(2526), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [119729] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3418), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3420), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [119795] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3217), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3219), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [119861] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3213), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3215), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [119927] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3315), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3317), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [119993] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3319), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3321), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120059] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3323), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3325), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120125] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120191] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120257] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3329), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3331), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120323] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3329), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3331), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120389] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120455] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120521] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120587] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120653] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120719] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3991), 1, - anon_sym_LPAREN, - STATE(2525), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [120789] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3991), 1, - anon_sym_LPAREN, - STATE(2501), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [120859] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120925] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [120991] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [121057] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3494), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3496), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [121123] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3490), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3492), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [121189] = 29, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9), 1, - aux_sym__terminator_token1, - ACTIONS(1663), 1, - ts_builtin_sym_end, - ACTIONS(4426), 1, - anon_sym_PIPE, - ACTIONS(4436), 1, - anon_sym_when, - ACTIONS(4438), 1, - anon_sym_COLON_COLON, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(4466), 1, - anon_sym_SEMI, - STATE(396), 1, - sym__terminator, - STATE(1016), 1, - aux_sym__terminator_repeat1, - STATE(4989), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4434), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [121305] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3209), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3211), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [121371] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3205), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3207), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [121437] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3201), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3203), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [121503] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3486), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3488), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [121569] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [121635] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3189), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3191), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [121701] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3187), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [121767] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [121833] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3341), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3343), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [121899] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [121965] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [122031] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [122097] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3187), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [122163] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4289), 1, - anon_sym_PIPE, - ACTIONS(4301), 1, - anon_sym_when, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_EQ_GT, - ACTIONS(4307), 1, - anon_sym_EQ, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4299), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3530), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3532), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4309), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4311), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [122271] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3197), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3199), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [122337] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 50, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [122407] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [122473] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 4, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3068), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [122543] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [122609] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3237), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3239), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [122675] = 29, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3760), 1, - anon_sym_RPAREN, - ACTIONS(4472), 1, - aux_sym__terminator_token1, - ACTIONS(4475), 1, - anon_sym_SEMI, - ACTIONS(4480), 1, - anon_sym_PIPE, - ACTIONS(4490), 1, - anon_sym_when, - ACTIONS(4492), 1, - anon_sym_COLON_COLON, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - STATE(347), 1, - sym__terminator, - STATE(1022), 1, - aux_sym__terminator_repeat1, - STATE(4915), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4488), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [122791] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3438), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3440), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [122857] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_do, - [122927] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3197), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3199), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [122993] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3337), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3339), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123059] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3337), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3339), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123125] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3189), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3191), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123191] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3187), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123257] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - anon_sym_end, - [123327] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3169), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3171), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123393] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3169), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3171), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123459] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3173), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3175), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123525] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3337), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3339), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123591] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3173), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3175), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123657] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3169), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3171), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123723] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3165), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3167), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [123789] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3416), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - anon_sym_end, - [123859] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3068), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - anon_sym_end, - [123929] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2992), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2994), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [123995] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3416), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [124061] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3416), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [124127] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 4, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3416), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [124197] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3416), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [124263] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4518), 1, - anon_sym_COMMA, - STATE(2769), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3407), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3409), 48, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [124333] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [124399] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [124465] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [124531] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [124597] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [124663] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [124729] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [124795] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [124861] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [124927] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [124993] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4521), 1, - anon_sym_COMMA, - STATE(2769), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3397), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3399), 48, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [125063] = 27, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3341), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4525), 1, - anon_sym_PIPE, - ACTIONS(4529), 1, - anon_sym_COMMA, - ACTIONS(4537), 1, - anon_sym_when, - ACTIONS(4539), 1, - anon_sym_COLON_COLON, - ACTIONS(4541), 1, - anon_sym_EQ_GT, - ACTIONS(4543), 1, - anon_sym_EQ, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - STATE(2780), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3343), 2, - anon_sym_LBRACE, - anon_sym_do, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4535), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4545), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [125175] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3389), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3391), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [125241] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [125307] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [125373] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3217), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3219), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [125439] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3213), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3215), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [125505] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3209), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3211), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [125571] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3205), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3207), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [125637] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3201), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3203), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [125703] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [125769] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [125835] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [125901] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [125967] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126033] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126099] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126165] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126231] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126297] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126363] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3291), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3293), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126429] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3295), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3297), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126495] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3299), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3301), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126561] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3303), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3305), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126627] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3307), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3309), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126693] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_do, - [126775] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3329), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3331), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126841] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3311), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3313), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [126907] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [126973] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3430), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3432), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [127039] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3430), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3432), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [127105] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3018), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3020), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [127171] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3434), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3436), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [127237] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3430), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3432), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [127303] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3452), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3454), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [127369] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 25, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_do, - [127457] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4289), 1, - anon_sym_PIPE, - ACTIONS(4305), 1, - anon_sym_EQ_GT, - ACTIONS(4307), 1, - anon_sym_EQ, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4309), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4311), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [127559] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [127625] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3187), 47, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_do, - [127697] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_do, - [127775] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3187), 45, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_do, - [127849] = 29, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1295), 1, - anon_sym_RPAREN, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4480), 1, - anon_sym_PIPE, - ACTIONS(4490), 1, - anon_sym_when, - ACTIONS(4492), 1, - anon_sym_COLON_COLON, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(4563), 1, - aux_sym__terminator_token1, - ACTIONS(4566), 1, - anon_sym_SEMI, - STATE(350), 1, - sym__terminator, - STATE(1022), 1, - aux_sym__terminator_repeat1, - STATE(4974), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4488), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [127965] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4289), 1, - anon_sym_PIPE, - ACTIONS(4301), 1, - anon_sym_when, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_EQ_GT, - ACTIONS(4307), 1, - anon_sym_EQ, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4309), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4311), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [128071] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4289), 1, - anon_sym_PIPE, - ACTIONS(4301), 1, - anon_sym_when, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_EQ_GT, - ACTIONS(4307), 1, - anon_sym_EQ, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4309), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4311), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [128177] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4289), 1, - anon_sym_PIPE, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_EQ_GT, - ACTIONS(4307), 1, - anon_sym_EQ, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4309), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4311), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_do, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [128281] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4305), 1, - anon_sym_EQ_GT, - ACTIONS(4307), 1, - anon_sym_EQ, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4309), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4311), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [128381] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4307), 1, - anon_sym_EQ, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4309), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4311), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_do, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [128479] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4311), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 13, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_do, - [128573] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 16, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_do, - [128665] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 21, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_do, - [128755] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3237), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3239), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [128821] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3456), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3458), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [128887] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3460), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3462), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [128953] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3024), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3026), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [129019] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3464), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3466), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [129085] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3024), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3026), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [129151] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3018), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3020), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [129217] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [129283] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [129349] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - [129429] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - [129509] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 4, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [129579] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3197), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3199), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [129645] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [129711] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [129777] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3418), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3420), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [129843] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3189), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3191), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [129909] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3201), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3203), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [129975] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3205), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3207), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [130041] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3209), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3211), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [130107] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3323), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3325), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [130173] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3319), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3321), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [130239] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3315), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3317), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [130305] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3058), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3060), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [130371] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3054), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3056), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [130437] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3036), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3038), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [130503] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [130569] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3050), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3052), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [130635] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [130701] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [130767] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3403), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3405), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [130833] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3393), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3395), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [130899] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3093), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3095), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [130965] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3333), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3335), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131031] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3275), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3277), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131097] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3269), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3271), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131163] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3255), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3257), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131229] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3245), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3247), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131295] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131361] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3139), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3141), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131427] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3135), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3137), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131493] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3259), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3261), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [131559] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3263), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3265), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [131625] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3131), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3133), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131691] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3127), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3129), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131757] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3119), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3121), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131823] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3115), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3117), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [131889] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4237), 1, - anon_sym_PIPE, - ACTIONS(4249), 1, - anon_sym_when, - ACTIONS(4251), 1, - anon_sym_COLON_COLON, - ACTIONS(4253), 1, - anon_sym_EQ_GT, - ACTIONS(4255), 1, - anon_sym_EQ, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3530), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4247), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4257), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3532), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [131997] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3213), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3215), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [132063] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3068), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [132133] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3217), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3219), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [132199] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3279), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3281), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [132265] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3283), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3285), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [132331] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3097), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3099), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [132397] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3287), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3289), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [132463] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [132529] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3389), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3391), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [132595] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [132661] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 50, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [132731] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3403), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3405), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [132797] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [132863] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3014), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3016), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [132929] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [132995] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2992), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2994), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [133061] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3006), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3008), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [133127] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3165), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3167), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [133193] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3070), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3072), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [133259] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [133325] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3438), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3440), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [133391] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [133457] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2996), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2998), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [133523] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3000), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3002), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [133589] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [133655] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [133721] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 50, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [133791] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [133857] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [133923] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [133989] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3486), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3488), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [134055] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3490), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3492), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [134121] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3494), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3496), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [134187] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3416), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [134257] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3263), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3265), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [134323] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3259), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3261), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [134389] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [134455] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [134521] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [134587] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [134653] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3283), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3285), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [134719] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3279), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3281), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [134785] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [134851] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [134917] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [134983] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135049] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135115] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135181] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135247] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135313] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135379] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135445] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135511] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3085), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3087), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135577] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3081), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3083), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135643] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3077), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3079), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135709] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3151), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3153), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135775] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3161), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3163), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135841] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3177), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3179), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135907] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3193), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3195), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [135973] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3241), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3243), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [136039] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3426), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3428), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [136105] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3442), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3444), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [136171] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [136237] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3291), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3293), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [136303] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3498), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3500), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [136369] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3498), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3500), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [136435] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_DASH_GT, - anon_sym_do, - [136517] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 26, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DASH_GT, - anon_sym_do, - [136605] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4112), 1, - anon_sym_PIPE, - ACTIONS(4128), 1, - anon_sym_EQ_GT, - ACTIONS(4130), 1, - anon_sym_EQ, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4132), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [136707] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2934), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [136773] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_DASH_GT, - anon_sym_do, - [136845] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 38, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_DASH_GT, - anon_sym_do, - [136923] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 46, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_DASH_GT, - anon_sym_do, - [136997] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4112), 1, - anon_sym_PIPE, - ACTIONS(4124), 1, - anon_sym_when, - ACTIONS(4126), 1, - anon_sym_COLON_COLON, - ACTIONS(4128), 1, - anon_sym_EQ_GT, - ACTIONS(4130), 1, - anon_sym_EQ, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4132), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [137103] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4112), 1, - anon_sym_PIPE, - ACTIONS(4124), 1, - anon_sym_when, - ACTIONS(4126), 1, - anon_sym_COLON_COLON, - ACTIONS(4128), 1, - anon_sym_EQ_GT, - ACTIONS(4130), 1, - anon_sym_EQ, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4132), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [137209] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3295), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3297), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [137275] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4112), 1, - anon_sym_PIPE, - ACTIONS(4126), 1, - anon_sym_COLON_COLON, - ACTIONS(4128), 1, - anon_sym_EQ_GT, - ACTIONS(4130), 1, - anon_sym_EQ, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4132), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [137379] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4128), 1, - anon_sym_EQ_GT, - ACTIONS(4130), 1, - anon_sym_EQ, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4132), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [137479] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4130), 1, - anon_sym_EQ, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4132), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_DASH_GT, - anon_sym_do, - [137577] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 14, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_DASH_GT, - anon_sym_do, - [137671] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 17, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_DASH_GT, - anon_sym_do, - [137763] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 22, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_DASH_GT, - anon_sym_do, - [137853] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_DASH_GT, - anon_sym_do, - [137939] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - anon_sym_do, - [138019] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - anon_sym_do, - [138099] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [138169] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3299), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3301), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [138235] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3337), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3339), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [138301] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3337), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3339), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [138367] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3303), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3305), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [138433] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3337), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3339), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [138499] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3307), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3309), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [138565] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3329), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3331), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [138631] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3329), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3331), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [138697] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3018), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3020), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [138763] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3024), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3026), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [138829] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3311), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3313), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [138895] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [138961] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3323), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3325), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [139027] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3319), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3321), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [139093] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [139159] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3434), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3436), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [139225] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [139291] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3446), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3448), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [139357] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3476), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3478), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [139423] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3143), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3145), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [139489] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3111), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3113), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [139555] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3315), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3317), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [139621] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3123), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3125), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [139687] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3221), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3223), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [139753] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [139819] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4569), 1, - anon_sym_COMMA, - STATE(2990), 1, - aux_sym_keywords_repeat1, - ACTIONS(3070), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3072), 49, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [139889] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3393), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3395), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [139955] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3093), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [140021] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3333), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [140087] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3275), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [140153] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [140219] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3070), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3072), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [140285] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3452), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3454), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [140351] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3456), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3458), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [140417] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3460), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3462), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [140483] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3030), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3032), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [140549] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3464), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3466), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [140615] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2607), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2609), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [140681] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2603), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2605), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [140747] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [140813] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [140879] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [140945] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3245), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [141011] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3139), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3141), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [141077] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3135), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [141143] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3131), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3133), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [141209] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3127), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3129), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [141275] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3119), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3121), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [141341] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3115), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3117), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [141407] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3097), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3099), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [141473] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3287), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [141539] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 34, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_do, - [141625] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2599), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2601), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [141691] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3010), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3012), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [141757] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2595), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2597), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [141823] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3018), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3020), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [141889] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4572), 1, - anon_sym_COMMA, - STATE(3021), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3407), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3409), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [141959] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4575), 1, - anon_sym_COMMA, - STATE(3022), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3070), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3072), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [142029] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3181), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3183), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [142095] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3279), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3281), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [142161] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3283), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3285), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [142227] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3263), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3265), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [142293] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3259), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3261), 50, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [142359] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2966), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2968), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [142425] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3407), 1, - sym__newline_before_do, - ACTIONS(4112), 1, - anon_sym_PIPE, - ACTIONS(4124), 1, - anon_sym_when, - ACTIONS(4126), 1, - anon_sym_COLON_COLON, - ACTIONS(4128), 1, - anon_sym_EQ_GT, - ACTIONS(4130), 1, - anon_sym_EQ, - ACTIONS(4140), 1, - anon_sym_in, - ACTIONS(4142), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4144), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4146), 1, - anon_sym_STAR_STAR, - ACTIONS(4148), 1, - anon_sym_DOT, - ACTIONS(4150), 1, - anon_sym_LBRACK2, - ACTIONS(4152), 1, - sym__not_in, - ACTIONS(4114), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4120), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4122), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4132), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4134), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3409), 4, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_do, - ACTIONS(4110), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4136), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4118), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4138), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [142533] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - anon_sym_end, - [142613] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - anon_sym_end, - [142693] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_do, - anon_sym_end, - [142779] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 22, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_do, - anon_sym_end, - [142869] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 17, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_do, - anon_sym_end, - [142961] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4086), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 14, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_do, - anon_sym_end, - [143055] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4082), 1, - anon_sym_EQ, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4084), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4086), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_do, - anon_sym_end, - [143153] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4080), 1, - anon_sym_EQ_GT, - ACTIONS(4082), 1, - anon_sym_EQ, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4084), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4086), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - anon_sym_end, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [143253] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4064), 1, - anon_sym_PIPE, - ACTIONS(4078), 1, - anon_sym_COLON_COLON, - ACTIONS(4080), 1, - anon_sym_EQ_GT, - ACTIONS(4082), 1, - anon_sym_EQ, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4084), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4086), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_do, - anon_sym_end, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [143357] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4064), 1, - anon_sym_PIPE, - ACTIONS(4076), 1, - anon_sym_when, - ACTIONS(4078), 1, - anon_sym_COLON_COLON, - ACTIONS(4080), 1, - anon_sym_EQ_GT, - ACTIONS(4082), 1, - anon_sym_EQ, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4084), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4086), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - anon_sym_end, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [143463] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4064), 1, - anon_sym_PIPE, - ACTIONS(4076), 1, - anon_sym_when, - ACTIONS(4078), 1, - anon_sym_COLON_COLON, - ACTIONS(4080), 1, - anon_sym_EQ_GT, - ACTIONS(4082), 1, - anon_sym_EQ, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4084), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4086), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - anon_sym_end, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [143569] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 46, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_do, - anon_sym_end, - [143643] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 38, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_do, - anon_sym_end, - [143721] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_do, - anon_sym_end, - [143793] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4578), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [143861] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4580), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [143929] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4582), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [143997] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4584), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [144065] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4586), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [144133] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4588), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [144201] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4590), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [144269] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4592), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [144337] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4594), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [144405] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4596), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [144473] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4598), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [144541] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3085), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3087), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [144607] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3083), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [144673] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3077), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3079), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [144739] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3151), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3153), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [144805] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3161), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [144871] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3177), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3179), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [144937] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3193), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [145003] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4064), 1, - anon_sym_PIPE, - ACTIONS(4080), 1, - anon_sym_EQ_GT, - ACTIONS(4082), 1, - anon_sym_EQ, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4084), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4086), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - anon_sym_end, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [145105] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [145171] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [145237] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [145303] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [145369] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [145435] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4600), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [145503] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4602), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [145571] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4604), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [145639] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4606), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [145707] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4608), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [145775] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4610), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [145843] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4612), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [145911] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4614), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [145979] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4616), 1, - aux_sym_sigil_token3, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3101), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [146047] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 26, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_do, - anon_sym_end, - [146135] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [146201] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [146267] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [146333] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [146399] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [146465] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3221), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3223), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [146531] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_do, - anon_sym_end, - [146613] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3040), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3042), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [146679] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4037), 1, - anon_sym_LPAREN, - STATE(2332), 1, - sym__call_arguments_with_parentheses, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2934), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [146749] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 5, - sym__newline_before_do, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [146815] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3662), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [146883] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [146949] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 51, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [147015] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3664), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [147083] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3666), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [147151] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4237), 1, - anon_sym_PIPE, - ACTIONS(4249), 1, - anon_sym_when, - ACTIONS(4251), 1, - anon_sym_COLON_COLON, - ACTIONS(4253), 1, - anon_sym_EQ_GT, - ACTIONS(4255), 1, - anon_sym_EQ, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3526), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4247), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4257), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3528), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [147259] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4618), 1, - anon_sym_COMMA, - STATE(2990), 1, - aux_sym_keywords_repeat1, - ACTIONS(3155), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3157), 49, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [147329] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3668), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [147397] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3670), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [147465] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3672), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [147533] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3674), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [147601] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3676), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, + ACTIONS(2621), 49, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [147669] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2956), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2958), 50, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [147735] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(3434), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2980), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2982), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -282318,20 +256074,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [147803] = 5, + [116229] = 25, ACTIONS(5), 1, sym_comment, ACTIONS(3678), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, + sym__newline_before_do, + ACTIONS(4029), 1, + anon_sym_PIPE, + ACTIONS(4041), 1, + anon_sym_when, + ACTIONS(4043), 1, + anon_sym_COLON_COLON, + ACTIONS(4045), 1, + anon_sym_EQ_GT, + ACTIONS(4047), 1, + anon_sym_EQ, + ACTIONS(4057), 1, + anon_sym_in, + ACTIONS(4059), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4061), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4063), 1, + anon_sym_STAR_STAR, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4069), 1, + sym__not_in, + ACTIONS(4031), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4037), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4039), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, aux_sym__terminator_token1, + ACTIONS(4049), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4051), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4027), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3680), 5, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4053), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4035), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4055), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [116338] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4262), 1, + anon_sym_COMMA, + STATE(2518), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3164), 3, + sym__newline_before_do, + sym__not_in, anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, + ACTIONS(3166), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [116409] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4410), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -282381,26 +256286,282 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [147871] = 5, + anon_sym_do, + [116478] = 5, ACTIONS(5), 1, sym_comment, - STATE(3433), 1, - sym_do_block, + ACTIONS(4412), 1, + aux_sym_sigil_token3, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2992), 3, + ACTIONS(3196), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(2994), 49, + ACTIONS(3198), 50, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, - anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [116547] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4414), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [116616] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4416), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [116685] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4418), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [116754] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -282444,26 +256605,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [147939] = 5, + anon_sym_end, + [116821] = 4, ACTIONS(5), 1, sym_comment, - STATE(3431), 1, - sym_do_block, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2980), 3, + ACTIONS(3014), 5, sym__newline_before_do, sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2982), 49, + ACTIONS(3016), 50, + anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -282507,26 +256669,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [148007] = 5, + [116888] = 5, ACTIONS(5), 1, sym_comment, - STATE(3430), 1, + STATE(3362), 1, sym_do_block, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2980), 3, + ACTIONS(2962), 5, sym__newline_before_do, sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2982), 49, + ACTIONS(2964), 49, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -282570,20 +256733,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [148075] = 5, + [116957] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3680), 1, + ACTIONS(4420), 1, aux_sym_sigil_token3, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, + ACTIONS(3198), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -282633,1518 +256796,406 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [148143] = 5, - ACTIONS(5), 1, - sym_comment, - STATE(3425), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2970), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2972), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, anon_sym_do, - [148211] = 4, + [117026] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148277] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148343] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148409] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148475] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148541] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148607] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148673] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148739] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148805] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148871] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3291), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3293), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [148937] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3295), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3297), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [149003] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3299), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3301), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [149069] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3682), 1, - aux_sym_sigil_token3, + STATE(3361), 1, + sym_do_block, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [149137] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3684), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [149205] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3686), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [149273] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3688), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [149341] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3690), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [149409] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3024), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3026), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [149475] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3694), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [149543] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3696), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [149611] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3698), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [149679] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3692), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [149747] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3018), 3, + ACTIONS(3018), 5, sym__newline_before_do, sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, anon_sym_LBRACK2, ACTIONS(3020), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [117095] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3074), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3076), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [117162] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3359), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [117231] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3358), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2962), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2964), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [117300] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4422), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [117369] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4424), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [117438] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4426), 1, + anon_sym_LPAREN, + STATE(3173), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -284194,276 +257245,938 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [149815] = 5, + [117509] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3028), 1, + ACTIONS(4428), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [117578] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4430), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [117647] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4426), 1, + anon_sym_LPAREN, + STATE(3170), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [117718] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4432), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [117787] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4426), 1, + anon_sym_LPAREN, + STATE(3164), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [117858] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4434), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [117927] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4436), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [117996] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4438), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [118065] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4440), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [118134] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4442), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [118203] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4444), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [118272] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3356), 1, + sym_do_block, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3022), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3024), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [118341] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [118408] = 27, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4448), 1, + anon_sym_PIPE, + ACTIONS(4452), 1, + anon_sym_COMMA, + ACTIONS(4460), 1, + anon_sym_when, + ACTIONS(4462), 1, + anon_sym_COLON_COLON, + ACTIONS(4464), 1, + anon_sym_EQ_GT, + ACTIONS(4466), 1, + anon_sym_EQ, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + STATE(2531), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3268), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4458), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3270), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_do, + ACTIONS(4468), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [118521] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2623), 4, + sym__newline_before_do, + sym__not_in, aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3024), 3, - sym__newline_before_do, - sym__not_in, anon_sym_LBRACK2, - ACTIONS(3026), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [149883] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4620), 1, - anon_sym_COMMA, - STATE(3022), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3155), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3157), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [149953] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4618), 1, - anon_sym_COMMA, - STATE(3094), 1, - aux_sym_keywords_repeat1, - ACTIONS(3422), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3424), 49, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [150023] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4620), 1, - anon_sym_COMMA, - STATE(3133), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3422), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3424), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [150093] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4037), 1, - anon_sym_LPAREN, - STATE(2334), 1, - sym__call_arguments_with_parentheses, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2934), 49, + ACTIONS(2625), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -284513,21 +258226,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [150163] = 6, + anon_sym_do, + [118588] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4037), 1, - anon_sym_LPAREN, - STATE(2331), 1, - sym__call_arguments_with_parentheses, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2934), 49, + ACTIONS(2619), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -284577,191 +258289,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [150233] = 29, + anon_sym_do, + [118655] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(3760), 1, - anon_sym_end, - ACTIONS(4622), 1, - aux_sym__terminator_token1, - ACTIONS(4625), 1, - anon_sym_SEMI, - ACTIONS(4630), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_when, - ACTIONS(4642), 1, - anon_sym_COLON_COLON, - ACTIONS(4644), 1, - anon_sym_EQ_GT, - ACTIONS(4646), 1, - anon_sym_EQ, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - STATE(345), 1, - sym__terminator, - STATE(1019), 1, - aux_sym__terminator_repeat1, - STATE(4998), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4638), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4648), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [150349] = 29, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1295), 1, - anon_sym_end, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4630), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_when, - ACTIONS(4642), 1, - anon_sym_COLON_COLON, - ACTIONS(4644), 1, - anon_sym_EQ_GT, - ACTIONS(4646), 1, - anon_sym_EQ, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(4668), 1, - aux_sym__terminator_token1, - ACTIONS(4671), 1, - anon_sym_SEMI, - STATE(346), 1, - sym__terminator, - STATE(1019), 1, - aux_sym__terminator_repeat1, - STATE(4932), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4638), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4648), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [150465] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3303), 2, + ACTIONS(2968), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3305), 51, + ACTIONS(2970), 52, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -284813,17 +258353,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [150531] = 4, + [118722] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3307), 2, + ACTIONS(4378), 1, + anon_sym_COMMA, + STATE(2643), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3150), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3152), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [118793] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2972), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3309), 51, + ACTIONS(2974), 52, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -284875,9 +258481,1968 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [150597] = 4, + [118860] = 4, ACTIONS(5), 1, sym_comment, + ACTIONS(2976), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2978), 52, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [118927] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3391), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3393), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [118994] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3343), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3345), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119061] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3395), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3397), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119128] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3078), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3080), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119195] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3082), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3084), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119262] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3086), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3088), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119329] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3090), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3092), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119396] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3094), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3096), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119463] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3098), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3100), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119530] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3102), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3104), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119597] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3106), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3108), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119664] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3110), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3112), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119731] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [119798] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3114), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3116), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [119865] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [119932] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [119999] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3226), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3228), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [120066] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [120133] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [120200] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3118), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3120), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [120267] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3210), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [120334] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3122), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3124), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [120401] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(576), 1, + anon_sym_do, + ACTIONS(4488), 1, + sym__newline_before_do, + STATE(4216), 1, + sym_do_block, + ACTIONS(2952), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2954), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [120474] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3126), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3128), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [120541] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2980), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2982), 52, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [120608] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3135), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2946), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2948), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [120677] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [120744] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [120811] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2615), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [120878] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2611), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [120945] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3134), 1, + sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, @@ -284937,692 +260502,1721 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [150663] = 25, + [121014] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4064), 1, - anon_sym_PIPE, - ACTIONS(4076), 1, - anon_sym_when, - ACTIONS(4078), 1, - anon_sym_COLON_COLON, - ACTIONS(4080), 1, - anon_sym_EQ_GT, - ACTIONS(4082), 1, - anon_sym_EQ, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, + ACTIONS(3130), 2, sym__not_in, - ACTIONS(3), 2, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3407), 2, - sym__newline_before_do, aux_sym__terminator_token1, - ACTIONS(4066), 2, + ACTIONS(3132), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4074), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(4084), 3, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4086), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3409), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [121081] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 51, anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, anon_sym_do, anon_sym_end, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [150771] = 11, + [121148] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - [150851] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - [150931] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_do, - [151017] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 22, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_do, - [151107] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 17, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_do, - [151199] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 14, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_do, - [151293] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4255), 1, - anon_sym_EQ, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_do, - [151391] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4253), 1, - anon_sym_EQ_GT, - ACTIONS(4255), 1, - anon_sym_EQ, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [151491] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3311), 2, + ACTIONS(3134), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3313), 51, + ACTIONS(3136), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [121215] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3168), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3170), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [121282] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [121349] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3184), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3186), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [121416] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3176), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3178), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [121483] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3172), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3174), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [121550] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3168), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3170), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [121617] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3172), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3174), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [121684] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3176), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3178), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [121751] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3156), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3158), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [121818] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3134), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3136), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [121885] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [121952] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3126), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3128), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [122019] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [122086] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [122153] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3184), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3186), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [122220] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3188), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3190), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [122287] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3202), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3204), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [122354] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4490), 1, + anon_sym_COMMA, + STATE(2752), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3543), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3545), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [122425] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3210), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3212), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [122492] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3218), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3220), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [122559] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3222), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3224), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [122626] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3226), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3228), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [122693] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3230), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3232), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [122760] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3234), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3236), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [122827] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2984), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2986), 52, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -285674,17 +262268,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [151557] = 4, + [122894] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3430), 2, + ACTIONS(2988), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3432), 51, + ACTIONS(2990), 52, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -285736,242 +262331,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [151623] = 23, + [122961] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4237), 1, - anon_sym_PIPE, - ACTIONS(4251), 1, - anon_sym_COLON_COLON, - ACTIONS(4253), 1, - anon_sym_EQ_GT, - ACTIONS(4255), 1, - anon_sym_EQ, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_do, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [151727] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4237), 1, - anon_sym_PIPE, - ACTIONS(4249), 1, - anon_sym_when, - ACTIONS(4251), 1, - anon_sym_COLON_COLON, - ACTIONS(4253), 1, - anon_sym_EQ_GT, - ACTIONS(4255), 1, - anon_sym_EQ, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [151833] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4674), 1, - anon_sym_COMMA, - STATE(3156), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [151903] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, - anon_sym_do, - ACTIONS(4677), 1, - sym__newline_before_do, - STATE(4021), 1, - sym_do_block, ACTIONS(2992), 2, sym__not_in, anon_sym_LBRACK2, @@ -285979,7 +262341,9254 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2994), 48, + ACTIONS(2994), 52, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [123028] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [123095] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [123162] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2631), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2633), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [123229] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2627), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2629), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [123296] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3156), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3158), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [123363] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2992), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2994), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [123430] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2988), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2990), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [123497] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [123564] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [123631] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3106), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3108), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [123698] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3102), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3104), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [123765] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3098), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3100), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [123832] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3094), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3096), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [123899] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [123966] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3086), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3088), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124033] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124100] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124167] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124234] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124301] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124368] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124435] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124502] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124569] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124636] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124703] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124770] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3264), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3266), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124837] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3272), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3274), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124904] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [124971] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [125038] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3296), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3298), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [125105] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2984), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2986), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [125172] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2623), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2625), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [125239] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3300), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3302), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [125306] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3320), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3322), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [125373] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3324), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3326), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [125440] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3328), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3330), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [125507] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3336), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3338), 51, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [125574] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3499), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3501), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [125641] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3036), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3038), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [125710] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3495), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3497), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [125777] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3664), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [125846] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3662), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [125915] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3660), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [125984] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3658), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126053] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3656), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126122] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3654), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126191] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3652), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126260] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3650), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126329] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3648), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126398] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3646), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126467] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3644), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126536] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2980), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2982), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [126603] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3642), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126672] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3640), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126741] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3638), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126810] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3636), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126879] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3634), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [126948] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3632), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127017] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3630), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127086] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3628), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127155] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3626), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127224] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2976), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2978), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [127291] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2972), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2974), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [127358] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2968), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2970), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [127425] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127492] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3336), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3338), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127559] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3328), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3330), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127626] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3324), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3326), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127693] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3320), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3322), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127760] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3300), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3302), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127827] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3296), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3298), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127894] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [127961] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2998), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3000), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [128028] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [128095] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3004), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3006), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [128162] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3010), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3012), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [128229] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3272), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3274), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [128296] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3626), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [128365] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3628), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [128434] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3630), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [128503] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3632), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [128572] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3634), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [128641] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3636), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [128710] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3638), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [128779] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3640), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [128848] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3642), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [128917] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3644), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [128986] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3646), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [129055] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3648), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [129124] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3650), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [129193] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3264), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3266), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [129260] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [129327] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3652), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [129396] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3654), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [129465] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3656), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [129534] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3658), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [129603] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [129670] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3660), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [129739] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3662), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [129808] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3664), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + anon_sym_end, + [129877] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [129944] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130011] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130078] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130145] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130212] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130279] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130346] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130413] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130480] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3086), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3088), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130547] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130614] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3094), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3096), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130681] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3098), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3100), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130748] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3102), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3104), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130815] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3106), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3108), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130882] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [130949] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3437), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3439), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [131016] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3417), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3419), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [131083] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131150] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2619), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2621), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [131217] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131284] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131351] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3126), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3128), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131418] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131485] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3134), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3136), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131552] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3156), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3158), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131619] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3168), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3170), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131686] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3172), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3174), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131753] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3176), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3178), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131820] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3184), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3186), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131887] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [131954] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [132021] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [132088] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3210), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [132155] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [132222] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [132289] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [132356] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3032), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3022), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3024), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [132425] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [132492] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2615), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2617), 51, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [132559] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3292), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3294), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [132626] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3074), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3076), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [132693] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 4, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [132760] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2615), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [132827] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(576), 1, + anon_sym_do, + ACTIONS(4493), 1, + sym__newline_before_do, + STATE(4226), 1, + sym_do_block, + ACTIONS(2946), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2948), 49, + anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -286028,79 +271637,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [151975] = 4, + [132900] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3068), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - anon_sym_do, - [152041] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3434), 2, + ACTIONS(2623), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3436), 51, + ACTIONS(2625), 52, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -286109,187 +271656,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [152107] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3430), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3432), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [152173] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3452), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3454), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [152239] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3700), 1, aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [132967] = 4, + ACTIONS(5), 1, + sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3101), 3, + ACTIONS(3094), 5, + sym__newline_before_do, sym__not_in, + ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 50, + ACTIONS(3096), 50, anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [133034] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3035), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2962), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2964), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -286339,27 +271826,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [152307] = 6, + anon_sym_do, + [133103] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(4415), 1, - anon_sym_COMMA, - STATE(2662), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, + STATE(3036), 1, + sym_do_block, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3422), 3, - sym__not_in, aux_sym__terminator_token1, + ACTIONS(2962), 3, + sym__newline_before_do, + sym__not_in, anon_sym_LBRACK2, - ACTIONS(3424), 49, - anon_sym_SEMI, + ACTIONS(2964), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -286403,265 +271890,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [152377] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3456), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3458), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [152443] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3460), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3462), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [152509] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3464), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3466), 51, - anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [152575] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4237), 1, - anon_sym_PIPE, - ACTIONS(4249), 1, - anon_sym_when, - ACTIONS(4251), 1, - anon_sym_COLON_COLON, - ACTIONS(4253), 1, - anon_sym_EQ_GT, - ACTIONS(4255), 1, - anon_sym_EQ, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, anon_sym_do, - ACTIONS(4243), 6, + [133172] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2619), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2621), 52, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -286671,21 +271943,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [152681] = 4, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [133239] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3430), 2, - sym__not_in, - anon_sym_LBRACK2, + STATE(3039), 1, + sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3432), 51, + ACTIONS(3018), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3020), 50, anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -286732,84 +272015,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [152747] = 8, + anon_sym_do, + [133308] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3185), 3, + ACTIONS(3226), 4, sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, - ACTIONS(3187), 46, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_do, - [152821] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 3, - sym__not_in, - aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2609), 51, + ACTIONS(3228), 51, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -286859,19 +272079,210 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [133375] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3040), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2962), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2964), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [152887] = 4, + anon_sym_do, + [133444] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3014), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3016), 51, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [133511] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2603), 3, + ACTIONS(2619), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [133578] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 4, + sym__newline_before_do, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2605), 51, + ACTIONS(3236), 51, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -286921,44 +272332,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [133645] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3288), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3290), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [152953] = 10, + anon_sym_do, + [133711] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3600), 1, + ACTIONS(3562), 2, + sym__not_in, anon_sym_LBRACK2, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, aux_sym__terminator_token1, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 38, - anon_sym_SEMI, + ACTIONS(3564), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, anon_sym_when, @@ -286990,25 +272450,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_CARET_CARET_CARET, anon_sym_SLASH_SLASH, - anon_sym_do, - [153031] = 7, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [133777] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3185), 3, + aux_sym__terminator_token1, + ACTIONS(2988), 3, sym__newline_before_do, sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2990), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [133843] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_SEMI, + ACTIONS(2992), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2994), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [133909] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3276), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3278), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -287055,200 +272640,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, anon_sym_do, - [153103] = 22, + [133975] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4237), 1, - anon_sym_PIPE, - ACTIONS(4253), 1, - anon_sym_EQ_GT, - ACTIONS(4255), 1, - anon_sym_EQ, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4257), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [153205] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, + ACTIONS(3574), 3, + sym__newline_before_do, sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 26, - anon_sym_SEMI, + anon_sym_LBRACK2, + ACTIONS(3576), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_do, - [153293] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4239), 2, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, anon_sym_when, @@ -287278,27 +272694,1302 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, anon_sym_do, - [153375] = 6, + [134041] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4679), 1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3146), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3148), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, - STATE(3021), 1, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [134107] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(576), 1, + anon_sym_do, + ACTIONS(4495), 1, + sym__newline_before_do, + STATE(4484), 1, + sym_do_block, + ACTIONS(3022), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3024), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [134179] = 27, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3268), 1, + sym__newline_before_do, + ACTIONS(4499), 1, + anon_sym_PIPE, + ACTIONS(4503), 1, + anon_sym_COMMA, + ACTIONS(4511), 1, + anon_sym_when, + ACTIONS(4513), 1, + anon_sym_COLON_COLON, + ACTIONS(4515), 1, + anon_sym_EQ_GT, + ACTIONS(4517), 1, + anon_sym_EQ, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + STATE(3463), 1, aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3270), 2, + anon_sym_GT_GT, + anon_sym_do, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4509), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3397), 3, + ACTIONS(4519), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [134291] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3030), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3399), 48, + ACTIONS(3032), 50, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [134357] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3036), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3038), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [134423] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3036), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3038), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [134489] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3030), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3032), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [134555] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3180), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3182), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [134621] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3180), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3182), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [134687] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3214), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3216), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [134753] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3214), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3216), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [134819] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3214), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3216), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [134885] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3036), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3038), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [134951] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [135017] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3030), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3032), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [135083] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3180), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3182), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [135149] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3180), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3182), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [135215] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3288), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3290), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [135281] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3138), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3140), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [135347] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3214), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3216), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [135413] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3499), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3501), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -287343,7 +274034,4932 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [153445] = 4, + [135479] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3214), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3216), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [135545] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2611), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [135611] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2615), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [135677] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [135743] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3495), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3497), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [135809] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3304), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3306), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [135875] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3308), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3310), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [135941] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3312), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3314), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [136007] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3318), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [136073] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3674), 1, + sym__newline_before_do, + ACTIONS(4320), 1, + anon_sym_PIPE, + ACTIONS(4332), 1, + anon_sym_when, + ACTIONS(4334), 1, + anon_sym_COLON_COLON, + ACTIONS(4336), 1, + anon_sym_EQ_GT, + ACTIONS(4338), 1, + anon_sym_EQ, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4330), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4340), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3676), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [136181] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3318), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [136247] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(3316), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_do, + [136317] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3318), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [136383] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3437), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3439), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [136449] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2940), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2942), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [136515] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3288), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3290), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [136581] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3288), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3290), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [136647] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3417), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3419), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [136713] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3292), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3294), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [136779] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3138), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3140), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [136845] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3074), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3076), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [136911] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3292), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3294), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [136977] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3304), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3306), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [137043] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3308), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3310), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [137109] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3312), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3314), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [137175] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [137241] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [137307] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3074), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3076), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [137373] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3409), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3411), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [137439] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3018), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3020), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [137505] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3425), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [137571] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3425), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [137637] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(3423), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_do, + [137707] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3425), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [137773] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3433), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3435), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [137839] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 50, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [137909] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2619), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [137975] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2623), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138041] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3445), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3447), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [138107] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3449), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3451), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [138173] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3098), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3100), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138239] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3234), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3236), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138305] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3230), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3232), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138371] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3226), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3228), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138437] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3222), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3224), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138503] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3218), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3220), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138569] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3210), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3212), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138635] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3206), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3208), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138701] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3202), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3204), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138767] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3188), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3190), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138833] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3184), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3186), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138899] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3176), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3178), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [138965] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3172), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3174), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139031] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3168), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3170), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139097] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3156), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3158), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139163] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3134), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3136), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139229] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3130), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3132), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139295] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2980), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2982), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139361] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3126), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3128), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139427] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3122), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3124), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139493] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3453), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3455), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [139559] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3457), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3459), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [139625] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3461), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3463), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [139691] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3118), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3120), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139757] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3114), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3116), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139823] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3110), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3112), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [139889] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3467), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [139955] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3106), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3108), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140021] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3102), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3104), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140087] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3300), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3302), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140153] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3094), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3096), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140219] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3090), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3092), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140285] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3467), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [140351] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3086), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3088), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140417] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3082), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3084), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140483] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3078), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3080), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140549] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3395), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3397), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140615] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3343), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3345), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140681] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3391), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3393), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140747] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, @@ -287405,355 +279021,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [153511] = 25, + [140813] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4237), 1, - anon_sym_PIPE, - ACTIONS(4249), 1, - anon_sym_when, - ACTIONS(4251), 1, - anon_sym_COLON_COLON, - ACTIONS(4253), 1, - anon_sym_EQ_GT, - ACTIONS(4255), 1, - anon_sym_EQ, - ACTIONS(4265), 1, - anon_sym_in, - ACTIONS(4267), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4269), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4271), 1, - anon_sym_STAR_STAR, - ACTIONS(4273), 1, - anon_sym_DOT, - ACTIONS(4275), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3407), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4239), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4245), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4247), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4257), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4259), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3409), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4235), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4261), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4243), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4263), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [153619] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4064), 1, - anon_sym_PIPE, - ACTIONS(4076), 1, - anon_sym_when, - ACTIONS(4078), 1, - anon_sym_COLON_COLON, - ACTIONS(4080), 1, - anon_sym_EQ_GT, - ACTIONS(4082), 1, - anon_sym_EQ, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3530), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4074), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4084), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4086), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3532), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_do, - anon_sym_end, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [153727] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3600), 1, - anon_sym_LBRACK2, - ACTIONS(4064), 1, - anon_sym_PIPE, - ACTIONS(4076), 1, - anon_sym_when, - ACTIONS(4078), 1, - anon_sym_COLON_COLON, - ACTIONS(4080), 1, - anon_sym_EQ_GT, - ACTIONS(4082), 1, - anon_sym_EQ, - ACTIONS(4092), 1, - anon_sym_in, - ACTIONS(4094), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4096), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4098), 1, - anon_sym_STAR_STAR, - ACTIONS(4100), 1, - anon_sym_DOT, - ACTIONS(4102), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3526), 2, - sym__newline_before_do, - aux_sym__terminator_token1, - ACTIONS(4066), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4072), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4074), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4084), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4086), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3528), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_do, - anon_sym_end, - ACTIONS(4062), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4088), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4070), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4090), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [153835] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4289), 1, - anon_sym_PIPE, - ACTIONS(4301), 1, - anon_sym_when, - ACTIONS(4303), 1, - anon_sym_COLON_COLON, - ACTIONS(4305), 1, - anon_sym_EQ_GT, - ACTIONS(4307), 1, - anon_sym_EQ, - ACTIONS(4317), 1, - anon_sym_in, - ACTIONS(4319), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4321), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4323), 1, - anon_sym_STAR_STAR, - ACTIONS(4325), 1, - anon_sym_DOT, - ACTIONS(4327), 1, - anon_sym_LBRACK2, - ACTIONS(4329), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4291), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4297), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4299), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3526), 3, - sym__newline_before_do, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3528), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4309), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4311), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4287), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4313), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4295), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4315), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [153943] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, - anon_sym_do, - ACTIONS(4681), 1, - sym__newline_before_do, - STATE(4020), 1, - sym_do_block, - ACTIONS(2980), 2, - sym__not_in, - anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2982), 48, + ACTIONS(2972), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2974), 50, + anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -287802,20 +279082,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [154015] = 4, + anon_sym_do, + [140879] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3181), 5, + aux_sym__terminator_token1, + ACTIONS(2968), 3, sym__newline_before_do, sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3183), 49, - anon_sym_SEMI, + ACTIONS(2970), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [140945] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 49, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -287862,20 +279207,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DOT, + anon_sym_DASH_GT, anon_sym_do, - [154081] = 4, + [141015] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3341), 3, + ACTIONS(3469), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3343), 50, + ACTIONS(3471), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -287926,23 +279271,906 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_DOT, anon_sym_do, - [154147] = 7, + [141081] = 12, ACTIONS(5), 1, sym_comment, - ACTIONS(642), 1, - anon_sym_do, - ACTIONS(4683), 1, - sym__newline_before_do, - STATE(4023), 1, - sym_do_block, - ACTIONS(2980), 2, - sym__not_in, + ACTIONS(3622), 1, anon_sym_LBRACK2, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_do, + anon_sym_end, + [141163] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 26, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_do, + anon_sym_end, + [141251] = 4, + ACTIONS(5), 1, + sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2982), 48, + ACTIONS(3477), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3479), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [141317] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3467), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [141383] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3401), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3403), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [141449] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3332), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3334), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [141515] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3332), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3334), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [141581] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3485), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3487), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [141647] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3244), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3246), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [141713] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3485), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3487), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [141779] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3332), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3334), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [141845] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3578), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3580), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [141911] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3248), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3250), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [141977] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3252), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3254), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [142043] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2627), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -287991,23 +280219,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [154219] = 7, + anon_sym_do, + [142109] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(642), 1, - anon_sym_do, - ACTIONS(4685), 1, - sym__newline_before_do, - STATE(4024), 1, - sym_do_block, - ACTIONS(2980), 2, - sym__not_in, - anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2982), 48, + ACTIONS(2631), 4, + sym__newline_before_do, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -288056,27 +280281,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [154291] = 7, + anon_sym_do, + [142175] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(642), 1, - anon_sym_do, - ACTIONS(4687), 1, - sym__newline_before_do, - STATE(4026), 1, - sym_do_block, - ACTIONS(2970), 2, - sym__not_in, - anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2972), 48, + ACTIONS(3256), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3258), 50, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_DOT_DOT, @@ -288121,82 +280343,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [154363] = 27, + anon_sym_do, + [142241] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3341), 1, - sym__newline_before_do, - ACTIONS(4691), 1, - anon_sym_PIPE, - ACTIONS(4695), 1, - anon_sym_COMMA, - ACTIONS(4703), 1, - anon_sym_when, - ACTIONS(4705), 1, - anon_sym_COLON_COLON, - ACTIONS(4707), 1, - anon_sym_EQ_GT, - ACTIONS(4709), 1, - anon_sym_EQ, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - STATE(3177), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3343), 2, - anon_sym_GT_GT, - anon_sym_do, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4701), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4711), 3, + ACTIONS(3260), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3262), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4713), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4715), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -288206,17 +280394,339 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [154475] = 4, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [142307] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3264), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3266), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [142373] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3272), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3274), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [142439] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3280), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3282), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [142505] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [142571] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3284), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3286), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [142637] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2595), 3, + ACTIONS(2631), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2597), 51, + ACTIONS(2633), 51, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -288268,17 +280778,637 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [154541] = 4, + [142703] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [142769] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [142835] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [142901] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [142967] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [143033] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [143099] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [143165] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [143231] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [143297] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [143363] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2599), 3, + ACTIONS(2627), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2601), 51, + ACTIONS(2629), 51, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -288330,19 +281460,691 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [154607] = 5, + [143429] = 11, ACTIONS(5), 1, sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3024), 2, - sym__not_in, + ACTIONS(3622), 1, anon_sym_LBRACK2, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + [143509] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + [143589] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_do, + [143675] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 22, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_do, + [143765] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 17, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_do, + [143857] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 14, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_do, + [143951] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4466), 1, + anon_sym_EQ, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4468), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_do, + [144049] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4464), 1, + anon_sym_EQ_GT, + ACTIONS(4466), 1, + anon_sym_EQ, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4468), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [144149] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4448), 1, + anon_sym_PIPE, + ACTIONS(4462), 1, + anon_sym_COLON_COLON, + ACTIONS(4464), 1, + anon_sym_EQ_GT, + ACTIONS(4466), 1, + anon_sym_EQ, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4468), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_do, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [144253] = 4, + ACTIONS(5), 1, + sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3026), 49, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -288392,67 +282194,1885 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [154674] = 22, + anon_sym_do, + [144319] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3623), 2, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3642), 3, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(3644), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [144385] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [144451] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [144517] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [144583] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [144649] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [144715] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [144781] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [144847] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [144913] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3570), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3572), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [144979] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3566), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3568), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [145045] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3562), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3564), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [145111] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3558), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3560), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [145177] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3554), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3556), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [145243] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4216), 1, + anon_sym_PIPE, + ACTIONS(4232), 1, + anon_sym_EQ_GT, + ACTIONS(4234), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4236), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4222), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(3187), 8, + ACTIONS(3467), 8, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + anon_sym_end, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [145345] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_do, + anon_sym_end, + [145417] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3550), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3552), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [145483] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4448), 1, + anon_sym_PIPE, + ACTIONS(4460), 1, + anon_sym_when, + ACTIONS(4462), 1, + anon_sym_COLON_COLON, + ACTIONS(4464), 1, + anon_sym_EQ_GT, + ACTIONS(4466), 1, + anon_sym_EQ, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4468), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [145589] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3519), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3521), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [145655] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3519), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3521), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [145721] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 38, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_do, + anon_sym_end, + [145799] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3523), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3525), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [145865] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3519), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3521), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [145931] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3515), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3517), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [145997] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4448), 1, + anon_sym_PIPE, + ACTIONS(4460), 1, + anon_sym_when, + ACTIONS(4462), 1, + anon_sym_COLON_COLON, + ACTIONS(4464), 1, + anon_sym_EQ_GT, + ACTIONS(4466), 1, + anon_sym_EQ, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4468), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [146103] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 46, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_do, + [146177] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 38, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_do, + [146255] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_do, + [146327] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4448), 1, + anon_sym_PIPE, + ACTIONS(4464), 1, + anon_sym_EQ_GT, + ACTIONS(4466), 1, + anon_sym_EQ, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4468), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_COMMA, @@ -288460,8 +284080,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BSLASH_BSLASH, anon_sym_when, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - ACTIONS(3648), 9, + anon_sym_do, + ACTIONS(4474), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -288471,11 +284091,5069 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [154775] = 5, + [146429] = 15, ACTIONS(5), 1, sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 26, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_do, + [146517] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_do, + [146599] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 46, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_do, + anon_sym_end, + [146673] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4216), 1, + anon_sym_PIPE, + ACTIONS(4228), 1, + anon_sym_when, + ACTIONS(4230), 1, + anon_sym_COLON_COLON, + ACTIONS(4232), 1, + anon_sym_EQ_GT, + ACTIONS(4234), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4236), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + anon_sym_end, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [146779] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4216), 1, + anon_sym_PIPE, + ACTIONS(4228), 1, + anon_sym_when, + ACTIONS(4230), 1, + anon_sym_COLON_COLON, + ACTIONS(4232), 1, + anon_sym_EQ_GT, + ACTIONS(4234), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4236), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + anon_sym_end, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [146885] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4216), 1, + anon_sym_PIPE, + ACTIONS(4230), 1, + anon_sym_COLON_COLON, + ACTIONS(4232), 1, + anon_sym_EQ_GT, + ACTIONS(4234), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4236), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_do, + anon_sym_end, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [146989] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4232), 1, + anon_sym_EQ_GT, + ACTIONS(4234), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4236), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + anon_sym_end, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [147089] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4234), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4236), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_do, + anon_sym_end, + [147187] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 14, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_do, + anon_sym_end, + [147281] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3296), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3298), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [147347] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4545), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [147415] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3511), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3513), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [147481] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3507), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3509), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [147547] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3320), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3322), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [147613] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3503), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3505), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [147679] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3324), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3326), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [147745] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3328), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3330), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [147811] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3336), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3338), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [147877] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 17, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_do, + anon_sym_end, + [147969] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 22, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_do, + anon_sym_end, + [148059] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_do, + anon_sym_end, + [148145] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + anon_sym_end, + [148225] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + anon_sym_end, + [148305] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4547), 1, + anon_sym_COMMA, + STATE(3127), 1, + aux_sym_keywords_repeat1, + ACTIONS(3160), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3162), 49, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [148375] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3160), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3162), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [148441] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3146), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3148), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [148507] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3574), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3576), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [148573] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3304), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3306), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [148639] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [148705] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [148771] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2998), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3000), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [148837] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3004), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3006), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [148903] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3010), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3012), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [148969] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4550), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149037] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4552), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149105] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4554), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149173] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3409), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3411), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [149239] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4556), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149307] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4558), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149375] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4560), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149443] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149509] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 4, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3318), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [149579] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4562), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149647] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4564), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149715] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4566), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149783] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4568), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149851] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4570), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149919] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4572), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [149987] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4574), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [150055] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4576), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [150123] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4578), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [150191] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4580), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [150259] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4582), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [150327] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4584), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [150395] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4586), 1, + aux_sym_sigil_token3, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3196), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [150463] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3445), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3447), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [150529] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4448), 1, + anon_sym_PIPE, + ACTIONS(4460), 1, + anon_sym_when, + ACTIONS(4462), 1, + anon_sym_COLON_COLON, + ACTIONS(4464), 1, + anon_sym_EQ_GT, + ACTIONS(4466), 1, + anon_sym_EQ, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3678), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4458), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4468), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3680), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [150637] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4588), 1, + anon_sym_COMMA, + STATE(3127), 1, + aux_sym_keywords_repeat1, + ACTIONS(3164), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3166), 49, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [150707] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [150773] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3014), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3016), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [150839] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3700), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2962), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2964), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [150907] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3503), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3505), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [150973] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [151039] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4149), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_when, + ACTIONS(4163), 1, + anon_sym_COLON_COLON, + ACTIONS(4165), 1, + anon_sym_EQ_GT, + ACTIONS(4167), 1, + anon_sym_EQ, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4159), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3674), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3676), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4169), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4171), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [151147] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [151213] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3701), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3018), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3020), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [151281] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3703), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2962), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2964), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [151349] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3074), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3076), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [151415] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3292), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3294), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [151481] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3704), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2962), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2964), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [151549] = 5, + ACTIONS(5), 1, + sym_comment, + STATE(3707), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3022), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3024), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [151617] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3507), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3509), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [151683] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3511), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3513), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [151749] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4448), 1, + anon_sym_PIPE, + ACTIONS(4460), 1, + anon_sym_when, + ACTIONS(4462), 1, + anon_sym_COLON_COLON, + ACTIONS(4464), 1, + anon_sym_EQ_GT, + ACTIONS(4466), 1, + anon_sym_EQ, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3674), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4458), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4468), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3676), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [151857] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(576), 1, + anon_sym_do, + ACTIONS(4590), 1, + sym__newline_before_do, + STATE(4486), 1, + sym_do_block, + ACTIONS(2962), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2964), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [151929] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3318), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [151999] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(576), 1, + anon_sym_do, + ACTIONS(4592), 1, + sym__newline_before_do, + STATE(4487), 1, + sym_do_block, + ACTIONS(2962), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2964), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [152071] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(576), 1, + anon_sym_do, + ACTIONS(4594), 1, + sym__newline_before_do, + STATE(4489), 1, + sym_do_block, ACTIONS(3018), 2, sym__not_in, anon_sym_LBRACK2, @@ -288483,3948 +289161,135 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3020), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [154842] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 26, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DASH_GT, - [154929] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_DASH_GT, - [155010] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_DASH_GT, - [155081] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3341), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3343), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [155146] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 38, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_DASH_GT, - [155223] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3187), 46, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_DASH_GT, - [155296] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(4733), 1, - anon_sym_when, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [155401] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(4733), 1, - anon_sym_when, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [155506] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [155609] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [155708] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_DASH_GT, - [155805] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - [155884] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 14, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_DASH_GT, - [155977] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 34, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_do, - [156062] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 17, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_DASH_GT, - [156153] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 21, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_do, - [156242] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 22, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_DASH_GT, - [156331] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_DASH_GT, - [156416] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 16, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_do, - [156507] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 13, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_do, - [156600] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4543), 1, - anon_sym_EQ, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4545), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_do, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [156697] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4541), 1, - anon_sym_EQ_GT, - ACTIONS(4543), 1, - anon_sym_EQ, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4545), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [156796] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - [156875] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - [156954] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - [157023] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4183), 1, - anon_sym_LPAREN, - STATE(3183), 1, - sym__call_arguments_with_parentheses, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2934), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [157092] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4183), 1, - anon_sym_LPAREN, - STATE(3186), 1, - sym__call_arguments_with_parentheses, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2934), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [157161] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4183), 1, - anon_sym_LPAREN, - STATE(3187), 1, - sym__call_arguments_with_parentheses, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2934), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [157230] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2966), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2968), 49, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [157295] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3319), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3321), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [157360] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3323), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3325), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [157425] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3018), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3020), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [157490] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3024), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3026), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [157555] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3024), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3026), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [157620] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3018), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3020), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [157685] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3329), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3331), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [157750] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3329), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3331), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [157815] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3315), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3317), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [157880] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3337), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3339), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [157945] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4525), 1, - anon_sym_PIPE, - ACTIONS(4539), 1, - anon_sym_COLON_COLON, - ACTIONS(4541), 1, - anon_sym_EQ_GT, - ACTIONS(4543), 1, - anon_sym_EQ, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4545), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_do, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [158048] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4525), 1, - anon_sym_PIPE, - ACTIONS(4537), 1, - anon_sym_when, - ACTIONS(4539), 1, - anon_sym_COLON_COLON, - ACTIONS(4541), 1, - anon_sym_EQ_GT, - ACTIONS(4543), 1, - anon_sym_EQ, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4545), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [158153] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4525), 1, - anon_sym_PIPE, - ACTIONS(4537), 1, - anon_sym_when, - ACTIONS(4539), 1, - anon_sym_COLON_COLON, - ACTIONS(4541), 1, - anon_sym_EQ_GT, - ACTIONS(4543), 1, - anon_sym_EQ, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4545), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [158258] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 45, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_do, - [158331] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_do, - [158408] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 47, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_do, - [158479] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4525), 1, - anon_sym_PIPE, - ACTIONS(4541), 1, - anon_sym_EQ_GT, - ACTIONS(4543), 1, - anon_sym_EQ, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4545), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [158580] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 25, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_do, - [158667] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_do, - [158748] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3337), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3339), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [158813] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2932), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2934), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [158878] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3237), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3239), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [158943] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3275), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3277), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [159008] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3418), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3420), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [159073] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3498), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3500), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [159138] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3498), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3500), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [159203] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3181), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3183), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [159268] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - [159347] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, ACTIONS(3020), 48, - anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [152143] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(576), 1, + anon_sym_do, + ACTIONS(4596), 1, + sym__newline_before_do, + STATE(4490), 1, + sym_do_block, + ACTIONS(2962), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2964), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [152215] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3276), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3278), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -292472,20 +289337,1280 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [159414] = 5, + [152281] = 25, ACTIONS(5), 1, sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, + ACTIONS(4149), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_when, + ACTIONS(4163), 1, + anon_sym_COLON_COLON, + ACTIONS(4165), 1, + anon_sym_EQ_GT, + ACTIONS(4167), 1, + anon_sym_EQ, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3024), 4, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4159), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3678), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3680), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4169), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4171), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [152389] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [152455] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [152521] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3226), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3228), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [152587] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [152653] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [152719] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3210), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [152785] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [152851] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [152917] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [152983] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3184), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3186), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [153049] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3515), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3517), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [153115] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3519), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3521), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [153181] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3523), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3525), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [153247] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3176), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3178), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [153313] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3519), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3521), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [153379] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3519), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3521), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [153445] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3550), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3552), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [153511] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3172), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3174), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [153577] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3168), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3170), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [153643] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3312), 5, + sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3026), 48, + ACTIONS(3314), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -292534,142 +290659,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [159481] = 4, + anon_sym_do, + [153709] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2607), 3, + ACTIONS(3156), 3, sym__not_in, - aux_sym_quoted_keyword_token1, + aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2609), 49, + ACTIONS(3158), 51, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [159546] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2603), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [159611] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4735), 1, aux_sym_sigil_token3, - ACTIONS(3101), 2, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [153775] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3554), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3103), 49, + ACTIONS(3556), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -292716,20 +290783,271 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, - [159678] = 4, + [153841] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(2956), 2, + ACTIONS(3558), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(2958), 50, + ACTIONS(3560), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [153907] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2984), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2986), 50, anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [153973] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3566), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3568), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [154039] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3570), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3572), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [154105] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3425), 49, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -292777,26 +291095,211 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, + anon_sym_do, + [154175] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, anon_sym_DOT, - [159743] = 4, + [154241] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [154307] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3018), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3020), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [154373] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2607), 4, + ACTIONS(3308), 5, + sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2609), 49, + ACTIONS(3310), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -292840,513 +291343,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [159808] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2599), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [159873] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2595), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [159938] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4737), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [160005] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4739), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [160072] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4741), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [160139] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4743), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [160206] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4745), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [160273] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4747), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [160340] = 4, + anon_sym_do, + [154439] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2603), 4, + ACTIONS(3134), 3, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2605), 49, + ACTIONS(3136), 51, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -293394,20 +291404,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [160405] = 4, + [154505] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3259), 4, + ACTIONS(3130), 3, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3261), 49, + ACTIONS(3132), 51, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -293455,25 +291466,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [160470] = 4, + [154571] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3263), 4, - sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, + ACTIONS(3417), 3, + sym__newline_before_do, + sym__not_in, anon_sym_LBRACK2, - ACTIONS(3265), 49, - anon_sym_SEMI, + ACTIONS(3419), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [154637] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3437), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3439), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [154703] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -293517,1634 +291654,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [160535] = 6, + [154769] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4749), 1, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, - STATE(3270), 1, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [154835] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4588), 1, + anon_sym_COMMA, + STATE(3161), 1, aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 48, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [160604] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3494), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3496), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [160669] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3490), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3492), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [160734] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3486), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3488), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [160799] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3068), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [160864] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3530), 1, - sym__newline_before_do, - ACTIONS(4691), 1, - anon_sym_PIPE, - ACTIONS(4703), 1, - anon_sym_when, - ACTIONS(4705), 1, - anon_sym_COLON_COLON, - ACTIONS(4707), 1, - anon_sym_EQ_GT, - ACTIONS(4709), 1, - anon_sym_EQ, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4701), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3532), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_do, - ACTIONS(4711), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4713), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4715), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [160971] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3221), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3223), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [161036] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4752), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, + ACTIONS(3150), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [161103] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3068), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [161168] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(3066), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [161237] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3066), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3068), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [161302] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3438), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3440), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [161367] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2992), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(2994), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [161432] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3416), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [161497] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3416), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [161562] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(3414), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [161631] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3414), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3416), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [161696] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3389), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3391), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [161761] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [161826] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [161891] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [161956] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4754), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [162023] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [162088] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4756), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [162155] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4758), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [162222] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3528), 4, + ACTIONS(3152), 49, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(4760), 4, anon_sym_LT, anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -295154,19 +291769,3890 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [162327] = 5, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [154905] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4798), 1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3126), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3128), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, aux_sym_sigil_token3, - ACTIONS(3101), 2, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [154971] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [155037] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [155103] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [155169] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [155235] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3106), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3108), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [155301] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3102), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3104), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [155367] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3098), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3100), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [155433] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3094), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3096), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [155499] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [155565] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3409), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3411), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [155631] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3018), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3020), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [155697] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [155763] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [155829] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 4, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3425), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [155899] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [155965] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3433), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3435), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [156031] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [156097] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [156163] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3103), 49, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [156229] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [156295] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [156361] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_DASH_GT, + anon_sym_do, + [156443] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 26, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DASH_GT, + anon_sym_do, + [156531] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4320), 1, + anon_sym_PIPE, + ACTIONS(4336), 1, + anon_sym_EQ_GT, + ACTIONS(4338), 1, + anon_sym_EQ, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4340), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [156633] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [156699] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_DASH_GT, + anon_sym_do, + [156771] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 38, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_DASH_GT, + anon_sym_do, + [156849] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 46, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_DASH_GT, + anon_sym_do, + [156923] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4320), 1, + anon_sym_PIPE, + ACTIONS(4332), 1, + anon_sym_when, + ACTIONS(4334), 1, + anon_sym_COLON_COLON, + ACTIONS(4336), 1, + anon_sym_EQ_GT, + ACTIONS(4338), 1, + anon_sym_EQ, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4340), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [157029] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4320), 1, + anon_sym_PIPE, + ACTIONS(4332), 1, + anon_sym_when, + ACTIONS(4334), 1, + anon_sym_COLON_COLON, + ACTIONS(4336), 1, + anon_sym_EQ_GT, + ACTIONS(4338), 1, + anon_sym_EQ, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4340), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [157135] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [157201] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4320), 1, + anon_sym_PIPE, + ACTIONS(4334), 1, + anon_sym_COLON_COLON, + ACTIONS(4336), 1, + anon_sym_EQ_GT, + ACTIONS(4338), 1, + anon_sym_EQ, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4340), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [157305] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4336), 1, + anon_sym_EQ_GT, + ACTIONS(4338), 1, + anon_sym_EQ, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4340), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [157405] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4338), 1, + anon_sym_EQ, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4340), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_DASH_GT, + anon_sym_do, + [157503] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 14, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_DASH_GT, + anon_sym_do, + [157597] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 17, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_DASH_GT, + anon_sym_do, + [157689] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 22, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_DASH_GT, + anon_sym_do, + [157779] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_DASH_GT, + anon_sym_do, + [157865] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_DASH_GT, + anon_sym_do, + [157945] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_DASH_GT, + anon_sym_do, + [158025] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [158095] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3465), 4, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3467), 45, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_do, + [158169] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3449), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3451), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [158235] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3453), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3455), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [158301] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3457), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3459), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [158367] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3461), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3463), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [158433] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 4, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_do, + [158515] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 25, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_do, + [158603] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4149), 1, + anon_sym_PIPE, + ACTIONS(4165), 1, + anon_sym_EQ_GT, + ACTIONS(4167), 1, + anon_sym_EQ, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4169), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4171), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [158705] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [158771] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 4, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3467), 47, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_do, + [158843] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 4, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_do, + [158921] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4598), 1, + anon_sym_COMMA, + STATE(3401), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3150), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3152), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [158991] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [159057] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [159123] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [159189] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4600), 1, + anon_sym_COMMA, + STATE(3344), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [159259] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3838), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -295216,19 +295702,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [162394] = 5, + [159327] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4800), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3103), 49, + ACTIONS(3495), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3497), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -295278,19 +295763,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [162461] = 5, + anon_sym_do, + [159393] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4802), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3103), 49, + ACTIONS(3499), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3501), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -295340,19 +295825,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [162528] = 5, + anon_sym_do, + [159459] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(4804), 1, + ACTIONS(3836), 1, aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, aux_sym__terminator_token1, - ACTIONS(3103), 49, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -295402,19 +295889,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [162595] = 5, + [159527] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(4806), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, + ACTIONS(4115), 1, + anon_sym_LPAREN, + STATE(2377), 1, + sym__call_arguments_with_parentheses, + ACTIONS(2940), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3103), 49, + ACTIONS(2942), 49, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -295464,19 +295953,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [162662] = 5, + [159597] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(4808), 1, + ACTIONS(3834), 1, aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, aux_sym__terminator_token1, - ACTIONS(3103), 49, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -295526,19 +296016,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [162729] = 5, + [159665] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(4810), 1, + ACTIONS(3832), 1, aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, aux_sym__terminator_token1, - ACTIONS(3103), 49, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -295588,19 +296079,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [162796] = 5, + [159733] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(4812), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, + ACTIONS(4115), 1, + anon_sym_LPAREN, + STATE(2561), 1, + sym__call_arguments_with_parentheses, + ACTIONS(2940), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3103), 49, + ACTIONS(2942), 49, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -295650,24 +296143,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [162863] = 4, + [159803] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3830), 1, + aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3403), 3, + ACTIONS(3196), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3405), 50, + ACTIONS(3198), 50, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [159871] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -295711,24 +296268,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [162928] = 4, + [159937] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3393), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3395), 50, - anon_sym_SEMI, + ACTIONS(3144), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -295772,24 +296330,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [162993] = 4, + [160003] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3093), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 50, - anon_sym_SEMI, + ACTIONS(3144), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -295833,24 +296392,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [163058] = 4, + [160069] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3333), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 50, - anon_sym_SEMI, + ACTIONS(3144), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -295894,24 +296454,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [163123] = 4, + [160135] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3275), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 50, - anon_sym_SEMI, + ACTIONS(3144), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -295955,24 +296516,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [163188] = 4, + [160201] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3269), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 50, - anon_sym_SEMI, + ACTIONS(3144), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -296016,24 +296578,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [163253] = 4, + [160267] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3255), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 50, - anon_sym_SEMI, + ACTIONS(3144), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -296077,24 +296640,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [163318] = 4, + [160333] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3245), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 50, - anon_sym_SEMI, + ACTIONS(3144), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -296138,24 +296702,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [163383] = 4, + [160399] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3139), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3141), 50, - anon_sym_SEMI, + ACTIONS(3144), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -296199,24 +296764,358 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [163448] = 4, + [160465] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3828), 1, + aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3135), 3, + ACTIONS(3196), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3137), 50, + ACTIONS(3198), 50, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [160533] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3826), 1, aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [160601] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3824), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [160669] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3822), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [160737] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4149), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_when, + ACTIONS(4163), 1, + anon_sym_COLON_COLON, + ACTIONS(4165), 1, + anon_sym_EQ_GT, + ACTIONS(4167), 1, + anon_sym_EQ, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4169), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4171), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [160843] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -296260,25 +297159,2343 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, + anon_sym_do, + [160909] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4149), 1, + anon_sym_PIPE, + ACTIONS(4163), 1, + anon_sym_COLON_COLON, + ACTIONS(4165), 1, + anon_sym_EQ_GT, + ACTIONS(4167), 1, + anon_sym_EQ, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4169), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4171), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_do, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [161013] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4165), 1, + anon_sym_EQ_GT, + ACTIONS(4167), 1, + anon_sym_EQ, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4169), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4171), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [161113] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4167), 1, + anon_sym_EQ, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4169), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4171), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_do, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [161211] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4171), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 13, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_do, + [161305] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 16, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_do, + [161397] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 21, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_do, + [161487] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 34, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_do, + [161573] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 4, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + [161653] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3820), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [161721] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3818), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [161789] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3030), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3032), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [161855] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4149), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_when, + ACTIONS(4163), 1, + anon_sym_COLON_COLON, + ACTIONS(4165), 1, + anon_sym_EQ_GT, + ACTIONS(4167), 1, + anon_sym_EQ, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4159), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3543), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3545), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4169), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4171), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [161963] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3499), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3501), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [162029] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3495), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3497), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [162095] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3816), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [162163] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3214), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3216), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [162229] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3812), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [162297] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3810), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [162365] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3578), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3580), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [162431] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3332), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3334), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [162497] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3485), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3487), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [162563] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3808), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [162631] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3485), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3487), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [162697] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [162763] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3332), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3334), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [162829] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3332), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3334), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [162895] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [162961] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3477), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3479), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [163027] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3806), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [163095] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3441), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3443), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [163161] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3804), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [163229] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3802), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [163297] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 4, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + [163377] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 4, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [163447] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3469), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3471), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, [163513] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3131), 3, - sym__not_in, aux_sym__terminator_token1, + ACTIONS(2631), 3, + sym__newline_before_do, + sym__not_in, anon_sym_LBRACK2, - ACTIONS(3133), 50, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2633), 50, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, aux_sym_sigil_token3, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -296321,25 +299538,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [163578] = 4, + anon_sym_do, + [163579] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3127), 3, - sym__not_in, aux_sym__terminator_token1, + ACTIONS(2627), 3, + sym__newline_before_do, + sym__not_in, anon_sym_LBRACK2, - ACTIONS(3129), 50, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2629), 50, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, aux_sym_sigil_token3, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -296382,24 +299600,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [163643] = 4, + anon_sym_do, + [163645] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3800), 1, + aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3119), 3, + ACTIONS(3196), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3121), 50, + ACTIONS(3198), 50, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -296442,26 +299662,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [163708] = 4, + [163713] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3115), 3, - sym__not_in, aux_sym__terminator_token1, + ACTIONS(2623), 3, + sym__newline_before_do, + sym__not_in, anon_sym_LBRACK2, - ACTIONS(3117), 50, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(2625), 50, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, aux_sym_sigil_token3, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -296504,143 +299725,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [163773] = 4, + anon_sym_do, + [163779] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3097), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3099), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, + ACTIONS(4602), 1, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [163838] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3287), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [163903] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4814), 1, - anon_sym_COMMA, - STATE(3270), 1, + STATE(3344), 1, aux_sym_keywords_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3155), 3, + ACTIONS(3160), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3157), 48, + ACTIONS(3162), 49, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -296688,23 +299788,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [163972] = 4, + [163849] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3217), 3, + ACTIONS(2619), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3219), 49, + ACTIONS(2621), 50, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_GT_GT, anon_sym_DOT_DOT, @@ -296750,88 +299852,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [164037] = 4, + [163915] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3213), 3, + ACTIONS(3268), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3215), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [164102] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4814), 1, - anon_sym_COMMA, - STATE(3320), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3422), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3424), 48, - anon_sym_SEMI, + ACTIONS(3270), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -296873,19 +299911,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [164171] = 4, + anon_sym_do, + [163981] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3209), 3, + ACTIONS(3030), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3211), 49, + ACTIONS(3032), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -296935,18 +299977,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [164236] = 4, + [164049] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3205), 3, + ACTIONS(3036), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3207), 49, + ACTIONS(3038), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -296996,24 +300040,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [164301] = 4, + [164117] = 6, ACTIONS(5), 1, sym_comment, + ACTIONS(4115), 1, + anon_sym_LPAREN, + STATE(2554), 1, + sym__call_arguments_with_parentheses, + ACTIONS(2940), 2, + sym__not_in, + anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3201), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3203), 49, + ACTIONS(2942), 49, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -297055,799 +300102,1157 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - anon_sym_do, - [164366] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_do, - [164447] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 25, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_do, - [164534] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4691), 1, - anon_sym_PIPE, - ACTIONS(4707), 1, - anon_sym_EQ_GT, - ACTIONS(4709), 1, - anon_sym_EQ, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4711), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4713), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4715), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - ACTIONS(4717), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [164635] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3187), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [164700] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 47, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_do, - [164771] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_do, - [164848] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 45, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_do, - [164921] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4691), 1, - anon_sym_PIPE, - ACTIONS(4703), 1, - anon_sym_when, - ACTIONS(4705), 1, - anon_sym_COLON_COLON, - ACTIONS(4707), 1, - anon_sym_EQ_GT, - ACTIONS(4709), 1, - anon_sym_EQ, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4711), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4713), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - ACTIONS(4715), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [165026] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4691), 1, - anon_sym_PIPE, - ACTIONS(4703), 1, - anon_sym_when, - ACTIONS(4705), 1, - anon_sym_COLON_COLON, - ACTIONS(4707), 1, - anon_sym_EQ_GT, - ACTIONS(4709), 1, - anon_sym_EQ, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4711), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4713), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_do, - ACTIONS(4715), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [165131] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3185), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3187), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [165196] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4691), 1, - anon_sym_PIPE, - ACTIONS(4705), 1, - anon_sym_COLON_COLON, - ACTIONS(4707), 1, - anon_sym_EQ_GT, - ACTIONS(4709), 1, - anon_sym_EQ, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4711), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4713), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4715), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_do, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [165299] = 4, + [164187] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3085), 3, + ACTIONS(3160), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3162), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [164253] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [164319] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2615), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2617), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [164385] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3469), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3471), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [164451] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 50, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [164521] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4149), 1, + anon_sym_PIPE, + ACTIONS(4161), 1, + anon_sym_when, + ACTIONS(4163), 1, + anon_sym_COLON_COLON, + ACTIONS(4165), 1, + anon_sym_EQ_GT, + ACTIONS(4167), 1, + anon_sym_EQ, + ACTIONS(4177), 1, + anon_sym_in, + ACTIONS(4179), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4181), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4183), 1, + anon_sym_STAR_STAR, + ACTIONS(4185), 1, + anon_sym_DOT, + ACTIONS(4187), 1, + anon_sym_LBRACK2, + ACTIONS(4189), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4151), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4157), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__newline_before_do, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4169), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4171), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4147), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + ACTIONS(4173), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4155), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4175), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [164627] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3477), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3479), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [164693] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [164759] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [164825] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [164891] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3485), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3487), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [164957] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3485), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3487), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [165023] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [165089] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3578), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3580), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [165155] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3160), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3162), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [165221] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2611), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2613), 50, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [165287] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [165353] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [165419] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3336), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3087), 50, + ACTIONS(3338), 51, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -297897,18 +301302,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [165364] = 4, + [165485] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3081), 3, + ACTIONS(3328), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3083), 50, + ACTIONS(3330), 51, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -297958,18 +301364,267 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [165429] = 4, + [165551] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3077), 3, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [165617] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [165683] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3433), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3435), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [165749] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3138), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3140), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [165815] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3324), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3079), 50, + ACTIONS(3326), 51, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -298019,18 +301674,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [165494] = 4, + [165881] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3151), 3, + ACTIONS(3320), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3153), 50, + ACTIONS(3322), 51, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, @@ -298080,25 +301736,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [165559] = 4, + [165947] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3417), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3161), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 50, - anon_sym_SEMI, + ACTIONS(3419), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -298142,390 +301800,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [165624] = 4, + [166013] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(3437), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3177), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3179), 50, - anon_sym_SEMI, + ACTIONS(3439), 51, anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [165689] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3193), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [165754] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [165819] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [165884] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [165949] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [166014] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -298575,194 +301868,12 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3143), 3, + ACTIONS(2615), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3145), 50, + ACTIONS(2617), 51, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [166144] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [166209] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [166274] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3221), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3223), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -298813,75 +301924,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [166339] = 21, + [166145] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4707), 1, - anon_sym_EQ_GT, - ACTIONS(4709), 1, - anon_sym_EQ, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(2611), 3, + sym__not_in, aux_sym__terminator_token1, - ACTIONS(4711), 3, + anon_sym_LBRACK2, + ACTIONS(2613), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4713), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4715), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_do, - ACTIONS(4717), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -298891,27 +301974,471 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [166438] = 6, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [166211] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4816), 1, + ACTIONS(3465), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, - STATE(3355), 1, - aux_sym_keywords_repeat1, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [166277] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3445), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3447), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [166343] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3449), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3451), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [166409] = 4, + ACTIONS(5), 1, + sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3070), 4, + ACTIONS(3300), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3302), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [166475] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3296), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3298), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [166541] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [166607] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [166673] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 5, + sym__newline_before_do, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3072), 47, + ACTIONS(3038), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -298954,74 +302481,7280 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [166507] = 20, + anon_sym_do, + [166739] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3185), 1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 5, sym__newline_before_do, - ACTIONS(4709), 1, - anon_sym_EQ, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, sym__not_in, - ACTIONS(4693), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [166805] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [166871] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [166937] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [167003] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 50, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [167073] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3461), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3463), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [167139] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3457), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3459), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [167205] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3453), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3455), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [167271] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [167337] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [167403] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [167469] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4448), 1, + anon_sym_PIPE, + ACTIONS(4460), 1, + anon_sym_when, + ACTIONS(4462), 1, + anon_sym_COLON_COLON, + ACTIONS(4464), 1, + anon_sym_EQ_GT, + ACTIONS(4466), 1, + anon_sym_EQ, + ACTIONS(4476), 1, + anon_sym_in, + ACTIONS(4478), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4480), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4482), 1, + anon_sym_STAR_STAR, + ACTIONS(4484), 1, + anon_sym_DOT, + ACTIONS(4486), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3543), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4450), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(4699), 2, + ACTIONS(4456), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4458), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4468), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4470), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3545), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4446), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4472), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4454), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4474), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [167577] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [167643] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4598), 1, + anon_sym_COMMA, + STATE(3484), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3164), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3166), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [167713] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [167779] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [167845] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3272), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3274), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [167911] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [167977] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3264), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3266), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [168043] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [168109] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [168175] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [168241] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [168307] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [168373] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2958), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2960), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [168439] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [168505] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3288), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3290), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [168571] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3288), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3290), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [168637] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [168703] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3814), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [168771] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [168837] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [168903] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [168969] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4600), 1, + anon_sym_COMMA, + STATE(3280), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3150), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3152), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [169039] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3086), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3088), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [169105] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [169171] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3503), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3505), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169237] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169303] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3044), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3046), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169369] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169435] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3180), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3182), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169501] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3180), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3182), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169567] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169633] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169699] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3507), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3509), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169765] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3511), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3513), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169831] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169897] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3146), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3148), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [169963] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3574), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3576), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [170029] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3276), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3278), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [170095] = 29, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3794), 1, + anon_sym_end, + ACTIONS(4605), 1, + aux_sym__terminator_token1, + ACTIONS(4608), 1, + anon_sym_SEMI, + ACTIONS(4613), 1, + anon_sym_PIPE, + ACTIONS(4623), 1, + anon_sym_when, + ACTIONS(4625), 1, + anon_sym_COLON_COLON, + ACTIONS(4627), 1, + anon_sym_EQ_GT, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + STATE(347), 1, + sym__terminator, + STATE(1032), 1, + aux_sym__terminator_repeat1, + STATE(5870), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4621), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [170211] = 29, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1295), 1, + anon_sym_end, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4613), 1, + anon_sym_PIPE, + ACTIONS(4623), 1, + anon_sym_when, + ACTIONS(4625), 1, + anon_sym_COLON_COLON, + ACTIONS(4627), 1, + anon_sym_EQ_GT, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(4651), 1, + aux_sym__terminator_token1, + ACTIONS(4654), 1, + anon_sym_SEMI, + STATE(349), 1, + sym__terminator, + STATE(1032), 1, + aux_sym__terminator_repeat1, + STATE(5882), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4621), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [170327] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [170393] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [170459] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3192), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3194), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [170525] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [170591] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [170657] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4216), 1, + anon_sym_PIPE, + ACTIONS(4228), 1, + anon_sym_when, + ACTIONS(4230), 1, + anon_sym_COLON_COLON, + ACTIONS(4232), 1, + anon_sym_EQ_GT, + ACTIONS(4234), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3543), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4226), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4236), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3545), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_do, + anon_sym_end, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [170765] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4216), 1, + anon_sym_PIPE, + ACTIONS(4228), 1, + anon_sym_when, + ACTIONS(4230), 1, + anon_sym_COLON_COLON, + ACTIONS(4232), 1, + anon_sym_EQ_GT, + ACTIONS(4234), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3678), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4226), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4236), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3680), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_do, + anon_sym_end, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [170873] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4216), 1, + anon_sym_PIPE, + ACTIONS(4228), 1, + anon_sym_when, + ACTIONS(4230), 1, + anon_sym_COLON_COLON, + ACTIONS(4232), 1, + anon_sym_EQ_GT, + ACTIONS(4234), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_in, + ACTIONS(4246), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4248), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4250), 1, + anon_sym_STAR_STAR, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(4254), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3674), 2, + sym__newline_before_do, + aux_sym__terminator_token1, + ACTIONS(4218), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4224), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4226), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4236), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4238), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3676), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_do, + anon_sym_end, + ACTIONS(4214), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4240), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4222), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4242), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [170981] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3441), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3443), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [171047] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [171113] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [171179] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [171245] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [171311] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 51, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [171377] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3678), 1, + sym__newline_before_do, + ACTIONS(4320), 1, + anon_sym_PIPE, + ACTIONS(4332), 1, + anon_sym_when, + ACTIONS(4334), 1, + anon_sym_COLON_COLON, + ACTIONS(4336), 1, + anon_sym_EQ_GT, + ACTIONS(4338), 1, + anon_sym_EQ, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4330), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4340), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3680), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [171485] = 29, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1295), 1, + anon_sym_RPAREN, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4657), 1, + aux_sym__terminator_token1, + ACTIONS(4660), 1, + anon_sym_SEMI, + ACTIONS(4665), 1, + anon_sym_PIPE, + ACTIONS(4675), 1, + anon_sym_when, + ACTIONS(4677), 1, + anon_sym_COLON_COLON, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + STATE(345), 1, + sym__terminator, + STATE(1030), 1, + aux_sym__terminator_repeat1, + STATE(5768), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4673), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [171601] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [171667] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [171733] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [171799] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3192), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3194), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + anon_sym_do, + [171865] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [171931] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3054), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3056), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [171997] = 29, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(3794), 1, + anon_sym_RPAREN, + ACTIONS(4665), 1, + anon_sym_PIPE, + ACTIONS(4675), 1, + anon_sym_when, + ACTIONS(4677), 1, + anon_sym_COLON_COLON, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(4703), 1, + aux_sym__terminator_token1, + ACTIONS(4706), 1, + anon_sym_SEMI, + STATE(346), 1, + sym__terminator, + STATE(1030), 1, + aux_sym__terminator_repeat1, + STATE(5082), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4673), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [172113] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4709), 1, + anon_sym_COMMA, + STATE(3483), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3238), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3240), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [172183] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [172249] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [172315] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3570), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3572), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [172381] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3566), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3568), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [172447] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3070), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3072), 50, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [172513] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3268), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3270), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [172579] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3562), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3564), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [172645] = 29, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9), 1, + aux_sym__terminator_token1, + ACTIONS(1693), 1, + ts_builtin_sym_end, + ACTIONS(4711), 1, + anon_sym_SEMI, + ACTIONS(4715), 1, + anon_sym_PIPE, + ACTIONS(4725), 1, + anon_sym_when, + ACTIONS(4727), 1, + anon_sym_COLON_COLON, + ACTIONS(4729), 1, + anon_sym_EQ_GT, + ACTIONS(4731), 1, + anon_sym_EQ, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + STATE(352), 1, + sym__terminator, + STATE(1033), 1, + aux_sym__terminator_repeat1, + STATE(5352), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4723), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [172761] = 27, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3268), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4757), 1, + anon_sym_PIPE, + ACTIONS(4761), 1, + anon_sym_COMMA, + ACTIONS(4769), 1, + anon_sym_when, + ACTIONS(4771), 1, + anon_sym_COLON_COLON, + ACTIONS(4773), 1, + anon_sym_EQ_GT, + ACTIONS(4775), 1, + anon_sym_EQ, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + STATE(3473), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3270), 2, + anon_sym_LBRACE, + anon_sym_do, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4767), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4777), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [172873] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4795), 1, + anon_sym_COMMA, + STATE(3474), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3238), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3240), 48, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [172943] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4797), 1, + anon_sym_COMMA, + STATE(3474), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3543), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3545), 48, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [173013] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3558), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3560), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [173079] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3554), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3556), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [173145] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3318), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + anon_sym_end, + [173215] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3425), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + anon_sym_end, + [173285] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK2, + ACTIONS(4252), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + anon_sym_end, + [173355] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3550), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3552), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [173421] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3036), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3038), 51, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [173487] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3543), 1, + sym__newline_before_do, + ACTIONS(4320), 1, + anon_sym_PIPE, + ACTIONS(4332), 1, + anon_sym_when, + ACTIONS(4334), 1, + anon_sym_COLON_COLON, + ACTIONS(4336), 1, + anon_sym_EQ_GT, + ACTIONS(4338), 1, + anon_sym_EQ, + ACTIONS(4348), 1, + anon_sym_in, + ACTIONS(4350), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4352), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4354), 1, + anon_sym_STAR_STAR, + ACTIONS(4356), 1, + anon_sym_DOT, + ACTIONS(4358), 1, + anon_sym_LBRACK2, + ACTIONS(4360), 1, + sym__not_in, + ACTIONS(4322), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4328), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4330), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4340), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4342), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3545), 4, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_do, + ACTIONS(4318), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4344), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4326), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4346), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [173595] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4800), 1, + anon_sym_COMMA, + STATE(3483), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3543), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3545), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [173665] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4803), 1, + anon_sym_COMMA, + STATE(3484), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3160), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3162), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [173735] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4015), 1, + anon_sym_LPAREN, + STATE(2385), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [173805] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4015), 1, + anon_sym_LPAREN, + STATE(2383), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [173875] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [173941] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [174007] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4015), 1, + anon_sym_LPAREN, + STATE(2382), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [174077] = 29, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9), 1, + aux_sym__terminator_token1, + ACTIONS(1575), 1, + ts_builtin_sym_end, + ACTIONS(4715), 1, + anon_sym_PIPE, + ACTIONS(4725), 1, + anon_sym_when, + ACTIONS(4727), 1, + anon_sym_COLON_COLON, + ACTIONS(4729), 1, + anon_sym_EQ_GT, + ACTIONS(4731), 1, + anon_sym_EQ, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(4806), 1, + anon_sym_SEMI, + STATE(419), 1, + sym__terminator, + STATE(1033), 1, + aux_sym__terminator_repeat1, + STATE(5921), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4723), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [174193] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4808), 1, + anon_sym_COMMA, + STATE(3492), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3150), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3152), 48, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [174263] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4808), 1, + anon_sym_COMMA, + STATE(3493), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3164), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3166), 48, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [174333] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4810), 1, + anon_sym_COMMA, + STATE(3493), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3160), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3162), 48, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [174403] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3523), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3525), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [174469] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [174535] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3515), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3517), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [174601] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 5, + sym__newline_before_do, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [174667] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3106), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3108), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [174732] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4711), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4713), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4715), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, + ACTIONS(4763), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(3187), 9, + ACTIONS(3467), 35, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, anon_sym_when, anon_sym_COLON_COLON, anon_sym_EQ_GT, - anon_sym_do, - ACTIONS(4717), 9, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -299031,7 +309764,12352 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [166604] = 4, + anon_sym_in, + anon_sym_do, + [174813] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4813), 1, + anon_sym_COMMA, + STATE(3500), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3160), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3162), 48, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [174882] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3401), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3403), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [174947] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4816), 1, + anon_sym_COMMA, + STATE(3500), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 48, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [175016] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 26, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [175101] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [175200] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + [175271] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + [175352] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 46, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + [175425] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [175528] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4816), 1, + anon_sym_COMMA, + STATE(3502), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3150), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3152), 48, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [175597] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [175700] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [175801] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [175898] = 19, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + [175993] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 14, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + [176084] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 17, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + [176173] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3336), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3338), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [176238] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + [176317] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [176400] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + [176479] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 38, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + [176556] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3284), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3286), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [176621] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4854), 1, + anon_sym_COMMA, + STATE(3522), 1, + aux_sym_keywords_repeat1, + ACTIONS(3160), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3162), 48, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [176690] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3248), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3250), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [176755] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3102), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3104), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [176820] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3252), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3254), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [176885] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4857), 1, + anon_sym_COMMA, + STATE(3522), 1, + aux_sym_keywords_repeat1, + ACTIONS(3164), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3166), 48, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [176954] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4857), 1, + anon_sym_COMMA, + STATE(3526), 1, + aux_sym_keywords_repeat1, + ACTIONS(3150), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3152), 48, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [177023] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3300), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3302), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [177088] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3324), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3326), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [177153] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3106), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3108), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [177218] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3320), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3322), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [177283] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3328), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3330), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [177348] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [177413] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [177478] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3226), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3228), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [177543] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [177608] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [177673] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3210), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [177738] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [177803] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [177868] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [177933] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3184), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3186), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [177998] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3176), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3178), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178063] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3172), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3174), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178128] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3168), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3170), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178193] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3156), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3158), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178258] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3134), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3136), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178323] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178388] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3126), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3128), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178453] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178518] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178583] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178648] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178713] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3106), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3108), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178778] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3417), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3419), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [178843] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3098), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3100), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178908] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3094), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3096), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [178973] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179038] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3086), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3088), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179103] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179168] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179233] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179298] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179363] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179428] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3296), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3298), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [179493] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179558] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179623] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179688] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179753] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179818] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179883] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3264), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3266), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [179948] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3272), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3274), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [180013] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [180078] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [180143] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3296), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3298), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [180208] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3300), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3302), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [180273] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3320), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3322), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [180338] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3324), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3326), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [180403] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3328), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3330), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [180468] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3336), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3338), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [180533] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3499), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3501), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [180598] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3495), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3497), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [180663] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3222), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3224), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [180728] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3094), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3096), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [180793] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3102), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3104), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [180858] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3256), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3258), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [180923] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [180988] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3260), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3262), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [181053] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3226), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3228), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [181118] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3264), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3266), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [181183] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3272), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3274), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [181248] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [181313] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [181378] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3244), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3246), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [181443] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 5, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [181508] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3280), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3282), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [181573] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 5, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [181638] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3230), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3232), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [181703] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [181768] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3176), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3178), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [181833] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2976), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2978), 49, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [181898] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3210), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3212), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [181963] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3896), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182030] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3894), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182097] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3892), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182164] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3890), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182231] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3888), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182298] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3846), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182365] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3898), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182432] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3900), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182499] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3902), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182566] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3904), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182633] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3906), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182700] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3908), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182767] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3910), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182834] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3912), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182901] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3914), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [182968] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3916), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [183035] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3918), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [183102] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3920), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [183169] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3922), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [183236] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3924), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [183303] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3437), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3439), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [183368] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3098), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3100), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [183433] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3678), 1, + aux_sym__terminator_token1, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(4859), 1, + anon_sym_when, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3680), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [183540] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2972), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2974), 49, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [183605] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3676), 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [183710] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4426), 1, + anon_sym_LPAREN, + STATE(3178), 1, + sym__call_arguments_with_parentheses, + ACTIONS(2940), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2942), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [183779] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3545), 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [183884] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3206), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3208), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [183949] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4426), 1, + anon_sym_LPAREN, + STATE(3180), 1, + sym__call_arguments_with_parentheses, + ACTIONS(2940), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2942), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [184018] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4426), 1, + anon_sym_LPAREN, + STATE(3182), 1, + sym__call_arguments_with_parentheses, + ACTIONS(2940), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2942), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [184087] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3202), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3204), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [184152] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 5, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [184217] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 5, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [184282] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3030), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3032), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [184349] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3036), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3038), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [184416] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2968), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2970), 49, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [184481] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3188), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3190), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [184546] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3184), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3186), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [184611] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3234), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3236), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [184676] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2984), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2986), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [184741] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3114), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3116), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [184806] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3554), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3556), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [184871] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3395), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3397), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [184936] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2988), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2990), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [185001] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3292), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3294), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [185066] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3074), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3076), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [185131] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [185196] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3272), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3274), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [185261] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3543), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4757), 1, + anon_sym_PIPE, + ACTIONS(4769), 1, + anon_sym_when, + ACTIONS(4771), 1, + anon_sym_COLON_COLON, + ACTIONS(4773), 1, + anon_sym_EQ_GT, + ACTIONS(4775), 1, + anon_sym_EQ, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4767), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3545), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4777), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [185368] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3678), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4757), 1, + anon_sym_PIPE, + ACTIONS(4769), 1, + anon_sym_when, + ACTIONS(4771), 1, + anon_sym_COLON_COLON, + ACTIONS(4773), 1, + anon_sym_EQ_GT, + ACTIONS(4775), 1, + anon_sym_EQ, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4767), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3680), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4777), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [185475] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [185540] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2992), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2994), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [185605] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3090), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3092), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [185670] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3268), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3270), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [185735] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3086), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3088), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [185800] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3503), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3505), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [185865] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3507), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3509), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [185930] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3511), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3513), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [185995] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3515), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3517), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186060] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3519), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3521), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186125] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3523), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3525), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186190] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3519), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3521), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186255] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3519), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3521), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186320] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3044), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3046), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [186385] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3550), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3552), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186450] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3409), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3411), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186515] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3558), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3560), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186580] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3562), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3564), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186645] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3566), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3568), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186710] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3570), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3572), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186775] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186840] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186905] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [186970] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187035] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187100] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187165] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187230] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187295] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187360] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187425] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187490] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187555] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187620] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187685] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187750] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187815] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187880] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [187945] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [188010] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3142), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3144), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [188075] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [188140] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [188205] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [188270] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3010), 2, @@ -299092,2399 +322170,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [166669] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4819), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [166736] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2607), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2609), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [166801] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2603), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2605), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [166866] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4713), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4715), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 13, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_do, - [166959] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4715), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 16, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_do, - [167050] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2599), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2601), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [167115] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2595), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2597), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [167180] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 21, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_do, - [167269] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__newline_before_do, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 34, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_do, - [167354] = 4, + [188335] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3259), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [167419] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [167484] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3825), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [167551] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3827), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [167618] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3416), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - [167687] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3829), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [167754] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3831), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [167821] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3833), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [167888] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3835), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [167955] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3837), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168022] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3841), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168089] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3068), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - [168158] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3843), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168225] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3530), 1, - aux_sym__terminator_token1, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(4733), 1, - anon_sym_when, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3532), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DASH_GT, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [168332] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3845), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168399] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3847), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168466] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3849), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168533] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3853), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168600] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3855), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168667] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3857), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168734] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3859), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168801] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3861), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168868] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3863), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [168935] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - [169014] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3865), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [169081] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3867), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [169148] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3526), 1, - sym__newline_before_do, - ACTIONS(4691), 1, - anon_sym_PIPE, - ACTIONS(4703), 1, - anon_sym_when, - ACTIONS(4705), 1, - anon_sym_COLON_COLON, - ACTIONS(4707), 1, - anon_sym_EQ_GT, - ACTIONS(4709), 1, - anon_sym_EQ, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4701), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3528), 3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_do, - ACTIONS(4711), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4713), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4715), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [169255] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4821), 1, - anon_sym_COMMA, - STATE(3355), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3155), 4, + ACTIONS(2627), 4, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3157), 47, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [169324] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 50, + ACTIONS(2629), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -301534,141 +322231,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - anon_sym_end, - [169389] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3014), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3016), 50, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [169454] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3030), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3032), 50, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [169519] = 4, + [188400] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3070), 3, + ACTIONS(3578), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3072), 49, + ACTIONS(3580), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -301718,881 +322292,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [169584] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_do, - [169663] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3040), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3042), 49, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [169728] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3054), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3056), 49, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [169793] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(3185), 2, - sym__newline_before_do, - sym__not_in, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_do, - [169862] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3077), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3079), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [169927] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3123), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3125), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [169992] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3111), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3113), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [170057] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3143), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3145), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [170122] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3476), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3478), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [170187] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3446), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3448), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [170252] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [170317] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [170382] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [170447] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [170512] = 4, + [188465] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3197), 3, + ACTIONS(3332), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3199), 49, + ACTIONS(3334), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -302642,18 +322353,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [170577] = 4, + [188530] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3337), 3, + ACTIONS(3485), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3339), 49, + ACTIONS(3487), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -302703,630 +322414,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [170642] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3442), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3444), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [170707] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [170772] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [170837] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4821), 1, - anon_sym_COMMA, - STATE(3394), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3422), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3424), 47, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [170906] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3426), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3428), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [170971] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3241), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3243), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [171036] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3193), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3195), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [171101] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3177), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3179), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [171166] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3161), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3163), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [171231] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3151), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3153), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [171296] = 4, + [188595] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3189), 3, + ACTIONS(3485), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3191), 49, + ACTIONS(3487), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -303376,79 +322475,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [171361] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3081), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3083), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [171426] = 4, + [188660] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3185), 3, + ACTIONS(3332), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3187), 49, + ACTIONS(3334), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -303498,140 +322536,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [171491] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2966), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2968), 50, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [171556] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3085), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3087), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [171621] = 4, + [188725] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3169), 3, + ACTIONS(3332), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3171), 49, + ACTIONS(3334), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -303681,440 +322597,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [171686] = 4, + [188790] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3169), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3171), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [171751] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3173), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3175), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [171816] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3173), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3175), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [171881] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3169), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3171), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [171946] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3165), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3167), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172011] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172076] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172141] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4823), 1, - anon_sym_COMMA, - STATE(3438), 1, - aux_sym_keywords_repeat1, ACTIONS(3070), 2, sym__not_in, anon_sym_LBRACK2, @@ -304122,1674 +322607,7 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3072), 48, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [172210] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172275] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172340] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172405] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172470] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172535] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172600] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172665] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172730] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172795] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172860] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172925] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [172990] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173055] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173120] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173185] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173250] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173315] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3089), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3091), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173380] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3291), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3293), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173445] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3295), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3297), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173510] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3299), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3301), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173575] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3303), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3305), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173640] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4826), 1, - anon_sym_COMMA, - STATE(3438), 1, - aux_sym_keywords_repeat1, - ACTIONS(3155), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3157), 48, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [173709] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3532), 4, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [173814] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3307), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3309), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173879] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3311), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3313), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [173944] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3040), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3042), 50, + ACTIONS(3072), 50, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, @@ -305840,79 +322658,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [174009] = 25, + [188855] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3407), 1, - sym__newline_before_do, - ACTIONS(4691), 1, - anon_sym_PIPE, - ACTIONS(4703), 1, - anon_sym_when, - ACTIONS(4705), 1, - anon_sym_COLON_COLON, - ACTIONS(4707), 1, - anon_sym_EQ_GT, - ACTIONS(4709), 1, - anon_sym_EQ, - ACTIONS(4719), 1, - anon_sym_in, - ACTIONS(4721), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4723), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4725), 1, - anon_sym_STAR_STAR, - ACTIONS(4727), 1, - anon_sym_DOT, - ACTIONS(4729), 1, - anon_sym_LBRACK2, - ACTIONS(4731), 1, - sym__not_in, - ACTIONS(4693), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4699), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4701), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3409), 3, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3467), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, anon_sym_GT_GT, - anon_sym_do, - ACTIONS(4711), 3, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4713), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(4689), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4715), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4697), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4717), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -305922,19 +322707,1885 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [174116] = 4, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [188920] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3477), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3479), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [188985] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3469), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3471), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [189050] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [189119] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + [189198] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + [189277] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 34, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_do, + [189362] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 21, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_do, + [189451] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 16, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_do, + [189542] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 13, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_do, + [189635] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4517), 1, + anon_sym_EQ, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4519), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_do, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [189732] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4515), 1, + anon_sym_EQ_GT, + ACTIONS(4517), 1, + anon_sym_EQ, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4519), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [189831] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4499), 1, + anon_sym_PIPE, + ACTIONS(4513), 1, + anon_sym_COLON_COLON, + ACTIONS(4515), 1, + anon_sym_EQ_GT, + ACTIONS(4517), 1, + anon_sym_EQ, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4519), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_do, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [189934] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3467), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [189999] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4499), 1, + anon_sym_PIPE, + ACTIONS(4511), 1, + anon_sym_when, + ACTIONS(4513), 1, + anon_sym_COLON_COLON, + ACTIONS(4515), 1, + anon_sym_EQ_GT, + ACTIONS(4517), 1, + anon_sym_EQ, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4519), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [190104] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4499), 1, + anon_sym_PIPE, + ACTIONS(4511), 1, + anon_sym_when, + ACTIONS(4513), 1, + anon_sym_COLON_COLON, + ACTIONS(4515), 1, + anon_sym_EQ_GT, + ACTIONS(4517), 1, + anon_sym_EQ, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4519), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [190209] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 45, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_do, + [190282] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_do, + [190359] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 47, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_do, + [190430] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3465), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3467), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [190495] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4499), 1, + anon_sym_PIPE, + ACTIONS(4515), 1, + anon_sym_EQ_GT, + ACTIONS(4517), 1, + anon_sym_EQ, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4519), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [190596] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 25, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_do, + [190683] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_do, + [190764] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3461), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3463), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [190829] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3457), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3459), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [190894] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3453), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3455), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [190959] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3449), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3451), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [191024] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3445), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3447), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [191089] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2603), 3, + ACTIONS(3437), 4, sym__not_in, + ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2605), 50, + ACTIONS(3439), 49, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -305983,18 +324634,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [174181] = 4, + [191154] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [191219] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [191284] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [191349] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3430), 3, + ACTIONS(3433), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3432), 49, + ACTIONS(3435), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -306044,18 +324878,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [174246] = 4, + [191414] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3430), 3, + ACTIONS(3423), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3432), 49, + ACTIONS(3425), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -306105,18 +324939,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [174311] = 4, + [191479] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(3423), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [191548] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3434), 3, + ACTIONS(3423), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3436), 49, + ACTIONS(3425), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -306166,18 +325063,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [174376] = 4, + [191613] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3452), 3, + ACTIONS(3423), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3454), 49, + ACTIONS(3425), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -306227,26 +325124,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [174441] = 6, + [191678] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4826), 1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3018), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3020), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, - STATE(3461), 1, - aux_sym_keywords_repeat1, - ACTIONS(3422), 2, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [191743] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3288), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3290), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [191808] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3082), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3424), 48, + ACTIONS(3084), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -306290,146 +325307,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [174510] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3456), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3458), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [174575] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3460), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3462), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [174640] = 4, + [191873] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3058), 4, + ACTIONS(3086), 4, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3060), 49, + ACTIONS(3088), 49, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -306473,18 +325368,616 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [174705] = 4, + [191938] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3078), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3080), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [192003] = 26, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(4865), 1, + anon_sym_COMMA, + STATE(6146), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4863), 2, + anon_sym_RBRACE, + anon_sym_RBRACK, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [192112] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3118), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3120), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [192177] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3674), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4757), 1, + anon_sym_PIPE, + ACTIONS(4769), 1, + anon_sym_when, + ACTIONS(4771), 1, + anon_sym_COLON_COLON, + ACTIONS(4773), 1, + anon_sym_EQ_GT, + ACTIONS(4775), 1, + anon_sym_EQ, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4767), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3676), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_do, + ACTIONS(4777), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [192284] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4867), 1, + anon_sym_COMMA, + STATE(3752), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3150), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3152), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [192353] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4867), 1, + anon_sym_COMMA, + STATE(3753), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [192422] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4869), 1, + anon_sym_COMMA, + STATE(3753), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3160), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3162), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [192491] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3094), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3096), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [192556] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [192621] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3464), 3, + ACTIONS(3316), 3, sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3466), 49, + ACTIONS(3318), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -306534,9 +326027,827 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_do, - [174770] = 4, + [192686] = 6, ACTIONS(5), 1, sym_comment, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(3316), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_do, + [192755] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3318), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [192820] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3674), 1, + sym__newline_before_do, + ACTIONS(4499), 1, + anon_sym_PIPE, + ACTIONS(4511), 1, + anon_sym_when, + ACTIONS(4513), 1, + anon_sym_COLON_COLON, + ACTIONS(4515), 1, + anon_sym_EQ_GT, + ACTIONS(4517), 1, + anon_sym_EQ, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4509), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3676), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_do, + ACTIONS(4519), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [192927] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [192992] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3098), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3100), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [193057] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3316), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3318), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [193122] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3312), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3314), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [193187] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3308), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3310), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [193252] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3304), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3306), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [193317] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [193382] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [193447] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [193512] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [193577] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, @@ -306545,14 +326856,1141 @@ static const uint16_t ts_small_parse_table[] = { ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, + ACTIONS(3038), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [193644] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [193711] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3138), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3140), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [193776] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3300), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3302), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [193841] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3288), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3290), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [193906] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [193971] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2998), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3000), 49, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [194036] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 25, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_do, + [194123] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2940), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(2942), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [194188] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4757), 1, + anon_sym_PIPE, + ACTIONS(4773), 1, + anon_sym_EQ_GT, + ACTIONS(4775), 1, + anon_sym_EQ, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4777), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [194289] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3214), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3216), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [194354] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3214), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3216), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [194419] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3218), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3220), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [194484] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4872), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [194551] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3214), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3216), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [194616] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3180), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3182), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [194681] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3180), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3182), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [194746] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3030), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3032), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [194811] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3036), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, ACTIONS(3038), 49, - anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -306595,93 +328033,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [174835] = 12, + anon_sym_do, + [194876] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - [174916] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3000), 2, + ACTIONS(3036), 3, + sym__newline_before_do, sym__not_in, anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3002), 50, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(3038), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -306723,103 +328093,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, - [174981] = 14, + anon_sym_do, + [194941] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 26, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [175066] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, + ACTIONS(3030), 3, + sym__newline_before_do, sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, anon_sym_LBRACK2, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, + ACTIONS(3032), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -306860,24 +328153,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, anon_sym_STAR, - [175137] = 4, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [195006] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3050), 4, + ACTIONS(3102), 4, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3052), 49, + ACTIONS(3104), 49, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -306921,17 +328217,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [175202] = 4, + [195071] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3259), 2, + ACTIONS(3296), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3261), 50, + ACTIONS(3298), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -306982,17 +328278,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [175267] = 4, + [195136] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3263), 2, + ACTIONS(3300), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3265), 50, + ACTIONS(3302), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -307043,1266 +328339,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [175332] = 4, + [195201] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3403), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3405), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [175397] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3393), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3395), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [175462] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 38, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - [175539] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3093), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [175604] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3333), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [175669] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3275), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [175734] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [175799] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [175864] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3245), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [175929] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 46, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - [176002] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3139), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3141), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [176067] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3135), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [176132] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3131), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3133), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [176197] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [176300] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3127), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3129), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [176365] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3119), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3121), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [176430] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3115), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3117), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [176495] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3097), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3099), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [176560] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3287), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [176625] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3006), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3008), 49, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [176690] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3283), 2, + ACTIONS(3320), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3285), 50, + ACTIONS(3322), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -308353,17 +328400,200 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [176755] = 4, + [195266] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3279), 2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3146), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3148), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [195331] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3574), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3576), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [195396] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3276), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3278), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [195461] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3122), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3281), 50, + ACTIONS(3124), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -308414,100 +328644,2117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [176820] = 23, + [195526] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, + ACTIONS(3004), 2, sym__not_in, - ACTIONS(4764), 2, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3006), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [195591] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3324), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3326), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [195656] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3328), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3330), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [195721] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4874), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [195788] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3336), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3338), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [195853] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [195918] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4876), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [195985] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4878), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [196052] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4880), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [196119] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2631), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [196184] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [196249] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 47, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_do, + [196320] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 5, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [196385] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [196450] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 5, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [196515] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3126), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3128), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [196580] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [196645] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4882), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [196712] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4884), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [196779] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [196844] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3110), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3112), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [196909] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [196974] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [197039] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2976), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2978), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [197104] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4886), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [197171] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4888), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [197238] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [197303] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3343), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3345), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [197368] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [197433] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3004), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3006), 49, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [197498] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3391), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3393), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [197563] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4890), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [197630] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [197695] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4818), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(4768), 2, + ACTIONS(4822), 2, anon_sym_PLUS, anon_sym_DASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, + ACTIONS(4836), 4, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 22, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, + anon_sym_PIPE, anon_sym_COMMA, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [176923] = 4, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + [197782] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(4892), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2996), 4, - sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2998), 49, - anon_sym_SEMI, - anon_sym_LPAREN, + ACTIONS(3198), 49, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -308554,18 +330801,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [176988] = 4, + [197849] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3403), 3, + ACTIONS(2615), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3405), 50, + ACTIONS(2617), 50, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -308616,17 +330864,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_end, - [177053] = 4, + [197914] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3393), 3, + ACTIONS(2611), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3395), 50, + ACTIONS(2613), 50, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -308677,1105 +330925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DOT, anon_sym_end, - [177118] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3093), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3095), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [177183] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3000), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3002), 49, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [177248] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3333), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3335), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [177313] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [177378] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3275), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3277), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [177443] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3085), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3087), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [177508] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3083), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [177573] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3077), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3079), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [177638] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3151), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3153), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [177703] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3269), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3271), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [177768] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3161), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [177833] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3177), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3179), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [177898] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3193), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [177963] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3255), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3257), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [178028] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [178093] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [178158] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [178223] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [178288] = 4, + [197979] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -309836,200 +330986,2273 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [178353] = 4, + [198044] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, + ACTIONS(4894), 1, aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [178418] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [178483] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [178548] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3333), 2, + ACTIONS(3196), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3335), 50, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198111] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4896), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198178] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4898), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198245] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4900), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198312] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4902), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198379] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4904), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198446] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4906), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198513] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4908), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198580] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2627), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198645] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3543), 1, + sym__newline_before_do, + ACTIONS(4499), 1, + anon_sym_PIPE, + ACTIONS(4511), 1, + anon_sym_when, + ACTIONS(4513), 1, + anon_sym_COLON_COLON, + ACTIONS(4515), 1, + anon_sym_EQ_GT, + ACTIONS(4517), 1, + anon_sym_EQ, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4509), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3545), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_do, + ACTIONS(4519), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [198752] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2623), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198817] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2619), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198882] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4910), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [198949] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3014), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3016), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [199014] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4912), 1, + anon_sym_COMMA, + STATE(3862), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3150), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3152), 47, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [199083] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2615), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [199148] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2631), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [199213] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2627), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [199278] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2611), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [199343] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2623), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [199408] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2619), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [199473] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2615), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [199538] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2611), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [199603] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [199668] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [199733] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4912), 1, + anon_sym_COMMA, + STATE(3996), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3164), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3166), 47, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [199802] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [199867] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [199932] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3678), 1, + sym__newline_before_do, + ACTIONS(4499), 1, + anon_sym_PIPE, + ACTIONS(4511), 1, + anon_sym_when, + ACTIONS(4513), 1, + anon_sym_COLON_COLON, + ACTIONS(4515), 1, + anon_sym_EQ_GT, + ACTIONS(4517), 1, + anon_sym_EQ, + ACTIONS(4527), 1, + anon_sym_in, + ACTIONS(4529), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4531), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4533), 1, + anon_sym_STAR_STAR, + ACTIONS(4535), 1, + anon_sym_DOT, + ACTIONS(4537), 1, + anon_sym_LBRACK2, + ACTIONS(4539), 1, + sym__not_in, + ACTIONS(4501), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4507), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4509), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3680), 3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_do, + ACTIONS(4519), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4521), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4497), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4523), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4505), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4525), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [200039] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3924), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [200106] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [200171] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 50, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_end, + [200236] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3922), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [200303] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3920), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [200370] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3918), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [200437] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3916), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [200504] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2631), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2633), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -310080,160 +333303,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [178613] = 4, + [200569] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3221), 4, + ACTIONS(2627), 2, sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3223), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [178678] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3409), 4, + ACTIONS(2629), 50, anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [178783] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3245), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3247), 50, - anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -310281,20 +333362,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - anon_sym_end, - [178848] = 4, + [200634] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3914), 1, + aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3139), 3, + ACTIONS(3196), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3141), 50, + ACTIONS(3198), 49, anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [200701] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3912), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [200768] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2623), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2625), 50, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -310342,20 +333547,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - anon_sym_end, - [178913] = 4, + [200833] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(2619), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3135), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3137), 50, - anon_sym_SEMI, + ACTIONS(2621), 50, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -310403,20 +333608,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - anon_sym_end, - [178978] = 4, + [200898] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3910), 1, + aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3131), 3, + ACTIONS(3196), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3133), 50, + ACTIONS(3198), 49, anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [200965] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3908), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [201032] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2615), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2617), 50, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -310464,20 +333793,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - anon_sym_end, - [179043] = 4, + [201097] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3), 2, + ACTIONS(2611), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3127), 3, - sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3129), 50, - anon_sym_SEMI, + ACTIONS(2613), 50, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -310525,20 +333854,204 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - anon_sym_end, - [179108] = 4, + [201162] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3074), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3076), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [201227] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3292), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3294), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [201292] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3906), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [201359] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3030), 4, + ACTIONS(3044), 4, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3032), 49, + ACTIONS(3046), 49, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LT, @@ -310588,17 +334101,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [179173] = 4, + [201424] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3160), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3162), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [201489] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3119), 3, + ACTIONS(3126), 4, sym__not_in, + ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3121), 50, + ACTIONS(3128), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -310648,18 +334223,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - anon_sym_end, - [179238] = 4, + [201554] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3902), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [201621] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3115), 3, + ACTIONS(3264), 4, sym__not_in, + ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3117), 50, + ACTIONS(3266), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -310709,18 +334346,3063 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - anon_sym_end, - [179303] = 4, + [201686] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3900), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [201753] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3130), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3132), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [201818] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3898), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [201885] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3846), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [201952] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3888), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202019] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3890), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202086] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4914), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202153] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4916), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202220] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4918), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202287] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4920), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202354] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3892), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202421] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4922), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202488] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3894), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202555] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3896), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202622] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3417), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3419), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [202687] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3437), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3439), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [202752] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + [202821] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2972), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2974), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [202886] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4924), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [202953] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_do, + [203030] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3192), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3194), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [203095] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3097), 3, + ACTIONS(3499), 3, sym__not_in, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3099), 50, + ACTIONS(3501), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [203160] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4926), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [203227] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4928), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [203294] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4930), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [203361] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [203426] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4932), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [203493] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3134), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3136), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [203558] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3156), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3158), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [203623] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 45, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_do, + [203696] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4757), 1, + anon_sym_PIPE, + ACTIONS(4769), 1, + anon_sym_when, + ACTIONS(4771), 1, + anon_sym_COLON_COLON, + ACTIONS(4773), 1, + anon_sym_EQ_GT, + ACTIONS(4775), 1, + anon_sym_EQ, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4777), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [203801] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [203866] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [203931] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4757), 1, + anon_sym_PIPE, + ACTIONS(4769), 1, + anon_sym_when, + ACTIONS(4771), 1, + anon_sym_COLON_COLON, + ACTIONS(4773), 1, + anon_sym_EQ_GT, + ACTIONS(4775), 1, + anon_sym_EQ, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4777), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_do, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [204036] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4757), 1, + anon_sym_PIPE, + ACTIONS(4771), 1, + anon_sym_COLON_COLON, + ACTIONS(4773), 1, + anon_sym_EQ_GT, + ACTIONS(4775), 1, + anon_sym_EQ, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4777), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_do, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [204139] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [204204] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [204269] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4773), 1, + anon_sym_EQ_GT, + ACTIONS(4775), 1, + anon_sym_EQ, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4777), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_do, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [204368] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2998), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3000), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [204433] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4775), 1, + anon_sym_EQ, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4777), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_do, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [204530] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4779), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 13, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_do, + [204623] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4781), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 16, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_do, + [204714] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4755), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4783), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 21, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_do, + [204803] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2968), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2970), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [204868] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__newline_before_do, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4785), 1, + anon_sym_in, + ACTIONS(4787), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(4793), 1, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 34, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_do, + [204953] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + [205032] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2980), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2982), 49, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [205097] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -310770,8 +337452,1113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - anon_sym_end, - [179368] = 4, + [205162] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4065), 1, + anon_sym_DOT, + ACTIONS(4067), 1, + anon_sym_LBRACK2, + ACTIONS(4789), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4791), 1, + anon_sym_STAR_STAR, + ACTIONS(3465), 2, + sym__newline_before_do, + sym__not_in, + ACTIONS(4759), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4765), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4763), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_do, + [205241] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2980), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2982), 50, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [205306] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [205371] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3441), 3, + sym__newline_before_do, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3443), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + anon_sym_do, + [205436] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3172), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3174), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [205501] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [205566] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3134), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3136), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [205631] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3495), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3497), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [205696] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3499), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3501), 50, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [205761] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3156), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3158), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [205826] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3168), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3170), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [205891] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3172), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3174), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [205956] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3070), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3072), 49, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [206021] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3176), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3178), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [206086] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3184), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3186), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [206151] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [206216] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [206281] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4934), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [206348] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -310832,1684 +338619,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [179433] = 4, + [206413] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3287), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3289), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [179498] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3430), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3432), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [179563] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3085), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3087), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [179628] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3081), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3083), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [179693] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3077), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3079), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [179758] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3151), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3153), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [179823] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3161), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3163), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [179888] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4828), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, + ACTIONS(3206), 4, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [179955] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4830), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180022] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4832), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180089] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4834), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180156] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4836), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180223] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4838), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180290] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4840), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180357] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4842), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180424] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4844), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180491] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4846), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180558] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4848), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180625] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4850), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180692] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4852), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180759] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4854), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180826] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4856), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180893] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4858), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [180960] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4860), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [181027] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4862), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [181094] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4864), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [181161] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4866), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [181228] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3177), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3179), 50, + ACTIONS(3208), 49, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -312559,802 +338680,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - anon_sym_end, - [181293] = 4, + [206478] = 11, ACTIONS(5), 1, sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3193), 3, + ACTIONS(3465), 2, sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3195), 50, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [181358] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3241), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3243), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [181423] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3426), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3428), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [181488] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3442), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3444), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [181553] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3446), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3448), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [181618] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3407), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4525), 1, - anon_sym_PIPE, - ACTIONS(4537), 1, - anon_sym_when, - ACTIONS(4539), 1, - anon_sym_COLON_COLON, - ACTIONS(4541), 1, - anon_sym_EQ_GT, - ACTIONS(4543), 1, - anon_sym_EQ, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4535), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3409), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4545), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [181725] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3526), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4525), 1, - anon_sym_PIPE, - ACTIONS(4537), 1, - anon_sym_when, - ACTIONS(4539), 1, - anon_sym_COLON_COLON, - ACTIONS(4541), 1, - anon_sym_EQ_GT, - ACTIONS(4543), 1, - anon_sym_EQ, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4535), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3528), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4545), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [181832] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3476), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3478), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [181897] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3143), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3145), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [181962] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 5, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [182027] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3111), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3113), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [182092] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3123), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3125), 50, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [182157] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2996), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2998), 50, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SLASH, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, anon_sym_when, @@ -313385,810 +338747,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_PIPE_GT, anon_sym_in, anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, anon_sym_DASH_GT, - anon_sym_DOT, - [182222] = 4, + [206557] = 11, ACTIONS(5), 1, sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3221), 3, + ACTIONS(3465), 2, sym__not_in, aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3223), 50, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [182287] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 5, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [182352] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3530), 1, - sym__newline_before_do, - ACTIONS(3935), 1, - anon_sym_DOT, - ACTIONS(3937), 1, - anon_sym_LBRACK2, - ACTIONS(4525), 1, - anon_sym_PIPE, - ACTIONS(4537), 1, - anon_sym_when, - ACTIONS(4539), 1, - anon_sym_COLON_COLON, - ACTIONS(4541), 1, - anon_sym_EQ_GT, - ACTIONS(4543), 1, - anon_sym_EQ, - ACTIONS(4553), 1, - anon_sym_in, - ACTIONS(4555), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4557), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4559), 1, - anon_sym_STAR_STAR, - ACTIONS(4561), 1, - sym__not_in, - ACTIONS(4527), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4533), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4535), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3532), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_do, - ACTIONS(4545), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4547), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4523), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4549), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4531), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4551), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [182459] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [182560] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [182659] = 19, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 10, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - [182754] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4868), 1, - anon_sym_COMMA, - STATE(3594), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3422), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3424), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [182823] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4868), 1, - anon_sym_COMMA, - STATE(3595), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3155), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3157), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [182892] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4870), 1, - anon_sym_COMMA, - STATE(3595), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [182961] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 14, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - [183052] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 17, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - [183141] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3006), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3008), 50, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SLASH, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, anon_sym_when, @@ -314219,37 +338815,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_PIPE_GT, anon_sym_in, anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, anon_sym_DASH_GT, - anon_sym_DOT, - [183206] = 4, + [206636] = 14, ACTIONS(5), 1, sym_comment, - ACTIONS(3287), 2, - sym__not_in, + ACTIONS(2890), 1, anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3289), 50, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, anon_sym_when, @@ -314278,39 +338886,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, + anon_sym_DASH_GT, + [206721] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3726), 1, anon_sym_in, + ACTIONS(3728), 1, anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [183271] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3097), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3099), 50, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 22, + anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, anon_sym_when, @@ -314328,8 +338959,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_DASH_GT, + [206810] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -314339,30 +339016,1784 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, + ACTIONS(3467), 17, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_DASH_GT, + [206901] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3726), 1, anon_sym_in, + ACTIONS(3728), 1, anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 14, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, anon_sym_DASH_GT, + [206994] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, anon_sym_DOT, - [183336] = 4, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_DASH_GT, + [207091] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [207190] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [207293] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(2956), 4, + ACTIONS(3210), 4, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2958), 49, + ACTIONS(3212), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [207358] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(4859), 1, + anon_sym_when, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [207463] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(4859), 1, + anon_sym_when, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [207568] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3467), 46, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_DASH_GT, + [207641] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 38, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_DASH_GT, + [207718] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_DASH_GT, + [207789] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [207854] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [207955] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 26, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DASH_GT, + [208042] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_DASH_GT, + [208123] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3222), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3224), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208188] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3098), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3100), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208253] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3226), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3228), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208318] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3230), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3232), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208383] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208448] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4936), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208515] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4938), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208582] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4940), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208649] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 49, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208714] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4942), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208781] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4944), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208848] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4946), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [208915] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2984), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2986), 49, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LT, @@ -314412,17 +340843,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [183401] = 4, + [208980] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3115), 2, + ACTIONS(3168), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3117), 50, + ACTIONS(3170), 50, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, @@ -314473,6105 +340904,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_DASH_GT, anon_sym_DOT, - [183466] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3119), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3121), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [183531] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3127), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3129), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [183596] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3131), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3133), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [183661] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3135), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3137), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [183726] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3139), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3141), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [183791] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3245), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3247), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [183856] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3255), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3257), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [183921] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3269), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3271), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [183986] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 22, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - [184073] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [184156] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - [184235] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - [184314] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [184411] = 4, + [209045] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3259), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [184476] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [184541] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [184606] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3825), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [184673] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3827), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [184740] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3829), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [184807] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3831), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [184874] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3833), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [184941] = 26, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4875), 1, - anon_sym_COMMA, - STATE(5073), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4873), 2, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [185050] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2603), 5, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [185115] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2607), 5, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [185180] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3835), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185247] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3837), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185314] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3841), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185381] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3843), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185448] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3845), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185515] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3847), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185582] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3849), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185649] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3853), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185716] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3855), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185783] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3857), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185850] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3859), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185917] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3861), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [185984] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3863), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [186051] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3865), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [186118] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3867), 1, - aux_sym_sigil_token3, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3101), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3103), 49, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_end, - [186185] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3058), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3060), 50, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [186250] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3054), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3056), 50, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [186315] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3036), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3038), 50, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [186380] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2599), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [186445] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3279), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3281), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [186510] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3283), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3285), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [186575] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2882), 1, - anon_sym_LBRACK2, - ACTIONS(3526), 1, - aux_sym__terminator_token1, - ACTIONS(3621), 1, - anon_sym_PIPE, - ACTIONS(3636), 1, - anon_sym_COLON_COLON, - ACTIONS(3638), 1, - anon_sym_EQ_GT, - ACTIONS(3640), 1, - anon_sym_EQ, - ACTIONS(3650), 1, - anon_sym_in, - ACTIONS(3652), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(3654), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3656), 1, - anon_sym_STAR_STAR, - ACTIONS(3658), 1, - anon_sym_DOT, - ACTIONS(3660), 1, - sym__not_in, - ACTIONS(4733), 1, - anon_sym_when, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3623), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3629), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3631), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3642), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(3644), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3528), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DASH_GT, - ACTIONS(3619), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3646), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3627), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3648), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [186682] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [186747] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3259), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3261), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [186812] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3263), 3, - sym__newline_before_do, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3265), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - anon_sym_do, - [186877] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3050), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3052), 50, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [186942] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2595), 3, - sym__not_in, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 50, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [187007] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3403), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3405), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [187072] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3393), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3395), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [187137] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3093), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3095), 50, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [187202] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3189), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3191), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [187266] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3446), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3448), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [187330] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3315), 4, + ACTIONS(2988), 4, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3317), 48, + ACTIONS(2990), 49, anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [187394] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3319), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3321), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [187458] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3323), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3325), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [187522] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3259), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3261), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [187586] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3279), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3281), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [187650] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3283), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3285), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [187714] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3263), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3265), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [187778] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3526), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4630), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_when, - ACTIONS(4642), 1, - anon_sym_COLON_COLON, - ACTIONS(4644), 1, - anon_sym_EQ_GT, - ACTIONS(4646), 1, - anon_sym_EQ, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4638), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3528), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_end, - ACTIONS(4648), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [187884] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3070), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3072), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [187948] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3526), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4480), 1, - anon_sym_PIPE, - ACTIONS(4490), 1, - anon_sym_when, - ACTIONS(4492), 1, - anon_sym_COLON_COLON, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4488), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3528), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [188054] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4877), 1, - anon_sym_COMMA, - STATE(3670), 1, - aux_sym_keywords_repeat1, - ACTIONS(3155), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3157), 47, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [188122] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4879), 1, - anon_sym_COMMA, - STATE(3670), 1, - aux_sym_keywords_repeat1, - ACTIONS(3070), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3072), 47, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [188190] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3464), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3466), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [188254] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_end, - [188332] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_end, - [188410] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 34, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_end, - [188494] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 21, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_end, - [188582] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 16, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_end, - [188672] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 13, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_end, - [188764] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4646), 1, - anon_sym_EQ, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4648), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_end, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [188860] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4644), 1, - anon_sym_EQ_GT, - ACTIONS(4646), 1, - anon_sym_EQ, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4648), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_end, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [188958] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4630), 1, - anon_sym_PIPE, - ACTIONS(4642), 1, - anon_sym_COLON_COLON, - ACTIONS(4644), 1, - anon_sym_EQ_GT, - ACTIONS(4646), 1, - anon_sym_EQ, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4648), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_end, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [189060] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4630), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_when, - ACTIONS(4642), 1, - anon_sym_COLON_COLON, - ACTIONS(4644), 1, - anon_sym_EQ_GT, - ACTIONS(4646), 1, - anon_sym_EQ, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4648), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_end, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [189164] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4630), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_when, - ACTIONS(4642), 1, - anon_sym_COLON_COLON, - ACTIONS(4644), 1, - anon_sym_EQ_GT, - ACTIONS(4646), 1, - anon_sym_EQ, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4648), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_end, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [189268] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3187), 45, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_end, - [189340] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_end, - [189416] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 47, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_end, - [189486] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4630), 1, - anon_sym_PIPE, - ACTIONS(4644), 1, - anon_sym_EQ_GT, - ACTIONS(4646), 1, - anon_sym_EQ, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4648), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_end, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [189586] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 25, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_end, - [189672] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_end, - [189752] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4877), 1, - anon_sym_COMMA, - STATE(3669), 1, - aux_sym_keywords_repeat1, - ACTIONS(3422), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3424), 47, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [189820] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [189884] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2607), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2609), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [189948] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2603), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2605), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [190012] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3024), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3026), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [190076] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4426), 1, - anon_sym_PIPE, - ACTIONS(4436), 1, - anon_sym_when, - ACTIONS(4438), 1, - anon_sym_COLON_COLON, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3526), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3528), 2, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4434), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [190182] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2599), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2601), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [190246] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2595), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2597), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [190310] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2966), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2968), 49, anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -320614,78 +340965,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [190374] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3040), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3042), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [190438] = 4, + [209110] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(4948), 1, + aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3024), 4, + ACTIONS(3196), 4, sym__not_in, ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3026), 48, + ACTIONS(3198), 48, anon_sym_SEMI, anon_sym_LT, anon_sym_GT, @@ -320734,9910 +341027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [190502] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3181), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3183), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [190566] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3416), 48, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [190634] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3018), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3020), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [190698] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3070), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3072), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [190762] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [190830] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - [190908] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - [190986] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 34, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [191070] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 21, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - [191158] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 16, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - [191248] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 13, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - [191340] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [191436] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [191534] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4480), 1, - anon_sym_PIPE, - ACTIONS(4492), 1, - anon_sym_COLON_COLON, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [191636] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4480), 1, - anon_sym_PIPE, - ACTIONS(4490), 1, - anon_sym_when, - ACTIONS(4492), 1, - anon_sym_COLON_COLON, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [191740] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4480), 1, - anon_sym_PIPE, - ACTIONS(4490), 1, - anon_sym_when, - ACTIONS(4492), 1, - anon_sym_COLON_COLON, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [191844] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3187), 45, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - [191916] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - [191992] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 47, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - [192062] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4480), 1, - anon_sym_PIPE, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [192162] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 25, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [192248] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - [192328] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3329), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3331), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [192392] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3068), 48, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [192460] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3530), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4480), 1, - anon_sym_PIPE, - ACTIONS(4490), 1, - anon_sym_when, - ACTIONS(4492), 1, - anon_sym_COLON_COLON, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4488), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3532), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [192566] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [192630] = 26, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4873), 1, - anon_sym_GT_GT, - ACTIONS(4884), 1, - anon_sym_PIPE, - ACTIONS(4888), 1, - anon_sym_COMMA, - ACTIONS(4896), 1, - anon_sym_when, - ACTIONS(4898), 1, - anon_sym_COLON_COLON, - ACTIONS(4900), 1, - anon_sym_EQ_GT, - ACTIONS(4902), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - STATE(5442), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4894), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4904), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [192738] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3460), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3462), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [192802] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3464), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3466), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [192866] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3460), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3462), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [192930] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3456), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3458), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [192994] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3452), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3454), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193058] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3430), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3432), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193122] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3434), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3436), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193186] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3430), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3432), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193250] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3430), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3432), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193314] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3311), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3313), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193378] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3307), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3309), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193442] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3303), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3305), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193506] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3299), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3301), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193570] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3295), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3297), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193634] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3291), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3293), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193698] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193762] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193826] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193890] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [193954] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194018] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194082] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194146] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194210] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194274] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194338] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194402] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194466] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194530] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194594] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194658] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194722] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194786] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194850] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194914] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [194978] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3329), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3331), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [195042] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3165), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3167), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [195106] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3169), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3171), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [195170] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3173), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3175), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [195234] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3173), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3175), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [195298] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3169), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3171), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [195362] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3169), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3171), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [195426] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3018), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3020), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [195490] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3197), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3199), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [195554] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - [195622] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - [195700] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_DASH_GT, - [195778] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 34, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_DASH_GT, - [195860] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 21, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_DASH_GT, - [195946] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 16, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_DASH_GT, - [196034] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 13, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_DASH_GT, - [196124] = 19, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 9, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_DASH_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [196218] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [196314] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4962), 1, - anon_sym_COLON_COLON, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [196414] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [196478] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4962), 1, - anon_sym_COLON_COLON, - ACTIONS(4964), 1, - anon_sym_when, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [196580] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4962), 1, - anon_sym_COLON_COLON, - ACTIONS(4964), 1, - anon_sym_when, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_DASH_GT, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [196682] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 45, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_DASH_GT, - [196754] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 37, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_DASH_GT, - [196830] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 47, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_DASH_GT, - [196900] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [196964] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [197062] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 25, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DASH_GT, - [197146] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_DASH_GT, - [197226] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3201), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3203), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197290] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3205), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3207), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197354] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3209), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3211), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197418] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3213), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3215), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197482] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3217), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3219), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197546] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3279), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3281), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197610] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3283), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3285), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197674] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3389), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3391), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197738] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197802] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 1, - sym__not_in, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 48, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - [197870] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197934] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [197998] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2992), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2994), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [198062] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3438), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3440), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [198126] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [198190] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 1, - sym__not_in, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 48, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - [198258] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3456), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3458), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [198322] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [198386] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [198450] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [198514] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3337), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3339), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [198578] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(2932), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(2934), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [198642] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [198706] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4962), 1, - anon_sym_COLON_COLON, - ACTIONS(4964), 1, - anon_sym_when, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4966), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3532), 3, - anon_sym_RPAREN, - anon_sym_COMMA, - anon_sym_DASH_GT, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [198810] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [198874] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3486), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3488), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [198938] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3498), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3500), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [199002] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3490), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3492), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [199066] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3494), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3496), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [199130] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3263), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3265), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [199194] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3259), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3261), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [199258] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3181), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3183), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [199322] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3259), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3261), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [199386] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3263), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3265), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [199450] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3494), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3496), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [199514] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3490), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3492), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [199578] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3452), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3454), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [199642] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3018), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3020), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [199708] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3486), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3488), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [199772] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3024), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3026), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [199838] = 26, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4962), 1, - anon_sym_COLON_COLON, - ACTIONS(4968), 1, - anon_sym_RPAREN, - ACTIONS(4970), 1, - anon_sym_COMMA, - ACTIONS(4973), 1, - anon_sym_when, - ACTIONS(4976), 1, - anon_sym_DASH_GT, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4966), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [199946] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [200010] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3498), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3500), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [200074] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3434), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3436), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [200138] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3498), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3500), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [200202] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2934), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [200266] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3337), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3339), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [200330] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [200394] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3337), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3339), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [200458] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [200522] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3337), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3339), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [200586] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3329), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3331), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [200650] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3329), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3331), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [200714] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3315), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3317), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [200778] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4426), 1, - anon_sym_PIPE, - ACTIONS(4436), 1, - anon_sym_when, - ACTIONS(4438), 1, - anon_sym_COLON_COLON, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3530), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3532), 2, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4434), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [200884] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3024), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3026), 49, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [200948] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201012] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3430), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3432), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201076] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 3, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3068), 47, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [201144] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3311), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3313), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201208] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3307), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3309), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201272] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3068), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201336] = 26, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2845), 1, - anon_sym_COMMA, - ACTIONS(2878), 1, - anon_sym_DASH_GT, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4962), 1, - anon_sym_COLON_COLON, - ACTIONS(4978), 1, - anon_sym_when, - STATE(5103), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4966), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [201444] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3438), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3440), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201508] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201572] = 4, + [209177] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, @@ -330648,8 +341038,9 @@ static const uint16_t ts_small_parse_table[] = { ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(2994), 48, + ACTIONS(2994), 49, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -330697,739 +341088,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [201636] = 4, + [209242] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(3904), 1, + aux_sym_sigil_token3, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3414), 4, + ACTIONS(3196), 3, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3416), 48, + ACTIONS(3198), 49, anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201700] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3416), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201764] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 3, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3416), 47, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [201832] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3416), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201896] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3303), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3305), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [201960] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3389), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3391), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [202024] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3299), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3301), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [202088] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3295), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3297), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [202152] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3291), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3293), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [202216] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2607), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2609), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [202280] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2603), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2605), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [202344] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4962), 1, - anon_sym_COLON_COLON, - ACTIONS(4964), 1, - anon_sym_when, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4966), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3528), 3, anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, anon_sym_COMMA, - anon_sym_DASH_GT, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -331439,22 +341139,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [202448] = 6, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [209309] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(4981), 1, + ACTIONS(4950), 1, anon_sym_COMMA, - STATE(3869), 1, + STATE(3996), 1, aux_sym_keywords_repeat1, - ACTIONS(3070), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(3160), 4, + sym__not_in, + ts_builtin_sym_end, aux_sym__terminator_token1, - ACTIONS(3072), 47, - anon_sym_LBRACE, + anon_sym_LBRACK2, + ACTIONS(3162), 47, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -331501,22 +341213,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [202516] = 4, + [209378] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3024), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(3336), 3, + sym__not_in, aux_sym__terminator_token1, - ACTIONS(3026), 49, + anon_sym_LBRACK2, + ACTIONS(3338), 50, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -331559,24 +341273,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, - [202580] = 4, + [209443] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3018), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(3328), 3, + sym__not_in, aux_sym__terminator_token1, - ACTIONS(3020), 49, + anon_sym_LBRACK2, + ACTIONS(3330), 50, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -331619,208 +341334,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, - [202644] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4984), 1, - anon_sym_COMMA, - STATE(3869), 1, - aux_sym_keywords_repeat1, - ACTIONS(3155), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3157), 47, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [202712] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4984), 1, - anon_sym_COMMA, - STATE(3872), 1, - aux_sym_keywords_repeat1, - ACTIONS(3422), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3424), 47, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [202780] = 4, + [209508] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3089), 4, + ACTIONS(3324), 3, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3091), 48, + ACTIONS(3326), 50, anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [202844] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3323), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3325), 49, anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + aux_sym_sigil_token3, anon_sym_COMMA, anon_sym_DOT_DOT, anon_sym_PLUS, @@ -331863,2923 +341395,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DASH_GT, anon_sym_DOT, - [202908] = 4, + [209573] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3319), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(4953), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, aux_sym__terminator_token1, - ACTIONS(3321), 49, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [209640] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3234), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3236), 50, + anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DASH_GT, - anon_sym_DOT, - [202972] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203036] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203100] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3283), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3285), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203164] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203228] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_end, - [203296] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3414), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3416), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_end, - [203364] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3066), 2, - sym__not_in, - aux_sym__terminator_token1, - ACTIONS(3068), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_end, - [203432] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3279), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3281), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203496] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203560] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3217), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3219), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203624] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3213), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3215), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203688] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203752] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3058), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3060), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203816] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203880] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3054), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3056), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [203944] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204008] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204072] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3036), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3038), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204136] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204200] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204264] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204328] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204392] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204456] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204520] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204584] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2956), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2958), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204648] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204712] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204776] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3089), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3091), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204840] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2599), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2601), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204904] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2595), 3, - sym__not_in, - aux_sym_quoted_keyword_token1, - anon_sym_LBRACK2, - ACTIONS(2597), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [204968] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4986), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205034] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4988), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205100] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3165), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3167), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205164] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205228] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3173), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3175), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205292] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3209), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3211), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205356] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4990), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205422] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4992), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205488] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4994), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205554] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4996), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205620] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3050), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3052), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205684] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4998), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205750] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5000), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205816] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5002), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205882] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5004), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [205948] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5006), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206014] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3403), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3405), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, aux_sym_sigil_token3, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -334822,3622 +341519,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [206078] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3393), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3395), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206142] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3093), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3095), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206206] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5008), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206272] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5010), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206338] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5012), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206404] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5014), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206470] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3333), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3335), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206534] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5016), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206600] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3275), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3277), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206664] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3269), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3271), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206728] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3255), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3257), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206792] = 4, + [209705] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(3173), 4, + ACTIONS(3230), 3, sym__not_in, - ts_builtin_sym_end, aux_sym__terminator_token1, anon_sym_LBRACK2, - ACTIONS(3175), 48, + ACTIONS(3232), 50, anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206856] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3205), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3207), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206920] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3245), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3247), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [206984] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3139), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3141), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207048] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3135), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3137), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207112] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3131), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3133), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207176] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3127), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3129), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207240] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3119), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3121), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207304] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3115), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3117), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207368] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3097), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3099), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207432] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3287), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3289), 49, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - aux_sym_sigil_token3, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207496] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207560] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3169), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3171), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207624] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207688] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3006), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3008), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207752] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3189), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3191), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207816] = 26, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5018), 1, anon_sym_RPAREN, - ACTIONS(5020), 1, - anon_sym_COMMA, - STATE(5445), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [207924] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5022), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [207990] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2996), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2998), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [208054] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3000), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3002), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [208118] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5024), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [208184] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 20, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - [208272] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3197), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3199), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [208336] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3187), 47, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [208404] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - [208482] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5026), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [208548] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - [208626] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 33, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [208710] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 15, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - [208800] = 18, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 12, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - [208892] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [208988] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [209086] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4426), 1, - anon_sym_PIPE, - ACTIONS(4438), 1, - anon_sym_COLON_COLON, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [209188] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [209252] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4426), 1, - anon_sym_PIPE, - ACTIONS(4436), 1, - anon_sym_when, - ACTIONS(4438), 1, - anon_sym_COLON_COLON, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3187), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [209356] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4426), 1, - anon_sym_PIPE, - ACTIONS(4436), 1, - anon_sym_when, - ACTIONS(4438), 1, - anon_sym_COLON_COLON, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3187), 4, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [209460] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3185), 3, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3187), 44, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - [209532] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - [209608] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 3, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(3187), 46, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - [209678] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3187), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [209742] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4426), 1, - anon_sym_PIPE, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [209842] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3185), 2, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 24, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [209928] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3185), 3, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 34, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - [210008] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5028), 1, - aux_sym_sigil_token3, - ACTIONS(3101), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3103), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [210074] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(3201), 4, - sym__not_in, - ts_builtin_sym_end, - aux_sym__terminator_token1, - anon_sym_LBRACK2, - ACTIONS(3203), 48, - anon_sym_SEMI, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [210138] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3476), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3478), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, aux_sym_sigil_token3, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -338480,24 +341580,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [210202] = 4, + [209770] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3143), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(3226), 3, + sym__not_in, aux_sym__terminator_token1, - ACTIONS(3145), 49, + anon_sym_LBRACK2, + ACTIONS(3228), 50, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, aux_sym_sigil_token3, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -338540,24 +341641,411 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [210266] = 4, + [209835] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3111), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(3222), 3, + sym__not_in, aux_sym__terminator_token1, - ACTIONS(3113), 49, + anon_sym_LBRACK2, + ACTIONS(3224), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [209900] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3218), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3220), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [209965] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3210), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3212), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210030] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3206), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3208), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210095] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3202), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3204), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210160] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3680), 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [210265] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3188), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3190), 50, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, aux_sym_sigil_token3, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -338603,14 +342091,2358 @@ static const uint16_t ts_small_parse_table[] = { [210330] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3123), 2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3184), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3186), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210395] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4955), 1, + aux_sym_sigil_token3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3196), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3198), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210462] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3176), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3178), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210527] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3425), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + [210596] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3172), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3174), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210661] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3168), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3170), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210726] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3156), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3158), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210791] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3134), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3136), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210856] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3130), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3132), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210921] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3126), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3128), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [210986] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3318), 49, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + [211055] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3122), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3124), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211120] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2890), 1, + anon_sym_LBRACK2, + ACTIONS(3674), 1, + aux_sym__terminator_token1, + ACTIONS(3697), 1, + anon_sym_PIPE, + ACTIONS(3712), 1, + anon_sym_COLON_COLON, + ACTIONS(3714), 1, + anon_sym_EQ_GT, + ACTIONS(3716), 1, + anon_sym_EQ, + ACTIONS(3726), 1, + anon_sym_in, + ACTIONS(3728), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(3730), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3732), 1, + anon_sym_STAR_STAR, + ACTIONS(3734), 1, + anon_sym_DOT, + ACTIONS(3736), 1, + sym__not_in, + ACTIONS(4859), 1, + anon_sym_when, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3699), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3705), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3707), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3718), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(3720), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3676), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, + ACTIONS(3695), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3722), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3703), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3724), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [211227] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3118), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3120), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211292] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3114), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3116), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211357] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3110), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3112), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211422] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3106), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3108), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211487] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3102), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3104), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211552] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3320), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3322), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211617] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3094), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3096), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211682] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3090), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3092), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211747] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3086), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3088), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211812] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3082), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3084), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211877] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3078), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3080), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [211942] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3395), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3397), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212007] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3343), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3345), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212072] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3391), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3393), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212137] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3401), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3403), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212202] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3244), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3246), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212267] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3248), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3250), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212332] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3252), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3254), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212397] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3256), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3258), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212462] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3260), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3262), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212527] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3264), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3266), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212592] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3272), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3274), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212657] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3280), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3282), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212722] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3284), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3286), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212787] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3296), 3, + sym__not_in, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3298), 50, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [212852] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3184), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3125), 49, + ACTIONS(3186), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -338660,78 +344492,825 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [210394] = 25, + [212916] = 26, ACTIONS(5), 1, sym_comment, - ACTIONS(3530), 1, - aux_sym__terminator_token1, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4630), 1, + ACTIONS(4863), 1, + anon_sym_GT_GT, + ACTIONS(4959), 1, anon_sym_PIPE, - ACTIONS(4640), 1, + ACTIONS(4963), 1, + anon_sym_COMMA, + ACTIONS(4971), 1, anon_sym_when, - ACTIONS(4642), 1, + ACTIONS(4973), 1, anon_sym_COLON_COLON, - ACTIONS(4644), 1, + ACTIONS(4975), 1, anon_sym_EQ_GT, - ACTIONS(4646), 1, + ACTIONS(4977), 1, anon_sym_EQ, - ACTIONS(4656), 1, + ACTIONS(4987), 1, anon_sym_in, - ACTIONS(4658), 1, + ACTIONS(4989), 1, anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, + ACTIONS(4991), 1, anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, + ACTIONS(4993), 1, anon_sym_STAR_STAR, - ACTIONS(4664), 1, + ACTIONS(4995), 1, anon_sym_DOT, - ACTIONS(4666), 1, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + STATE(6407), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4969), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4979), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [213024] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [213088] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3160), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3162), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [213152] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3252), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3254), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [213216] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3214), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3216), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [213280] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3214), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3216), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [213344] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [213408] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3214), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3216), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [213472] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3180), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3182), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [213536] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [213604] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + [213682] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + [213760] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, sym__not_in, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(4632), 2, + ACTIONS(4667), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(4636), 2, + ACTIONS(4671), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4638), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3532), 3, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 34, anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, anon_sym_COMMA, - anon_sym_end, - ACTIONS(4648), 3, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4650), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -338741,24 +345320,905 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [210500] = 4, + [213844] = 16, ACTIONS(5), 1, sym_comment, - ACTIONS(3221), 2, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 21, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + [213932] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 16, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + [214022] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 13, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + [214114] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [214210] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [214308] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4665), 1, + anon_sym_PIPE, + ACTIONS(4677), 1, + anon_sym_COLON_COLON, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [214410] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4665), 1, + anon_sym_PIPE, + ACTIONS(4675), 1, + anon_sym_when, + ACTIONS(4677), 1, + anon_sym_COLON_COLON, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [214514] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4665), 1, + anon_sym_PIPE, + ACTIONS(4675), 1, + anon_sym_when, + ACTIONS(4677), 1, + anon_sym_COLON_COLON, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [214618] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3467), 45, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + [214690] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + [214766] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 47, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + [214836] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4665), 1, + anon_sym_PIPE, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [214936] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3180), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3223), 49, + ACTIONS(3182), 49, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, - aux_sym_sigil_token3, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -338800,68 +346260,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, + anon_sym_DASH_GT, anon_sym_DOT, - [210564] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3014), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3016), 49, - anon_sym_LPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [210628] = 4, + [215000] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3030), 2, @@ -338872,6 +346273,546 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_comment, aux_sym__terminator_token1, ACTIONS(3032), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [215064] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3036), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3038), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [215128] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3036), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3038), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [215192] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3030), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3032), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [215256] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3036), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3038), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [215320] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3030), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3032), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [215384] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3146), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3148), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [215448] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3574), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3576), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [215512] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3276), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3278), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [215576] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2992), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2994), 49, anon_sym_LPAREN, anon_sym_LT, anon_sym_GT, @@ -338921,17 +346862,197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [210692] = 4, + [215640] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3085), 2, + ACTIONS(2988), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3087), 49, + ACTIONS(2990), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [215704] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2984), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2986), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [215768] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3570), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3572), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [215832] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3234), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3236), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -338981,17 +347102,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [210756] = 4, + [215896] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3081), 2, + ACTIONS(3230), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3083), 49, + ACTIONS(3232), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -339041,17 +347162,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [210820] = 4, + [215960] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3077), 2, + ACTIONS(3226), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3079), 49, + ACTIONS(3228), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -339101,17 +347222,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [210884] = 4, + [216024] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3151), 2, + ACTIONS(3222), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3153), 49, + ACTIONS(3224), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -339161,17 +347282,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [210948] = 4, + [216088] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3161), 2, + ACTIONS(3218), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3163), 49, + ACTIONS(3220), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -339221,17 +347342,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [211012] = 4, + [216152] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3177), 2, + ACTIONS(3206), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3179), 49, + ACTIONS(3208), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -339281,17 +347402,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [211076] = 4, + [216216] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3193), 2, + ACTIONS(3202), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3195), 49, + ACTIONS(3204), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -339341,17 +347462,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [211140] = 4, + [216280] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3241), 2, + ACTIONS(3188), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3243), 49, + ACTIONS(3190), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -339401,17 +347522,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [211204] = 4, + [216344] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3426), 2, + ACTIONS(3138), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3428), 49, + ACTIONS(3140), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [216408] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3332), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3334), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [216472] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3176), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3178), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -339461,17 +347702,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [211268] = 4, + [216536] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(3442), 2, + ACTIONS(3172), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3444), 49, + ACTIONS(3174), 49, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, @@ -339521,7 +347762,7901 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [211332] = 4, + [216600] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3168), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3170), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [216664] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3156), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3158), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [216728] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3134), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3136), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [216792] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3130), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3132), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [216856] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3146), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3148), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [216920] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3503), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3505), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [216984] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3180), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3182), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217048] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3562), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3564), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [217112] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3180), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3182), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217176] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 25, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [217262] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217326] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3574), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3576), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217390] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3102), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3104), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217454] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2980), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2982), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217518] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3554), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3556), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [217582] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3485), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3487), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [217646] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3126), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3128), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217710] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3122), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3124), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217774] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3118), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3120), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217838] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3114), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3116), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217902] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3110), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3112), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [217966] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3106), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3108), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218030] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3098), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3100), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218094] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3094), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3096), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218158] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3090), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3092), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218222] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3086), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3088), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218286] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3082), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3084), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218350] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3078), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3080), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218414] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3395), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3397), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218478] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3343), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3345), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218542] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3391), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3393), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218606] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2976), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2978), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218670] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2972), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2974), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218734] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3507), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3509), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218798] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2611), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2613), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218862] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2615), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2617), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [218926] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + [219006] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2968), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2970), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219070] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2619), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2621), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219134] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2623), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2625), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219198] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3485), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3487), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [219262] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3332), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3334), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [219326] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2627), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2629), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219390] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2631), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2633), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219454] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3210), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3212), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219518] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3453), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3455), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219582] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3511), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3513), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219646] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3578), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3580), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [219710] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3457), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3459), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219774] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3558), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3560), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [219838] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219902] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3214), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3216), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [219966] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3461), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3463), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220030] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 34, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + [220110] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3401), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3403), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220174] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3244), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3246), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220238] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [220302] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3248), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3250), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220366] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3437), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3439), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220430] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3332), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3334), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [220494] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [220558] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3256), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3258), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220622] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3070), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3072), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220686] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3260), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3262), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220750] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3264), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3266), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220814] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3272), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3274), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220878] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3280), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3282), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [220942] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3284), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3286), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [221006] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 24, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [221092] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4715), 1, + anon_sym_PIPE, + ACTIONS(4729), 1, + anon_sym_EQ_GT, + ACTIONS(4731), 1, + anon_sym_EQ, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [221192] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [221256] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3519), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3521), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [221320] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3477), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3479), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [221384] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 3, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3467), 46, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + [221454] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + [221530] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3503), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3505), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [221594] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3519), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3521), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [221658] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3465), 3, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3467), 44, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + [221730] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4715), 1, + anon_sym_PIPE, + ACTIONS(4725), 1, + anon_sym_when, + ACTIONS(4727), 1, + anon_sym_COLON_COLON, + ACTIONS(4729), 1, + anon_sym_EQ_GT, + ACTIONS(4731), 1, + anon_sym_EQ, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3467), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [221834] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3425), 48, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [221902] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3296), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3298), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [221966] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3300), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3302), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [222030] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3320), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3322), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [222094] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3324), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3326), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [222158] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2940), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2942), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [222222] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3288), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3290), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [222286] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3328), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3330), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [222350] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3336), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3338), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [222414] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3288), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3290), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [222478] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4715), 1, + anon_sym_PIPE, + ACTIONS(4725), 1, + anon_sym_when, + ACTIONS(4727), 1, + anon_sym_COLON_COLON, + ACTIONS(4729), 1, + anon_sym_EQ_GT, + ACTIONS(4731), 1, + anon_sym_EQ, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3467), 4, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [222582] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [222646] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2631), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2633), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [222710] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4715), 1, + anon_sym_PIPE, + ACTIONS(4727), 1, + anon_sym_COLON_COLON, + ACTIONS(4729), 1, + anon_sym_EQ_GT, + ACTIONS(4731), 1, + anon_sym_EQ, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [222812] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3074), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3076), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [222876] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3292), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3294), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [222940] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3304), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3306), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [223004] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3308), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3310), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [223068] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3312), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3314), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [223132] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [223196] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5013), 1, + anon_sym_when, + ACTIONS(5015), 1, + anon_sym_COLON_COLON, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5011), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3676), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [223300] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [223364] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 1, + sym__not_in, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 48, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + [223432] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [223496] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3409), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3411), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [223560] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3318), 48, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [223628] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3674), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4665), 1, + anon_sym_PIPE, + ACTIONS(4675), 1, + anon_sym_when, + ACTIONS(4677), 1, + anon_sym_COLON_COLON, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4673), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3676), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [223734] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2627), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2629), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [223798] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3018), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3020), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [223862] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3550), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3552), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [223926] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [223990] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [224054] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 1, + sym__not_in, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 48, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + [224122] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4731), 1, + anon_sym_EQ, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [224218] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3433), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3435), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [224282] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 12, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + [224374] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2998), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3000), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [224438] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3417), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3419), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [224502] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3437), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3439), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [224566] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 15, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + [224656] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 20, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + [224744] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3449), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3451), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [224808] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 33, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [224892] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + [224970] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3465), 3, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + [225048] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5015), 1, + anon_sym_COLON_COLON, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [225148] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3004), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3006), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [225212] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3044), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3046), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [225276] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(3010), 2, @@ -339581,6814 +355716,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [211396] = 4, + [225340] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(3066), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, + ACTIONS(4749), 1, anon_sym_DOT, - [211459] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, + ACTIONS(4751), 1, anon_sym_LBRACK2, - ACTIONS(5038), 1, - anon_sym_EQ_GT, - ACTIONS(5040), 1, - anon_sym_EQ, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5042), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(5044), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5046), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [211554] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [211617] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [211680] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [211743] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [211806] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [211869] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [211932] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [211995] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212058] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212121] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212184] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212247] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212310] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212373] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4884), 1, - anon_sym_PIPE, - ACTIONS(4898), 1, - anon_sym_COLON_COLON, - ACTIONS(4900), 1, - anon_sym_EQ_GT, - ACTIONS(4902), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4904), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [212472] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212535] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212598] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4968), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [212701] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3165), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3167), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212764] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3169), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3171), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212827] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3173), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3175), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212890] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3173), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3175), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [212953] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3169), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3171), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [213016] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3169), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3171), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [213079] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [213142] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3189), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3191), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [213205] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3197), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3199), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [213268] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 47, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [213335] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - [213412] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - [213489] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3024), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3026), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [213552] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 33, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [213633] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3018), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3020), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [213696] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3181), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3613), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3183), 46, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [213761] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3389), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3702), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3391), 46, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [213826] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 20, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - [213911] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 15, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - [213998] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 12, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - [214087] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3070), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3072), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [214150] = 19, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4902), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4904), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [214243] = 20, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4900), 1, - anon_sym_EQ_GT, - ACTIONS(4902), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4904), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 7, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [214338] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [214401] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4884), 1, - anon_sym_PIPE, - ACTIONS(4896), 1, - anon_sym_when, - ACTIONS(4898), 1, - anon_sym_COLON_COLON, - ACTIONS(4900), 1, - anon_sym_EQ_GT, - ACTIONS(4902), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(3409), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4894), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4904), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [214504] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4055), 1, - aux_sym__terminator_token1, - ACTIONS(4480), 1, - anon_sym_PIPE, - ACTIONS(4490), 1, - anon_sym_when, - ACTIONS(4492), 1, - anon_sym_COLON_COLON, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(4057), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4488), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [214609] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, + ACTIONS(3465), 3, sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4962), 1, - anon_sym_COLON_COLON, - ACTIONS(4973), 1, - anon_sym_when, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4966), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4976), 2, - anon_sym_COMMA, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [214712] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3283), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3285), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [214775] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3279), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3281), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [214838] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3217), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3219), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [214901] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3213), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3215), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [214964] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4884), 1, - anon_sym_PIPE, - ACTIONS(4896), 1, - anon_sym_when, - ACTIONS(4898), 1, - anon_sym_COLON_COLON, - ACTIONS(4900), 1, - anon_sym_EQ_GT, - ACTIONS(4902), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(3528), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4894), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4904), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [215067] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3181), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3183), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [215130] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3464), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3466), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [215193] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3460), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3462), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [215256] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3389), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3391), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [215319] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - [215396] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [215459] = 11, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 35, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - [215536] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4884), 1, - anon_sym_PIPE, - ACTIONS(4896), 1, - anon_sym_when, - ACTIONS(4898), 1, - anon_sym_COLON_COLON, - ACTIONS(4900), 1, - anon_sym_EQ_GT, - ACTIONS(4902), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4904), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3187), 4, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [215637] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4884), 1, - anon_sym_PIPE, - ACTIONS(4896), 1, - anon_sym_when, - ACTIONS(4898), 1, - anon_sym_COLON_COLON, - ACTIONS(4900), 1, - anon_sym_EQ_GT, - ACTIONS(4902), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4904), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3187), 4, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [215738] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 44, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - [215809] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 33, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [215890] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - [215965] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [216028] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 46, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - [216097] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [216160] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4884), 1, - anon_sym_PIPE, - ACTIONS(4900), 1, - anon_sym_EQ_GT, - ACTIONS(4902), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4904), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [216257] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3456), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3458), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [216320] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 24, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [216403] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 20, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - [216488] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 1, - sym__not_in, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 47, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [216555] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [216618] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3414), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3416), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [216681] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3319), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3321), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [216744] = 16, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5046), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 15, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - [216831] = 17, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5044), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5046), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 12, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - [216920] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3323), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3325), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [216983] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3024), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3026), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [217046] = 19, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5040), 1, - anon_sym_EQ, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5042), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(5044), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5046), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 8, - anon_sym_LBRACE, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [217139] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4106), 1, - aux_sym__terminator_token1, - ACTIONS(4480), 1, - anon_sym_PIPE, - ACTIONS(4490), 1, - anon_sym_when, - ACTIONS(4492), 1, - anon_sym_COLON_COLON, - ACTIONS(4494), 1, - anon_sym_EQ_GT, - ACTIONS(4496), 1, - anon_sym_EQ, - ACTIONS(4506), 1, - anon_sym_in, - ACTIONS(4508), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4510), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4512), 1, - anon_sym_STAR_STAR, - ACTIONS(4514), 1, - anon_sym_DOT, - ACTIONS(4516), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4108), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - ACTIONS(4482), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4486), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4488), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4498), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4500), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4478), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4502), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4484), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4504), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [217244] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [217307] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5038), 1, - anon_sym_EQ_GT, - ACTIONS(5040), 1, - anon_sym_EQ, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5060), 1, - anon_sym_PIPE, - ACTIONS(5062), 1, - anon_sym_COLON_COLON, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5042), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(5044), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3187), 5, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - ACTIONS(5046), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [217406] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5038), 1, - anon_sym_EQ_GT, - ACTIONS(5040), 1, - anon_sym_EQ, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5060), 1, - anon_sym_PIPE, - ACTIONS(5062), 1, - anon_sym_COLON_COLON, - ACTIONS(5064), 1, - anon_sym_when, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5042), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(5044), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3187), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5046), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [217507] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3018), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3020), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [217570] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5038), 1, - anon_sym_EQ_GT, - ACTIONS(5040), 1, - anon_sym_EQ, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5060), 1, - anon_sym_PIPE, - ACTIONS(5062), 1, - anon_sym_COLON_COLON, - ACTIONS(5064), 1, - anon_sym_when, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5042), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(5044), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(3187), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5046), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [217671] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 44, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - [217742] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 36, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - [217817] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3187), 46, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - [217886] = 21, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5038), 1, - anon_sym_EQ_GT, - ACTIONS(5040), 1, - anon_sym_EQ, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5060), 1, - anon_sym_PIPE, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5042), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(5044), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5046), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(3187), 6, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [217983] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3329), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3331), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218046] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 34, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - [218125] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3201), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3203), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218188] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3329), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3331), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218251] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - ACTIONS(3187), 24, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [218334] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2992), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(2994), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218397] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3205), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3207), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218460] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3209), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3211), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218523] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3337), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3339), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218586] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3337), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3339), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218649] = 12, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3185), 1, - sym__not_in, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(3187), 34, - anon_sym_LBRACE, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_COMMA, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - [218728] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218791] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218854] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3291), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3293), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218917] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3295), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3297), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [218980] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3299), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3301), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219043] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4057), 1, - anon_sym_SEMI, - ACTIONS(4426), 1, - anon_sym_PIPE, - ACTIONS(4436), 1, - anon_sym_when, - ACTIONS(4438), 1, - anon_sym_COLON_COLON, - ACTIONS(4440), 1, - anon_sym_EQ_GT, - ACTIONS(4442), 1, - anon_sym_EQ, - ACTIONS(4452), 1, - anon_sym_in, - ACTIONS(4454), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4456), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4458), 1, - anon_sym_STAR_STAR, - ACTIONS(4460), 1, - anon_sym_DOT, - ACTIONS(4462), 1, - anon_sym_LBRACK2, - ACTIONS(4464), 1, - sym__not_in, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4055), 2, ts_builtin_sym_end, aux_sym__terminator_token1, - ACTIONS(4428), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4432), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4434), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(4444), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4446), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4424), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4448), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4430), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4450), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [219148] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3337), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3339), 48, + ACTIONS(3467), 47, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -346430,24 +355778,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_STAR, anon_sym_STAR_STAR, - anon_sym_DOT, - [219211] = 4, + [225408] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(2932), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(3469), 4, + sym__not_in, + ts_builtin_sym_end, aux_sym__terminator_token1, - ACTIONS(2934), 48, + anon_sym_LBRACK2, + ACTIONS(3471), 48, + anon_sym_SEMI, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, anon_sym_COMMA, - anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -346490,1555 +355838,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [219274] = 4, + [225472] = 21, ACTIONS(5), 1, sym_comment, - ACTIONS(3498), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3500), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, + ACTIONS(4729), 1, anon_sym_EQ_GT, + ACTIONS(4731), 1, anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, + ACTIONS(4741), 1, anon_sym_in, + ACTIONS(4743), 1, anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, + ACTIONS(4747), 1, anon_sym_STAR_STAR, + ACTIONS(4749), 1, anon_sym_DOT, - [219337] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3303), 2, - sym__not_in, + ACTIONS(4751), 1, anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3305), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219400] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3498), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3500), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219463] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3307), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3309), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219526] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3438), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3440), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219589] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3259), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3261), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219652] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3315), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3317), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219715] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3494), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3496), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219778] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3490), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3492), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219841] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3311), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3313), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219904] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3486), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3488), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [219967] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [220030] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4884), 1, - anon_sym_PIPE, - ACTIONS(4896), 1, - anon_sym_when, - ACTIONS(4898), 1, - anon_sym_COLON_COLON, - ACTIONS(4900), 1, - anon_sym_EQ_GT, - ACTIONS(4902), 1, - anon_sym_EQ, - ACTIONS(4912), 1, - anon_sym_in, - ACTIONS(4914), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4916), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4918), 1, - anon_sym_STAR_STAR, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(4924), 1, - sym__not_in, - ACTIONS(3532), 2, - anon_sym_COMMA, - anon_sym_GT_GT, - ACTIONS(4886), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4892), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4894), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4904), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4906), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4882), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4908), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4890), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4910), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [220133] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3089), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3091), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [220196] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5038), 1, - anon_sym_EQ_GT, - ACTIONS(5040), 1, - anon_sym_EQ, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5060), 1, - anon_sym_PIPE, - ACTIONS(5062), 1, - anon_sym_COLON_COLON, - ACTIONS(5064), 1, - anon_sym_when, - ACTIONS(3532), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5066), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5042), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(5044), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5046), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [220299] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(5038), 1, - anon_sym_EQ_GT, - ACTIONS(5040), 1, - anon_sym_EQ, - ACTIONS(5050), 1, - anon_sym_in, - ACTIONS(5052), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(5054), 1, - anon_sym_SLASH_SLASH, - ACTIONS(5056), 1, - anon_sym_STAR_STAR, - ACTIONS(5058), 1, - sym__not_in, - ACTIONS(5060), 1, - anon_sym_PIPE, - ACTIONS(5062), 1, - anon_sym_COLON_COLON, - ACTIONS(5064), 1, - anon_sym_when, - ACTIONS(3528), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(5032), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(5036), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5066), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5042), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(5044), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(5030), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5046), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(5034), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(5048), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [220402] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3430), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3432), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [220465] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3430), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3432), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [220528] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 1, - sym__not_in, - ACTIONS(4920), 1, - anon_sym_DOT, - ACTIONS(4922), 1, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 47, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - [220595] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3263), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3265), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [220658] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3434), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3436), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [220721] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3430), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3432), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [220784] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3452), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3454), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [220847] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3066), 2, - sym__not_in, - anon_sym_LBRACK2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3068), 48, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SLASH, - anon_sym_COMMA, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - anon_sym_when, - anon_sym_COLON_COLON, - anon_sym_EQ_GT, - anon_sym_EQ, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - anon_sym_in, - anon_sym_CARET_CARET_CARET, - anon_sym_SLASH_SLASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_DOT, - [220910] = 25, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_LBRACK2, - ACTIONS(4055), 1, - aux_sym__terminator_token1, - ACTIONS(4630), 1, - anon_sym_PIPE, - ACTIONS(4640), 1, - anon_sym_when, - ACTIONS(4642), 1, - anon_sym_COLON_COLON, - ACTIONS(4644), 1, - anon_sym_EQ_GT, - ACTIONS(4646), 1, - anon_sym_EQ, - ACTIONS(4656), 1, - anon_sym_in, - ACTIONS(4658), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4660), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4662), 1, - anon_sym_STAR_STAR, - ACTIONS(4664), 1, - anon_sym_DOT, - ACTIONS(4666), 1, + ACTIONS(4753), 1, sym__not_in, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(4057), 2, + ACTIONS(3465), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, anon_sym_SEMI, - anon_sym_end, - ACTIONS(4632), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4636), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4638), 2, + anon_sym_PIPE, + anon_sym_COMMA, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(4648), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4650), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4628), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4652), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4634), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4654), 9, + anon_sym_when, + anon_sym_COLON_COLON, + ACTIONS(4739), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -348048,153 +355915,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [221015] = 24, + [225570] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, + ACTIONS(3523), 2, sym__not_in, - ACTIONS(5068), 1, - anon_sym_RBRACE, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, + anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, + ACTIONS(3525), 49, + anon_sym_RPAREN, anon_sym_LT, anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [221117] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5070), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, + anon_sym_COMMA, + anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4770), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4782), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -348204,543 +355963,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [221219] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, anon_sym_in, - ACTIONS(4790), 1, anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5072), 1, - anon_sym_RBRACE, - ACTIONS(4764), 2, - anon_sym_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [221321] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5074), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [221423] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5076), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [221525] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5078), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [221627] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5080), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [221729] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5082), 1, - anon_sym_RBRACE, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [221831] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, - anon_sym_in, - ACTIONS(4942), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4962), 1, - anon_sym_COLON_COLON, - ACTIONS(4964), 1, - anon_sym_when, - ACTIONS(5084), 1, anon_sym_DASH_GT, - ACTIONS(4930), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4934), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4966), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, + anon_sym_DOT, + [225634] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3519), 2, + sym__not_in, + anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, + ACTIONS(3521), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4946), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4950), 5, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4948), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -348750,75 +356023,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [221933] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4926), 1, - anon_sym_DOT, - ACTIONS(4928), 1, - anon_sym_LBRACK2, - ACTIONS(4936), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4938), 1, - anon_sym_STAR_STAR, - ACTIONS(4940), 1, anon_sym_in, - ACTIONS(4942), 1, anon_sym_CARET_CARET_CARET, - ACTIONS(4944), 1, - sym__not_in, - ACTIONS(4954), 1, - anon_sym_EQ, - ACTIONS(4958), 1, - anon_sym_EQ_GT, - ACTIONS(4960), 1, - anon_sym_PIPE, - ACTIONS(4962), 1, - anon_sym_COLON_COLON, - ACTIONS(4964), 1, - anon_sym_when, - ACTIONS(5086), 1, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, anon_sym_DASH_GT, - ACTIONS(4930), 2, + anon_sym_DOT, + [225698] = 26, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5043), 1, + anon_sym_RPAREN, + ACTIONS(5045), 1, + anon_sym_COMMA, + STATE(6206), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(4818), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(4934), 2, + ACTIONS(4822), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4966), 2, + ACTIONS(4861), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4952), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4956), 3, + ACTIONS(4844), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4946), 4, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4950), 5, + ACTIONS(4848), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4932), 6, + ACTIONS(4820), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(4948), 9, + ACTIONS(4824), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -348828,75 +356117,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [222035] = 24, + [225806] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, + ACTIONS(3515), 2, sym__not_in, - ACTIONS(5088), 1, - anon_sym_RBRACE, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, + anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4780), 3, + ACTIONS(3517), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4782), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -348906,153 +356165,4901 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [222137] = 24, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [225870] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3477), 4, sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3479), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [225934] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3467), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [225998] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3499), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3501), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226062] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3495), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3497), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226126] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226190] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3485), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3487), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226254] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3507), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3509), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [226318] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(2940), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(2942), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226382] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3288), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3290), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226446] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3511), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3513), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [226510] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3288), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3290), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226574] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3138), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3140), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226638] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5047), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226704] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5049), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226770] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5051), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226836] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3074), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3076), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226900] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5053), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [226966] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5055), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [227032] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5057), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [227098] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5059), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [227164] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5061), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [227230] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3495), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3497), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [227294] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3499), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3501), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [227358] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5063), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [227424] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3445), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3447), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [227488] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5065), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [227554] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5067), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [227620] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5069), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [227686] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3453), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3455), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [227750] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5071), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [227816] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5073), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [227882] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3457), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3459), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [227946] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3461), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3463), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [228010] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_DASH_GT, + [228090] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 25, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DASH_GT, + [228174] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [228272] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [228336] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + [228404] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4715), 1, + anon_sym_PIPE, + ACTIONS(4725), 1, + anon_sym_when, + ACTIONS(4727), 1, + anon_sym_COLON_COLON, + ACTIONS(4729), 1, + anon_sym_EQ_GT, + ACTIONS(4731), 1, + anon_sym_EQ, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3678), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3680), 2, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4723), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [228510] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5075), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [228576] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5077), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [228642] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5079), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [228708] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3292), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3294), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [228772] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 47, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_DASH_GT, + [228842] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_DASH_GT, + [228918] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5081), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [228984] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5013), 1, + anon_sym_when, + ACTIONS(5015), 1, + anon_sym_COLON_COLON, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [229086] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5013), 1, + anon_sym_when, + ACTIONS(5015), 1, + anon_sym_COLON_COLON, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_DASH_GT, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [229188] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [229252] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 13, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_DASH_GT, + [229342] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [229438] = 19, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_DASH_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [229532] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3074), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3076), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [229596] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3417), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3419), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [229660] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5083), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [229726] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 16, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_DASH_GT, + [229814] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 21, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_DASH_GT, + [229900] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 34, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_DASH_GT, + [229982] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_DASH_GT, + [230060] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_DASH_GT, + [230138] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 45, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_DASH_GT, + [230210] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5085), 1, + aux_sym_sigil_token3, + ACTIONS(3196), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3198), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [230276] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3485), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3487), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [230340] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [230404] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3292), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3294), 49, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + aux_sym_sigil_token3, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [230468] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3566), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3568), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [230532] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3499), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3501), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [230596] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [230660] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3449), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3451), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [230724] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [230788] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2623), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2625), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [230852] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2619), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2621), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [230916] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [230980] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3445), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3447), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [231044] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [231108] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3469), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3471), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [231172] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5087), 1, + anon_sym_COMMA, + STATE(4312), 1, + aux_sym_keywords_repeat1, + ACTIONS(3160), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3162), 47, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [231240] = 6, + ACTIONS(5), 1, + sym_comment, ACTIONS(5090), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [222239] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, + anon_sym_COMMA, + STATE(4312), 1, + aux_sym_keywords_repeat1, + ACTIONS(3164), 2, sym__not_in, - ACTIONS(5092), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, + anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4780), 3, + ACTIONS(3166), 47, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4782), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -349062,387 +361069,3857 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [222341] = 24, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [231308] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, + ACTIONS(5090), 1, + anon_sym_COMMA, + STATE(4313), 1, + aux_sym_keywords_repeat1, + ACTIONS(3150), 2, + sym__not_in, anon_sym_LBRACK2, - ACTIONS(4762), 1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3152), 47, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - ACTIONS(4772), 1, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, anon_sym_when, - ACTIONS(4774), 1, anon_sym_COLON_COLON, - ACTIONS(4776), 1, anon_sym_EQ_GT, - ACTIONS(4778), 1, anon_sym_EQ, - ACTIONS(4788), 1, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, anon_sym_in, - ACTIONS(4790), 1, anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, anon_sym_STAR_STAR, - ACTIONS(4796), 1, + anon_sym_DOT, + [231376] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [231440] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [231504] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [231568] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [231632] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_end, + [231700] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3425), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_end, + [231768] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3318), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_end, + [231836] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3014), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3016), 49, + anon_sym_LPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [231900] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3578), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3580), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [231964] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [232028] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [232092] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [232156] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [232220] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [232284] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [232348] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [232412] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3308), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3310), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [232476] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [232540] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5013), 1, + anon_sym_when, + ACTIONS(5015), 1, + anon_sym_COLON_COLON, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5011), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3680), 3, + anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_DASH_GT, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [232644] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [232708] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [232772] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [232836] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [232900] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [232964] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233028] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233092] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233156] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233220] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233284] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3312), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3314), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233348] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3304), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3306), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233412] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233476] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5092), 1, + anon_sym_COMMA, + STATE(4366), 1, + aux_sym_keywords_repeat1, + ACTIONS(3150), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3152), 47, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233544] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233608] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233672] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2615), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2617), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233736] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3142), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3144), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233800] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3570), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3572), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233864] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3566), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3568), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233928] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3332), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3334), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [233992] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3674), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4613), 1, + anon_sym_PIPE, + ACTIONS(4623), 1, + anon_sym_when, + ACTIONS(4625), 1, + anon_sym_COLON_COLON, + ACTIONS(4627), 1, + anon_sym_EQ_GT, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4621), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3676), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_end, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [234098] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3030), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3032), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [234164] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3562), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3564), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [234228] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3558), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3560), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [234292] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3554), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3556), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [234356] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3036), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3038), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [234422] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2611), 3, + sym__not_in, + aux_sym_quoted_keyword_token1, + anon_sym_LBRACK2, + ACTIONS(2613), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [234486] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3495), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3497), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [234550] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3678), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4613), 1, + anon_sym_PIPE, + ACTIONS(4623), 1, + anon_sym_when, + ACTIONS(4625), 1, + anon_sym_COLON_COLON, + ACTIONS(4627), 1, + anon_sym_EQ_GT, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4621), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3680), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_end, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [234656] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3550), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3552), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [234720] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4715), 1, + anon_sym_PIPE, + ACTIONS(4725), 1, + anon_sym_when, + ACTIONS(4727), 1, + anon_sym_COLON_COLON, + ACTIONS(4729), 1, + anon_sym_EQ_GT, + ACTIONS(4731), 1, + anon_sym_EQ, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3674), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3676), 2, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4723), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [234826] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5092), 1, + anon_sym_COMMA, + STATE(4410), 1, + aux_sym_keywords_repeat1, + ACTIONS(3164), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3166), 47, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [234894] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [234958] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [235022] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [235086] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_end, + [235166] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 3, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3318), 47, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [235234] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3523), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3525), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [235298] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3519), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3521), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [235362] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [235426] = 26, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5015), 1, + anon_sym_COLON_COLON, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, sym__not_in, ACTIONS(5094), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [222443] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, + anon_sym_RPAREN, ACTIONS(5096), 1, - anon_sym_RBRACE, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [222545] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, + anon_sym_COMMA, + ACTIONS(5099), 1, anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5098), 1, - anon_sym_RBRACE, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [222647] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5100), 1, - anon_sym_RBRACE, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [222749] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, ACTIONS(5102), 1, - anon_sym_RBRACE, - ACTIONS(4764), 2, + anon_sym_DASH_GT, + ACTIONS(5005), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(4768), 2, + ACTIONS(5009), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4770), 2, + ACTIONS(5011), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4780), 3, + ACTIONS(5021), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4782), 3, + ACTIONS(5023), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(4760), 4, + ACTIONS(5001), 4, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4784), 5, + ACTIONS(5025), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, + ACTIONS(5007), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(4786), 9, + ACTIONS(5027), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -349452,23 +364929,9429 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [222851] = 5, + [235534] = 4, ACTIONS(5), 1, sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3437), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3439), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [235598] = 26, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2853), 1, + anon_sym_COMMA, + ACTIONS(2886), 1, + anon_sym_DASH_GT, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5015), 1, + anon_sym_COLON_COLON, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, ACTIONS(5104), 1, + anon_sym_when, + STATE(6068), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5011), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [235706] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 25, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_end, + [235792] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3515), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3517), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [235856] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4613), 1, + anon_sym_PIPE, + ACTIONS(4627), 1, + anon_sym_EQ_GT, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_end, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [235956] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(3467), 47, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_end, + [236026] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3316), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3318), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [236090] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3417), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3419), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [236154] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 37, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_end, + [236230] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [236294] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3467), 45, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_end, + [236366] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4613), 1, + anon_sym_PIPE, + ACTIONS(4623), 1, + anon_sym_when, + ACTIONS(4625), 1, + anon_sym_COLON_COLON, + ACTIONS(4627), 1, + anon_sym_EQ_GT, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_end, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [236470] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [236534] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4613), 1, + anon_sym_PIPE, + ACTIONS(4623), 1, + anon_sym_when, + ACTIONS(4625), 1, + anon_sym_COLON_COLON, + ACTIONS(4627), 1, + anon_sym_EQ_GT, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_end, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [236638] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [236702] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4613), 1, + anon_sym_PIPE, + ACTIONS(4625), 1, + anon_sym_COLON_COLON, + ACTIONS(4627), 1, + anon_sym_EQ_GT, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_end, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [236804] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4627), 1, + anon_sym_EQ_GT, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_end, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [236902] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 9, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_end, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [236998] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [237062] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3433), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3435), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [237126] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [237190] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [237254] = 18, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 13, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_end, + [237346] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 16, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_end, + [237436] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 21, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_end, + [237524] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 34, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_end, + [237608] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_end, + [237686] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [237750] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3465), 2, + sym__not_in, + aux_sym__terminator_token1, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_end, + [237828] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [237892] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 3, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(3425), 47, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [237960] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3409), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3411), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [238024] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [238088] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [238152] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5107), 1, + anon_sym_COMMA, + STATE(4410), 1, + aux_sym_keywords_repeat1, + ACTIONS(3160), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3162), 47, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [238220] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3423), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3425), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [238284] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3678), 1, + aux_sym__terminator_token1, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4665), 1, + anon_sym_PIPE, + ACTIONS(4675), 1, + anon_sym_when, + ACTIONS(4677), 1, + anon_sym_COLON_COLON, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4673), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3680), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [238390] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3160), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3162), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [238454] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3276), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3278), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [238518] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [238582] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(3018), 4, + sym__not_in, + ts_builtin_sym_end, + aux_sym__terminator_token1, + anon_sym_LBRACK2, + ACTIONS(3020), 48, + anon_sym_SEMI, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [238646] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 49, + anon_sym_RPAREN, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DASH_GT, + anon_sym_DOT, + [238710] = 19, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4977), 1, + anon_sym_EQ, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4979), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [238803] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3558), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3560), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [238866] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3276), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3278), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [238929] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3574), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3576), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [238992] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3146), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3148), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239055] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3036), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3038), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239118] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3030), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3032), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239181] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3180), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3182), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239244] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3160), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3162), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239307] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3180), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3182), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239370] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3292), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3294), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239433] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3214), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3216), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239496] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3214), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3216), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239559] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2940), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(2942), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239622] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3288), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3290), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239685] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3288), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3290), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239748] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3138), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3140), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239811] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4959), 1, + anon_sym_PIPE, + ACTIONS(4971), 1, + anon_sym_when, + ACTIONS(4973), 1, + anon_sym_COLON_COLON, + ACTIONS(4975), 1, + anon_sym_EQ_GT, + ACTIONS(4977), 1, + anon_sym_EQ, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(3680), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4969), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4979), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [239914] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3304), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3306), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [239977] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3308), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3310), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [240040] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3312), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3314), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [240103] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4256), 1, + aux_sym__terminator_token1, + ACTIONS(4665), 1, + anon_sym_PIPE, + ACTIONS(4675), 1, + anon_sym_when, + ACTIONS(4677), 1, + anon_sym_COLON_COLON, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4258), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4673), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [240208] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [240271] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4959), 1, + anon_sym_PIPE, + ACTIONS(4971), 1, + anon_sym_when, + ACTIONS(4973), 1, + anon_sym_COLON_COLON, + ACTIONS(4975), 1, + anon_sym_EQ_GT, + ACTIONS(4977), 1, + anon_sym_EQ, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(3676), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4969), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4979), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [240374] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [240437] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 1, + sym__not_in, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 47, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [240504] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5015), 1, + anon_sym_COLON_COLON, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5099), 1, + anon_sym_when, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5011), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(5102), 2, + anon_sym_COMMA, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [240607] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3316), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3318), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [240670] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3214), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3216), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [240733] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3018), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3020), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [240796] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [240859] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3036), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3038), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [240922] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [240985] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 1, + sym__not_in, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 47, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [241052] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3423), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3425), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [241115] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3433), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3435), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [241178] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3417), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3419), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [241241] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3437), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3439), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [241304] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3074), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3076), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [241367] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3445), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3447), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [241430] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3449), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3451), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [241493] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 24, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [241576] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3453), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3455), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [241639] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3461), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3463), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [241702] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 34, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + [241781] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [241844] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4959), 1, + anon_sym_PIPE, + ACTIONS(4975), 1, + anon_sym_EQ_GT, + ACTIONS(4977), 1, + anon_sym_EQ, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4979), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [241941] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [242004] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 46, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + [242073] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + [242148] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 44, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + [242219] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4959), 1, + anon_sym_PIPE, + ACTIONS(4971), 1, + anon_sym_when, + ACTIONS(4973), 1, + anon_sym_COLON_COLON, + ACTIONS(4975), 1, + anon_sym_EQ_GT, + ACTIONS(4977), 1, + anon_sym_EQ, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4979), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3467), 4, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [242320] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4959), 1, + anon_sym_PIPE, + ACTIONS(4971), 1, + anon_sym_when, + ACTIONS(4973), 1, + anon_sym_COLON_COLON, + ACTIONS(4975), 1, + anon_sym_EQ_GT, + ACTIONS(4977), 1, + anon_sym_EQ, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4979), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3467), 4, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [242421] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [242484] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4959), 1, + anon_sym_PIPE, + ACTIONS(4973), 1, + anon_sym_COLON_COLON, + ACTIONS(4975), 1, + anon_sym_EQ_GT, + ACTIONS(4977), 1, + anon_sym_EQ, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4979), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [242583] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4975), 1, + anon_sym_EQ_GT, + ACTIONS(4977), 1, + anon_sym_EQ, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4979), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [242678] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 12, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + [242767] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 15, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + [242854] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3409), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3411), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [242917] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 33, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [242998] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4210), 1, + aux_sym__terminator_token1, + ACTIONS(4613), 1, + anon_sym_PIPE, + ACTIONS(4623), 1, + anon_sym_when, + ACTIONS(4625), 1, + anon_sym_COLON_COLON, + ACTIONS(4627), 1, + anon_sym_EQ_GT, + ACTIONS(4629), 1, + anon_sym_EQ, + ACTIONS(4639), 1, + anon_sym_in, + ACTIONS(4641), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4643), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4645), 1, + anon_sym_STAR_STAR, + ACTIONS(4647), 1, + anon_sym_DOT, + ACTIONS(4649), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4212), 2, + anon_sym_SEMI, + anon_sym_end, + ACTIONS(4615), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4619), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4621), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4631), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4633), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4611), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4635), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4617), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4637), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [243103] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + [243180] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + [243257] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4212), 1, + anon_sym_SEMI, + ACTIONS(4715), 1, + anon_sym_PIPE, + ACTIONS(4725), 1, + anon_sym_when, + ACTIONS(4727), 1, + anon_sym_COLON_COLON, + ACTIONS(4729), 1, + anon_sym_EQ_GT, + ACTIONS(4731), 1, + anon_sym_EQ, + ACTIONS(4741), 1, + anon_sym_in, + ACTIONS(4743), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4745), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4747), 1, + anon_sym_STAR_STAR, + ACTIONS(4749), 1, + anon_sym_DOT, + ACTIONS(4751), 1, + anon_sym_LBRACK2, + ACTIONS(4753), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4210), 2, + ts_builtin_sym_end, + aux_sym__terminator_token1, + ACTIONS(4717), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4721), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4723), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4733), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4735), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4713), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4737), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4719), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4739), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [243362] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 47, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + [243429] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3469), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3471), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [243492] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3477), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3479), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [243555] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [243618] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3332), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3334), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [243681] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3332), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3334), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [243744] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3485), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3487), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [243807] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3485), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3487), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [243870] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3332), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3334), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [243933] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3578), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3580), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [243996] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3457), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3459), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244059] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3495), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3497), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244122] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3499), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3501), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244185] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244248] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244311] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3566), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3568), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244374] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244437] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244500] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244563] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244626] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244689] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244752] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [244815] = 12, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 34, anon_sym_LBRACE, - ACTIONS(3329), 2, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + [244894] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 24, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [244977] = 21, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5130), 1, + anon_sym_PIPE, + ACTIONS(5132), 1, + anon_sym_EQ_GT, + ACTIONS(5134), 1, + anon_sym_EQ, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5136), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5138), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5140), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(3467), 6, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [245074] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 46, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + [245143] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 36, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + [245218] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3467), 44, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + [245289] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5130), 1, + anon_sym_PIPE, + ACTIONS(5132), 1, + anon_sym_EQ_GT, + ACTIONS(5134), 1, + anon_sym_EQ, + ACTIONS(5142), 1, + anon_sym_when, + ACTIONS(5144), 1, + anon_sym_COLON_COLON, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5136), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5138), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3467), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5140), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [245390] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5130), 1, + anon_sym_PIPE, + ACTIONS(5132), 1, + anon_sym_EQ_GT, + ACTIONS(5134), 1, + anon_sym_EQ, + ACTIONS(5142), 1, + anon_sym_when, + ACTIONS(5144), 1, + anon_sym_COLON_COLON, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5136), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5138), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(3467), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5140), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [245491] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5130), 1, + anon_sym_PIPE, + ACTIONS(5132), 1, + anon_sym_EQ_GT, + ACTIONS(5134), 1, + anon_sym_EQ, + ACTIONS(5144), 1, + anon_sym_COLON_COLON, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5136), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5138), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3467), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + ACTIONS(5140), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [245590] = 20, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5132), 1, + anon_sym_EQ_GT, + ACTIONS(5134), 1, + anon_sym_EQ, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5136), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5138), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5140), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 7, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [245685] = 19, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5134), 1, + anon_sym_EQ, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5136), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5138), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5140), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 8, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [245778] = 17, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5138), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5140), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 12, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + [245867] = 16, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5140), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 15, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + [245954] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 20, + anon_sym_LBRACE, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + [246039] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 33, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [246120] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + [246197] = 11, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3465), 1, + sym__not_in, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(3467), 35, + anon_sym_LBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + [246274] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, sym__not_in, anon_sym_LBRACK2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3331), 46, + ACTIONS(3144), 48, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, anon_sym_DOT_DOT, anon_sym_PLUS, anon_sym_DASH, @@ -349511,75 +374394,2037 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [222915] = 24, + [246337] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, + ACTIONS(3142), 2, sym__not_in, - ACTIONS(5106), 1, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [246400] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [246463] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [246526] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [246589] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [246652] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [246715] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [246778] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [246841] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3142), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3144), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [246904] = 15, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + ACTIONS(3467), 20, + anon_sym_PIPE, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + [246989] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3562), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3564), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247052] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3554), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3556), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247115] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3550), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3552), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247178] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3519), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3521), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247241] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3519), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3521), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247304] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3523), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3525), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247367] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3519), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3521), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247430] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3515), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3517), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247493] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4959), 1, + anon_sym_PIPE, + ACTIONS(4971), 1, + anon_sym_when, + ACTIONS(4973), 1, + anon_sym_COLON_COLON, + ACTIONS(4975), 1, + anon_sym_EQ_GT, + ACTIONS(4977), 1, + anon_sym_EQ, + ACTIONS(4987), 1, + anon_sym_in, + ACTIONS(4989), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4991), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4993), 1, + anon_sym_STAR_STAR, + ACTIONS(4995), 1, + anon_sym_DOT, + ACTIONS(4997), 1, + anon_sym_LBRACK2, + ACTIONS(4999), 1, + sym__not_in, + ACTIONS(3545), 2, + anon_sym_COMMA, + anon_sym_GT_GT, + ACTIONS(4961), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4967), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4969), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4979), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4981), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4957), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4983), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4965), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4985), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [247596] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3511), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3513), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247659] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3507), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3509), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247722] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5130), 1, + anon_sym_PIPE, + ACTIONS(5132), 1, + anon_sym_EQ_GT, + ACTIONS(5134), 1, + anon_sym_EQ, + ACTIONS(5142), 1, + anon_sym_when, + ACTIONS(5144), 1, + anon_sym_COLON_COLON, + ACTIONS(3680), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5146), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5136), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5138), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5140), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [247825] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3433), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3738), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3435), 46, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [247890] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(5116), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5118), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5120), 1, + anon_sym_STAR_STAR, + ACTIONS(5124), 1, + anon_sym_in, + ACTIONS(5126), 1, + sym__not_in, + ACTIONS(5130), 1, + anon_sym_PIPE, + ACTIONS(5132), 1, + anon_sym_EQ_GT, + ACTIONS(5134), 1, + anon_sym_EQ, + ACTIONS(5142), 1, + anon_sym_when, + ACTIONS(5144), 1, + anon_sym_COLON_COLON, + ACTIONS(3676), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(5110), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5114), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5146), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5136), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5138), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5128), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5140), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5112), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5122), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [247993] = 25, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3784), 1, + anon_sym_LBRACK2, + ACTIONS(4210), 1, + aux_sym__terminator_token1, + ACTIONS(4665), 1, + anon_sym_PIPE, + ACTIONS(4675), 1, + anon_sym_when, + ACTIONS(4677), 1, + anon_sym_COLON_COLON, + ACTIONS(4679), 1, + anon_sym_EQ_GT, + ACTIONS(4681), 1, + anon_sym_EQ, + ACTIONS(4691), 1, + anon_sym_in, + ACTIONS(4693), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4695), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4697), 1, + anon_sym_STAR_STAR, + ACTIONS(4699), 1, + anon_sym_DOT, + ACTIONS(4701), 1, + sym__not_in, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4212), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + ACTIONS(4667), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4671), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4673), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(4683), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4685), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4663), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4687), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4669), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4689), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [248098] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3503), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3505), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [248161] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3138), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3689), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3140), 46, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [248226] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3570), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3572), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [248289] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(5094), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [248392] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3030), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3032), 48, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_COMMA, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [248455] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5148), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [248557] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5150), 1, anon_sym_RBRACE, - ACTIONS(4764), 2, + ACTIONS(4818), 2, anon_sym_SLASH, anon_sym_STAR, - ACTIONS(4768), 2, + ACTIONS(4822), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4770), 2, + ACTIONS(4861), 2, anon_sym_LT_DASH, anon_sym_BSLASH_BSLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(4780), 3, + ACTIONS(4844), 3, anon_sym_PIPE_PIPE, anon_sym_PIPE_PIPE_PIPE, anon_sym_or, - ACTIONS(4782), 3, + ACTIONS(4846), 3, anon_sym_AMP_AMP, anon_sym_AMP_AMP_AMP, anon_sym_and, - ACTIONS(4760), 4, + ACTIONS(4836), 4, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4784), 5, + ACTIONS(4848), 5, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_EQ_TILDE, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, + ACTIONS(4820), 6, anon_sym_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS_PLUS, anon_sym_DASH_DASH_DASH, anon_sym_LT_GT, - ACTIONS(4786), 9, + ACTIONS(4824), 9, anon_sym_PIPE_GT, anon_sym_LT_LT_LT, anon_sym_GT_GT_GT, @@ -349589,10 +376434,1005 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_TILDE_GT, anon_sym_LT_TILDE_GT, anon_sym_LT_PIPE_GT, - [223017] = 5, + [248659] = 24, ACTIONS(5), 1, sym_comment, - ACTIONS(862), 1, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5152), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [248761] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5154), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [248863] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5156), 1, + anon_sym_LBRACE, + ACTIONS(3180), 2, + sym__not_in, + anon_sym_LBRACK2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3182), 46, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_SLASH, + anon_sym_DOT_DOT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + anon_sym_when, + anon_sym_COLON_COLON, + anon_sym_EQ_GT, + anon_sym_EQ, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + anon_sym_in, + anon_sym_CARET_CARET_CARET, + anon_sym_SLASH_SLASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_DOT, + [248927] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5158), 1, + anon_sym_RBRACE, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [249029] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5160), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [249131] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5162), 1, + anon_sym_RBRACE, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [249233] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5164), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [249335] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5013), 1, + anon_sym_when, + ACTIONS(5015), 1, + anon_sym_COLON_COLON, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5166), 1, + anon_sym_DASH_GT, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5011), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [249437] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5003), 1, + anon_sym_PIPE, + ACTIONS(5013), 1, + anon_sym_when, + ACTIONS(5015), 1, + anon_sym_COLON_COLON, + ACTIONS(5017), 1, + anon_sym_EQ_GT, + ACTIONS(5019), 1, + anon_sym_EQ, + ACTIONS(5029), 1, + anon_sym_in, + ACTIONS(5031), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(5033), 1, + anon_sym_SLASH_SLASH, + ACTIONS(5035), 1, + anon_sym_STAR_STAR, + ACTIONS(5037), 1, + anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_LBRACK2, + ACTIONS(5041), 1, + sym__not_in, + ACTIONS(5168), 1, + anon_sym_DASH_GT, + ACTIONS(5005), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(5009), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5011), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5021), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(5023), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(5001), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5025), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(5007), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(5027), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [249539] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5170), 1, + anon_sym_RBRACE, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [249641] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5172), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [249743] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5174), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [249845] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5176), 1, + anon_sym_RBRACE, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [249947] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(846), 1, anon_sym_LBRACE, ACTIONS(283), 2, sym__not_in, @@ -349648,661 +377488,863 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_DOT, - [223081] = 24, + [250011] = 24, ACTIONS(5), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(4541), 1, anon_sym_DOT, - ACTIONS(4470), 1, + ACTIONS(4543), 1, anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, + ACTIONS(4826), 1, anon_sym_in, - ACTIONS(4790), 1, + ACTIONS(4828), 1, anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, + ACTIONS(4830), 1, anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, + ACTIONS(4832), 1, anon_sym_STAR_STAR, - ACTIONS(4796), 1, + ACTIONS(4834), 1, sym__not_in, - ACTIONS(5108), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [223183] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, + ACTIONS(4838), 1, anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, + ACTIONS(4840), 1, anon_sym_EQ_GT, - ACTIONS(4778), 1, + ACTIONS(4842), 1, anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5110), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [223285] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, + ACTIONS(4850), 1, anon_sym_when, - ACTIONS(4774), 1, + ACTIONS(4852), 1, anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5112), 1, - anon_sym_RBRACE, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [223387] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5114), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [223489] = 24, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(5116), 1, - anon_sym_RBRACK, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [223591] = 23, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_DOT, - ACTIONS(4470), 1, - anon_sym_LBRACK2, - ACTIONS(4762), 1, - anon_sym_PIPE, - ACTIONS(4772), 1, - anon_sym_when, - ACTIONS(4774), 1, - anon_sym_COLON_COLON, - ACTIONS(4776), 1, - anon_sym_EQ_GT, - ACTIONS(4778), 1, - anon_sym_EQ, - ACTIONS(4788), 1, - anon_sym_in, - ACTIONS(4790), 1, - anon_sym_CARET_CARET_CARET, - ACTIONS(4792), 1, - anon_sym_SLASH_SLASH, - ACTIONS(4794), 1, - anon_sym_STAR_STAR, - ACTIONS(4796), 1, - sym__not_in, - ACTIONS(4764), 2, - anon_sym_SLASH, - anon_sym_STAR, - ACTIONS(4768), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4770), 2, - anon_sym_LT_DASH, - anon_sym_BSLASH_BSLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(4780), 3, - anon_sym_PIPE_PIPE, - anon_sym_PIPE_PIPE_PIPE, - anon_sym_or, - ACTIONS(4782), 3, - anon_sym_AMP_AMP, - anon_sym_AMP_AMP_AMP, - anon_sym_and, - ACTIONS(4760), 4, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4784), 5, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - ACTIONS(4766), 6, - anon_sym_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS_PLUS, - anon_sym_DASH_DASH_DASH, - anon_sym_LT_GT, - ACTIONS(4786), 9, - anon_sym_PIPE_GT, - anon_sym_LT_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_LT_LT_TILDE, - anon_sym_TILDE_GT_GT, - anon_sym_LT_TILDE, - anon_sym_TILDE_GT, - anon_sym_LT_TILDE_GT, - anon_sym_LT_PIPE_GT, - [223690] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5118), 1, - anon_sym_LPAREN, - ACTIONS(5120), 1, - anon_sym_DQUOTE, - ACTIONS(5122), 1, - anon_sym_SQUOTE, - ACTIONS(5124), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(5126), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(5128), 1, - anon_sym_LBRACE, - ACTIONS(5130), 1, - anon_sym_LBRACK, - ACTIONS(5132), 1, - anon_sym_LT, - ACTIONS(5134), 1, - anon_sym_PIPE, - ACTIONS(5136), 1, - anon_sym_SLASH, - STATE(3054), 1, - sym__quoted_i_slash, - STATE(3068), 1, - sym__quoted_i_bar, - STATE(3069), 1, - sym__quoted_i_angle, - STATE(3070), 1, - sym__quoted_i_square, - STATE(3071), 1, - sym__quoted_i_curly, - STATE(3072), 1, - sym__quoted_i_parenthesis, - STATE(3073), 1, - sym__quoted_i_heredoc_double, - STATE(3074), 1, - sym__quoted_i_heredoc_single, - STATE(3075), 1, - sym__quoted_i_single, - STATE(3076), 1, - sym__quoted_i_double, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [223759] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5138), 1, - anon_sym_LPAREN, - ACTIONS(5140), 1, - anon_sym_DQUOTE, - ACTIONS(5142), 1, - anon_sym_SQUOTE, - ACTIONS(5144), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(5146), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(5148), 1, - anon_sym_LBRACE, - ACTIONS(5150), 1, - anon_sym_LBRACK, - ACTIONS(5152), 1, - anon_sym_LT, - ACTIONS(5154), 1, - anon_sym_PIPE, - ACTIONS(5156), 1, - anon_sym_SLASH, - STATE(3044), 1, - sym__quoted_slash, - STATE(3045), 1, - sym__quoted_bar, - STATE(3046), 1, - sym__quoted_angle, - STATE(3047), 1, - sym__quoted_square, - STATE(3048), 1, - sym__quoted_curly, - STATE(3049), 1, - sym__quoted_parenthesis, - STATE(3050), 1, - sym__quoted_heredoc_double, - STATE(3051), 1, - sym__quoted_heredoc_single, - STATE(3052), 1, - sym__quoted_single, - STATE(3053), 1, - sym__quoted_double, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [223828] = 22, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5158), 1, - anon_sym_LPAREN, - ACTIONS(5160), 1, - anon_sym_DQUOTE, - ACTIONS(5162), 1, - anon_sym_SQUOTE, - ACTIONS(5164), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(5166), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(5168), 1, - anon_sym_LBRACE, - ACTIONS(5170), 1, - anon_sym_LBRACK, - ACTIONS(5172), 1, - anon_sym_LT, - ACTIONS(5174), 1, - anon_sym_PIPE, - ACTIONS(5176), 1, - anon_sym_SLASH, - STATE(2417), 1, - sym__quoted_slash, - STATE(2418), 1, - sym__quoted_bar, - STATE(2419), 1, - sym__quoted_angle, - STATE(2421), 1, - sym__quoted_square, - STATE(2422), 1, - sym__quoted_curly, - STATE(2426), 1, - sym__quoted_parenthesis, - STATE(2428), 1, - sym__quoted_heredoc_double, - STATE(2429), 1, - sym__quoted_heredoc_single, - STATE(2430), 1, - sym__quoted_single, - STATE(2431), 1, - sym__quoted_double, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [223897] = 22, - ACTIONS(5), 1, - sym_comment, ACTIONS(5178), 1, - anon_sym_LPAREN, - ACTIONS(5180), 1, - anon_sym_DQUOTE, - ACTIONS(5182), 1, - anon_sym_SQUOTE, - ACTIONS(5184), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(5186), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(5188), 1, - anon_sym_LBRACE, - ACTIONS(5190), 1, - anon_sym_LBRACK, - ACTIONS(5192), 1, - anon_sym_LT, - ACTIONS(5194), 1, - anon_sym_PIPE, - ACTIONS(5196), 1, + anon_sym_RBRACE, + ACTIONS(4818), 2, anon_sym_SLASH, - STATE(2432), 1, - sym__quoted_i_slash, - STATE(2433), 1, - sym__quoted_i_bar, - STATE(2434), 1, - sym__quoted_i_angle, - STATE(2435), 1, - sym__quoted_i_square, - STATE(2436), 1, - sym__quoted_i_curly, - STATE(2437), 1, - sym__quoted_i_parenthesis, - STATE(2438), 1, - sym__quoted_i_heredoc_double, - STATE(2457), 1, - sym__quoted_i_heredoc_single, - STATE(2458), 1, - sym__quoted_i_single, - STATE(2459), 1, - sym__quoted_i_double, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [223966] = 22, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [250113] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5180), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [250215] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5182), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [250317] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5184), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [250419] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5186), 1, + anon_sym_RBRACE, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [250521] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5188), 1, + anon_sym_RBRACE, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [250623] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5190), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [250725] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5192), 1, + anon_sym_RBRACE, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [250827] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5194), 1, + anon_sym_RBRACE, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [250929] = 24, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(5196), 1, + anon_sym_RBRACK, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [251031] = 23, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4541), 1, + anon_sym_DOT, + ACTIONS(4543), 1, + anon_sym_LBRACK2, + ACTIONS(4826), 1, + anon_sym_in, + ACTIONS(4828), 1, + anon_sym_CARET_CARET_CARET, + ACTIONS(4830), 1, + anon_sym_SLASH_SLASH, + ACTIONS(4832), 1, + anon_sym_STAR_STAR, + ACTIONS(4834), 1, + sym__not_in, + ACTIONS(4838), 1, + anon_sym_PIPE, + ACTIONS(4840), 1, + anon_sym_EQ_GT, + ACTIONS(4842), 1, + anon_sym_EQ, + ACTIONS(4850), 1, + anon_sym_when, + ACTIONS(4852), 1, + anon_sym_COLON_COLON, + ACTIONS(4818), 2, + anon_sym_SLASH, + anon_sym_STAR, + ACTIONS(4822), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4861), 2, + anon_sym_LT_DASH, + anon_sym_BSLASH_BSLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4844), 3, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_PIPE_PIPE, + anon_sym_or, + ACTIONS(4846), 3, + anon_sym_AMP_AMP, + anon_sym_AMP_AMP_AMP, + anon_sym_and, + ACTIONS(4836), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4848), 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_EQ_TILDE, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + ACTIONS(4820), 6, + anon_sym_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS_PLUS, + anon_sym_DASH_DASH_DASH, + anon_sym_LT_GT, + ACTIONS(4824), 9, + anon_sym_PIPE_GT, + anon_sym_LT_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_LT_LT_TILDE, + anon_sym_TILDE_GT_GT, + anon_sym_LT_TILDE, + anon_sym_TILDE_GT, + anon_sym_LT_TILDE_GT, + anon_sym_LT_PIPE_GT, + [251130] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5198), 1, @@ -350325,31 +378367,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5216), 1, anon_sym_SLASH, - STATE(1793), 1, - sym__quoted_i_slash, - STATE(1794), 1, - sym__quoted_i_bar, - STATE(1797), 1, - sym__quoted_i_angle, - STATE(1798), 1, - sym__quoted_i_square, - STATE(1801), 1, - sym__quoted_i_curly, - STATE(1802), 1, - sym__quoted_i_parenthesis, - STATE(1803), 1, - sym__quoted_i_heredoc_double, - STATE(1804), 1, - sym__quoted_i_heredoc_single, - STATE(1805), 1, - sym__quoted_i_single, - STATE(1806), 1, + STATE(3866), 1, sym__quoted_i_double, + STATE(3869), 1, + sym__quoted_i_single, + STATE(3870), 1, + sym__quoted_i_heredoc_single, + STATE(3871), 1, + sym__quoted_i_heredoc_double, + STATE(3872), 1, + sym__quoted_i_parenthesis, + STATE(3875), 1, + sym__quoted_i_curly, + STATE(3876), 1, + sym__quoted_i_square, + STATE(3879), 1, + sym__quoted_i_angle, + STATE(3880), 1, + sym__quoted_i_bar, + STATE(3885), 1, + sym__quoted_i_slash, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224035] = 22, + [251199] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5218), 1, @@ -350372,31 +378414,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5236), 1, anon_sym_SLASH, - STATE(1768), 1, - sym__quoted_slash, - STATE(1769), 1, - sym__quoted_bar, - STATE(1771), 1, - sym__quoted_angle, - STATE(1772), 1, - sym__quoted_square, - STATE(1773), 1, - sym__quoted_curly, - STATE(1776), 1, + STATE(1826), 1, sym__quoted_parenthesis, - STATE(1779), 1, + STATE(1855), 1, + sym__quoted_curly, + STATE(1864), 1, + sym__quoted_square, + STATE(1865), 1, + sym__quoted_angle, + STATE(1866), 1, + sym__quoted_bar, + STATE(1867), 1, + sym__quoted_slash, + STATE(1940), 1, sym__quoted_heredoc_double, - STATE(1788), 1, + STATE(1941), 1, sym__quoted_heredoc_single, - STATE(1790), 1, + STATE(1942), 1, sym__quoted_single, - STATE(1792), 1, + STATE(1943), 1, sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224104] = 22, + [251268] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5238), 1, @@ -350419,31 +378461,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5256), 1, anon_sym_SLASH, - STATE(2252), 1, - sym__quoted_double, - STATE(2253), 1, - sym__quoted_single, - STATE(2255), 1, - sym__quoted_heredoc_single, - STATE(2256), 1, - sym__quoted_heredoc_double, - STATE(2257), 1, - sym__quoted_parenthesis, - STATE(2258), 1, - sym__quoted_curly, - STATE(2259), 1, - sym__quoted_square, - STATE(2260), 1, - sym__quoted_angle, - STATE(2261), 1, - sym__quoted_bar, - STATE(2262), 1, - sym__quoted_slash, + STATE(3614), 1, + sym__quoted_i_slash, + STATE(3615), 1, + sym__quoted_i_bar, + STATE(3616), 1, + sym__quoted_i_angle, + STATE(3617), 1, + sym__quoted_i_square, + STATE(3618), 1, + sym__quoted_i_curly, + STATE(3619), 1, + sym__quoted_i_parenthesis, + STATE(3620), 1, + sym__quoted_i_heredoc_double, + STATE(3621), 1, + sym__quoted_i_heredoc_single, + STATE(3622), 1, + sym__quoted_i_single, + STATE(3623), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224173] = 22, + [251337] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5258), 1, @@ -350466,31 +378508,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5276), 1, anon_sym_SLASH, - STATE(2206), 1, - sym__quoted_i_heredoc_single, - STATE(2209), 1, - sym__quoted_i_single, - STATE(2219), 1, - sym__quoted_i_double, - STATE(2220), 1, - sym__quoted_i_square, - STATE(2221), 1, - sym__quoted_i_curly, - STATE(2222), 1, - sym__quoted_i_parenthesis, - STATE(2225), 1, - sym__quoted_i_heredoc_double, - STATE(2249), 1, - sym__quoted_i_angle, - STATE(2250), 1, - sym__quoted_i_bar, - STATE(2251), 1, - sym__quoted_i_slash, + STATE(3889), 1, + sym__quoted_single, + STATE(3891), 1, + sym__quoted_heredoc_single, + STATE(3893), 1, + sym__quoted_heredoc_double, + STATE(3894), 1, + sym__quoted_parenthesis, + STATE(3895), 1, + sym__quoted_curly, + STATE(3896), 1, + sym__quoted_square, + STATE(3901), 1, + sym__quoted_angle, + STATE(3903), 1, + sym__quoted_bar, + STATE(3904), 1, + sym__quoted_slash, + STATE(3995), 1, + sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224242] = 22, + [251406] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5278), 1, @@ -350513,31 +378555,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5296), 1, anon_sym_SLASH, - STATE(1591), 1, - sym__quoted_double, - STATE(1592), 1, - sym__quoted_single, - STATE(1593), 1, - sym__quoted_heredoc_single, - STATE(1594), 1, - sym__quoted_heredoc_double, - STATE(1595), 1, - sym__quoted_parenthesis, - STATE(1596), 1, - sym__quoted_curly, - STATE(1597), 1, - sym__quoted_square, - STATE(1598), 1, - sym__quoted_angle, - STATE(1599), 1, + STATE(3783), 1, sym__quoted_bar, - STATE(1600), 1, + STATE(3802), 1, sym__quoted_slash, + STATE(3805), 1, + sym__quoted_angle, + STATE(3806), 1, + sym__quoted_square, + STATE(3807), 1, + sym__quoted_curly, + STATE(3816), 1, + sym__quoted_parenthesis, + STATE(3817), 1, + sym__quoted_heredoc_double, + STATE(3823), 1, + sym__quoted_heredoc_single, + STATE(3824), 1, + sym__quoted_single, + STATE(3830), 1, + sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224311] = 22, + [251475] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5298), 1, @@ -350560,31 +378602,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5316), 1, anon_sym_SLASH, - STATE(3563), 1, - sym__quoted_i_slash, - STATE(3564), 1, - sym__quoted_i_bar, - STATE(3565), 1, - sym__quoted_i_angle, - STATE(3566), 1, - sym__quoted_i_square, - STATE(3567), 1, - sym__quoted_i_curly, - STATE(3568), 1, - sym__quoted_i_parenthesis, - STATE(3569), 1, - sym__quoted_i_heredoc_double, - STATE(3570), 1, - sym__quoted_i_heredoc_single, - STATE(3571), 1, - sym__quoted_i_single, - STATE(3572), 1, + STATE(2803), 1, sym__quoted_i_double, + STATE(2804), 1, + sym__quoted_i_single, + STATE(2805), 1, + sym__quoted_i_heredoc_single, + STATE(2806), 1, + sym__quoted_i_heredoc_double, + STATE(2807), 1, + sym__quoted_i_parenthesis, + STATE(2808), 1, + sym__quoted_i_curly, + STATE(2809), 1, + sym__quoted_i_square, + STATE(2810), 1, + sym__quoted_i_angle, + STATE(2811), 1, + sym__quoted_i_bar, + STATE(2812), 1, + sym__quoted_i_slash, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224380] = 22, + [251544] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5318), 1, @@ -350607,31 +378649,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5336), 1, anon_sym_SLASH, - STATE(3382), 1, - sym__quoted_i_slash, - STATE(3383), 1, - sym__quoted_i_bar, - STATE(3384), 1, - sym__quoted_i_angle, - STATE(3385), 1, - sym__quoted_i_square, - STATE(3386), 1, - sym__quoted_i_curly, - STATE(3387), 1, - sym__quoted_i_parenthesis, - STATE(3388), 1, - sym__quoted_i_heredoc_double, - STATE(3389), 1, - sym__quoted_i_heredoc_single, - STATE(3391), 1, - sym__quoted_i_single, - STATE(3392), 1, + STATE(3114), 1, sym__quoted_i_double, + STATE(3150), 1, + sym__quoted_i_slash, + STATE(3151), 1, + sym__quoted_i_bar, + STATE(3152), 1, + sym__quoted_i_angle, + STATE(3153), 1, + sym__quoted_i_square, + STATE(3154), 1, + sym__quoted_i_curly, + STATE(3155), 1, + sym__quoted_i_parenthesis, + STATE(3156), 1, + sym__quoted_i_heredoc_double, + STATE(3157), 1, + sym__quoted_i_heredoc_single, + STATE(3158), 1, + sym__quoted_i_single, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224449] = 22, + [251613] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5338), 1, @@ -350654,31 +378696,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5356), 1, anon_sym_SLASH, - STATE(3632), 1, - sym__quoted_i_slash, - STATE(3633), 1, - sym__quoted_i_bar, - STATE(3634), 1, - sym__quoted_i_angle, - STATE(3635), 1, - sym__quoted_i_square, - STATE(3636), 1, - sym__quoted_i_curly, - STATE(3637), 1, - sym__quoted_i_parenthesis, - STATE(3638), 1, - sym__quoted_i_heredoc_double, - STATE(3639), 1, - sym__quoted_i_heredoc_single, - STATE(3640), 1, - sym__quoted_i_single, - STATE(3641), 1, - sym__quoted_i_double, + STATE(2813), 1, + sym__quoted_double, + STATE(2815), 1, + sym__quoted_single, + STATE(2816), 1, + sym__quoted_heredoc_single, + STATE(2817), 1, + sym__quoted_heredoc_double, + STATE(2818), 1, + sym__quoted_parenthesis, + STATE(2819), 1, + sym__quoted_curly, + STATE(2820), 1, + sym__quoted_square, + STATE(2821), 1, + sym__quoted_angle, + STATE(2822), 1, + sym__quoted_bar, + STATE(2823), 1, + sym__quoted_slash, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224518] = 22, + [251682] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5358), 1, @@ -350701,31 +378743,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5376), 1, anon_sym_SLASH, - STATE(3369), 1, - sym__quoted_slash, - STATE(3370), 1, - sym__quoted_bar, - STATE(3372), 1, - sym__quoted_angle, - STATE(3373), 1, - sym__quoted_square, - STATE(3374), 1, - sym__quoted_curly, - STATE(3375), 1, - sym__quoted_parenthesis, - STATE(3376), 1, - sym__quoted_heredoc_double, - STATE(3377), 1, - sym__quoted_heredoc_single, - STATE(3379), 1, - sym__quoted_single, - STATE(3381), 1, - sym__quoted_double, + STATE(2850), 1, + sym__quoted_i_slash, + STATE(2851), 1, + sym__quoted_i_bar, + STATE(2852), 1, + sym__quoted_i_angle, + STATE(2855), 1, + sym__quoted_i_square, + STATE(2856), 1, + sym__quoted_i_curly, + STATE(2857), 1, + sym__quoted_i_parenthesis, + STATE(2858), 1, + sym__quoted_i_heredoc_double, + STATE(2860), 1, + sym__quoted_i_heredoc_single, + STATE(2861), 1, + sym__quoted_i_single, + STATE(2862), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224587] = 22, + [251751] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5378), 1, @@ -350748,31 +378790,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5396), 1, anon_sym_SLASH, - STATE(1581), 1, - sym__quoted_i_double, - STATE(1582), 1, - sym__quoted_i_single, - STATE(1583), 1, - sym__quoted_i_heredoc_single, - STATE(1584), 1, - sym__quoted_i_heredoc_double, - STATE(1585), 1, - sym__quoted_i_parenthesis, - STATE(1586), 1, - sym__quoted_i_curly, - STATE(1587), 1, - sym__quoted_i_square, - STATE(1588), 1, - sym__quoted_i_angle, - STATE(1589), 1, - sym__quoted_i_bar, - STATE(1590), 1, - sym__quoted_i_slash, + STATE(2840), 1, + sym__quoted_slash, + STATE(2841), 1, + sym__quoted_bar, + STATE(2842), 1, + sym__quoted_angle, + STATE(2843), 1, + sym__quoted_square, + STATE(2844), 1, + sym__quoted_curly, + STATE(2845), 1, + sym__quoted_parenthesis, + STATE(2846), 1, + sym__quoted_heredoc_double, + STATE(2847), 1, + sym__quoted_heredoc_single, + STATE(2848), 1, + sym__quoted_single, + STATE(2849), 1, + sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224656] = 22, + [251820] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5398), 1, @@ -350795,31 +378837,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5416), 1, anon_sym_SLASH, - STATE(3553), 1, + STATE(3897), 1, sym__quoted_slash, - STATE(3554), 1, + STATE(3898), 1, sym__quoted_bar, - STATE(3555), 1, + STATE(3899), 1, sym__quoted_angle, - STATE(3556), 1, + STATE(3900), 1, sym__quoted_square, - STATE(3557), 1, + STATE(3902), 1, sym__quoted_curly, - STATE(3558), 1, + STATE(3909), 1, sym__quoted_parenthesis, - STATE(3559), 1, + STATE(3913), 1, sym__quoted_heredoc_double, - STATE(3560), 1, + STATE(3914), 1, sym__quoted_heredoc_single, - STATE(3561), 1, + STATE(3915), 1, sym__quoted_single, - STATE(3562), 1, + STATE(3917), 1, sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224725] = 22, + [251889] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5418), 1, @@ -350842,31 +378884,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5436), 1, anon_sym_SLASH, - STATE(3088), 1, - sym__quoted_i_double, - STATE(3091), 1, - sym__quoted_i_single, - STATE(3092), 1, - sym__quoted_i_heredoc_single, - STATE(3095), 1, - sym__quoted_i_heredoc_double, - STATE(3096), 1, - sym__quoted_i_parenthesis, - STATE(3097), 1, - sym__quoted_i_curly, - STATE(3098), 1, - sym__quoted_i_square, - STATE(3099), 1, - sym__quoted_i_angle, - STATE(3102), 1, - sym__quoted_i_bar, - STATE(3106), 1, - sym__quoted_i_slash, + STATE(1833), 1, + sym__quoted_slash, + STATE(1834), 1, + sym__quoted_bar, + STATE(1835), 1, + sym__quoted_angle, + STATE(1836), 1, + sym__quoted_square, + STATE(1837), 1, + sym__quoted_curly, + STATE(1838), 1, + sym__quoted_parenthesis, + STATE(1839), 1, + sym__quoted_heredoc_double, + STATE(1840), 1, + sym__quoted_heredoc_single, + STATE(1841), 1, + sym__quoted_single, + STATE(1842), 1, + sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224794] = 22, + [251958] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5438), 1, @@ -350889,31 +378931,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5456), 1, anon_sym_SLASH, - STATE(3121), 1, - sym__quoted_double, - STATE(3122), 1, - sym__quoted_single, - STATE(3123), 1, - sym__quoted_heredoc_single, - STATE(3124), 1, - sym__quoted_heredoc_double, - STATE(3125), 1, - sym__quoted_parenthesis, - STATE(3127), 1, - sym__quoted_square, - STATE(3128), 1, - sym__quoted_angle, - STATE(3129), 1, - sym__quoted_bar, - STATE(3130), 1, - sym__quoted_curly, - STATE(3162), 1, + STATE(3137), 1, sym__quoted_slash, + STATE(3138), 1, + sym__quoted_bar, + STATE(3139), 1, + sym__quoted_angle, + STATE(3141), 1, + sym__quoted_square, + STATE(3142), 1, + sym__quoted_curly, + STATE(3143), 1, + sym__quoted_parenthesis, + STATE(3146), 1, + sym__quoted_heredoc_double, + STATE(3147), 1, + sym__quoted_heredoc_single, + STATE(3148), 1, + sym__quoted_single, + STATE(3149), 1, + sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224863] = 22, + [252027] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5458), 1, @@ -350936,31 +378978,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5476), 1, anon_sym_SLASH, - STATE(2204), 1, - sym__quoted_square, - STATE(2386), 1, - sym__quoted_double, - STATE(2387), 1, - sym__quoted_single, - STATE(2388), 1, - sym__quoted_heredoc_single, - STATE(2389), 1, - sym__quoted_heredoc_double, - STATE(2390), 1, - sym__quoted_parenthesis, - STATE(2391), 1, - sym__quoted_curly, - STATE(2392), 1, - sym__quoted_angle, - STATE(2393), 1, - sym__quoted_bar, - STATE(2394), 1, - sym__quoted_slash, + STATE(1843), 1, + sym__quoted_i_slash, + STATE(1844), 1, + sym__quoted_i_bar, + STATE(1845), 1, + sym__quoted_i_angle, + STATE(1846), 1, + sym__quoted_i_square, + STATE(1847), 1, + sym__quoted_i_curly, + STATE(1848), 1, + sym__quoted_i_parenthesis, + STATE(1849), 1, + sym__quoted_i_heredoc_double, + STATE(1850), 1, + sym__quoted_i_heredoc_single, + STATE(1851), 1, + sym__quoted_i_single, + STATE(1852), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [224932] = 22, + [252096] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5478), 1, @@ -350983,31 +379025,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5496), 1, anon_sym_SLASH, - STATE(3908), 1, - sym__quoted_i_double, - STATE(3909), 1, - sym__quoted_i_single, - STATE(3914), 1, - sym__quoted_i_heredoc_single, - STATE(3915), 1, - sym__quoted_i_heredoc_double, - STATE(3916), 1, - sym__quoted_i_parenthesis, - STATE(3917), 1, - sym__quoted_i_curly, - STATE(3919), 1, - sym__quoted_i_square, - STATE(3920), 1, - sym__quoted_i_angle, - STATE(3921), 1, - sym__quoted_i_bar, - STATE(3922), 1, - sym__quoted_i_slash, + STATE(1700), 1, + sym__quoted_slash, + STATE(1701), 1, + sym__quoted_bar, + STATE(1702), 1, + sym__quoted_angle, + STATE(1703), 1, + sym__quoted_square, + STATE(1704), 1, + sym__quoted_curly, + STATE(1705), 1, + sym__quoted_parenthesis, + STATE(1706), 1, + sym__quoted_heredoc_double, + STATE(1707), 1, + sym__quoted_heredoc_single, + STATE(1708), 1, + sym__quoted_single, + STATE(1709), 1, + sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225001] = 22, + [252165] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5498), 1, @@ -351030,31 +379072,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5516), 1, anon_sym_SLASH, - STATE(3923), 1, - sym__quoted_double, - STATE(3927), 1, - sym__quoted_single, - STATE(3928), 1, - sym__quoted_heredoc_single, - STATE(3929), 1, - sym__quoted_heredoc_double, - STATE(3930), 1, - sym__quoted_parenthesis, - STATE(3932), 1, - sym__quoted_square, - STATE(3953), 1, - sym__quoted_angle, - STATE(3956), 1, - sym__quoted_bar, - STATE(3961), 1, - sym__quoted_slash, - STATE(3979), 1, - sym__quoted_curly, + STATE(1414), 1, + sym__quoted_i_slash, + STATE(1415), 1, + sym__quoted_i_bar, + STATE(1416), 1, + sym__quoted_i_angle, + STATE(1417), 1, + sym__quoted_i_square, + STATE(1418), 1, + sym__quoted_i_curly, + STATE(1419), 1, + sym__quoted_i_parenthesis, + STATE(1422), 1, + sym__quoted_i_heredoc_double, + STATE(1423), 1, + sym__quoted_i_heredoc_single, + STATE(1424), 1, + sym__quoted_i_single, + STATE(1425), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225070] = 22, + [252234] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5518), 1, @@ -351077,31 +379119,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5536), 1, anon_sym_SLASH, - STATE(2600), 1, - sym__quoted_i_double, - STATE(2601), 1, - sym__quoted_i_single, - STATE(2602), 1, - sym__quoted_i_heredoc_single, - STATE(2603), 1, - sym__quoted_i_heredoc_double, - STATE(2608), 1, - sym__quoted_i_parenthesis, - STATE(2609), 1, - sym__quoted_i_curly, - STATE(2610), 1, - sym__quoted_i_square, - STATE(2611), 1, - sym__quoted_i_angle, - STATE(2612), 1, - sym__quoted_i_bar, - STATE(2613), 1, + STATE(1710), 1, sym__quoted_i_slash, + STATE(1711), 1, + sym__quoted_i_bar, + STATE(1712), 1, + sym__quoted_i_angle, + STATE(1713), 1, + sym__quoted_i_square, + STATE(1714), 1, + sym__quoted_i_curly, + STATE(1715), 1, + sym__quoted_i_parenthesis, + STATE(1716), 1, + sym__quoted_i_heredoc_double, + STATE(1717), 1, + sym__quoted_i_heredoc_single, + STATE(1719), 1, + sym__quoted_i_single, + STATE(1720), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225139] = 22, + [252303] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5538), 1, @@ -351124,31 +379166,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5556), 1, anon_sym_SLASH, - STATE(2614), 1, - sym__quoted_double, - STATE(2615), 1, - sym__quoted_single, - STATE(2616), 1, - sym__quoted_heredoc_single, - STATE(2617), 1, - sym__quoted_heredoc_double, - STATE(2618), 1, - sym__quoted_parenthesis, - STATE(2619), 1, - sym__quoted_curly, - STATE(2620), 1, - sym__quoted_square, - STATE(2621), 1, - sym__quoted_angle, - STATE(2623), 1, - sym__quoted_bar, - STATE(2624), 1, + STATE(3604), 1, sym__quoted_slash, + STATE(3605), 1, + sym__quoted_bar, + STATE(3606), 1, + sym__quoted_angle, + STATE(3607), 1, + sym__quoted_square, + STATE(3608), 1, + sym__quoted_curly, + STATE(3609), 1, + sym__quoted_parenthesis, + STATE(3610), 1, + sym__quoted_heredoc_double, + STATE(3611), 1, + sym__quoted_heredoc_single, + STATE(3612), 1, + sym__quoted_single, + STATE(3613), 1, + sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225208] = 22, + [252372] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5558), 1, @@ -351171,31 +379213,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5576), 1, anon_sym_SLASH, - STATE(2054), 1, - sym__quoted_i_double, - STATE(2055), 1, - sym__quoted_i_single, - STATE(2056), 1, - sym__quoted_i_heredoc_single, - STATE(2057), 1, - sym__quoted_i_heredoc_double, - STATE(2058), 1, - sym__quoted_i_parenthesis, - STATE(2059), 1, - sym__quoted_i_curly, - STATE(2060), 1, - sym__quoted_i_square, - STATE(2061), 1, - sym__quoted_i_angle, - STATE(2062), 1, - sym__quoted_i_bar, - STATE(2063), 1, + STATE(1944), 1, sym__quoted_i_slash, + STATE(1946), 1, + sym__quoted_i_bar, + STATE(1947), 1, + sym__quoted_i_angle, + STATE(1949), 1, + sym__quoted_i_square, + STATE(1953), 1, + sym__quoted_i_curly, + STATE(1954), 1, + sym__quoted_i_parenthesis, + STATE(1955), 1, + sym__quoted_i_heredoc_double, + STATE(1957), 1, + sym__quoted_i_heredoc_single, + STATE(1958), 1, + sym__quoted_i_single, + STATE(1967), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225277] = 22, + [252441] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5578), 1, @@ -351218,31 +379260,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5596), 1, anon_sym_SLASH, - STATE(2064), 1, - sym__quoted_double, - STATE(2065), 1, - sym__quoted_single, - STATE(2066), 1, - sym__quoted_heredoc_single, - STATE(2067), 1, - sym__quoted_heredoc_double, - STATE(2068), 1, - sym__quoted_parenthesis, - STATE(2069), 1, - sym__quoted_curly, - STATE(2070), 1, - sym__quoted_square, - STATE(2071), 1, - sym__quoted_angle, - STATE(2072), 1, - sym__quoted_bar, - STATE(2073), 1, - sym__quoted_slash, + STATE(2368), 1, + sym__quoted_i_square, + STATE(2392), 1, + sym__quoted_i_angle, + STATE(2400), 1, + sym__quoted_i_bar, + STATE(2471), 1, + sym__quoted_i_slash, + STATE(2490), 1, + sym__quoted_i_curly, + STATE(2492), 1, + sym__quoted_i_parenthesis, + STATE(2493), 1, + sym__quoted_i_heredoc_double, + STATE(2496), 1, + sym__quoted_i_heredoc_single, + STATE(2499), 1, + sym__quoted_i_single, + STATE(2500), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225346] = 22, + [252510] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5598), 1, @@ -351265,31 +379307,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5616), 1, anon_sym_SLASH, - STATE(2562), 1, - sym__quoted_slash, - STATE(2563), 1, - sym__quoted_bar, - STATE(2564), 1, - sym__quoted_angle, - STATE(2565), 1, - sym__quoted_square, - STATE(2566), 1, - sym__quoted_curly, - STATE(2567), 1, - sym__quoted_parenthesis, - STATE(2568), 1, - sym__quoted_heredoc_double, - STATE(2569), 1, - sym__quoted_heredoc_single, - STATE(2570), 1, - sym__quoted_single, - STATE(2571), 1, + STATE(2472), 1, sym__quoted_double, + STATE(2474), 1, + sym__quoted_single, + STATE(2475), 1, + sym__quoted_heredoc_single, + STATE(2476), 1, + sym__quoted_heredoc_double, + STATE(2477), 1, + sym__quoted_parenthesis, + STATE(2484), 1, + sym__quoted_curly, + STATE(2486), 1, + sym__quoted_square, + STATE(2487), 1, + sym__quoted_angle, + STATE(2488), 1, + sym__quoted_bar, + STATE(2489), 1, + sym__quoted_slash, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225415] = 22, + [252579] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5618), 1, @@ -351312,31 +379354,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5636), 1, anon_sym_SLASH, - STATE(2572), 1, - sym__quoted_i_slash, - STATE(2573), 1, - sym__quoted_i_bar, - STATE(2574), 1, - sym__quoted_i_angle, - STATE(2575), 1, - sym__quoted_i_square, - STATE(2576), 1, - sym__quoted_i_curly, - STATE(2577), 1, - sym__quoted_i_parenthesis, - STATE(2578), 1, - sym__quoted_i_heredoc_double, - STATE(2579), 1, - sym__quoted_i_heredoc_single, - STATE(2580), 1, - sym__quoted_i_single, - STATE(2581), 1, + STATE(1185), 1, sym__quoted_i_double, + STATE(1293), 1, + sym__quoted_i_slash, + STATE(1305), 1, + sym__quoted_i_bar, + STATE(1306), 1, + sym__quoted_i_angle, + STATE(1307), 1, + sym__quoted_i_square, + STATE(1308), 1, + sym__quoted_i_curly, + STATE(1309), 1, + sym__quoted_i_parenthesis, + STATE(1310), 1, + sym__quoted_i_heredoc_double, + STATE(1311), 1, + sym__quoted_i_heredoc_single, + STATE(1312), 1, + sym__quoted_i_single, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225484] = 22, + [252648] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5638), 1, @@ -351359,31 +379401,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5656), 1, anon_sym_SLASH, - STATE(3293), 1, - sym__quoted_double, - STATE(3294), 1, - sym__quoted_single, - STATE(3296), 1, - sym__quoted_heredoc_single, - STATE(3297), 1, - sym__quoted_heredoc_double, - STATE(3298), 1, - sym__quoted_parenthesis, - STATE(3299), 1, - sym__quoted_curly, - STATE(3300), 1, - sym__quoted_square, - STATE(3301), 1, - sym__quoted_angle, - STATE(3302), 1, - sym__quoted_bar, - STATE(3303), 1, - sym__quoted_slash, + STATE(4248), 1, + sym__quoted_i_square, + STATE(4263), 1, + sym__quoted_i_slash, + STATE(4265), 1, + sym__quoted_i_bar, + STATE(4266), 1, + sym__quoted_i_angle, + STATE(4275), 1, + sym__quoted_i_curly, + STATE(4276), 1, + sym__quoted_i_parenthesis, + STATE(4277), 1, + sym__quoted_i_heredoc_double, + STATE(4281), 1, + sym__quoted_i_heredoc_single, + STATE(4290), 1, + sym__quoted_i_single, + STATE(4297), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225553] = 22, + [252717] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5658), 1, @@ -351406,31 +379448,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5676), 1, anon_sym_SLASH, - STATE(2358), 1, - sym__quoted_i_double, - STATE(2359), 1, - sym__quoted_i_single, - STATE(2378), 1, - sym__quoted_i_heredoc_single, - STATE(2379), 1, - sym__quoted_i_heredoc_double, - STATE(2380), 1, - sym__quoted_i_parenthesis, - STATE(2381), 1, - sym__quoted_i_curly, - STATE(2382), 1, - sym__quoted_i_square, - STATE(2383), 1, - sym__quoted_i_angle, - STATE(2384), 1, - sym__quoted_i_bar, - STATE(2385), 1, - sym__quoted_i_slash, + STATE(2284), 1, + sym__quoted_double, + STATE(2285), 1, + sym__quoted_single, + STATE(2286), 1, + sym__quoted_heredoc_single, + STATE(2287), 1, + sym__quoted_heredoc_double, + STATE(2288), 1, + sym__quoted_parenthesis, + STATE(2289), 1, + sym__quoted_curly, + STATE(2290), 1, + sym__quoted_square, + STATE(2291), 1, + sym__quoted_angle, + STATE(2292), 1, + sym__quoted_bar, + STATE(2293), 1, + sym__quoted_slash, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225622] = 22, + [252786] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5678), 1, @@ -351453,31 +379495,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5696), 1, anon_sym_SLASH, - STATE(3256), 1, - sym__quoted_i_square, - STATE(3261), 1, - sym__quoted_i_double, - STATE(3262), 1, - sym__quoted_i_single, - STATE(3263), 1, - sym__quoted_i_heredoc_single, - STATE(3264), 1, - sym__quoted_i_heredoc_double, - STATE(3265), 1, - sym__quoted_i_parenthesis, - STATE(3266), 1, - sym__quoted_i_curly, - STATE(3277), 1, - sym__quoted_i_angle, - STATE(3291), 1, - sym__quoted_i_bar, - STATE(3358), 1, - sym__quoted_i_slash, + STATE(4249), 1, + sym__quoted_slash, + STATE(4250), 1, + sym__quoted_bar, + STATE(4252), 1, + sym__quoted_angle, + STATE(4253), 1, + sym__quoted_square, + STATE(4254), 1, + sym__quoted_curly, + STATE(4255), 1, + sym__quoted_parenthesis, + STATE(4256), 1, + sym__quoted_heredoc_double, + STATE(4259), 1, + sym__quoted_heredoc_single, + STATE(4261), 1, + sym__quoted_single, + STATE(4262), 1, + sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225691] = 22, + [252855] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5698), 1, @@ -351500,31 +379542,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5716), 1, anon_sym_SLASH, - STATE(1312), 1, - sym__quoted_i_angle, - STATE(1321), 1, - sym__quoted_i_single, - STATE(1346), 1, - sym__quoted_i_double, - STATE(1413), 1, - sym__quoted_i_heredoc_single, - STATE(1418), 1, - sym__quoted_i_heredoc_double, - STATE(1444), 1, - sym__quoted_i_parenthesis, - STATE(1460), 1, - sym__quoted_i_curly, - STATE(1467), 1, - sym__quoted_i_square, - STATE(1495), 1, - sym__quoted_i_slash, - STATE(1503), 1, - sym__quoted_i_bar, + STATE(2634), 1, + sym__quoted_slash, + STATE(2635), 1, + sym__quoted_bar, + STATE(2636), 1, + sym__quoted_angle, + STATE(2637), 1, + sym__quoted_square, + STATE(2638), 1, + sym__quoted_curly, + STATE(2639), 1, + sym__quoted_parenthesis, + STATE(2640), 1, + sym__quoted_heredoc_double, + STATE(2641), 1, + sym__quoted_heredoc_single, + STATE(2644), 1, + sym__quoted_single, + STATE(2646), 1, + sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225760] = 22, + [252924] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5718), 1, @@ -351547,31 +379589,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5736), 1, anon_sym_SLASH, - STATE(1140), 1, - sym__quoted_i_single, - STATE(1141), 1, - sym__quoted_i_heredoc_single, - STATE(1142), 1, - sym__quoted_i_heredoc_double, - STATE(1167), 1, - sym__quoted_i_parenthesis, - STATE(1168), 1, - sym__quoted_i_curly, - STATE(1196), 1, - sym__quoted_i_square, - STATE(1197), 1, - sym__quoted_i_angle, - STATE(1198), 1, - sym__quoted_i_bar, - STATE(1199), 1, - sym__quoted_i_slash, - STATE(1209), 1, - sym__quoted_i_double, + STATE(1404), 1, + sym__quoted_slash, + STATE(1405), 1, + sym__quoted_bar, + STATE(1406), 1, + sym__quoted_angle, + STATE(1407), 1, + sym__quoted_square, + STATE(1408), 1, + sym__quoted_curly, + STATE(1409), 1, + sym__quoted_parenthesis, + STATE(1410), 1, + sym__quoted_heredoc_double, + STATE(1411), 1, + sym__quoted_heredoc_single, + STATE(1412), 1, + sym__quoted_single, + STATE(1413), 1, + sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225829] = 22, + [252993] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5738), 1, @@ -351594,31 +379636,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5756), 1, anon_sym_SLASH, - STATE(1796), 1, - sym__quoted_i_double, - STATE(1810), 1, - sym__quoted_i_single, - STATE(1829), 1, - sym__quoted_i_heredoc_single, - STATE(1834), 1, - sym__quoted_i_heredoc_double, - STATE(1835), 1, - sym__quoted_i_parenthesis, - STATE(1836), 1, - sym__quoted_i_curly, - STATE(1839), 1, - sym__quoted_i_square, - STATE(1840), 1, - sym__quoted_i_angle, - STATE(1841), 1, - sym__quoted_i_bar, - STATE(1846), 1, + STATE(2647), 1, sym__quoted_i_slash, + STATE(2648), 1, + sym__quoted_i_bar, + STATE(2649), 1, + sym__quoted_i_angle, + STATE(2650), 1, + sym__quoted_i_square, + STATE(2651), 1, + sym__quoted_i_curly, + STATE(2652), 1, + sym__quoted_i_parenthesis, + STATE(2653), 1, + sym__quoted_i_heredoc_double, + STATE(2654), 1, + sym__quoted_i_heredoc_single, + STATE(2655), 1, + sym__quoted_i_single, + STATE(2656), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225898] = 22, + [253062] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5758), 1, @@ -351641,31 +379683,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5776), 1, anon_sym_SLASH, - STATE(1200), 1, - sym__quoted_double, - STATE(1242), 1, - sym__quoted_single, - STATE(1280), 1, - sym__quoted_slash, - STATE(1287), 1, - sym__quoted_bar, - STATE(1288), 1, - sym__quoted_angle, - STATE(1289), 1, - sym__quoted_square, - STATE(1290), 1, - sym__quoted_curly, - STATE(1297), 1, - sym__quoted_parenthesis, - STATE(1298), 1, - sym__quoted_heredoc_double, - STATE(1299), 1, - sym__quoted_heredoc_single, + STATE(2679), 1, + sym__quoted_i_slash, + STATE(2681), 1, + sym__quoted_i_bar, + STATE(2682), 1, + sym__quoted_i_angle, + STATE(2684), 1, + sym__quoted_i_square, + STATE(2686), 1, + sym__quoted_i_curly, + STATE(2687), 1, + sym__quoted_i_parenthesis, + STATE(2688), 1, + sym__quoted_i_heredoc_double, + STATE(2689), 1, + sym__quoted_i_heredoc_single, + STATE(2690), 1, + sym__quoted_i_single, + STATE(2691), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [225967] = 22, + [253131] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5778), 1, @@ -351688,31 +379730,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5796), 1, anon_sym_SLASH, - STATE(1322), 1, + STATE(2658), 1, sym__quoted_slash, - STATE(1327), 1, + STATE(2659), 1, sym__quoted_bar, - STATE(1329), 1, - sym__quoted_heredoc_double, - STATE(1351), 1, - sym__quoted_parenthesis, - STATE(1379), 1, + STATE(2660), 1, sym__quoted_angle, - STATE(1403), 1, - sym__quoted_curly, - STATE(1487), 1, + STATE(2665), 1, sym__quoted_square, - STATE(1489), 1, + STATE(2666), 1, + sym__quoted_curly, + STATE(2667), 1, + sym__quoted_parenthesis, + STATE(2668), 1, + sym__quoted_heredoc_double, + STATE(2669), 1, sym__quoted_heredoc_single, - STATE(1492), 1, + STATE(2673), 1, sym__quoted_single, - STATE(1494), 1, + STATE(2678), 1, sym__quoted_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [226036] = 22, + [253200] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5798), 1, @@ -351735,31 +379777,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5816), 1, anon_sym_SLASH, - STATE(3619), 1, - sym__quoted_slash, - STATE(3620), 1, - sym__quoted_bar, - STATE(3621), 1, - sym__quoted_angle, - STATE(3622), 1, - sym__quoted_square, - STATE(3623), 1, - sym__quoted_curly, - STATE(3627), 1, - sym__quoted_parenthesis, - STATE(3628), 1, - sym__quoted_heredoc_double, - STATE(3629), 1, - sym__quoted_heredoc_single, - STATE(3630), 1, - sym__quoted_single, - STATE(3631), 1, - sym__quoted_double, + STATE(3281), 1, + sym__quoted_i_double, + STATE(3284), 1, + sym__quoted_i_single, + STATE(3286), 1, + sym__quoted_i_heredoc_single, + STATE(3287), 1, + sym__quoted_i_heredoc_double, + STATE(3289), 1, + sym__quoted_i_parenthesis, + STATE(3299), 1, + sym__quoted_i_curly, + STATE(3300), 1, + sym__quoted_i_square, + STATE(3301), 1, + sym__quoted_i_angle, + STATE(3302), 1, + sym__quoted_i_bar, + STATE(3313), 1, + sym__quoted_i_slash, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [226105] = 22, + [253269] = 22, ACTIONS(5), 1, sym_comment, ACTIONS(5818), 1, @@ -351782,479 +379824,219 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, ACTIONS(5836), 1, anon_sym_SLASH, - STATE(1894), 1, + STATE(3314), 1, sym__quoted_double, - STATE(1895), 1, + STATE(3319), 1, sym__quoted_single, - STATE(1912), 1, - sym__quoted_heredoc_single, - STATE(1914), 1, + STATE(3321), 1, sym__quoted_heredoc_double, - STATE(1915), 1, + STATE(3322), 1, sym__quoted_parenthesis, - STATE(1956), 1, + STATE(3326), 1, sym__quoted_curly, - STATE(1957), 1, + STATE(3333), 1, sym__quoted_square, - STATE(1958), 1, + STATE(3335), 1, sym__quoted_angle, - STATE(1959), 1, + STATE(3336), 1, sym__quoted_bar, - STATE(1961), 1, + STATE(3342), 1, sym__quoted_slash, + STATE(3417), 1, + sym__quoted_heredoc_single, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [226174] = 13, + [253338] = 22, ACTIONS(5), 1, sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(976), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2906), 1, - anon_sym_SEMI, - STATE(150), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4282), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226219] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(976), 1, - anon_sym_end, ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4282), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226264] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1010), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2928), 1, - anon_sym_SEMI, - STATE(171), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4299), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226309] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1004), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4271), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226354] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1004), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, + anon_sym_LPAREN, ACTIONS(5840), 1, - anon_sym_SEMI, - STATE(152), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4271), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226399] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(335), 1, - anon_sym_end, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4208), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4288), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226444] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(351), 1, - anon_sym_end, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4235), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4297), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226489] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(972), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4217), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4304), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226534] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(972), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2926), 1, - anon_sym_SEMI, - STATE(146), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4304), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226579] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(952), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4315), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226624] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(986), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4292), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226669] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(986), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, + anon_sym_DQUOTE, ACTIONS(5842), 1, - anon_sym_SEMI, - STATE(153), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4292), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226714] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(972), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4304), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226759] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(952), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, + anon_sym_SQUOTE, ACTIONS(5844), 1, - anon_sym_SEMI, - STATE(164), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(5846), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(5848), 1, + anon_sym_LBRACE, + ACTIONS(5850), 1, + anon_sym_LBRACK, + ACTIONS(5852), 1, + anon_sym_LT, + ACTIONS(5854), 1, + anon_sym_PIPE, + ACTIONS(5856), 1, + anon_sym_SLASH, + STATE(3833), 1, + sym__quoted_i_slash, + STATE(3837), 1, + sym__quoted_i_bar, + STATE(3838), 1, + sym__quoted_i_angle, + STATE(3839), 1, + sym__quoted_i_square, + STATE(3840), 1, + sym__quoted_i_curly, + STATE(3841), 1, + sym__quoted_i_parenthesis, + STATE(3842), 1, + sym__quoted_i_heredoc_single, + STATE(3843), 1, + sym__quoted_i_single, + STATE(3844), 1, + sym__quoted_i_double, + STATE(3849), 1, + sym__quoted_i_heredoc_double, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4315), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [226804] = 13, + aux_sym__terminator_token1, + [253407] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5858), 1, + anon_sym_LPAREN, + ACTIONS(5860), 1, + anon_sym_DQUOTE, + ACTIONS(5862), 1, + anon_sym_SQUOTE, + ACTIONS(5864), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(5866), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(5868), 1, + anon_sym_LBRACE, + ACTIONS(5870), 1, + anon_sym_LBRACK, + ACTIONS(5872), 1, + anon_sym_LT, + ACTIONS(5874), 1, + anon_sym_PIPE, + ACTIONS(5876), 1, + anon_sym_SLASH, + STATE(1248), 1, + sym__quoted_slash, + STATE(1250), 1, + sym__quoted_bar, + STATE(1251), 1, + sym__quoted_angle, + STATE(1255), 1, + sym__quoted_square, + STATE(1260), 1, + sym__quoted_curly, + STATE(1262), 1, + sym__quoted_parenthesis, + STATE(1264), 1, + sym__quoted_heredoc_double, + STATE(1265), 1, + sym__quoted_heredoc_single, + STATE(1282), 1, + sym__quoted_single, + STATE(1286), 1, + sym__quoted_double, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [253476] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5878), 1, + anon_sym_LPAREN, + ACTIONS(5880), 1, + anon_sym_DQUOTE, + ACTIONS(5882), 1, + anon_sym_SQUOTE, + ACTIONS(5884), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(5886), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(5888), 1, + anon_sym_LBRACE, + ACTIONS(5890), 1, + anon_sym_LBRACK, + ACTIONS(5892), 1, + anon_sym_LT, + ACTIONS(5894), 1, + anon_sym_PIPE, + ACTIONS(5896), 1, + anon_sym_SLASH, + STATE(2274), 1, + sym__quoted_i_double, + STATE(2275), 1, + sym__quoted_i_single, + STATE(2276), 1, + sym__quoted_i_heredoc_single, + STATE(2277), 1, + sym__quoted_i_heredoc_double, + STATE(2278), 1, + sym__quoted_i_parenthesis, + STATE(2279), 1, + sym__quoted_i_curly, + STATE(2280), 1, + sym__quoted_i_square, + STATE(2281), 1, + sym__quoted_i_angle, + STATE(2282), 1, + sym__quoted_i_bar, + STATE(2283), 1, + sym__quoted_i_slash, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [253545] = 22, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5898), 1, + anon_sym_LPAREN, + ACTIONS(5900), 1, + anon_sym_DQUOTE, + ACTIONS(5902), 1, + anon_sym_SQUOTE, + ACTIONS(5904), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(5906), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(5908), 1, + anon_sym_LBRACE, + ACTIONS(5910), 1, + anon_sym_LBRACK, + ACTIONS(5912), 1, + anon_sym_LT, + ACTIONS(5914), 1, + anon_sym_PIPE, + ACTIONS(5916), 1, + anon_sym_SLASH, + STATE(3956), 1, + sym__quoted_i_slash, + STATE(3983), 1, + sym__quoted_i_double, + STATE(3984), 1, + sym__quoted_i_single, + STATE(3985), 1, + sym__quoted_i_heredoc_single, + STATE(3987), 1, + sym__quoted_i_heredoc_double, + STATE(3988), 1, + sym__quoted_i_parenthesis, + STATE(3989), 1, + sym__quoted_i_curly, + STATE(3993), 1, + sym__quoted_i_square, + STATE(4000), 1, + sym__quoted_i_bar, + STATE(4012), 1, + sym__quoted_i_angle, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [253614] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -352267,26 +380049,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_rescue, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(994), 1, + ACTIONS(1024), 1, anon_sym_end, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4332), 1, + STATE(4771), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4295), 5, + STATE(4717), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [226849] = 13, + [253659] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -352301,24 +380083,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__terminator_token1, ACTIONS(1020), 1, anon_sym_end, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4332), 1, + STATE(4677), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4306), 5, + STATE(4694), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [226894] = 13, + [253704] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -352329,28 +380111,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(994), 1, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(996), 1, anon_sym_end, - ACTIONS(2835), 1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4723), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [253749] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(988), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4699), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [253794] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(996), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(5920), 1, + anon_sym_SEMI, + STATE(149), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4723), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [253839] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(988), 1, + anon_sym_end, + ACTIONS(2843), 1, aux_sym__terminator_token1, ACTIONS(2918), 1, anon_sym_SEMI, - STATE(154), 1, + STATE(151), 1, sym__terminator, - STATE(1009), 1, + STATE(1020), 1, aux_sym__terminator_repeat1, - STATE(4339), 1, + STATE(4752), 1, aux_sym_block_repeat2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4295), 5, + STATE(4699), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [226939] = 13, + [253884] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -352361,508 +380239,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(1020), 1, - anon_sym_end, - ACTIONS(2835), 1, + ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5846), 1, + ACTIONS(1018), 1, + anon_sym_end, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(172), 1, + STATE(129), 1, sym__terminator, - STATE(1009), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4339), 1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4725), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [253929] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1018), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2894), 1, + anon_sym_SEMI, + STATE(159), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, aux_sym_block_repeat2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4306), 5, + STATE(4725), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [226984] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(994), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4206), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4295), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227029] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(970), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(5848), 1, - anon_sym_SEMI, - STATE(142), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4307), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227074] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(990), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4303), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227119] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(970), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4307), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227164] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1010), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4211), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4299), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227209] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(998), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4312), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227254] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(990), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(5850), 1, - anon_sym_SEMI, - STATE(157), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4303), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227299] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(331), 1, - anon_sym_end, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4225), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4320), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227344] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(964), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4239), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4329), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227389] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(964), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2896), 1, - anon_sym_SEMI, - STATE(144), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4329), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227434] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(327), 1, - anon_sym_end, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4256), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4272), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227479] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(964), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4329), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227524] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1024), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4294), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227569] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(998), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(5852), 1, - anon_sym_SEMI, - STATE(161), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4312), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227614] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(966), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(5854), 1, - anon_sym_SEMI, - STATE(145), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4325), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227659] = 13, + [253974] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -352877,88 +380307,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__terminator_token1, ACTIONS(988), 1, anon_sym_end, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4332), 1, + STATE(4627), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4309), 5, + STATE(4699), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [227704] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(988), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2900), 1, - anon_sym_SEMI, - STATE(156), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4309), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227749] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(339), 1, - anon_sym_end, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4210), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4301), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227794] = 13, + [254019] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -352971,538 +380337,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_rescue, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(1010), 1, + ACTIONS(1018), 1, anon_sym_end, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4332), 1, + STATE(4618), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4299), 5, + STATE(4725), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [227839] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(988), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4216), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4309), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227884] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1024), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2892), 1, - anon_sym_SEMI, - STATE(140), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4294), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227929] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(960), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4316), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [227974] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1016), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4322), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228019] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(311), 1, - anon_sym_end, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4229), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4326), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228064] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1024), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4205), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4294), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228109] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(966), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4325), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228154] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1016), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(5856), 1, - anon_sym_SEMI, - STATE(167), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4322), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228199] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(960), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2837), 1, - anon_sym_SEMI, - STATE(160), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4316), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228244] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1002), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4327), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228289] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1002), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2922), 1, - anon_sym_SEMI, - STATE(169), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4327), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228334] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(974), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4284), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228379] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(319), 1, - anon_sym_end, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4258), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4273), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228424] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(974), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2912), 1, - anon_sym_SEMI, - STATE(163), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4284), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228469] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(974), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4199), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4284), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228514] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1002), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4236), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4327), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228559] = 13, + [254064] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -353517,56 +380371,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_end, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4197), 1, + STATE(4635), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4293), 5, + STATE(4711), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [228604] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(323), 1, - anon_sym_end, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4232), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4283), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228649] = 13, + [254109] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -353579,26 +380401,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_rescue, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(1008), 1, + ACTIONS(980), 1, anon_sym_end, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4266), 1, + STATE(4771), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4278), 5, + STATE(4697), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [228694] = 13, + [254154] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -353609,28 +380431,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, + ACTIONS(351), 1, + anon_sym_end, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(1026), 1, - anon_sym_end, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4263), 1, + STATE(4622), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4275), 5, + STATE(4692), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [228739] = 13, + [254199] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -353641,28 +380463,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, + ACTIONS(331), 1, + anon_sym_end, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(960), 1, - anon_sym_end, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4219), 1, + STATE(4670), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4316), 5, + STATE(4738), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [228784] = 13, + [254244] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -353673,60 +380495,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(978), 1, + ACTIONS(980), 1, anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4280), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228829] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1026), 1, - anon_sym_end, - ACTIONS(2835), 1, + ACTIONS(2843), 1, aux_sym__terminator_token1, - ACTIONS(2930), 1, + ACTIONS(5922), 1, anon_sym_SEMI, - STATE(159), 1, + STATE(160), 1, sym__terminator, - STATE(1009), 1, + STATE(1020), 1, aux_sym__terminator_repeat1, - STATE(4339), 1, + STATE(4752), 1, aux_sym_block_repeat2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4275), 5, + STATE(4697), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [228874] = 13, + [254289] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -353737,348 +380527,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1026), 1, + ACTIONS(966), 1, anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4275), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [228919] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1008), 1, - anon_sym_end, - ACTIONS(2835), 1, + ACTIONS(2843), 1, aux_sym__terminator_token1, - ACTIONS(2914), 1, + ACTIONS(5924), 1, anon_sym_SEMI, - STATE(175), 1, + STATE(153), 1, sym__terminator, - STATE(1009), 1, + STATE(1020), 1, aux_sym__terminator_repeat1, - STATE(4339), 1, + STATE(4752), 1, aux_sym_block_repeat2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4278), 5, + STATE(4704), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [228964] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1008), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4278), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229009] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(307), 1, - anon_sym_end, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4242), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4305), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229054] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(347), 1, - anon_sym_end, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4244), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4311), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229099] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(996), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(5858), 1, - anon_sym_SEMI, - STATE(170), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4276), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229144] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(978), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(5860), 1, - anon_sym_SEMI, - STATE(151), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4280), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229189] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(996), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4276), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229234] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(976), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4254), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4282), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229279] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1028), 1, - anon_sym_end, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(5862), 1, - anon_sym_SEMI, - STATE(168), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4285), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229324] = 13, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1028), 1, - anon_sym_end, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - STATE(4285), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229369] = 13, + [254334] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -354093,76 +380563,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_end, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4226), 1, + STATE(4619), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - STATE(4328), 5, + STATE(4695), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [229414] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1067), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(4408), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(646), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5864), 3, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - [229450] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1067), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(4408), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(646), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5870), 3, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - [229486] = 8, + [254379] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -354173,19 +380591,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(307), 1, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(962), 1, anon_sym_end, - ACTIONS(3), 3, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4649), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4736), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [229517] = 8, + [254424] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -354196,19 +380623,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(982), 1, + ACTIONS(962), 1, anon_sym_end, - ACTIONS(3), 3, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2928), 1, + anon_sym_SEMI, + STATE(147), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4736), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [229548] = 8, + [254469] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -354219,19 +380655,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(1026), 1, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(962), 1, anon_sym_end, - ACTIONS(3), 3, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4736), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [229579] = 8, + [254514] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -354242,19 +380687,572 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(1008), 1, + ACTIONS(327), 1, anon_sym_end, - ACTIONS(3), 3, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4640), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4691), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [229610] = 8, + [254559] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(972), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(5926), 1, + anon_sym_SEMI, + STATE(152), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4737), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [254604] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1016), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4642), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4729), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [254649] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1016), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2902), 1, + anon_sym_SEMI, + STATE(168), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4729), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [254694] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1016), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4729), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [254739] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1014), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(5928), 1, + anon_sym_SEMI, + STATE(164), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4732), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [254784] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1014), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4732), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [254829] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1004), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4727), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [254874] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(994), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4720), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [254919] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1004), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(5930), 1, + anon_sym_SEMI, + STATE(162), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4727), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [254964] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(994), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(5932), 1, + anon_sym_SEMI, + STATE(156), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4720), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255009] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1022), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4731), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255054] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1022), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2930), 1, + anon_sym_SEMI, + STATE(163), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4731), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255099] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(972), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4737), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255144] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1022), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4643), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4731), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255189] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1024), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4683), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4717), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255234] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1010), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4682), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4705), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255279] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1000), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4734), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255324] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -354267,17 +381265,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_rescue, ACTIONS(347), 1, anon_sym_end, - ACTIONS(3), 3, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4680), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4706), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [229641] = 8, + [255369] = 13, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -354288,19 +381295,1150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(996), 1, + ACTIONS(1024), 1, anon_sym_end, - ACTIONS(3), 3, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2910), 1, + anon_sym_SEMI, + STATE(143), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4717), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [229672] = 8, + [255414] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1000), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2936), 1, + anon_sym_SEMI, + STATE(158), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4734), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255459] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(311), 1, + anon_sym_end, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4647), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4735), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255504] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1010), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2904), 1, + anon_sym_SEMI, + STATE(141), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4705), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255549] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(335), 1, + anon_sym_end, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4666), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4744), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255594] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1000), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4644), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4734), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255639] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(339), 1, + anon_sym_end, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4653), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4746), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255684] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(978), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4687), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4724), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255729] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(966), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4704), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255774] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(978), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2845), 1, + anon_sym_SEMI, + STATE(148), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4724), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255819] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(992), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4663), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4749), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255864] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(978), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4724), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255909] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(992), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2912), 1, + anon_sym_SEMI, + STATE(144), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4749), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255954] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(992), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4749), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [255999] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(323), 1, + anon_sym_end, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4616), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4739), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256044] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1010), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4705), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256089] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(974), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(5934), 1, + anon_sym_SEMI, + STATE(146), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4690), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256134] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1012), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4728), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256179] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1012), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(5936), 1, + anon_sym_SEMI, + STATE(140), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4728), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256224] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(964), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(5938), 1, + anon_sym_SEMI, + STATE(165), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4714), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256269] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(307), 1, + anon_sym_end, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4668), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4742), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256314] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1026), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2896), 1, + anon_sym_SEMI, + STATE(167), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4726), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256359] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(968), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4693), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256404] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(319), 1, + anon_sym_end, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4684), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4700), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256449] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(968), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(5940), 1, + anon_sym_SEMI, + STATE(175), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4693), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256494] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1026), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4726), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256539] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(960), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(5942), 1, + anon_sym_SEMI, + STATE(154), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4713), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256584] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(960), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4713), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256629] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(964), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4714), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256674] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1020), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4694), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256719] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1020), 1, + anon_sym_end, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(2934), 1, + anon_sym_SEMI, + STATE(145), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4694), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256764] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1026), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4672), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4726), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256809] = 13, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(974), 1, + anon_sym_end, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + STATE(4690), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256854] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1067), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(4828), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(505), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5944), 3, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + [256890] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1067), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(4828), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(505), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5950), 3, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + [256926] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(970), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256957] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1016), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [256988] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -354317,36 +382455,13 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4741), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [229703] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5872), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229734] = 8, + [257019] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -354363,1071 +382478,13 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4741), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [229765] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5874), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229796] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(980), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229827] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(351), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229858] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(978), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229889] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1010), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229920] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1004), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229951] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1014), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [229982] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5876), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230013] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(335), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230044] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(972), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230075] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(315), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230106] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5878), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230137] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5880), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230168] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(984), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230199] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(976), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230230] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(952), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230261] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(986), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230292] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(343), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230323] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(960), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230354] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5882), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230385] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1020), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230416] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5884), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230447] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(994), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230478] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5886), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230509] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(992), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230540] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(970), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230571] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1002), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230602] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1022), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230633] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(962), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230664] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5888), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230695] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(990), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230726] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(323), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230757] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(974), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230788] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1000), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230819] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(319), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230850] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5890), 1, - anon_sym_after, - ACTIONS(5893), 1, - anon_sym_catch, - ACTIONS(5896), 1, - anon_sym_else, - ACTIONS(5899), 1, - anon_sym_end, - ACTIONS(5901), 1, - anon_sym_rescue, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230881] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1006), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230912] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(998), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230943] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5904), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [230974] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5906), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [231005] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(331), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [231036] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(964), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [231067] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(327), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [231098] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(1012), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [231129] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(339), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [231160] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(103), 1, - anon_sym_after, - ACTIONS(105), 1, - anon_sym_catch, - ACTIONS(107), 1, - anon_sym_else, - ACTIONS(113), 1, - anon_sym_rescue, - ACTIONS(5908), 1, - anon_sym_end, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - STATE(4314), 5, - sym_after_block, - sym_rescue_block, - sym_catch_block, - sym_else_block, - aux_sym_do_block_repeat1, - [231191] = 8, + [257050] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -355444,13 +382501,13 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4741), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [231222] = 8, + [257081] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -355467,13 +382524,13 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4741), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [231253] = 8, + [257112] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -355484,19 +382541,985 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(1016), 1, + ACTIONS(351), 1, anon_sym_end, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4741), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [231284] = 8, + [257143] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(998), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257174] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(331), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257205] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(980), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257236] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1020), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257267] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5952), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257298] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(319), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257329] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(307), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257360] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(984), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257391] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(960), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257422] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1026), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257453] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5954), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257484] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(343), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257515] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(315), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257546] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5956), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257577] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(962), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257608] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5958), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257639] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(986), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257670] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1008), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257701] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(327), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257732] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5960), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257763] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(964), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257794] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5962), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257825] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5964), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257856] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(990), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257887] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5966), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257918] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5968), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257949] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(976), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [257980] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(974), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258011] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(996), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258042] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1012), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258073] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1002), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258104] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(952), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258135] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1014), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258166] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5970), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258197] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1004), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258228] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1006), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258259] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5972), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258290] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(994), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258321] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1022), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258352] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(972), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258383] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(982), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258414] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1010), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258445] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -355513,13 +383536,13 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4741), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [231315] = 8, + [258476] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -355530,19 +383553,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, ACTIONS(113), 1, anon_sym_rescue, - ACTIONS(966), 1, + ACTIONS(323), 1, anon_sym_end, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4741), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [231346] = 8, + [258507] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5974), 1, + anon_sym_after, + ACTIONS(5977), 1, + anon_sym_catch, + ACTIONS(5980), 1, + anon_sym_else, + ACTIONS(5983), 1, + anon_sym_end, + ACTIONS(5985), 1, + anon_sym_rescue, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258538] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(992), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258569] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(347), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258600] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(978), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258631] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(103), 1, @@ -355559,115 +383674,318 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - STATE(4314), 5, + STATE(4741), 5, sym_after_block, sym_rescue_block, sym_catch_block, sym_else_block, aux_sym_do_block_repeat1, - [231377] = 8, + [258662] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(1000), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258693] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(5988), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258724] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(335), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258755] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(966), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258786] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_after, + ACTIONS(105), 1, + anon_sym_catch, + ACTIONS(107), 1, + anon_sym_else, + ACTIONS(113), 1, + anon_sym_rescue, + ACTIONS(339), 1, + anon_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + STATE(4741), 5, + sym_after_block, + sym_rescue_block, + sym_catch_block, + sym_else_block, + aux_sym_do_block_repeat1, + [258817] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(3060), 1, + anon_sym_SEMI, + STATE(310), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(1497), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [258847] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5990), 1, + aux_sym__terminator_token1, + ACTIONS(5993), 1, + anon_sym_SEMI, + STATE(486), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(4258), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [258877] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4356), 1, + STATE(4766), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(648), 5, + ACTIONS(674), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231407] = 8, + [258907] = 10, ACTIONS(5), 1, sym_comment, - ACTIONS(5910), 1, - aux_sym__terminator_token1, - ACTIONS(5913), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5916), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [231437] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1127), 1, + ACTIONS(1123), 1, sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - ACTIONS(5870), 1, + ACTIONS(5944), 1, anon_sym_GT_GT, - STATE(4408), 1, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(4828), 1, sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, + STATE(6953), 1, sym__quoted_i_double, - STATE(759), 2, + STATE(6955), 1, + sym__quoted_i_single, + STATE(822), 2, sym__keyword, sym_quoted_keyword, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [231471] = 8, + [258941] = 8, ACTIONS(5), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(680), 1, aux_sym__terminator_token1, ACTIONS(5918), 1, anon_sym_SEMI, - STATE(335), 1, + STATE(129), 1, sym__terminator, - STATE(1009), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, + STATE(4777), 1, + aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(1369), 5, + ACTIONS(666), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231501] = 8, + [258971] = 8, ACTIONS(5), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5920), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(334), 1, + STATE(129), 1, sym__terminator, - STATE(1009), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, + STATE(4770), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(1505), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259001] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(5996), 1, + aux_sym__terminator_token1, + ACTIONS(5999), 1, + anon_sym_SEMI, + STATE(260), 1, + sym__terminator, + STATE(1021), 1, + aux_sym__terminator_repeat1, + STATE(4780), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(1301), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259031] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4773), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(670), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259061] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, @@ -355677,18 +383995,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [231531] = 8, + [259091] = 8, ACTIONS(5), 1, sym_comment, - ACTIONS(3706), 1, + ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(3709), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(260), 1, + STATE(129), 1, sym__terminator, - STATE(1008), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4351), 1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(1429), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259121] = 10, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1123), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + ACTIONS(5950), 1, + anon_sym_GT_GT, + STATE(4828), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(822), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [259155] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4759), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(678), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259185] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3740), 1, + aux_sym__terminator_token1, + ACTIONS(3743), 1, + anon_sym_SEMI, + STATE(259), 1, + sym__terminator, + STATE(1021), 1, + aux_sym__terminator_repeat1, + STATE(4780), 1, aux_sym_source_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, @@ -355699,108 +384085,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [231561] = 8, + [259215] = 8, ACTIONS(5), 1, sym_comment, - ACTIONS(680), 1, + ACTIONS(2843), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(3048), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(303), 1, sym__terminator, - STATE(1014), 1, + STATE(1020), 1, aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(1369), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [231591] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(5922), 1, - anon_sym_SEMI, - STATE(337), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, + STATE(4752), 1, aux_sym_block_repeat2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(1429), 5, + ACTIONS(1437), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231621] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5924), 1, - aux_sym__terminator_token1, - ACTIONS(5927), 1, - anon_sym_SEMI, - STATE(680), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4108), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [231651] = 10, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1127), 1, - sym_keyword, - ACTIONS(5864), 1, - anon_sym_GT_GT, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(4408), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(759), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [231685] = 8, + [259245] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4332), 1, + STATE(4760), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, @@ -355811,497 +384129,395 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [231715] = 8, + [259275] = 8, ACTIONS(5), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5930), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(342), 1, + STATE(129), 1, sym__terminator, - STATE(1009), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4339), 1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(1467), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259305] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(3066), 1, + anon_sym_SEMI, + STATE(312), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, aux_sym_block_repeat2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(1469), 5, + ACTIONS(1505), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231745] = 8, + [259335] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(3050), 1, + anon_sym_SEMI, + STATE(309), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(1467), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259365] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(6002), 1, + anon_sym_SEMI, + STATE(300), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(1447), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259395] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4332), 1, + STATE(4771), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(1469), 5, + ACTIONS(1447), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231775] = 8, + [259425] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6004), 1, + aux_sym__terminator_token1, + ACTIONS(6007), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(6010), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259455] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(6012), 1, + anon_sym_SEMI, + STATE(299), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(1445), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259485] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4332), 1, + STATE(4771), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(1505), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259515] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(5918), 1, + anon_sym_SEMI, + STATE(129), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(4779), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(1497), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259545] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(6014), 1, + anon_sym_SEMI, + STATE(297), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, ACTIONS(1429), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231805] = 8, + [259575] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4332), 1, + STATE(4771), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(1413), 5, + ACTIONS(1443), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231835] = 8, + [259605] = 8, ACTIONS(5), 1, sym_comment, - ACTIONS(2835), 1, + ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(2962), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(320), 1, + STATE(129), 1, sym__terminator, - STATE(1009), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4339), 1, + STATE(4771), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(1497), 5, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [259635] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2843), 1, + aux_sym__terminator_token1, + ACTIONS(6016), 1, + anon_sym_SEMI, + STATE(298), 1, + sym__terminator, + STATE(1020), 1, + aux_sym__terminator_repeat1, + STATE(4752), 1, aux_sym_block_repeat2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(1413), 5, + ACTIONS(1443), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231865] = 8, + [259665] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4343), 1, + STATE(4771), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(1413), 5, + ACTIONS(1445), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231895] = 8, + [259695] = 8, ACTIONS(5), 1, sym_comment, - ACTIONS(680), 1, + ACTIONS(6018), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(6021), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(445), 1, sym__terminator, - STATE(1014), 1, + STATE(1031), 1, aux_sym__terminator_repeat1, - STATE(4350), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(656), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [231925] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5932), 1, - aux_sym__terminator_token1, - ACTIONS(5935), 1, - anon_sym_SEMI, - STATE(262), 1, - sym__terminator, - STATE(1008), 1, - aux_sym__terminator_repeat1, - STATE(4351), 1, + STATE(4780), 1, aux_sym_source_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(1303), 5, + ACTIONS(4212), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231955] = 8, + [259725] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(5838), 1, + ACTIONS(5918), 1, anon_sym_SEMI, - STATE(137), 1, + STATE(129), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4332), 1, + STATE(4776), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(1395), 5, + ACTIONS(1467), 5, anon_sym_after, anon_sym_catch, anon_sym_else, anon_sym_end, anon_sym_rescue, - [231985] = 8, + [259755] = 9, ACTIONS(5), 1, sym_comment, - ACTIONS(5938), 1, - aux_sym__terminator_token1, - ACTIONS(5941), 1, - anon_sym_SEMI, - STATE(736), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4351), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(4057), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232015] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4345), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(660), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232045] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4341), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(1329), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232075] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(3004), 1, - anon_sym_SEMI, - STATE(303), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(1329), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232105] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2990), 1, - anon_sym_SEMI, - STATE(274), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(1383), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232135] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(1329), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232165] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4332), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(1383), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232195] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4337), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(1383), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232225] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4344), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(1395), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232255] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2835), 1, - aux_sym__terminator_token1, - ACTIONS(2986), 1, - anon_sym_SEMI, - STATE(300), 1, - sym__terminator, - STATE(1009), 1, - aux_sym__terminator_repeat1, - STATE(4339), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(1395), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232285] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(5838), 1, - anon_sym_SEMI, - STATE(137), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4357), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(652), 5, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [232315] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5944), 1, - anon_sym_AMP, - ACTIONS(5948), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5946), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232338] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5950), 1, - anon_sym_AMP, - ACTIONS(5954), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5952), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232361] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(456), 1, + ACTIONS(1455), 1, sym_keyword, - ACTIONS(5866), 1, + ACTIONS(5946), 1, anon_sym_DQUOTE, - ACTIONS(5868), 1, + ACTIONS(5948), 1, anon_sym_SQUOTE, - STATE(1145), 1, + STATE(3128), 1, sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, + STATE(6953), 1, sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(862), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [259786] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1369), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(2049), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, STATE(797), 2, sym__keyword, sym_quoted_keyword, @@ -356309,855 +384525,837 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [232392] = 9, + [259817] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(524), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(1456), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(523), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [232423] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(610), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(3398), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(473), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [232454] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5956), 1, + ACTIONS(6024), 1, anon_sym_AMP, - ACTIONS(5960), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5958), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232477] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5962), 1, - anon_sym_AMP, - ACTIONS(5966), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5964), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232500] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1351), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(1882), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(765), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [232531] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5968), 1, - anon_sym_AMP, - ACTIONS(5972), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5970), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232554] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5974), 1, - anon_sym_AMP, - ACTIONS(5978), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5976), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232577] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1127), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(4039), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(759), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [232608] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5980), 1, - anon_sym_AMP, - ACTIONS(5984), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5982), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232631] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1127), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(4408), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(759), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [232662] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5986), 1, - anon_sym_AMP, - ACTIONS(5990), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5988), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232685] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1067), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(2996), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(646), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [232716] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5992), 1, - anon_sym_AMP, - ACTIONS(5996), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5994), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232739] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5998), 1, - anon_sym_AMP, - ACTIONS(6002), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(6000), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232762] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1457), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(1629), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(763), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [232793] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1411), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(1882), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(787), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [232824] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(437), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(1456), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(800), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [232855] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(562), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(2896), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(489), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [232886] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(6004), 1, - anon_sym_AMP, - ACTIONS(6008), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(6006), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232909] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(6010), 1, - anon_sym_AMP, - ACTIONS(6014), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(6012), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232932] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(6016), 1, - anon_sym_AMP, - ACTIONS(6020), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(6018), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232955] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(6022), 1, - anon_sym_AMP, - ACTIONS(6026), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(6024), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [232978] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1317), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(1629), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(688), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233009] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1419), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(3703), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(564), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233040] = 5, - ACTIONS(5), 1, - sym_comment, ACTIONS(6028), 1, - anon_sym_AMP, - ACTIONS(6032), 1, anon_sym_AT, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(6030), 6, + ACTIONS(6026), 6, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_TILDE_TILDE_TILDE, anon_sym_not, - [233063] = 5, + [259840] = 9, ACTIONS(5), 1, sym_comment, + ACTIONS(1319), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(2049), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(881), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [259871] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6030), 1, + anon_sym_AMP, ACTIONS(6034), 1, - anon_sym_AMP, - ACTIONS(6038), 1, anon_sym_AT, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(6036), 6, + ACTIONS(6032), 6, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_TILDE_TILDE_TILDE, anon_sym_not, - [233086] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1067), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(4408), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(646), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233117] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(259), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(1456), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(764), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233148] = 5, + [259894] = 5, ACTIONS(5), 1, sym_comment, + ACTIONS(6036), 1, + anon_sym_AMP, ACTIONS(6040), 1, - anon_sym_AMP, - ACTIONS(6044), 1, anon_sym_AT, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(6042), 6, + ACTIONS(6038), 6, anon_sym_PLUS, anon_sym_DASH, anon_sym_BANG, anon_sym_CARET, anon_sym_TILDE_TILDE_TILDE, anon_sym_not, - [233171] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(667), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(2097), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(815), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233202] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(490), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(3087), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(768), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233233] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1447), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(1882), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(761), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233264] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(395), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(2097), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(510), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233295] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(6046), 1, - anon_sym_AMP, - ACTIONS(6050), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(6048), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [233318] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(6052), 1, - anon_sym_AMP, - ACTIONS(6056), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(6054), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [233341] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(87), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(4408), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(816), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233372] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1399), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(2996), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(779), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233403] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(6058), 1, - anon_sym_AMP, - ACTIONS(6062), 1, - anon_sym_AT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(6060), 6, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_BANG, - anon_sym_CARET, - anon_sym_TILDE_TILDE_TILDE, - anon_sym_not, - [233426] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(87), 1, - sym_keyword, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - ACTIONS(5868), 1, - anon_sym_SQUOTE, - STATE(3667), 1, - sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, - sym__quoted_i_double, - STATE(816), 2, - sym__keyword, - sym_quoted_keyword, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [233457] = 9, + [259917] = 9, ACTIONS(5), 1, sym_comment, ACTIONS(213), 1, sym_keyword, - ACTIONS(5866), 1, + ACTIONS(5946), 1, anon_sym_DQUOTE, - ACTIONS(5868), 1, + ACTIONS(5948), 1, anon_sym_SQUOTE, - STATE(1145), 1, + STATE(1165), 1, sym_pair, - STATE(5617), 1, - sym__quoted_i_single, - STATE(5624), 1, + STATE(6953), 1, sym__quoted_i_double, - STATE(788), 2, + STATE(6955), 1, + sym__quoted_i_single, + STATE(807), 2, sym__keyword, sym_quoted_keyword, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [233488] = 4, + [259948] = 9, ACTIONS(5), 1, sym_comment, - ACTIONS(6064), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, + ACTIONS(259), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(1351), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(889), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(5916), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [233508] = 4, + aux_sym__terminator_token1, + [259979] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6042), 1, + anon_sym_AMP, + ACTIONS(6046), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6044), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260002] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6048), 1, + anon_sym_AMP, + ACTIONS(6052), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6050), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260025] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6054), 1, + anon_sym_AMP, + ACTIONS(6058), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6056), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260048] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6060), 1, + anon_sym_AMP, + ACTIONS(6064), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6062), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260071] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(490), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(3350), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(583), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260102] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(389), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(2350), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(551), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260133] = 5, ACTIONS(5), 1, sym_comment, ACTIONS(6066), 1, - aux_sym__terminator_token1, - ACTIONS(3), 2, + anon_sym_AMP, + ACTIONS(6070), 1, + anon_sym_AT, + ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(6068), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_after, - anon_sym_catch, - anon_sym_else, - anon_sym_end, - anon_sym_rescue, - [233528] = 4, + aux_sym__terminator_token1, + ACTIONS(6068), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260156] = 9, ACTIONS(5), 1, sym_comment, - ACTIONS(6070), 1, + ACTIONS(1123), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(4828), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(822), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260187] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6072), 1, + anon_sym_AMP, + ACTIONS(6076), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6074), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260210] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6078), 1, + anon_sym_AMP, + ACTIONS(6082), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6080), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260233] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1311), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(4052), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(664), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260264] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6084), 1, + anon_sym_AMP, + ACTIONS(6088), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6086), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260287] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6090), 1, + anon_sym_AMP, + ACTIONS(6094), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6092), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260310] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6096), 1, + anon_sym_AMP, + ACTIONS(6100), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6098), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260333] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6102), 1, + anon_sym_AMP, + ACTIONS(6106), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6104), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260356] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(564), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(3887), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(588), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260387] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1123), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(4426), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(822), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260418] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6108), 1, + anon_sym_AMP, + ACTIONS(6112), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6110), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260441] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(520), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(1165), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(509), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260472] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1067), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(3128), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(505), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260503] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(87), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(4828), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(742), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260534] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(610), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(3364), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(830), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260565] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1067), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(4828), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(505), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260596] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6114), 1, + anon_sym_AMP, + ACTIONS(6118), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6116), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260619] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6120), 1, + anon_sym_AMP, + ACTIONS(6124), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6122), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260642] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6126), 1, + anon_sym_AMP, + ACTIONS(6130), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6128), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260665] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1399), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(1794), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(898), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260696] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(437), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(1351), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(464), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260727] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(453), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(1351), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(568), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260758] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1407), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(1794), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(481), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260789] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(87), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(4413), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(742), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260820] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6132), 1, + anon_sym_AMP, + ACTIONS(6136), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6134), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260843] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(651), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(2350), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(501), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260874] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1355), 1, + sym_keyword, + ACTIONS(5946), 1, + anon_sym_DQUOTE, + ACTIONS(5948), 1, + anon_sym_SQUOTE, + STATE(2049), 1, + sym_pair, + STATE(6953), 1, + sym__quoted_i_double, + STATE(6955), 1, + sym__quoted_i_single, + STATE(849), 2, + sym__keyword, + sym_quoted_keyword, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [260905] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6138), 1, + anon_sym_AMP, + ACTIONS(6142), 1, + anon_sym_AT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(6140), 6, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_BANG, + anon_sym_CARET, + anon_sym_TILDE_TILDE_TILDE, + anon_sym_not, + [260928] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6144), 1, aux_sym__terminator_token1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(6072), 7, + ACTIONS(6010), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_after, @@ -357165,14 +385363,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_else, anon_sym_end, anon_sym_rescue, - [233548] = 3, + [260948] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6146), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(6148), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [260968] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6150), 1, + aux_sym__terminator_token1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(6152), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_after, + anon_sym_catch, + anon_sym_else, + anon_sym_end, + anon_sym_rescue, + [260988] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3072), 7, + ACTIONS(3162), 7, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, @@ -357180,17090 +385410,19629 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_when, anon_sym_DASH_GT, - [233566] = 7, - ACTIONS(6074), 1, - anon_sym_RBRACE, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6078), 1, - sym_escape_sequence, - ACTIONS(6080), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4890), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [233591] = 7, - ACTIONS(6082), 1, - anon_sym_SLASH, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [233616] = 7, - ACTIONS(6090), 1, - anon_sym_DQUOTE, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6094), 1, - sym_escape_sequence, - ACTIONS(6096), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4432), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [233641] = 7, - ACTIONS(6098), 1, - anon_sym_SQUOTE, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6102), 1, - sym_escape_sequence, - ACTIONS(6104), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4433), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [233666] = 7, - ACTIONS(6106), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6110), 1, - sym_escape_sequence, - ACTIONS(6112), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4435), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [233691] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6114), 1, - anon_sym_SLASH, - ACTIONS(6116), 1, - sym_escape_sequence, - ACTIONS(6118), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4475), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [233716] = 7, - ACTIONS(6120), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6124), 1, - sym_escape_sequence, - ACTIONS(6126), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4437), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [233741] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6128), 1, - anon_sym_DQUOTE, - ACTIONS(6130), 1, - sym_escape_sequence, - ACTIONS(6132), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4434), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [233766] = 7, - ACTIONS(6134), 1, - anon_sym_PIPE, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6138), 1, - sym_escape_sequence, - ACTIONS(6140), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4463), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [233791] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6142), 1, - anon_sym_SQUOTE, - ACTIONS(6144), 1, - sym_escape_sequence, - ACTIONS(6146), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4436), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [233816] = 7, - ACTIONS(6148), 1, - anon_sym_GT, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6152), 1, - sym_escape_sequence, + [261006] = 8, ACTIONS(6154), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4460), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [233841] = 7, - ACTIONS(6156), 1, - anon_sym_RBRACK, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6160), 1, - sym_escape_sequence, - ACTIONS(6162), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4459), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [233866] = 7, - ACTIONS(6164), 1, - anon_sym_RPAREN, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6168), 1, - sym_escape_sequence, - ACTIONS(6170), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4453), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [233891] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6172), 1, anon_sym_RBRACE, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(6160), 1, + sym__quoted_content_i_curly, + STATE(5277), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261033] = 8, + ACTIONS(6162), 1, + anon_sym_RPAREN, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(6168), 1, + sym__quoted_content_i_parenthesis, + STATE(5124), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261060] = 8, + ACTIONS(6170), 1, + anon_sym_DQUOTE, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(6176), 1, - sym__quoted_content_i_curly, + sym__quoted_content_i_double, + STATE(5080), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4454), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [233916] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, + [261087] = 8, ACTIONS(6178), 1, - anon_sym_RBRACK, + anon_sym_SQUOTE, ACTIONS(6180), 1, - sym_escape_sequence, - ACTIONS(6182), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4455), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [233941] = 7, - ACTIONS(6150), 1, anon_sym_POUND_LBRACE, - ACTIONS(6184), 1, - anon_sym_GT, - ACTIONS(6186), 1, + ACTIONS(6182), 1, sym_escape_sequence, - ACTIONS(6188), 1, - sym__quoted_content_i_angle, + ACTIONS(6184), 1, + sym__quoted_content_i_single, + STATE(5094), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4456), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [233966] = 7, - ACTIONS(6136), 1, + [261114] = 8, + ACTIONS(6186), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, ACTIONS(6190), 1, - anon_sym_PIPE, - ACTIONS(6192), 1, sym_escape_sequence, - ACTIONS(6194), 1, - sym__quoted_content_i_bar, + ACTIONS(6192), 1, + sym__quoted_content_i_heredoc_single, + STATE(5097), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4457), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [233991] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, + [261141] = 8, + ACTIONS(6194), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6196), 1, - anon_sym_SLASH, + anon_sym_POUND_LBRACE, ACTIONS(6198), 1, sym_escape_sequence, ACTIONS(6200), 1, - sym__quoted_content_i_slash, + sym__quoted_content_i_heredoc_double, + STATE(5099), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4458), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [234016] = 7, - ACTIONS(6108), 1, + [261168] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, ACTIONS(6202), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_DQUOTE, ACTIONS(6204), 1, + sym__quoted_content_i_double, + STATE(5114), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261195] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(6206), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4438), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [234041] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, + anon_sym_SQUOTE, ACTIONS(6208), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(6210), 1, - sym_escape_sequence, - ACTIONS(6212), 1, - sym__quoted_content_i_heredoc_double, + sym__quoted_content_i_single, + STATE(5119), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4447), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [234066] = 7, - ACTIONS(6076), 1, + [261222] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6210), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6212), 1, + sym__quoted_content_i_heredoc_single, + STATE(5136), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261249] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, ACTIONS(6214), 1, - anon_sym_RBRACE, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6216), 1, + sym__quoted_content_i_heredoc_double, + STATE(5138), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261276] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(6218), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4452), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [234091] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, + anon_sym_SQUOTE, ACTIONS(6220), 1, - anon_sym_RPAREN, - ACTIONS(6222), 1, - sym_escape_sequence, - ACTIONS(6224), 1, - sym__quoted_content_i_parenthesis, + sym__quoted_content_i_single, + STATE(5146), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4451), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [234116] = 7, - ACTIONS(6084), 1, + [261303] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(6222), 1, + anon_sym_DQUOTE, + ACTIONS(6224), 1, + sym__quoted_content_i_double, + STATE(5148), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261330] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, ACTIONS(6226), 1, - anon_sym_SLASH, + anon_sym_SQUOTE, ACTIONS(6228), 1, + sym__quoted_content_i_single, + STATE(5153), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261357] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(6230), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4489), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [234141] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6232), 1, anon_sym_DQUOTE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, + ACTIONS(6232), 1, sym__quoted_content_i_double, + STATE(5155), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [234166] = 7, - ACTIONS(6100), 1, + [261384] = 8, + ACTIONS(6180), 1, anon_sym_POUND_LBRACE, - ACTIONS(6238), 1, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(6234), 1, anon_sym_SQUOTE, + ACTIONS(6236), 1, + sym__quoted_content_i_single, + STATE(5172), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261411] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(6238), 1, + anon_sym_DQUOTE, ACTIONS(6240), 1, + sym__quoted_content_i_double, + STATE(5174), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261438] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [234191] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, + anon_sym_SQUOTE, ACTIONS(6244), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_single, + STATE(5180), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [234216] = 7, - ACTIONS(6108), 1, + [261465] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, ACTIONS(6246), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_DQUOTE, ACTIONS(6248), 1, + sym__quoted_content_i_double, + STATE(5182), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261492] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [234241] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(6252), 1, anon_sym_SQUOTE, + ACTIONS(6252), 1, + sym__quoted_content_i_single, + STATE(5188), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [234266] = 7, - ACTIONS(6122), 1, + [261519] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, ACTIONS(6254), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_DQUOTE, ACTIONS(6256), 1, + sym__quoted_content_i_double, + STATE(5190), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261546] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [234291] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, + anon_sym_SQUOTE, ACTIONS(6260), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym__quoted_content_i_single, + STATE(5199), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [234316] = 7, - ACTIONS(6076), 1, + [261573] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, ACTIONS(6262), 1, - anon_sym_RBRACE, + anon_sym_DQUOTE, ACTIONS(6264), 1, + sym__quoted_content_i_double, + STATE(5201), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261600] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [234341] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, + anon_sym_SQUOTE, ACTIONS(6268), 1, - anon_sym_PIPE, - ACTIONS(6270), 1, - sym_escape_sequence, - ACTIONS(6272), 1, - sym__quoted_content_i_bar, + sym__quoted_content_i_single, + STATE(5217), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4486), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [234366] = 7, - ACTIONS(6150), 1, + [261627] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(6270), 1, + anon_sym_DQUOTE, + ACTIONS(6272), 1, + sym__quoted_content_i_double, + STATE(5221), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261654] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, ACTIONS(6274), 1, - anon_sym_GT, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6276), 1, + sym__quoted_content_i_heredoc_double, + STATE(5241), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261681] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, sym_escape_sequence, ACTIONS(6278), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4485), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [234391] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(6280), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6280), 1, + sym__quoted_content_i_heredoc_single, + STATE(5243), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [234416] = 7, - ACTIONS(6100), 1, + [261708] = 8, + ACTIONS(6180), 1, anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, + ACTIONS(6182), 1, sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, ACTIONS(6282), 1, anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [234441] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, ACTIONS(6284), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_single, + STATE(5245), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [234466] = 7, - ACTIONS(6122), 1, + [261735] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, + ACTIONS(6174), 1, sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, ACTIONS(6286), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [234491] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, + anon_sym_DQUOTE, ACTIONS(6288), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym__quoted_content_i_double, + STATE(5247), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [234516] = 7, - ACTIONS(6122), 1, + [261762] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, + ACTIONS(6198), 1, sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, ACTIONS(6290), 1, anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [234541] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, ACTIONS(6292), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [234566] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(6294), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [234591] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6296), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(6298), 1, - sym_escape_sequence, - ACTIONS(6300), 1, sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4724), 2, - sym_interpolation, + STATE(5254), 1, aux_sym__quoted_i_heredoc_double_repeat1, - [234616] = 7, - ACTIONS(6166), 1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261789] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6294), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6296), 1, + sym__quoted_content_i_heredoc_single, + STATE(5259), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261816] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(6298), 1, + anon_sym_SQUOTE, + ACTIONS(6300), 1, + sym__quoted_content_i_single, + STATE(5261), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261843] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, ACTIONS(6302), 1, - anon_sym_RPAREN, + anon_sym_DQUOTE, ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, + sym__quoted_content_i_double, + STATE(5263), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [234641] = 7, - ACTIONS(6076), 1, + [261870] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, + ACTIONS(6198), 1, sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, + ACTIONS(6306), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6308), 1, - anon_sym_RBRACE, + sym__quoted_content_i_heredoc_double, + STATE(5269), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [234666] = 7, - ACTIONS(6166), 1, + [261897] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, + ACTIONS(6190), 1, sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, ACTIONS(6310), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [234691] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(6312), 1, - anon_sym_RBRACE, + sym__quoted_content_i_heredoc_single, + STATE(5271), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [234716] = 7, - ACTIONS(6158), 1, + [261924] = 8, + ACTIONS(6180), 1, anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, ACTIONS(6314), 1, - anon_sym_RBRACK, + anon_sym_SQUOTE, ACTIONS(6316), 1, + sym__quoted_content_i_single, + STATE(5287), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [261951] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [234741] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, + anon_sym_DQUOTE, ACTIONS(6320), 1, - anon_sym_GT, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, + sym__quoted_content_i_double, + STATE(5289), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [234766] = 7, - ACTIONS(6136), 1, + [261978] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(6322), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(6324), 1, + sym__quoted_content_i_heredoc_double, + STATE(5295), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262005] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, ACTIONS(6326), 1, - anon_sym_PIPE, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(6328), 1, + sym__quoted_content_i_heredoc_single, + STATE(5297), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262032] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [234791] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, + anon_sym_SQUOTE, ACTIONS(6332), 1, - anon_sym_SLASH, + sym__quoted_content_i_single, + STATE(5299), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [234816] = 7, - ACTIONS(6158), 1, + [262059] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, + ACTIONS(6174), 1, sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, ACTIONS(6334), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [234841] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, + anon_sym_DQUOTE, ACTIONS(6336), 1, - anon_sym_GT, + sym__quoted_content_i_double, + STATE(5301), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [234866] = 7, - ACTIONS(6166), 1, + [262086] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, ACTIONS(6338), 1, - anon_sym_RPAREN, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6340), 1, + sym__quoted_content_i_heredoc_double, + STATE(5309), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262113] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, sym_escape_sequence, ACTIONS(6342), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4500), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [234891] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(6344), 1, - anon_sym_RBRACE, + sym__quoted_content_i_heredoc_single, + STATE(5312), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262140] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, ACTIONS(6346), 1, - sym_escape_sequence, + anon_sym_SQUOTE, ACTIONS(6348), 1, - sym__quoted_content_i_curly, + sym__quoted_content_i_single, + STATE(5314), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4805), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [234916] = 7, - ACTIONS(6136), 1, + [262167] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, + ACTIONS(6174), 1, sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, ACTIONS(6350), 1, - anon_sym_PIPE, + anon_sym_DQUOTE, + ACTIONS(6352), 1, + sym__quoted_content_i_double, + STATE(5316), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [234941] = 7, - ACTIONS(6122), 1, + [262194] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, - ACTIONS(6352), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(6354), 1, + ACTIONS(6198), 1, sym_escape_sequence, + ACTIONS(6354), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6356), 1, sym__quoted_content_i_heredoc_double, + STATE(5328), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4445), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [234966] = 7, - ACTIONS(6158), 1, + [262221] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, ACTIONS(6358), 1, - anon_sym_RBRACK, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(6360), 1, + sym__quoted_content_i_heredoc_single, + STATE(5330), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262248] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(6362), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4721), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [234991] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, + anon_sym_SQUOTE, ACTIONS(6364), 1, - anon_sym_GT, - ACTIONS(6366), 1, - sym_escape_sequence, - ACTIONS(6368), 1, - sym__quoted_content_i_angle, + sym__quoted_content_i_single, + STATE(5332), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4734), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [235016] = 7, - ACTIONS(6136), 1, + [262275] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(6366), 1, + anon_sym_DQUOTE, + ACTIONS(6368), 1, + sym__quoted_content_i_double, + STATE(5334), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262302] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, ACTIONS(6370), 1, - anon_sym_PIPE, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6372), 1, + sym__quoted_content_i_heredoc_double, + STATE(5345), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262329] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, sym_escape_sequence, ACTIONS(6374), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4757), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [235041] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6376), 1, - anon_sym_SLASH, - ACTIONS(6378), 1, - sym_escape_sequence, - ACTIONS(6380), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4761), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [235066] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6382), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6376), 1, + sym__quoted_content_i_heredoc_single, + STATE(5351), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262356] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(6378), 1, + anon_sym_SQUOTE, + ACTIONS(6380), 1, + sym__quoted_content_i_single, + STATE(5365), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262383] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(6382), 1, + anon_sym_DQUOTE, ACTIONS(6384), 1, + sym__quoted_content_i_double, + STATE(5373), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262410] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, sym_escape_sequence, ACTIONS(6386), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4446), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [235091] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6388), 1, - anon_sym_SQUOTE, - ACTIONS(6390), 1, - sym_escape_sequence, - ACTIONS(6392), 1, - sym__quoted_content_i_single, + sym__quoted_content_i_heredoc_double, + STATE(5397), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4448), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [235116] = 7, - ACTIONS(6108), 1, + [262437] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, - ACTIONS(6394), 1, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6390), 1, anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6392), 1, + sym__quoted_content_i_heredoc_single, + STATE(5399), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262464] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(6394), 1, + anon_sym_SQUOTE, ACTIONS(6396), 1, + sym__quoted_content_i_single, + STATE(5401), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262491] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(6398), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4442), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [235141] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6400), 1, - anon_sym_SQUOTE, - ACTIONS(6402), 1, - sym_escape_sequence, - ACTIONS(6404), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4443), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [235166] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6406), 1, anon_sym_DQUOTE, + ACTIONS(6400), 1, + sym__quoted_content_i_double, + STATE(5403), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262518] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(6402), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(6404), 1, + sym__quoted_content_i_heredoc_double, + STATE(5429), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262545] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6406), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(6408), 1, + sym__quoted_content_i_heredoc_single, + STATE(5431), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262572] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(6410), 1, - sym__quoted_content_i_double, + anon_sym_SQUOTE, + ACTIONS(6412), 1, + sym__quoted_content_i_single, + STATE(5433), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4444), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [235191] = 7, - ACTIONS(6092), 1, + [262599] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, - ACTIONS(6412), 1, - anon_sym_DQUOTE, - ACTIONS(6414), 1, + ACTIONS(6174), 1, sym_escape_sequence, + ACTIONS(6414), 1, + anon_sym_DQUOTE, ACTIONS(6416), 1, sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4449), 2, - sym_interpolation, + STATE(5435), 1, aux_sym__quoted_i_double_repeat1, - [235216] = 7, - ACTIONS(6084), 1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262626] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, + ACTIONS(6198), 1, sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, ACTIONS(6418), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [235241] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6420), 1, - anon_sym_RBRACK, - ACTIONS(6422), 1, - sym_escape_sequence, - ACTIONS(6424), 1, - sym__quoted_content_i_square, + sym__quoted_content_i_heredoc_double, + STATE(5441), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4480), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [235266] = 7, - ACTIONS(6076), 1, + [262653] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6422), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6424), 1, + sym__quoted_content_i_heredoc_single, + STATE(5443), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262680] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, ACTIONS(6426), 1, - anon_sym_RBRACE, + anon_sym_SQUOTE, ACTIONS(6428), 1, + sym__quoted_content_i_single, + STATE(5445), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262707] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(6430), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4479), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [235291] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(6432), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [235316] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(6434), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [235341] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(6436), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [235366] = 7, - ACTIONS(6438), 1, anon_sym_DQUOTE, - ACTIONS(6440), 1, + ACTIONS(6432), 1, + sym__quoted_content_i_double, + STATE(5447), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262734] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, - ACTIONS(6443), 1, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(6434), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(6436), 1, + sym__quoted_content_i_heredoc_double, + STATE(5457), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262761] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6438), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6440), 1, + sym__quoted_content_i_heredoc_single, + STATE(5466), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262788] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(6442), 1, + anon_sym_SQUOTE, + ACTIONS(6444), 1, + sym__quoted_content_i_single, + STATE(5468), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262815] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(6446), 1, + anon_sym_DQUOTE, + ACTIONS(6448), 1, sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, + STATE(5470), 1, aux_sym__quoted_i_double_repeat1, - [235391] = 7, - ACTIONS(6449), 1, - anon_sym_SQUOTE, - ACTIONS(6451), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6454), 1, - sym_escape_sequence, - ACTIONS(6457), 1, - sym__quoted_content_i_single, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [235416] = 7, - ACTIONS(6460), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(6462), 1, + [262842] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, - ACTIONS(6465), 1, + ACTIONS(6198), 1, sym_escape_sequence, - ACTIONS(6468), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [235441] = 7, - ACTIONS(6471), 1, + ACTIONS(6450), 1, anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(6473), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6476), 1, - sym_escape_sequence, - ACTIONS(6479), 1, + ACTIONS(6452), 1, sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, + STATE(5477), 1, aux_sym__quoted_i_heredoc_double_repeat1, - [235466] = 7, - ACTIONS(6150), 1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262869] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, + ACTIONS(6190), 1, sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, + ACTIONS(6454), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6456), 1, + sym__quoted_content_i_heredoc_single, + STATE(5479), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262896] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(6458), 1, + anon_sym_SQUOTE, + ACTIONS(6460), 1, + sym__quoted_content_i_single, + STATE(5481), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262923] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(6462), 1, + anon_sym_DQUOTE, + ACTIONS(6464), 1, + sym__quoted_content_i_double, + STATE(5540), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262950] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(6466), 1, + anon_sym_SQUOTE, + ACTIONS(6468), 1, + sym__quoted_content_i_single, + STATE(5573), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [262977] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6470), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6472), 1, + sym__quoted_content_i_heredoc_single, + STATE(5675), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263004] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(6474), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(6476), 1, + sym__quoted_content_i_heredoc_double, + STATE(5596), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263031] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(6478), 1, + anon_sym_DQUOTE, + ACTIONS(6480), 1, + sym__quoted_content_i_double, + STATE(5483), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263058] = 8, ACTIONS(6482), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [235491] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, + anon_sym_SLASH, ACTIONS(6484), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [235516] = 7, - ACTIONS(6166), 1, anon_sym_POUND_LBRACE, ACTIONS(6486), 1, - anon_sym_RPAREN, - ACTIONS(6488), 1, sym_escape_sequence, - ACTIONS(6490), 1, - sym__quoted_content_i_parenthesis, + ACTIONS(6488), 1, + sym__quoted_content_i_slash, + STATE(5496), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4818), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [235541] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, + [263085] = 8, + ACTIONS(6490), 1, + anon_sym_PIPE, ACTIONS(6492), 1, - anon_sym_RBRACE, + anon_sym_POUND_LBRACE, ACTIONS(6494), 1, sym_escape_sequence, ACTIONS(6496), 1, - sym__quoted_content_i_curly, + sym__quoted_content_i_bar, + STATE(5508), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4817), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [235566] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, + [263112] = 8, ACTIONS(6498), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [235591] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, + anon_sym_GT, ACTIONS(6500), 1, - anon_sym_RBRACK, + anon_sym_POUND_LBRACE, ACTIONS(6502), 1, sym_escape_sequence, ACTIONS(6504), 1, - sym__quoted_content_i_square, + sym__quoted_content_i_angle, + STATE(5516), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4816), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [235616] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, + [263139] = 8, ACTIONS(6506), 1, - anon_sym_DQUOTE, + anon_sym_RBRACK, ACTIONS(6508), 1, - sym_escape_sequence, + anon_sym_POUND_LBRACE, ACTIONS(6510), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4503), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [235641] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6512), 1, - anon_sym_SQUOTE, - ACTIONS(6514), 1, sym_escape_sequence, - ACTIONS(6516), 1, - sym__quoted_content_i_single, + ACTIONS(6512), 1, + sym__quoted_content_i_square, + STATE(5520), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4504), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [235666] = 7, - ACTIONS(6108), 1, + [263166] = 8, + ACTIONS(6156), 1, anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(6514), 1, + anon_sym_RBRACE, + ACTIONS(6516), 1, + sym__quoted_content_i_curly, + STATE(5525), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263193] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, ACTIONS(6518), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_RPAREN, ACTIONS(6520), 1, + sym__quoted_content_i_parenthesis, + STATE(5535), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263220] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, sym_escape_sequence, ACTIONS(6522), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4505), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [235691] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6524), 1, anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(6526), 1, - sym_escape_sequence, - ACTIONS(6528), 1, + ACTIONS(6524), 1, sym__quoted_content_i_heredoc_double, + STATE(5550), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4506), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [235716] = 7, - ACTIONS(6150), 1, + [263247] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6526), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6528), 1, + sym__quoted_content_i_heredoc_single, + STATE(5552), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263274] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, ACTIONS(6530), 1, - anon_sym_GT, + anon_sym_SQUOTE, ACTIONS(6532), 1, + sym__quoted_content_i_single, + STATE(5554), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263301] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(6534), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4814), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [235741] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, + anon_sym_DQUOTE, ACTIONS(6536), 1, - anon_sym_SLASH, + sym__quoted_content_i_double, + STATE(5556), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [235766] = 7, - ACTIONS(6136), 1, + [263328] = 8, + ACTIONS(6484), 1, anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, + ACTIONS(6486), 1, sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, ACTIONS(6538), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [235791] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, + anon_sym_SLASH, ACTIONS(6540), 1, - anon_sym_RPAREN, + sym__quoted_content_i_slash, + STATE(5582), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263355] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, ACTIONS(6542), 1, - sym_escape_sequence, - ACTIONS(6544), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4478), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [235816] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(6546), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [235841] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(6548), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [235866] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6550), 1, anon_sym_PIPE, + ACTIONS(6544), 1, + sym__quoted_content_i_bar, + STATE(5584), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263382] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(6546), 1, + anon_sym_GT, + ACTIONS(6548), 1, + sym__quoted_content_i_angle, + STATE(5585), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263409] = 8, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(6550), 1, + anon_sym_RBRACK, ACTIONS(6552), 1, + sym__quoted_content_i_square, + STATE(5587), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263436] = 8, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, sym_escape_sequence, ACTIONS(6554), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4813), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [235891] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, + anon_sym_RBRACE, ACTIONS(6556), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym__quoted_content_i_curly, + STATE(5589), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [235916] = 7, - ACTIONS(6092), 1, + [263463] = 8, + ACTIONS(6164), 1, anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, + ACTIONS(6166), 1, sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, ACTIONS(6558), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [235941] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, + anon_sym_RPAREN, ACTIONS(6560), 1, - anon_sym_SQUOTE, + sym__quoted_content_i_parenthesis, + STATE(5591), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [235966] = 7, - ACTIONS(6108), 1, + [263490] = 8, + ACTIONS(6164), 1, anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, + ACTIONS(6166), 1, sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, ACTIONS(6562), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [235991] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, + anon_sym_RPAREN, ACTIONS(6564), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, + sym__quoted_content_i_parenthesis, + STATE(5884), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [236016] = 7, - ACTIONS(6084), 1, + [263517] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, ACTIONS(6566), 1, - anon_sym_SLASH, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6568), 1, + sym__quoted_content_i_heredoc_double, + STATE(5612), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263544] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, sym_escape_sequence, ACTIONS(6570), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4812), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [236041] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(6572), 1, - anon_sym_SQUOTE, + sym__quoted_content_i_heredoc_single, + STATE(5614), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236066] = 7, - ACTIONS(6150), 1, + [263571] = 8, + ACTIONS(6180), 1, anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, + ACTIONS(6182), 1, sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, ACTIONS(6574), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [236091] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, + anon_sym_SQUOTE, ACTIONS(6576), 1, - anon_sym_RBRACK, + sym__quoted_content_i_single, + STATE(5616), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [236116] = 7, - ACTIONS(6092), 1, + [263598] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, + ACTIONS(6174), 1, sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, ACTIONS(6578), 1, anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236141] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, ACTIONS(6580), 1, - anon_sym_SQUOTE, + sym__quoted_content_i_double, + STATE(5618), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263625] = 8, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, ACTIONS(6582), 1, - sym_escape_sequence, + anon_sym_SLASH, ACTIONS(6584), 1, - sym__quoted_content_i_single, + sym__quoted_content_i_slash, + STATE(5636), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4508), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236166] = 7, - ACTIONS(6100), 1, + [263652] = 8, + ACTIONS(6492), 1, anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, + ACTIONS(6494), 1, sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, ACTIONS(6586), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236191] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, + anon_sym_PIPE, ACTIONS(6588), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_bar, + STATE(5638), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263679] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, ACTIONS(6590), 1, - sym_escape_sequence, + anon_sym_GT, ACTIONS(6592), 1, - sym__quoted_content_i_double, + sym__quoted_content_i_angle, + STATE(5640), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4511), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236216] = 7, - ACTIONS(6100), 1, + [263706] = 8, + ACTIONS(6508), 1, anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, + ACTIONS(6510), 1, sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, ACTIONS(6594), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236241] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, + anon_sym_RBRACK, ACTIONS(6596), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_square, + STATE(5651), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236266] = 7, - ACTIONS(6100), 1, + [263733] = 8, + ACTIONS(6156), 1, anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, ACTIONS(6598), 1, - anon_sym_SQUOTE, + anon_sym_RBRACE, ACTIONS(6600), 1, + sym__quoted_content_i_curly, + STATE(5654), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263760] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, sym_escape_sequence, ACTIONS(6602), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4515), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236291] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, + anon_sym_RPAREN, ACTIONS(6604), 1, - anon_sym_DQUOTE, - ACTIONS(6606), 1, - sym_escape_sequence, - ACTIONS(6608), 1, - sym__quoted_content_i_double, + sym__quoted_content_i_parenthesis, + STATE(5657), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4516), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236316] = 7, - ACTIONS(6092), 1, + [263787] = 8, + ACTIONS(6508), 1, anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(6606), 1, + anon_sym_RBRACK, + ACTIONS(6608), 1, + sym__quoted_content_i_square, + STATE(5910), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263814] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, ACTIONS(6610), 1, - anon_sym_DQUOTE, + anon_sym_GT, ACTIONS(6612), 1, + sym__quoted_content_i_angle, + STATE(5916), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263841] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, sym_escape_sequence, ACTIONS(6614), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4525), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236341] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, + anon_sym_PIPE, ACTIONS(6616), 1, - anon_sym_SQUOTE, + sym__quoted_content_i_bar, + STATE(5942), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263868] = 8, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, ACTIONS(6618), 1, - sym_escape_sequence, + anon_sym_SLASH, ACTIONS(6620), 1, - sym__quoted_content_i_single, + sym__quoted_content_i_slash, + STATE(5945), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4545), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236366] = 7, - ACTIONS(6100), 1, + [263895] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, + ACTIONS(6198), 1, sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, ACTIONS(6622), 1, - anon_sym_SQUOTE, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(6624), 1, + sym__quoted_content_i_heredoc_double, + STATE(5679), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236391] = 7, - ACTIONS(6108), 1, + [263922] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, - ACTIONS(6624), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(6626), 1, + ACTIONS(6190), 1, sym_escape_sequence, + ACTIONS(6626), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(6628), 1, sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4594), 2, - sym_interpolation, + STATE(5681), 1, aux_sym__quoted_i_heredoc_single_repeat1, - [236416] = 7, - ACTIONS(6166), 1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [263949] = 8, + ACTIONS(6180), 1, anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, + ACTIONS(6182), 1, sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, ACTIONS(6630), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [236441] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, + anon_sym_SQUOTE, ACTIONS(6632), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(6634), 1, - sym_escape_sequence, - ACTIONS(6636), 1, - sym__quoted_content_i_heredoc_double, + sym__quoted_content_i_single, + STATE(5683), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4595), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [236466] = 7, - ACTIONS(6092), 1, + [263976] = 8, + ACTIONS(6164), 1, anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(6638), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236491] = 7, ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6640), 1, - anon_sym_RPAREN, - ACTIONS(6642), 1, sym_escape_sequence, - ACTIONS(6644), 1, + ACTIONS(6634), 1, + anon_sym_RPAREN, + ACTIONS(6636), 1, sym__quoted_content_i_parenthesis, + STATE(5932), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4564), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [236516] = 7, - ACTIONS(6076), 1, + [264003] = 8, + ACTIONS(6156), 1, anon_sym_POUND_LBRACE, - ACTIONS(6646), 1, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(6638), 1, anon_sym_RBRACE, + ACTIONS(6640), 1, + sym__quoted_content_i_curly, + STATE(5934), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264030] = 8, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(6642), 1, + anon_sym_RBRACK, + ACTIONS(6644), 1, + sym__quoted_content_i_square, + STATE(5814), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264057] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(6646), 1, + anon_sym_GT, ACTIONS(6648), 1, + sym__quoted_content_i_angle, + STATE(5914), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264084] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, sym_escape_sequence, ACTIONS(6650), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4565), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [236541] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, + anon_sym_PIPE, ACTIONS(6652), 1, - anon_sym_RBRACK, - ACTIONS(6654), 1, - sym_escape_sequence, - ACTIONS(6656), 1, - sym__quoted_content_i_square, + sym__quoted_content_i_bar, + STATE(5912), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4566), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [236566] = 7, - ACTIONS(6150), 1, + [264111] = 8, + ACTIONS(6484), 1, anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(6654), 1, + anon_sym_SLASH, + ACTIONS(6656), 1, + sym__quoted_content_i_slash, + STATE(5818), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264138] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, ACTIONS(6658), 1, - anon_sym_GT, + anon_sym_DQUOTE, ACTIONS(6660), 1, + sym__quoted_content_i_double, + STATE(5685), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264165] = 8, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, sym_escape_sequence, ACTIONS(6662), 1, - sym__quoted_content_i_angle, + anon_sym_SLASH, + ACTIONS(6664), 1, + sym__quoted_content_i_slash, + STATE(5698), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4567), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [236591] = 7, - ACTIONS(6136), 1, + [264192] = 8, + ACTIONS(6492), 1, anon_sym_POUND_LBRACE, - ACTIONS(6664), 1, - anon_sym_PIPE, - ACTIONS(6666), 1, + ACTIONS(6494), 1, sym_escape_sequence, + ACTIONS(6666), 1, + anon_sym_PIPE, ACTIONS(6668), 1, sym__quoted_content_i_bar, + STATE(5700), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4568), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [236616] = 7, - ACTIONS(6084), 1, + [264219] = 8, + ACTIONS(6500), 1, anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, ACTIONS(6670), 1, - anon_sym_SLASH, + anon_sym_GT, ACTIONS(6672), 1, + sym__quoted_content_i_angle, + STATE(5716), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264246] = 8, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, sym_escape_sequence, ACTIONS(6674), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4569), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [236641] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, + anon_sym_RBRACK, ACTIONS(6676), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_square, + STATE(5718), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236666] = 7, - ACTIONS(6100), 1, + [264273] = 8, + ACTIONS(6156), 1, anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, ACTIONS(6678), 1, - anon_sym_SQUOTE, + anon_sym_RBRACE, ACTIONS(6680), 1, + sym__quoted_content_i_curly, + STATE(5720), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264300] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, sym_escape_sequence, ACTIONS(6682), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4521), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236691] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, + anon_sym_RPAREN, ACTIONS(6684), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_parenthesis, + STATE(5722), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264327] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, ACTIONS(6686), 1, - sym_escape_sequence, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6688), 1, - sym__quoted_content_i_double, + sym__quoted_content_i_heredoc_double, + STATE(5728), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4532), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236716] = 7, - ACTIONS(6100), 1, + [264354] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, + ACTIONS(6190), 1, sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, ACTIONS(6690), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236741] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(6692), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_heredoc_single, + STATE(5730), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236766] = 7, - ACTIONS(6100), 1, + [264381] = 8, + ACTIONS(6180), 1, anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, ACTIONS(6694), 1, anon_sym_SQUOTE, ACTIONS(6696), 1, + sym__quoted_content_i_single, + STATE(5732), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264408] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(6698), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4535), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236791] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, + anon_sym_DQUOTE, ACTIONS(6700), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_double, + STATE(5734), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264435] = 8, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, ACTIONS(6702), 1, - sym_escape_sequence, + anon_sym_RBRACE, ACTIONS(6704), 1, - sym__quoted_content_i_double, + sym__quoted_content_i_curly, + STATE(5893), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4536), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236816] = 7, - ACTIONS(6100), 1, + [264462] = 8, + ACTIONS(6484), 1, anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, + ACTIONS(6486), 1, sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, ACTIONS(6706), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236841] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, + anon_sym_SLASH, ACTIONS(6708), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_slash, + STATE(5754), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236866] = 7, - ACTIONS(6100), 1, + [264489] = 8, + ACTIONS(6492), 1, anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, ACTIONS(6710), 1, - anon_sym_SQUOTE, + anon_sym_PIPE, ACTIONS(6712), 1, + sym__quoted_content_i_bar, + STATE(5756), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264516] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, sym_escape_sequence, ACTIONS(6714), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4539), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236891] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6716), 1, - anon_sym_DQUOTE, - ACTIONS(6718), 1, - sym_escape_sequence, - ACTIONS(6720), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4540), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [236916] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(6722), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236941] = 7, - ACTIONS(6724), 1, - anon_sym_SLASH, - ACTIONS(6726), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6729), 1, - sym_escape_sequence, - ACTIONS(6732), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [236966] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(6735), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [236991] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(6737), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [237016] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(6739), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [237041] = 7, - ACTIONS(6741), 1, - anon_sym_PIPE, - ACTIONS(6743), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6746), 1, - sym_escape_sequence, - ACTIONS(6749), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [237066] = 7, - ACTIONS(6752), 1, anon_sym_GT, - ACTIONS(6754), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6757), 1, - sym_escape_sequence, - ACTIONS(6760), 1, + ACTIONS(6716), 1, sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, + STATE(5758), 1, aux_sym__quoted_i_angle_repeat1, - [237091] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(6763), 1, - anon_sym_DQUOTE, + STATE(6000), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [237116] = 7, - ACTIONS(6100), 1, + [264543] = 8, + ACTIONS(6508), 1, anon_sym_POUND_LBRACE, - ACTIONS(6765), 1, - anon_sym_SQUOTE, - ACTIONS(6767), 1, + ACTIONS(6510), 1, sym_escape_sequence, - ACTIONS(6769), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4543), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [237141] = 7, - ACTIONS(6771), 1, + ACTIONS(6718), 1, anon_sym_RBRACK, - ACTIONS(6773), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6776), 1, - sym_escape_sequence, - ACTIONS(6779), 1, + ACTIONS(6720), 1, sym__quoted_content_i_square, + STATE(5760), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [237166] = 7, - ACTIONS(6092), 1, + [264570] = 8, + ACTIONS(6156), 1, anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(6722), 1, + anon_sym_RBRACE, + ACTIONS(6724), 1, + sym__quoted_content_i_curly, + STATE(5763), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264597] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(6726), 1, + anon_sym_RPAREN, + ACTIONS(6728), 1, + sym__quoted_content_i_parenthesis, + STATE(5766), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264624] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(6730), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(6732), 1, + sym__quoted_content_i_heredoc_double, + STATE(5780), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264651] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6734), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6736), 1, + sym__quoted_content_i_heredoc_single, + STATE(5782), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264678] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(6738), 1, + anon_sym_SQUOTE, + ACTIONS(6740), 1, + sym__quoted_content_i_single, + STATE(5794), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264705] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(6742), 1, + anon_sym_DQUOTE, + ACTIONS(6744), 1, + sym__quoted_content_i_double, + STATE(5796), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264732] = 8, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(6746), 1, + anon_sym_SLASH, + ACTIONS(6748), 1, + sym__quoted_content_i_slash, + STATE(5816), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264759] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(6750), 1, + anon_sym_PIPE, + ACTIONS(6752), 1, + sym__quoted_content_i_bar, + STATE(5820), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264786] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(6754), 1, + anon_sym_GT, + ACTIONS(6756), 1, + sym__quoted_content_i_angle, + STATE(5822), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264813] = 8, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(6758), 1, + anon_sym_RBRACK, + ACTIONS(6760), 1, + sym__quoted_content_i_square, + STATE(5824), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264840] = 8, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(6762), 1, + anon_sym_RBRACE, + ACTIONS(6764), 1, + sym__quoted_content_i_curly, + STATE(5826), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264867] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(6766), 1, + anon_sym_RPAREN, + ACTIONS(6768), 1, + sym__quoted_content_i_parenthesis, + STATE(5828), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264894] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(6770), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(6772), 1, + sym__quoted_content_i_heredoc_double, + STATE(5859), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264921] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6774), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6776), 1, + sym__quoted_content_i_heredoc_single, + STATE(5861), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264948] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(6778), 1, + anon_sym_SQUOTE, + ACTIONS(6780), 1, + sym__quoted_content_i_single, + STATE(5863), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [264975] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, ACTIONS(6782), 1, anon_sym_DQUOTE, ACTIONS(6784), 1, + sym__quoted_content_i_double, + STATE(5865), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265002] = 8, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, sym_escape_sequence, ACTIONS(6786), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4550), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [237191] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, + anon_sym_SLASH, ACTIONS(6788), 1, - anon_sym_SQUOTE, + sym__quoted_content_i_slash, + STATE(5895), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [237216] = 7, - ACTIONS(6092), 1, + [265029] = 8, + ACTIONS(6492), 1, anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, + ACTIONS(6494), 1, sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, ACTIONS(6790), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [237241] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, + anon_sym_PIPE, ACTIONS(6792), 1, - anon_sym_SQUOTE, - ACTIONS(6794), 1, - sym_escape_sequence, - ACTIONS(6796), 1, - sym__quoted_content_i_single, + sym__quoted_content_i_bar, + STATE(5897), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4554), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [237266] = 7, - ACTIONS(6092), 1, + [265056] = 8, + ACTIONS(6500), 1, anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(6794), 1, + anon_sym_GT, + ACTIONS(6796), 1, + sym__quoted_content_i_angle, + STATE(5899), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265083] = 8, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, ACTIONS(6798), 1, - anon_sym_DQUOTE, + anon_sym_RBRACK, ACTIONS(6800), 1, + sym__quoted_content_i_square, + STATE(5901), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265110] = 8, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, sym_escape_sequence, ACTIONS(6802), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4555), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [237291] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(6804), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [237316] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(6806), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [237341] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(6808), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [237366] = 7, - ACTIONS(6810), 1, anon_sym_RBRACE, - ACTIONS(6812), 1, + ACTIONS(6804), 1, + sym__quoted_content_i_curly, + STATE(5903), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265137] = 8, + ACTIONS(6164), 1, anon_sym_POUND_LBRACE, - ACTIONS(6815), 1, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(6806), 1, + anon_sym_RPAREN, + ACTIONS(6808), 1, + sym__quoted_content_i_parenthesis, + STATE(5905), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265164] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(6810), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(6812), 1, + sym__quoted_content_i_heredoc_double, + STATE(5931), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265191] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6814), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6816), 1, + sym__quoted_content_i_heredoc_single, + STATE(5929), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265218] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(6818), 1, - sym__quoted_content_i_curly, + anon_sym_SQUOTE, + ACTIONS(6820), 1, + sym__quoted_content_i_single, + STATE(5927), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [237391] = 7, - ACTIONS(6150), 1, + [265245] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, + ACTIONS(6174), 1, sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(6821), 1, - anon_sym_GT, + ACTIONS(6822), 1, + anon_sym_DQUOTE, + ACTIONS(6824), 1, + sym__quoted_content_i_double, + STATE(5925), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [237416] = 7, - ACTIONS(6158), 1, + [265272] = 8, + ACTIONS(6484), 1, anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, + ACTIONS(6486), 1, sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(6823), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [237441] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(6825), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [237466] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(6827), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [237491] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(6829), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [237516] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(6831), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [237541] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(6833), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [237566] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(6835), 1, + ACTIONS(6826), 1, anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, + ACTIONS(6828), 1, + sym__quoted_content_i_slash, + STATE(5855), 1, aux_sym__quoted_i_slash_repeat1, - [237591] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(6837), 1, - anon_sym_DQUOTE, + STATE(5984), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [237616] = 7, - ACTIONS(6122), 1, + [265299] = 8, + ACTIONS(6492), 1, anon_sym_POUND_LBRACE, - ACTIONS(6839), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(6841), 1, + ACTIONS(6494), 1, sym_escape_sequence, - ACTIONS(6843), 1, - sym__quoted_content_i_heredoc_double, + ACTIONS(6830), 1, + anon_sym_PIPE, + ACTIONS(6832), 1, + sym__quoted_content_i_bar, + STATE(5853), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4558), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [237641] = 7, - ACTIONS(6108), 1, + [265326] = 8, + ACTIONS(6500), 1, anon_sym_POUND_LBRACE, - ACTIONS(6845), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(6847), 1, + ACTIONS(6502), 1, sym_escape_sequence, - ACTIONS(6849), 1, - sym__quoted_content_i_heredoc_single, + ACTIONS(6834), 1, + anon_sym_GT, + ACTIONS(6836), 1, + sym__quoted_content_i_angle, + STATE(5851), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4559), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [237666] = 7, - ACTIONS(6100), 1, + [265353] = 8, + ACTIONS(6508), 1, anon_sym_POUND_LBRACE, - ACTIONS(6851), 1, - anon_sym_SQUOTE, - ACTIONS(6853), 1, + ACTIONS(6510), 1, sym_escape_sequence, - ACTIONS(6855), 1, - sym__quoted_content_i_single, + ACTIONS(6838), 1, + anon_sym_RBRACK, + ACTIONS(6840), 1, + sym__quoted_content_i_square, + STATE(5849), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4560), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [237691] = 7, - ACTIONS(6092), 1, + [265380] = 8, + ACTIONS(6156), 1, anon_sym_POUND_LBRACE, - ACTIONS(6857), 1, - anon_sym_DQUOTE, - ACTIONS(6859), 1, + ACTIONS(6158), 1, sym_escape_sequence, - ACTIONS(6861), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4570), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [237716] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(6863), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [237741] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(6865), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [237766] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(6867), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [237791] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(6869), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [237816] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6871), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(6873), 1, - sym_escape_sequence, - ACTIONS(6875), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4575), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [237841] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6877), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(6879), 1, - sym_escape_sequence, - ACTIONS(6881), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4576), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [237866] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(6883), 1, + ACTIONS(6842), 1, anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, + ACTIONS(6844), 1, + sym__quoted_content_i_curly, + STATE(5847), 1, aux_sym__quoted_i_curly_repeat1, - [237891] = 7, - ACTIONS(6885), 1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265407] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(6846), 1, anon_sym_RPAREN, - ACTIONS(6887), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6890), 1, - sym_escape_sequence, - ACTIONS(6893), 1, + ACTIONS(6848), 1, sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, + STATE(5845), 1, aux_sym__quoted_i_parenthesis_repeat1, - [237916] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6896), 1, - anon_sym_SQUOTE, - ACTIONS(6898), 1, - sym_escape_sequence, - ACTIONS(6900), 1, - sym__quoted_content_i_single, + STATE(6066), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4577), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [237941] = 7, - ACTIONS(6092), 1, + [265434] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, - ACTIONS(6902), 1, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(6850), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(6852), 1, + sym__quoted_content_i_heredoc_double, + STATE(5792), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265461] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6854), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6856), 1, + sym__quoted_content_i_heredoc_single, + STATE(5790), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265488] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(6858), 1, + anon_sym_SQUOTE, + ACTIONS(6860), 1, + sym__quoted_content_i_single, + STATE(5788), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265515] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(6862), 1, anon_sym_DQUOTE, + ACTIONS(6864), 1, + sym__quoted_content_i_double, + STATE(5786), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265542] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(6866), 1, + anon_sym_RPAREN, + ACTIONS(6868), 1, + sym__quoted_content_i_parenthesis, + STATE(5597), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265569] = 8, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(6870), 1, + anon_sym_SLASH, + ACTIONS(6872), 1, + sym__quoted_content_i_slash, + STATE(5714), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265596] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(6874), 1, + anon_sym_PIPE, + ACTIONS(6876), 1, + sym__quoted_content_i_bar, + STATE(5712), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265623] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(6878), 1, + anon_sym_GT, + ACTIONS(6880), 1, + sym__quoted_content_i_angle, + STATE(5710), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265650] = 8, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(6882), 1, + anon_sym_RBRACK, + ACTIONS(6884), 1, + sym__quoted_content_i_square, + STATE(5708), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265677] = 8, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(6886), 1, + anon_sym_RBRACE, + ACTIONS(6888), 1, + sym__quoted_content_i_curly, + STATE(5706), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265704] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(6890), 1, + anon_sym_RPAREN, + ACTIONS(6892), 1, + sym__quoted_content_i_parenthesis, + STATE(5704), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265731] = 8, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(6894), 1, + anon_sym_RBRACE, + ACTIONS(6896), 1, + sym__quoted_content_i_curly, + STATE(5488), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265758] = 8, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(6898), 1, + anon_sym_RBRACK, + ACTIONS(6900), 1, + sym__quoted_content_i_square, + STATE(5575), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265785] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(6902), 1, + anon_sym_GT, ACTIONS(6904), 1, + sym__quoted_content_i_angle, + STATE(5379), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265812] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, sym_escape_sequence, ACTIONS(6906), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4578), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [237966] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, + anon_sym_PIPE, ACTIONS(6908), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, + sym__quoted_content_i_bar, + STATE(5102), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [237991] = 7, - ACTIONS(6108), 1, + [265839] = 8, + ACTIONS(6484), 1, anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, + ACTIONS(6486), 1, sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, ACTIONS(6910), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238016] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, + anon_sym_SLASH, ACTIONS(6912), 1, - anon_sym_SQUOTE, + sym__quoted_content_i_slash, + STATE(5772), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [238041] = 7, - ACTIONS(6092), 1, + [265866] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, + ACTIONS(6174), 1, sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, ACTIONS(6914), 1, anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [238066] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, ACTIONS(6916), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, + sym__quoted_content_i_double, + STATE(5624), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265893] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, ACTIONS(6918), 1, - sym_escape_sequence, - ACTIONS(6920), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4585), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [238091] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(6922), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [238116] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6924), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(6926), 1, - sym_escape_sequence, - ACTIONS(6928), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4586), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238141] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6930), 1, anon_sym_SQUOTE, + ACTIONS(6920), 1, + sym__quoted_content_i_single, + STATE(5622), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265920] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(6922), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6924), 1, + sym__quoted_content_i_heredoc_single, + STATE(5620), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265947] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(6926), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(6928), 1, + sym__quoted_content_i_heredoc_double, + STATE(5602), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [265974] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(6930), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(6932), 1, + sym__quoted_content_i_heredoc_double, + STATE(5649), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266001] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, sym_escape_sequence, ACTIONS(6934), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4587), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [238166] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(6936), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_heredoc_single, + STATE(5647), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266028] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, ACTIONS(6938), 1, - sym_escape_sequence, - ACTIONS(6940), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4588), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [238191] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(6942), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238216] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(6944), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [238241] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(6946), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [238266] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(6948), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238291] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(6950), 1, anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, + ACTIONS(6940), 1, + sym__quoted_content_i_single, + STATE(5645), 1, aux_sym__quoted_i_single_repeat1, - [238316] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(6952), 1, - anon_sym_DQUOTE, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [238341] = 7, - ACTIONS(6122), 1, + [266055] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(6942), 1, + anon_sym_DQUOTE, + ACTIONS(6944), 1, + sym__quoted_content_i_double, + STATE(5643), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266082] = 8, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(6946), 1, + anon_sym_SLASH, + ACTIONS(6948), 1, + sym__quoted_content_i_slash, + STATE(5249), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266109] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(6950), 1, + anon_sym_PIPE, + ACTIONS(6952), 1, + sym__quoted_content_i_bar, + STATE(5224), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266136] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, ACTIONS(6954), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_GT, ACTIONS(6956), 1, + sym__quoted_content_i_angle, + STATE(5203), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266163] = 8, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, sym_escape_sequence, ACTIONS(6958), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4596), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [238366] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, + anon_sym_RBRACK, ACTIONS(6960), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(6962), 1, - sym_escape_sequence, - ACTIONS(6964), 1, - sym__quoted_content_i_heredoc_single, + sym__quoted_content_i_square, + STATE(5192), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4597), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238391] = 7, - ACTIONS(6092), 1, + [266190] = 8, + ACTIONS(6484), 1, anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(6962), 1, + anon_sym_SLASH, + ACTIONS(6964), 1, + sym__quoted_content_i_slash, + STATE(5571), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266217] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, ACTIONS(6966), 1, - anon_sym_DQUOTE, + anon_sym_PIPE, ACTIONS(6968), 1, + sym__quoted_content_i_bar, + STATE(5569), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266244] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, sym_escape_sequence, ACTIONS(6970), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4614), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [238416] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, + anon_sym_GT, ACTIONS(6972), 1, - anon_sym_SQUOTE, - ACTIONS(6974), 1, - sym_escape_sequence, - ACTIONS(6976), 1, - sym__quoted_content_i_single, + sym__quoted_content_i_angle, + STATE(5567), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4615), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [238441] = 7, - ACTIONS(6108), 1, + [266271] = 8, + ACTIONS(6508), 1, anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(6974), 1, + anon_sym_RBRACK, + ACTIONS(6976), 1, + sym__quoted_content_i_square, + STATE(5565), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266298] = 8, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, ACTIONS(6978), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_RBRACE, ACTIONS(6980), 1, + sym__quoted_content_i_curly, + STATE(5563), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266325] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, sym_escape_sequence, ACTIONS(6982), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4616), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238466] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, + anon_sym_RPAREN, ACTIONS(6984), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(6986), 1, - sym_escape_sequence, - ACTIONS(6988), 1, - sym__quoted_content_i_heredoc_double, + sym__quoted_content_i_parenthesis, + STATE(5561), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4617), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [238491] = 7, - ACTIONS(6100), 1, + [266352] = 8, + ACTIONS(6164), 1, anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(6986), 1, + anon_sym_RPAREN, + ACTIONS(6988), 1, + sym__quoted_content_i_parenthesis, + STATE(5371), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266379] = 8, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, ACTIONS(6990), 1, - anon_sym_SQUOTE, + anon_sym_RBRACE, ACTIONS(6992), 1, + sym__quoted_content_i_curly, + STATE(5367), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266406] = 8, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, sym_escape_sequence, ACTIONS(6994), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4598), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [238516] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, + anon_sym_RBRACK, ACTIONS(6996), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_square, + STATE(5354), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266433] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, ACTIONS(6998), 1, - sym_escape_sequence, + anon_sym_GT, ACTIONS(7000), 1, - sym__quoted_content_i_double, + sym__quoted_content_i_angle, + STATE(5350), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4599), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [238541] = 7, - ACTIONS(6122), 1, + [266460] = 8, + ACTIONS(6492), 1, anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, + ACTIONS(6494), 1, sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, ACTIONS(7002), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [238566] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, + anon_sym_PIPE, ACTIONS(7004), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym__quoted_content_i_bar, + STATE(5310), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238591] = 7, - ACTIONS(6100), 1, + [266487] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, + ACTIONS(6198), 1, sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, ACTIONS(7006), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [238616] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7008), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [238641] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7010), 1, anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(7008), 1, + sym__quoted_content_i_heredoc_double, + STATE(5506), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266514] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7010), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(7012), 1, + sym__quoted_content_i_heredoc_single, + STATE(5504), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266541] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(7014), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4608), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [238666] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, + anon_sym_SQUOTE, ACTIONS(7016), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_single, + STATE(5502), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [238691] = 7, - ACTIONS(6092), 1, + [266568] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, + ACTIONS(6174), 1, sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, ACTIONS(7018), 1, anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [238716] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, ACTIONS(7020), 1, - anon_sym_SQUOTE, + sym__quoted_content_i_double, + STATE(5500), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [238741] = 7, - ACTIONS(6108), 1, + [266595] = 8, + ACTIONS(6484), 1, anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, + ACTIONS(6486), 1, sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, ACTIONS(7022), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238766] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, + anon_sym_SLASH, ACTIONS(7024), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, + sym__quoted_content_i_slash, + STATE(5341), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [238791] = 7, - ACTIONS(6108), 1, + [266622] = 8, + ACTIONS(6484), 1, anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, ACTIONS(7026), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_SLASH, ACTIONS(7028), 1, + sym__quoted_content_i_slash, + STATE(5428), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266649] = 8, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, sym_escape_sequence, ACTIONS(7030), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4609), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238816] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, + anon_sym_RBRACE, ACTIONS(7032), 1, - anon_sym_SQUOTE, - ACTIONS(7034), 1, - sym_escape_sequence, - ACTIONS(7036), 1, - sym__quoted_content_i_single, + sym__quoted_content_i_curly, + STATE(5184), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4610), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [238841] = 7, - ACTIONS(6092), 1, + [266676] = 8, + ACTIONS(6164), 1, anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7034), 1, + anon_sym_RPAREN, + ACTIONS(7036), 1, + sym__quoted_content_i_parenthesis, + STATE(5176), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266703] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, ACTIONS(7038), 1, - anon_sym_DQUOTE, + anon_sym_PIPE, ACTIONS(7040), 1, + sym__quoted_content_i_bar, + STATE(5426), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266730] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, sym_escape_sequence, ACTIONS(7042), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4611), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [238866] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, + anon_sym_GT, ACTIONS(7044), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, + sym__quoted_content_i_angle, + STATE(5424), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [238891] = 7, - ACTIONS(6108), 1, + [266757] = 8, + ACTIONS(6508), 1, anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, + ACTIONS(6510), 1, sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, ACTIONS(7046), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238916] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, + anon_sym_RBRACK, ACTIONS(7048), 1, - anon_sym_SQUOTE, + sym__quoted_content_i_square, + STATE(5422), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [238941] = 7, - ACTIONS(6108), 1, + [266784] = 8, + ACTIONS(6156), 1, anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, ACTIONS(7050), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_RBRACE, ACTIONS(7052), 1, + sym__quoted_content_i_curly, + STATE(5420), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266811] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, sym_escape_sequence, ACTIONS(7054), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4502), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [238966] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, + anon_sym_RPAREN, ACTIONS(7056), 1, - anon_sym_SLASH, - ACTIONS(7058), 1, - sym_escape_sequence, - ACTIONS(7060), 1, - sym__quoted_content_i_slash, + sym__quoted_content_i_parenthesis, + STATE(5418), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4496), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [238991] = 7, - ACTIONS(6136), 1, + [266838] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7058), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(7060), 1, + sym__quoted_content_i_heredoc_double, + STATE(5363), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266865] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, ACTIONS(7062), 1, - anon_sym_PIPE, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(7064), 1, + sym__quoted_content_i_heredoc_single, + STATE(5361), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266892] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(7066), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4497), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [239016] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, + anon_sym_SQUOTE, ACTIONS(7068), 1, - anon_sym_DQUOTE, + sym__quoted_content_i_single, + STATE(5359), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [239041] = 7, - ACTIONS(6150), 1, + [266919] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, ACTIONS(7070), 1, - anon_sym_GT, + anon_sym_DQUOTE, ACTIONS(7072), 1, + sym__quoted_content_i_double, + STATE(5194), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [266946] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, sym_escape_sequence, ACTIONS(7074), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4509), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [239066] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, + anon_sym_SQUOTE, ACTIONS(7076), 1, - anon_sym_RBRACK, - ACTIONS(7078), 1, - sym_escape_sequence, - ACTIONS(7080), 1, - sym__quoted_content_i_square, + sym__quoted_content_i_single, + STATE(5162), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4510), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [239091] = 7, - ACTIONS(6166), 1, + [266973] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7078), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(7080), 1, + sym__quoted_content_i_heredoc_single, + STATE(5160), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267000] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, ACTIONS(7082), 1, - anon_sym_RPAREN, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(7084), 1, + sym__quoted_content_i_heredoc_double, + STATE(5096), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267027] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(7086), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4658), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [239116] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, + anon_sym_DQUOTE, ACTIONS(7088), 1, - anon_sym_RBRACE, - ACTIONS(7090), 1, - sym_escape_sequence, - ACTIONS(7092), 1, - sym__quoted_content_i_curly, + sym__quoted_content_i_double, + STATE(5357), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4439), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [239141] = 7, - ACTIONS(6076), 1, + [267054] = 8, + ACTIONS(6484), 1, anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7090), 1, + anon_sym_SLASH, + ACTIONS(7092), 1, + sym__quoted_content_i_slash, + STATE(5285), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267081] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, ACTIONS(7094), 1, - anon_sym_RBRACE, + anon_sym_PIPE, ACTIONS(7096), 1, + sym__quoted_content_i_bar, + STATE(5283), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267108] = 8, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, sym_escape_sequence, ACTIONS(7098), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4660), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [239166] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, + anon_sym_GT, ACTIONS(7100), 1, - anon_sym_RPAREN, - ACTIONS(7102), 1, - sym_escape_sequence, - ACTIONS(7104), 1, - sym__quoted_content_i_parenthesis, + sym__quoted_content_i_angle, + STATE(5281), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4523), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [239191] = 7, - ACTIONS(6158), 1, + [267135] = 8, + ACTIONS(6508), 1, anon_sym_POUND_LBRACE, - ACTIONS(7106), 1, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7102), 1, anon_sym_RBRACK, + ACTIONS(7104), 1, + sym__quoted_content_i_square, + STATE(5279), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267162] = 8, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7106), 1, + anon_sym_RPAREN, ACTIONS(7108), 1, + sym__quoted_content_i_parenthesis, + STATE(5275), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267189] = 8, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, sym_escape_sequence, ACTIONS(7110), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4661), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [239216] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, + anon_sym_DQUOTE_DQUOTE_DQUOTE, ACTIONS(7112), 1, - anon_sym_GT, - ACTIONS(7114), 1, - sym_escape_sequence, - ACTIONS(7116), 1, - sym__quoted_content_i_angle, + sym__quoted_content_i_heredoc_double, + STATE(5212), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4662), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [239241] = 7, - ACTIONS(6166), 1, + [267216] = 8, + ACTIONS(6188), 1, anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7114), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(7116), 1, + sym__quoted_content_i_heredoc_single, + STATE(5210), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267243] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, ACTIONS(7118), 1, - anon_sym_RPAREN, + anon_sym_SQUOTE, ACTIONS(7120), 1, + sym__quoted_content_i_single, + STATE(5208), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267270] = 8, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(7122), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4667), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [239266] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, + anon_sym_DQUOTE, ACTIONS(7124), 1, - anon_sym_RBRACE, - ACTIONS(7126), 1, - sym_escape_sequence, - ACTIONS(7128), 1, - sym__quoted_content_i_curly, + sym__quoted_content_i_double, + STATE(5206), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4668), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [239291] = 7, - ACTIONS(6158), 1, + [267297] = 8, + ACTIONS(6172), 1, anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7126), 1, + anon_sym_DQUOTE, + ACTIONS(7128), 1, + sym__quoted_content_i_double, + STATE(5116), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267324] = 8, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, ACTIONS(7130), 1, - anon_sym_RBRACK, + anon_sym_SQUOTE, ACTIONS(7132), 1, + sym__quoted_content_i_single, + STATE(5112), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267351] = 8, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, sym_escape_sequence, ACTIONS(7134), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4669), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [239316] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, + anon_sym_SQUOTE_SQUOTE_SQUOTE, ACTIONS(7136), 1, - anon_sym_GT, - ACTIONS(7138), 1, - sym_escape_sequence, - ACTIONS(7140), 1, - sym__quoted_content_i_angle, + sym__quoted_content_i_heredoc_single, + STATE(5108), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4670), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [239341] = 7, - ACTIONS(6136), 1, + [267378] = 8, + ACTIONS(6196), 1, anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7138), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(7140), 1, + sym__quoted_content_i_heredoc_double, + STATE(5084), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267405] = 8, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, ACTIONS(7142), 1, - anon_sym_PIPE, + anon_sym_SLASH, ACTIONS(7144), 1, + sym__quoted_content_i_slash, + STATE(5134), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267432] = 8, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, sym_escape_sequence, ACTIONS(7146), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4671), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [239366] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, + anon_sym_PIPE, ACTIONS(7148), 1, - anon_sym_SLASH, - ACTIONS(7150), 1, - sym_escape_sequence, - ACTIONS(7152), 1, - sym__quoted_content_i_slash, + sym__quoted_content_i_bar, + STATE(5132), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4672), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [239391] = 7, - ACTIONS(6122), 1, + [267459] = 8, + ACTIONS(6500), 1, anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7150), 1, + anon_sym_GT, + ACTIONS(7152), 1, + sym__quoted_content_i_angle, + STATE(5130), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267486] = 8, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, ACTIONS(7154), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_RBRACK, ACTIONS(7156), 1, + sym__quoted_content_i_square, + STATE(5128), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267513] = 8, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, sym_escape_sequence, ACTIONS(7158), 1, - sym__quoted_content_i_heredoc_double, + anon_sym_RBRACE, + ACTIONS(7160), 1, + sym__quoted_content_i_curly, + STATE(5126), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4621), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [239416] = 7, - ACTIONS(6108), 1, + [267540] = 7, + ACTIONS(6492), 1, anon_sym_POUND_LBRACE, - ACTIONS(7160), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(6494), 1, + sym_escape_sequence, ACTIONS(7162), 1, + anon_sym_PIPE, + STATE(5577), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267564] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, sym_escape_sequence, ACTIONS(7164), 1, - sym__quoted_content_i_heredoc_single, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - STATE(4622), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [239441] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, + [267588] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4212), 1, + anon_sym_RPAREN, + ACTIONS(6018), 1, + aux_sym__terminator_token1, ACTIONS(7166), 1, - anon_sym_SQUOTE, - ACTIONS(7168), 1, - sym_escape_sequence, - ACTIONS(7170), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4623), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [239466] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7172), 1, - anon_sym_DQUOTE, - ACTIONS(7174), 1, - sym_escape_sequence, - ACTIONS(7176), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4627), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [239491] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7178), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [239516] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7180), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [239541] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7182), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [239566] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7184), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [239591] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7186), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7188), 1, - sym_escape_sequence, - ACTIONS(7190), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4646), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [239616] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7192), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7194), 1, - sym_escape_sequence, - ACTIONS(7196), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4647), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [239641] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7198), 1, - anon_sym_SQUOTE, - ACTIONS(7200), 1, - sym_escape_sequence, - ACTIONS(7202), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4648), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [239666] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7204), 1, - anon_sym_DQUOTE, - ACTIONS(7206), 1, - sym_escape_sequence, - ACTIONS(7208), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4649), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [239691] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7210), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [239716] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7212), 1, - anon_sym_PIPE, - ACTIONS(7214), 1, - sym_escape_sequence, - ACTIONS(7216), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4665), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [239741] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7218), 1, - anon_sym_SLASH, - ACTIONS(7220), 1, - sym_escape_sequence, - ACTIONS(7222), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4666), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [239766] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7224), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [239791] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(7226), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [239816] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7228), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [239841] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(7230), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [239866] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(7232), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [239891] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(7234), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [239916] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7236), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [239941] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7238), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7240), 1, - sym_escape_sequence, - ACTIONS(7242), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4654), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [239966] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(7244), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [239991] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(7246), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [240016] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(7248), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [240041] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(7250), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [240066] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(7252), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [240091] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(7254), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [240116] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(7256), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [240141] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(7258), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [240166] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7260), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7262), 1, - sym_escape_sequence, - ACTIONS(7264), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4657), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [240191] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7266), 1, - anon_sym_SQUOTE, - ACTIONS(7268), 1, - sym_escape_sequence, - ACTIONS(7270), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4659), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [240216] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7272), 1, - anon_sym_DQUOTE, - ACTIONS(7274), 1, - sym_escape_sequence, - ACTIONS(7276), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4663), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [240241] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7278), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [240266] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7280), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [240291] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7282), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [240316] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7284), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [240341] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7286), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7288), 1, - sym_escape_sequence, - ACTIONS(7290), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4676), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [240366] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7292), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7294), 1, - sym_escape_sequence, - ACTIONS(7296), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4677), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [240391] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7298), 1, - anon_sym_SQUOTE, - ACTIONS(7300), 1, - sym_escape_sequence, - ACTIONS(7302), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4678), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [240416] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7304), 1, - anon_sym_DQUOTE, - ACTIONS(7306), 1, - sym_escape_sequence, - ACTIONS(7308), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4679), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [240441] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7310), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7312), 1, - sym_escape_sequence, - ACTIONS(7314), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4499), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [240466] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7316), 1, - anon_sym_DQUOTE, - ACTIONS(7318), 1, - sym_escape_sequence, - ACTIONS(7320), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4759), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [240491] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7322), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [240516] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7324), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [240541] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7326), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [240566] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7328), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [240591] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7330), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [240616] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7332), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [240641] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7334), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [240666] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7336), 1, - anon_sym_SQUOTE, - ACTIONS(7338), 1, - sym_escape_sequence, - ACTIONS(7340), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4767), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [240691] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7342), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [240716] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7344), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7346), 1, - sym_escape_sequence, - ACTIONS(7348), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4688), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [240741] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7350), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7352), 1, - sym_escape_sequence, - ACTIONS(7354), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4689), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [240766] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7356), 1, - anon_sym_SQUOTE, - ACTIONS(7358), 1, - sym_escape_sequence, - ACTIONS(7360), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4690), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [240791] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7362), 1, - anon_sym_DQUOTE, - ACTIONS(7364), 1, - sym_escape_sequence, - ACTIONS(7366), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4691), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [240816] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7368), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7370), 1, - sym_escape_sequence, - ACTIONS(7372), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4686), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [240841] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7374), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7376), 1, - sym_escape_sequence, - ACTIONS(7378), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4768), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [240866] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7380), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7382), 1, - sym_escape_sequence, - ACTIONS(7384), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4687), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [240891] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7386), 1, - anon_sym_SQUOTE, - ACTIONS(7388), 1, - sym_escape_sequence, - ACTIONS(7390), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4692), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [240916] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7392), 1, - anon_sym_DQUOTE, - ACTIONS(7394), 1, - sym_escape_sequence, - ACTIONS(7396), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4694), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [240941] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7398), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [240966] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7400), 1, - anon_sym_DQUOTE, - ACTIONS(7402), 1, - sym_escape_sequence, - ACTIONS(7404), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4717), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [240991] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7406), 1, - anon_sym_SQUOTE, - ACTIONS(7408), 1, - sym_escape_sequence, - ACTIONS(7410), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4718), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [241016] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7412), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7414), 1, - sym_escape_sequence, - ACTIONS(7416), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4719), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [241041] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7418), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7420), 1, - sym_escape_sequence, - ACTIONS(7422), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4720), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [241066] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7424), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [241091] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7426), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [241116] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7428), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [241141] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7430), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7432), 1, - sym_escape_sequence, - ACTIONS(7434), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4704), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [241166] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7436), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7438), 1, - sym_escape_sequence, - ACTIONS(7440), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4709), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [241191] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7442), 1, - anon_sym_SQUOTE, - ACTIONS(7444), 1, - sym_escape_sequence, - ACTIONS(7446), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4710), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [241216] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7448), 1, - anon_sym_DQUOTE, - ACTIONS(7450), 1, - sym_escape_sequence, - ACTIONS(7452), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4711), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [241241] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7454), 1, - anon_sym_SLASH, - ACTIONS(7456), 1, - sym_escape_sequence, - ACTIONS(7458), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4546), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [241266] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7460), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [241291] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7462), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [241316] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7464), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [241341] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7466), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [241366] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(7468), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [241391] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7470), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [241416] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7472), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [241441] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7474), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [241466] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7476), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [241491] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7478), 1, - anon_sym_PIPE, - ACTIONS(7480), 1, - sym_escape_sequence, - ACTIONS(7482), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4547), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [241516] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7484), 1, - anon_sym_GT, - ACTIONS(7486), 1, - sym_escape_sequence, - ACTIONS(7488), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4562), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [241541] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7490), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [241566] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7492), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7494), 1, - sym_escape_sequence, - ACTIONS(7496), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4722), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [241591] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7498), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7500), 1, - sym_escape_sequence, - ACTIONS(7502), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4723), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [241616] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7504), 1, - anon_sym_SQUOTE, - ACTIONS(7506), 1, - sym_escape_sequence, - ACTIONS(7508), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4725), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [241641] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7510), 1, - anon_sym_DQUOTE, - ACTIONS(7512), 1, - sym_escape_sequence, - ACTIONS(7514), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4728), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [241666] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7516), 1, - anon_sym_RBRACK, - ACTIONS(7518), 1, - sym_escape_sequence, - ACTIONS(7520), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4563), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [241691] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(7522), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [241716] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7524), 1, - anon_sym_RBRACE, - ACTIONS(7526), 1, - sym_escape_sequence, - ACTIONS(7528), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4581), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [241741] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(7530), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [241766] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7532), 1, - anon_sym_RPAREN, - ACTIONS(7534), 1, - sym_escape_sequence, - ACTIONS(7536), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4590), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [241791] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(7538), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [241816] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7540), 1, - anon_sym_RPAREN, - ACTIONS(7542), 1, - sym_escape_sequence, - ACTIONS(7544), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4770), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [241841] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7546), 1, - anon_sym_RBRACE, - ACTIONS(7548), 1, - sym_escape_sequence, - ACTIONS(7550), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4771), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [241866] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7552), 1, - anon_sym_RBRACK, - ACTIONS(7554), 1, - sym_escape_sequence, - ACTIONS(7556), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4772), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [241891] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7558), 1, - anon_sym_GT, - ACTIONS(7560), 1, - sym_escape_sequence, - ACTIONS(7562), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4773), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [241916] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7564), 1, - anon_sym_PIPE, - ACTIONS(7566), 1, - sym_escape_sequence, - ACTIONS(7568), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4774), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [241941] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7570), 1, - anon_sym_SLASH, - ACTIONS(7572), 1, - sym_escape_sequence, - ACTIONS(7574), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4775), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [241966] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(7576), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [241991] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(7578), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [242016] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(7580), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [242041] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(7582), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [242066] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(7584), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [242091] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(7586), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [242116] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7588), 1, - anon_sym_SLASH, - ACTIONS(7590), 1, - sym_escape_sequence, - ACTIONS(7592), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4745), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [242141] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7594), 1, - anon_sym_PIPE, - ACTIONS(7596), 1, - sym_escape_sequence, - ACTIONS(7598), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4746), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [242166] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7600), 1, - anon_sym_GT, - ACTIONS(7602), 1, - sym_escape_sequence, - ACTIONS(7604), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4747), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [242191] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7606), 1, - anon_sym_RBRACK, - ACTIONS(7608), 1, - sym_escape_sequence, - ACTIONS(7610), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4748), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [242216] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7612), 1, - anon_sym_RBRACE, - ACTIONS(7614), 1, - sym_escape_sequence, - ACTIONS(7616), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4749), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [242241] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7618), 1, - anon_sym_RPAREN, - ACTIONS(7620), 1, - sym_escape_sequence, - ACTIONS(7622), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4750), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [242266] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(7624), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [242291] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7626), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7628), 1, - sym_escape_sequence, - ACTIONS(7630), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4769), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [242316] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7632), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [242341] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(7634), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [242366] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(7636), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [242391] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7638), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [242416] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(7640), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [242441] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(7642), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [242466] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7644), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [242491] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7646), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [242516] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7648), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [242541] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7650), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [242566] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7652), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [242591] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(7654), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [242616] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(7656), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [242641] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(7658), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [242666] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(7660), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [242691] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(7662), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [242716] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(7664), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [242741] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7666), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [242766] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7668), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7670), 1, - sym_escape_sequence, - ACTIONS(7672), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4762), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [242791] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7674), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7676), 1, - sym_escape_sequence, - ACTIONS(7678), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4765), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [242816] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7680), 1, - anon_sym_SQUOTE, - ACTIONS(7682), 1, - sym_escape_sequence, - ACTIONS(7684), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4766), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [242841] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7686), 1, - anon_sym_DQUOTE, - ACTIONS(7688), 1, - sym_escape_sequence, - ACTIONS(7690), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4776), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [242866] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(7692), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [242891] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(7694), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [242916] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(7696), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [242941] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(7698), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [242966] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(7700), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [242991] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(7702), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [243016] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7704), 1, - anon_sym_SQUOTE, - ACTIONS(7706), 1, - sym_escape_sequence, - ACTIONS(7708), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4513), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [243041] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7710), 1, - anon_sym_DQUOTE, - ACTIONS(7712), 1, - sym_escape_sequence, - ACTIONS(7714), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4613), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [243066] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7716), 1, - anon_sym_SLASH, - ACTIONS(7718), 1, - sym_escape_sequence, - ACTIONS(7720), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4781), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [243091] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7722), 1, - anon_sym_PIPE, - ACTIONS(7724), 1, - sym_escape_sequence, - ACTIONS(7726), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4782), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [243116] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7728), 1, - anon_sym_GT, - ACTIONS(7730), 1, - sym_escape_sequence, - ACTIONS(7732), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4783), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [243141] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7734), 1, - anon_sym_RBRACK, - ACTIONS(7736), 1, - sym_escape_sequence, - ACTIONS(7738), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4784), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [243166] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7740), 1, - anon_sym_RBRACE, - ACTIONS(7742), 1, - sym_escape_sequence, - ACTIONS(7744), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4785), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [243191] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7746), 1, - anon_sym_RPAREN, - ACTIONS(7748), 1, - sym_escape_sequence, - ACTIONS(7750), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4786), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [243216] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7752), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [243241] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7754), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [243266] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7756), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [243291] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7758), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [243316] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7760), 1, - anon_sym_DQUOTE, - ACTIONS(7762), 1, - sym_escape_sequence, - ACTIONS(7764), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4896), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [243341] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7766), 1, - anon_sym_RPAREN, - ACTIONS(7768), 1, - sym_escape_sequence, - ACTIONS(7770), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4867), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [243366] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7772), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7774), 1, - sym_escape_sequence, - ACTIONS(7776), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4795), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [243391] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7778), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7780), 1, - sym_escape_sequence, - ACTIONS(7782), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4796), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [243416] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7784), 1, - anon_sym_SQUOTE, - ACTIONS(7786), 1, - sym_escape_sequence, - ACTIONS(7788), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4797), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [243441] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7790), 1, - anon_sym_DQUOTE, - ACTIONS(7792), 1, - sym_escape_sequence, - ACTIONS(7794), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4798), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [243466] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(7796), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [243491] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(7798), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [243516] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(7800), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [243541] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7802), 1, - anon_sym_DQUOTE, - ACTIONS(7804), 1, - sym_escape_sequence, - ACTIONS(7806), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4820), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [243566] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7808), 1, - anon_sym_SQUOTE, - ACTIONS(7810), 1, - sym_escape_sequence, - ACTIONS(7812), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4821), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [243591] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7814), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7816), 1, - sym_escape_sequence, - ACTIONS(7818), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4822), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [243616] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7820), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7822), 1, - sym_escape_sequence, - ACTIONS(7824), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4823), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [243641] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(7826), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [243666] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(7828), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [243691] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(7830), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [243716] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(7832), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [243741] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(7834), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [243766] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(7836), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [243791] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(7838), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [243816] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7840), 1, - anon_sym_RBRACK, - ACTIONS(7842), 1, - sym_escape_sequence, - ACTIONS(7844), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4892), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [243841] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7846), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [243866] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7848), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [243891] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7850), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [243916] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7852), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [243941] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(7854), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [243966] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(7856), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [243991] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(7858), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [244016] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7860), 1, - anon_sym_SLASH, - ACTIONS(7862), 1, - sym_escape_sequence, - ACTIONS(7864), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4806), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [244041] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7866), 1, - anon_sym_PIPE, - ACTIONS(7868), 1, - sym_escape_sequence, - ACTIONS(7870), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4807), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [244066] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7872), 1, - anon_sym_GT, - ACTIONS(7874), 1, - sym_escape_sequence, - ACTIONS(7876), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4815), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [244091] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7878), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [244116] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7880), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [244141] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7882), 1, - anon_sym_RBRACK, - ACTIONS(7884), 1, - sym_escape_sequence, - ACTIONS(7886), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4824), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [244166] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7888), 1, - anon_sym_RBRACE, - ACTIONS(7890), 1, - sym_escape_sequence, - ACTIONS(7892), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4825), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [244191] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7894), 1, - anon_sym_RPAREN, - ACTIONS(7896), 1, - sym_escape_sequence, - ACTIONS(7898), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4826), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [244216] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(7900), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [244241] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7902), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [244266] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(7904), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [244291] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7906), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [244316] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7908), 1, - anon_sym_SLASH, - ACTIONS(7910), 1, - sym_escape_sequence, - ACTIONS(7912), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4410), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [244341] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7914), 1, - anon_sym_SQUOTE, - ACTIONS(7916), 1, - sym_escape_sequence, - ACTIONS(7918), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4897), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [244366] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7920), 1, - anon_sym_PIPE, - ACTIONS(7922), 1, - sym_escape_sequence, - ACTIONS(7924), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4736), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [244391] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7926), 1, - anon_sym_RPAREN, - ACTIONS(7928), 1, - sym_escape_sequence, - ACTIONS(7930), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4873), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [244416] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7932), 1, - anon_sym_RBRACE, - ACTIONS(7934), 1, - sym_escape_sequence, - ACTIONS(7936), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4874), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [244441] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7938), 1, - anon_sym_RBRACK, - ACTIONS(7940), 1, - sym_escape_sequence, - ACTIONS(7942), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4875), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [244466] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7944), 1, - anon_sym_GT, - ACTIONS(7946), 1, - sym_escape_sequence, - ACTIONS(7948), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4876), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [244491] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7950), 1, - anon_sym_PIPE, - ACTIONS(7952), 1, - sym_escape_sequence, - ACTIONS(7954), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4877), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [244516] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7956), 1, - anon_sym_SLASH, - ACTIONS(7958), 1, - sym_escape_sequence, - ACTIONS(7960), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4878), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [244541] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(7962), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [244566] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(7964), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [244591] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7966), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(7968), 1, - sym_escape_sequence, - ACTIONS(7970), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4835), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [244616] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7972), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(7974), 1, - sym_escape_sequence, - ACTIONS(7976), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4837), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [244641] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7978), 1, - anon_sym_SQUOTE, - ACTIONS(7980), 1, - sym_escape_sequence, - ACTIONS(7982), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4848), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [244666] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(7984), 1, - anon_sym_DQUOTE, - ACTIONS(7986), 1, - sym_escape_sequence, - ACTIONS(7988), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4849), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [244691] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(7990), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [244716] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(7992), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [244741] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(7994), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [244766] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(7996), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [244791] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(7998), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [244816] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8000), 1, - anon_sym_GT, - ACTIONS(8002), 1, - sym_escape_sequence, - ACTIONS(8004), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4738), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [244841] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8006), 1, - anon_sym_GT, - ACTIONS(8008), 1, - sym_escape_sequence, - ACTIONS(8010), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4901), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [244866] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8012), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8014), 1, - sym_escape_sequence, - ACTIONS(8016), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4900), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [244891] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8018), 1, - anon_sym_PIPE, - ACTIONS(8020), 1, - sym_escape_sequence, - ACTIONS(8022), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4899), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [244916] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8024), 1, - anon_sym_RBRACK, - ACTIONS(8026), 1, - sym_escape_sequence, - ACTIONS(8028), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4760), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [244941] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8030), 1, - anon_sym_RBRACE, - ACTIONS(8032), 1, - sym_escape_sequence, - ACTIONS(8034), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4763), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [244966] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8036), 1, - anon_sym_SLASH, - ACTIONS(8038), 1, - sym_escape_sequence, - ACTIONS(8040), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4898), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [244991] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8042), 1, - anon_sym_RPAREN, - ACTIONS(8044), 1, - sym_escape_sequence, - ACTIONS(8046), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4764), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [245016] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(8048), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [245041] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8050), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8052), 1, - sym_escape_sequence, - ACTIONS(8054), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4830), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [245066] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(8056), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [245091] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8058), 1, - anon_sym_SLASH, - ACTIONS(8060), 1, - sym_escape_sequence, - ACTIONS(8062), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4854), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [245116] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8064), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8066), 1, - sym_escape_sequence, - ACTIONS(8068), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4831), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [245141] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8070), 1, - anon_sym_SQUOTE, - ACTIONS(8072), 1, - sym_escape_sequence, - ACTIONS(8074), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4836), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [245166] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6304), 1, - sym_escape_sequence, - ACTIONS(6306), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(8076), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4582), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [245191] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(8078), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [245216] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(8080), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [245241] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(8082), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [245266] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(8084), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [245291] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(8086), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [245316] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8088), 1, - anon_sym_PIPE, - ACTIONS(8090), 1, - sym_escape_sequence, - ACTIONS(8092), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4855), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [245341] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8094), 1, - anon_sym_GT, - ACTIONS(8096), 1, - sym_escape_sequence, - ACTIONS(8098), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4856), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [245366] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8100), 1, - anon_sym_RBRACK, - ACTIONS(8102), 1, - sym_escape_sequence, - ACTIONS(8104), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4857), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [245391] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8106), 1, - anon_sym_RBRACE, - ACTIONS(8108), 1, - sym_escape_sequence, - ACTIONS(8110), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4858), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [245416] = 7, - ACTIONS(6166), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8112), 1, - anon_sym_RPAREN, - ACTIONS(8114), 1, - sym_escape_sequence, - ACTIONS(8116), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4869), 2, - sym_interpolation, - aux_sym__quoted_i_parenthesis_repeat1, - [245441] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8118), 1, - anon_sym_DQUOTE, - ACTIONS(8120), 1, - sym_escape_sequence, - ACTIONS(8122), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4838), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [245466] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8124), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8126), 1, - sym_escape_sequence, - ACTIONS(8128), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4902), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [245491] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(8130), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [245516] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(8132), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [245541] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(8134), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [245566] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(8136), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [245591] = 7, - ACTIONS(6076), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6264), 1, - sym_escape_sequence, - ACTIONS(6266), 1, - sym__quoted_content_i_curly, - ACTIONS(8138), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4561), 2, - sym_interpolation, - aux_sym__quoted_i_curly_repeat1, - [245616] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8140), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8142), 1, - sym_escape_sequence, - ACTIONS(8144), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4886), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [245641] = 7, - ACTIONS(6158), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6316), 1, - sym_escape_sequence, - ACTIONS(6318), 1, - sym__quoted_content_i_square, - ACTIONS(8146), 1, - anon_sym_RBRACK, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4552), 2, - sym_interpolation, - aux_sym__quoted_i_square_repeat1, - [245666] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8148), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8150), 1, - sym_escape_sequence, - ACTIONS(8152), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4887), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [245691] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8154), 1, - anon_sym_SQUOTE, - ACTIONS(8156), 1, - sym_escape_sequence, - ACTIONS(8158), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4888), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [245716] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(8160), 1, - anon_sym_DQUOTE, - ACTIONS(8162), 1, - sym_escape_sequence, - ACTIONS(8164), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4889), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [245741] = 7, - ACTIONS(6092), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6234), 1, - sym_escape_sequence, - ACTIONS(6236), 1, - sym__quoted_content_i_double, - ACTIONS(8166), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4481), 2, - sym_interpolation, - aux_sym__quoted_i_double_repeat1, - [245766] = 7, - ACTIONS(6100), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6240), 1, - sym_escape_sequence, - ACTIONS(6242), 1, - sym__quoted_content_i_single, - ACTIONS(8168), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4482), 2, - sym_interpolation, - aux_sym__quoted_i_single_repeat1, - [245791] = 7, - ACTIONS(6084), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6086), 1, - sym_escape_sequence, - ACTIONS(6088), 1, - sym__quoted_content_i_slash, - ACTIONS(8170), 1, - anon_sym_SLASH, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4544), 2, - sym_interpolation, - aux_sym__quoted_i_slash_repeat1, - [245816] = 7, - ACTIONS(6136), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6328), 1, - sym_escape_sequence, - ACTIONS(6330), 1, - sym__quoted_content_i_bar, - ACTIONS(8172), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4548), 2, - sym_interpolation, - aux_sym__quoted_i_bar_repeat1, - [245841] = 7, - ACTIONS(6108), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6248), 1, - sym_escape_sequence, - ACTIONS(6250), 1, - sym__quoted_content_i_heredoc_single, - ACTIONS(8174), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4483), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_single_repeat1, - [245866] = 7, - ACTIONS(6150), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6322), 1, - sym_escape_sequence, - ACTIONS(6324), 1, - sym__quoted_content_i_angle, - ACTIONS(8176), 1, - anon_sym_GT, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4549), 2, - sym_interpolation, - aux_sym__quoted_i_angle_repeat1, - [245891] = 7, - ACTIONS(6122), 1, - anon_sym_POUND_LBRACE, - ACTIONS(6256), 1, - sym_escape_sequence, - ACTIONS(6258), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(8178), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - STATE(4484), 2, - sym_interpolation, - aux_sym__quoted_i_heredoc_double_repeat1, - [245916] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, anon_sym_SEMI, - ACTIONS(8182), 1, - anon_sym_end, - STATE(133), 1, + STATE(850), 1, sym__terminator, - STATE(1014), 1, + STATE(1031), 1, aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [245942] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1557), 1, - anon_sym_RPAREN, - ACTIONS(8184), 1, - anon_sym_SEMI, - STATE(358), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [245968] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8186), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4929), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [245994] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8188), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246020] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1511), 1, - anon_sym_RPAREN, - ACTIONS(8190), 1, - anon_sym_SEMI, - STATE(432), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246046] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1703), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246072] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8194), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246098] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4057), 1, - anon_sym_end, - ACTIONS(5938), 1, - aux_sym__terminator_token1, - ACTIONS(8196), 1, - anon_sym_SEMI, - STATE(831), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4910), 1, + STATE(5073), 1, aux_sym_source_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [246124] = 8, + [267614] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(8180), 1, + ACTIONS(7169), 1, anon_sym_SEMI, - ACTIONS(8199), 1, + ACTIONS(7171), 1, anon_sym_end, STATE(133), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4956), 1, + STATE(5111), 1, aux_sym_anonymous_function_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [246150] = 8, + [267640] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(7173), 1, + anon_sym_COMMA, + STATE(5836), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3152), 3, + anon_sym_RPAREN, + anon_sym_when, + anon_sym_DASH_GT, + [267660] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1579), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [267686] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1579), 1, + anon_sym_RPAREN, + ACTIONS(7177), 1, + anon_sym_SEMI, + STATE(435), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [267712] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, ACTIONS(890), 1, anon_sym_RPAREN, - ACTIONS(8192), 1, + ACTIONS(7175), 1, anon_sym_SEMI, - STATE(134), 1, + STATE(136), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4916), 1, + STATE(5806), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [246176] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1627), 1, - anon_sym_RPAREN, - ACTIONS(8201), 1, - anon_sym_SEMI, - STATE(390), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, + [267738] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7179), 1, + anon_sym_DQUOTE, + STATE(5801), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [246202] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, + ACTIONS(5), 2, aux_sym__terminator_token1, - ACTIONS(1569), 1, - anon_sym_RPAREN, - ACTIONS(3784), 1, - anon_sym_SEMI, - STATE(380), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, + sym_comment, + [267762] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7179), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [246228] = 8, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267786] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1581), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5122), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [267812] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(1295), 1, anon_sym_RPAREN, - ACTIONS(4563), 1, + ACTIONS(4657), 1, aux_sym__terminator_token1, - ACTIONS(4566), 1, + ACTIONS(4660), 1, anon_sym_SEMI, - STATE(350), 1, + STATE(345), 1, sym__terminator, - STATE(1022), 1, + STATE(1030), 1, aux_sym__terminator_repeat1, - STATE(5006), 1, + STATE(5073), 1, aux_sym_source_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [246254] = 8, + [267838] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1581), 1, + anon_sym_RPAREN, + ACTIONS(3962), 1, + anon_sym_SEMI, + STATE(372), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [267864] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7181), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267888] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(1569), 1, + ACTIONS(1581), 1, anon_sym_RPAREN, - ACTIONS(8192), 1, + ACTIONS(7175), 1, anon_sym_SEMI, - STATE(134), 1, + STATE(136), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4920), 1, + STATE(5344), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [246280] = 5, + [267914] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7183), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267938] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7181), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5391), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267962] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7185), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [267986] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7187), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268010] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7189), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268034] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7191), 1, + anon_sym_SQUOTE, + STATE(5088), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268058] = 8, ACTIONS(5), 1, sym_comment, - ACTIONS(8203), 1, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7193), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5665), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [268084] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7195), 1, + anon_sym_SQUOTE, + STATE(5779), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268108] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7195), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268132] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7197), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5769), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268156] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7199), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268180] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7197), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268204] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7201), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5744), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268228] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7201), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268252] = 7, + ACTIONS(7203), 1, + anon_sym_RPAREN, + ACTIONS(7205), 1, + anon_sym_POUND_LBRACE, + ACTIONS(7208), 1, + sym_escape_sequence, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268276] = 7, + ACTIONS(7211), 1, + anon_sym_SLASH, + ACTIONS(7213), 1, + anon_sym_POUND_LBRACE, + ACTIONS(7216), 1, + sym_escape_sequence, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268300] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7219), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268324] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7221), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268348] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(7225), 1, anon_sym_COMMA, - STATE(4917), 1, + STATE(5594), 1, aux_sym_keywords_repeat1, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(3072), 3, - anon_sym_RPAREN, - anon_sym_when, - anon_sym_DASH_GT, - [246300] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8206), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246326] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8206), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4909), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246352] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5910), 1, - aux_sym__terminator_token1, - ACTIONS(5916), 1, - anon_sym_RPAREN, - ACTIONS(8208), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246378] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1619), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246404] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(898), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4943), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246430] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1619), 1, - anon_sym_RPAREN, - ACTIONS(3929), 1, - anon_sym_SEMI, - STATE(389), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246456] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1619), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4971), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246482] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(8211), 1, - anon_sym_COMMA, - STATE(4925), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3409), 3, + ACTIONS(7223), 3, anon_sym_RPAREN, anon_sym_RBRACE, anon_sym_RBRACK, - [246502] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8214), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4918), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246528] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(878), 1, + [268368] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7227), 1, anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4921), 1, - aux_sym_block_repeat1, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [246554] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8216), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4950), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246580] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8216), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246606] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1511), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246632] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8218), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246658] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_end, - ACTIONS(8220), 1, - aux_sym__terminator_token1, - ACTIONS(8223), 1, - anon_sym_SEMI, - STATE(348), 1, - sym__terminator, - STATE(1019), 1, - aux_sym__terminator_repeat1, - STATE(4910), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246684] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8226), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4964), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246710] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1535), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246736] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8228), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246762] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1535), 1, - anon_sym_RPAREN, - ACTIONS(8230), 1, - anon_sym_SEMI, - STATE(364), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246788] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1605), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246814] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8232), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246840] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1681), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4908), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246866] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8234), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4952), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246892] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1681), 1, - anon_sym_RPAREN, - ACTIONS(3905), 1, - anon_sym_SEMI, - STATE(426), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246918] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8232), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4931), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246944] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1681), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246970] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1541), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [246996] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1541), 1, - anon_sym_RPAREN, - ACTIONS(3818), 1, - anon_sym_SEMI, - STATE(356), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247022] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1541), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4934), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247048] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8236), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4938), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247074] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1677), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247100] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(910), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4944), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247126] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8238), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247152] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(870), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4962), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247178] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8240), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247204] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8242), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247230] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1617), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247256] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1617), 1, - anon_sym_RPAREN, - ACTIONS(8244), 1, - anon_sym_SEMI, - STATE(381), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247282] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(8246), 1, - aux_sym__terminator_token1, - ACTIONS(8249), 1, - anon_sym_SEMI, - ACTIONS(8252), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247308] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8254), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4903), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247334] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1605), 1, - anon_sym_RPAREN, - ACTIONS(8256), 1, - anon_sym_SEMI, - STATE(394), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247360] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1723), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4981), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247386] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8258), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247412] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8258), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4953), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247438] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1723), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247464] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8260), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4991), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247490] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8260), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247516] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1649), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247542] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1649), 1, - anon_sym_RPAREN, - ACTIONS(3812), 1, - anon_sym_SEMI, - STATE(385), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247568] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1649), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4954), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247594] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8262), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4960), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247620] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(914), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4965), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247646] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8182), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(5001), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247672] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1627), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247698] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4108), 1, - anon_sym_RPAREN, - ACTIONS(5924), 1, - aux_sym__terminator_token1, - ACTIONS(8264), 1, - anon_sym_SEMI, - STATE(451), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247724] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1569), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4937), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247750] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1303), 1, - anon_sym_RPAREN, - ACTIONS(8267), 1, - aux_sym__terminator_token1, - ACTIONS(8270), 1, - anon_sym_SEMI, - STATE(349), 1, - sym__terminator, - STATE(1022), 1, - aux_sym__terminator_repeat1, - STATE(5006), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247776] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8273), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247802] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1729), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247828] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1729), 1, - anon_sym_RPAREN, - ACTIONS(8275), 1, - anon_sym_SEMI, - STATE(430), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247854] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1609), 1, - anon_sym_RPAREN, - ACTIONS(8277), 1, - anon_sym_SEMI, - STATE(357), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247880] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8279), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247906] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8279), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4975), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247932] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1609), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247958] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8234), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [247984] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1719), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248010] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1719), 1, - anon_sym_RPAREN, - ACTIONS(3770), 1, - anon_sym_SEMI, - STATE(439), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248036] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1719), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4976), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248062] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1723), 1, - anon_sym_RPAREN, - ACTIONS(3810), 1, - anon_sym_SEMI, - STATE(382), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248088] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8281), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4979), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248114] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(886), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4983), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248140] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9), 1, - aux_sym__terminator_token1, - ACTIONS(1639), 1, - ts_builtin_sym_end, - ACTIONS(8283), 1, - anon_sym_SEMI, - STATE(388), 1, - sym__terminator, - STATE(1016), 1, - aux_sym__terminator_repeat1, - STATE(5005), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248166] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(8285), 1, - anon_sym_COMMA, - STATE(4990), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3072), 3, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - [248186] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8288), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248212] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8290), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4906), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248238] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1583), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(5003), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248264] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1583), 1, - anon_sym_RPAREN, - ACTIONS(3806), 1, - anon_sym_SEMI, - STATE(363), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248290] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1583), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248316] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1683), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248342] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1683), 1, - anon_sym_RPAREN, - ACTIONS(8292), 1, - anon_sym_SEMI, - STATE(405), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248368] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1295), 1, - anon_sym_end, - ACTIONS(4668), 1, - aux_sym__terminator_token1, - ACTIONS(4671), 1, - anon_sym_SEMI, - STATE(346), 1, - sym__terminator, - STATE(1019), 1, - aux_sym__terminator_repeat1, - STATE(4910), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248394] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(8294), 1, - anon_sym_COMMA, - STATE(4990), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(5870), 3, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - [248414] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8296), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248440] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8298), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248466] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8296), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4911), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248492] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1557), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248518] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1703), 1, - anon_sym_RPAREN, - ACTIONS(8300), 1, - anon_sym_SEMI, - STATE(434), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248544] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4055), 1, - ts_builtin_sym_end, - ACTIONS(5938), 1, - aux_sym__terminator_token1, - ACTIONS(8302), 1, - anon_sym_SEMI, - STATE(513), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5005), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248570] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4057), 1, - anon_sym_RPAREN, - ACTIONS(5938), 1, - aux_sym__terminator_token1, - ACTIONS(8305), 1, - anon_sym_SEMI, - STATE(746), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(5006), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248596] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1635), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248622] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8308), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248648] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(8310), 1, - anon_sym_COMMA, - STATE(4917), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3157), 3, - anon_sym_RPAREN, - anon_sym_when, - anon_sym_DASH_GT, - [248668] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1635), 1, - anon_sym_RPAREN, - ACTIONS(3879), 1, - anon_sym_SEMI, - STATE(351), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248694] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8312), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248720] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1635), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4930), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248746] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9), 1, - aux_sym__terminator_token1, - ACTIONS(1663), 1, - ts_builtin_sym_end, - ACTIONS(4466), 1, - anon_sym_SEMI, - STATE(396), 1, - sym__terminator, - STATE(1016), 1, - aux_sym__terminator_repeat1, - STATE(5005), 1, - aux_sym_source_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248772] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8314), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4982), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248798] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1697), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248824] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1697), 1, - anon_sym_RPAREN, - ACTIONS(3927), 1, - anon_sym_SEMI, - STATE(417), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248850] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1667), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248876] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1667), 1, - anon_sym_RPAREN, - ACTIONS(8316), 1, - anon_sym_SEMI, - STATE(442), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248902] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1669), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4920), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248928] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1030), 1, - aux_sym__terminator_token1, - ACTIONS(1669), 1, - anon_sym_RPAREN, - ACTIONS(8318), 1, - anon_sym_SEMI, - STATE(401), 1, - sym__terminator, - STATE(1018), 1, - aux_sym__terminator_repeat1, - STATE(4972), 1, - aux_sym_block_repeat2, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248954] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(902), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4948), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [248980] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(1697), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4996), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [249006] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8320), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(5000), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [249032] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(8324), 1, - anon_sym_COMMA, - STATE(4999), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(8322), 3, - anon_sym_RPAREN, - anon_sym_RBRACE, - anon_sym_RBRACK, - [249052] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(882), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(5036), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [249078] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8326), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [249104] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8326), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(5011), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [249130] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(874), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4995), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [249156] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8188), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4935), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [249182] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, + ACTIONS(5), 2, aux_sym__terminator_token1, - ACTIONS(906), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, - anon_sym_SEMI, - STATE(134), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(5007), 1, - aux_sym_block_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [249208] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8328), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(4956), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [249234] = 8, - ACTIONS(5), 1, sym_comment, - ACTIONS(680), 1, - aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8330), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(5031), 1, - aux_sym_anonymous_function_repeat1, + [268392] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7229), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [249260] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(680), 1, + ACTIONS(5), 2, aux_sym__terminator_token1, - ACTIONS(8180), 1, - anon_sym_SEMI, - ACTIONS(8328), 1, - anon_sym_end, - STATE(133), 1, - sym__terminator, - STATE(1014), 1, - aux_sym__terminator_repeat1, - STATE(5008), 1, - aux_sym_anonymous_function_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - [249286] = 5, - ACTIONS(5), 1, sym_comment, - ACTIONS(8310), 1, - anon_sym_COMMA, - STATE(5009), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(3424), 3, - anon_sym_RPAREN, - anon_sym_when, - anon_sym_DASH_GT, - [249306] = 8, + [268416] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, ACTIONS(894), 1, anon_sym_RPAREN, - ACTIONS(8192), 1, + ACTIONS(7175), 1, anon_sym_SEMI, - STATE(134), 1, + STATE(136), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(5015), 1, + STATE(5546), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [249332] = 8, + [268442] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7231), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268466] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7231), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5390), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268490] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(1653), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, + ACTIONS(7169), 1, anon_sym_SEMI, - STATE(134), 1, + ACTIONS(7233), 1, + anon_sym_end, + STATE(133), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(4920), 1, + STATE(5156), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [268516] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7233), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [268542] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7235), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268566] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7237), 1, + anon_sym_DQUOTE, + STATE(5547), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268590] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7237), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268614] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7235), 1, + anon_sym_SQUOTE, + STATE(5389), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268638] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7239), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268662] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7241), 1, + anon_sym_SQUOTE, + STATE(5629), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268686] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7239), 1, + anon_sym_DQUOTE, + STATE(5388), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268710] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7241), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268734] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(882), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5386), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [249358] = 8, + [268760] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(1030), 1, aux_sym__terminator_token1, - ACTIONS(1653), 1, + ACTIONS(1587), 1, anon_sym_RPAREN, - ACTIONS(3776), 1, + ACTIONS(7243), 1, anon_sym_SEMI, - STATE(410), 1, + STATE(375), 1, sym__terminator, - STATE(1018), 1, + STATE(1031), 1, aux_sym__terminator_repeat1, - STATE(4972), 1, + STATE(5661), 1, aux_sym_block_repeat2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [249384] = 8, + [268786] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(1677), 1, + ACTIONS(1587), 1, anon_sym_RPAREN, - ACTIONS(8192), 1, + ACTIONS(7175), 1, anon_sym_SEMI, - STATE(134), 1, + STATE(136), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(5019), 1, + STATE(5344), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [249410] = 8, + [268812] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7245), 1, + anon_sym_RPAREN, + STATE(5166), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268836] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7245), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268860] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7247), 1, + anon_sym_RBRACE, + STATE(5167), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268884] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7247), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268908] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7249), 1, + anon_sym_RBRACK, + STATE(5168), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268932] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7249), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268956] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7251), 1, + anon_sym_GT, + STATE(5169), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [268980] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7251), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269004] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7253), 1, + anon_sym_PIPE, + STATE(5170), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269028] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7253), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269052] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7255), 1, + anon_sym_SLASH, + STATE(5171), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269076] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7255), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269100] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7257), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5609), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269124] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7257), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269148] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7259), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5610), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269172] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7259), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269196] = 7, + ACTIONS(7261), 1, + anon_sym_GT, + ACTIONS(7263), 1, + anon_sym_POUND_LBRACE, + ACTIONS(7266), 1, + sym_escape_sequence, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269220] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(1653), 1, - anon_sym_RPAREN, - ACTIONS(8192), 1, + ACTIONS(7169), 1, anon_sym_SEMI, - STATE(134), 1, + ACTIONS(7269), 1, + anon_sym_end, + STATE(133), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(5017), 1, + STATE(5798), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [269246] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7271), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269270] = 7, + ACTIONS(7273), 1, + anon_sym_RBRACK, + ACTIONS(7275), 1, + anon_sym_POUND_LBRACE, + ACTIONS(7278), 1, + sym_escape_sequence, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269294] = 7, + ACTIONS(7281), 1, + anon_sym_PIPE, + ACTIONS(7283), 1, + anon_sym_POUND_LBRACE, + ACTIONS(7286), 1, + sym_escape_sequence, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269318] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1717), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, aux_sym_block_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [249436] = 8, + [269344] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7289), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269368] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7291), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269392] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7291), 1, + anon_sym_SQUOTE, + STATE(5876), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269416] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7293), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269440] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7293), 1, + anon_sym_DQUOTE, + STATE(5145), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269464] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(1030), 1, aux_sym__terminator_token1, - ACTIONS(1677), 1, + ACTIONS(1571), 1, anon_sym_RPAREN, - ACTIONS(3895), 1, + ACTIONS(7295), 1, anon_sym_SEMI, - STATE(411), 1, + STATE(361), 1, sym__terminator, - STATE(1018), 1, + STATE(1031), 1, aux_sym__terminator_repeat1, - STATE(4972), 1, + STATE(5661), 1, aux_sym_block_repeat2, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [249462] = 8, + [269490] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7297), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269514] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7299), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269538] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7301), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269562] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7301), 1, + anon_sym_SQUOTE, + STATE(5151), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269586] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7303), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269610] = 8, ACTIONS(5), 1, sym_comment, ACTIONS(680), 1, aux_sym__terminator_token1, - ACTIONS(8180), 1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7305), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [269636] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7303), 1, + anon_sym_DQUOTE, + STATE(5152), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269660] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1571), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [269686] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7199), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5090), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269710] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7307), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269734] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7307), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5089), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269758] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7191), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269782] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7309), 1, + anon_sym_RPAREN, + STATE(5382), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269806] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7311), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269830] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7313), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269854] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7315), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269878] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7317), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269902] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7319), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269926] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7321), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269950] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7323), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269974] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7325), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [269998] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7327), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270022] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7327), 1, + anon_sym_SQUOTE, + STATE(5164), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270046] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7329), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270070] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7329), 1, + anon_sym_DQUOTE, + STATE(5165), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270094] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7309), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270118] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7331), 1, + anon_sym_RBRACE, + STATE(5392), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270142] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7333), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270166] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7335), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270190] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7337), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270214] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7337), 1, + anon_sym_SQUOTE, + STATE(5178), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270238] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7339), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270262] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7339), 1, + anon_sym_DQUOTE, + STATE(5179), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270286] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7331), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270310] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7341), 1, + anon_sym_RBRACK, + STATE(5407), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270334] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7343), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270358] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7345), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270382] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7347), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270406] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7347), 1, + anon_sym_SQUOTE, + STATE(5186), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270430] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7349), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270454] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7349), 1, + anon_sym_DQUOTE, + STATE(5187), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270478] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7341), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270502] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7351), 1, + anon_sym_GT, + STATE(5408), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270526] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7353), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270550] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7353), 1, + anon_sym_DQUOTE, + STATE(5086), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270574] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(874), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5085), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [270600] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7355), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270624] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7357), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270648] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7359), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270672] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7359), 1, + anon_sym_SQUOTE, + STATE(5197), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270696] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7361), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270720] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7361), 1, + anon_sym_DQUOTE, + STATE(5198), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270744] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7351), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270768] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(914), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5230), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [270794] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7363), 1, + anon_sym_DQUOTE, + STATE(5231), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270818] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7363), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270842] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7365), 1, + anon_sym_SQUOTE, + STATE(5233), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270866] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7365), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270890] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7367), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5234), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270914] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7367), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270938] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7369), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5235), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270962] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7369), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [270986] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7371), 1, + anon_sym_PIPE, + STATE(5409), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271010] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7373), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271034] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7375), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271058] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7377), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271082] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7379), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271106] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7379), 1, + anon_sym_SQUOTE, + STATE(5214), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271130] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7381), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5256), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [271156] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7383), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271180] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7385), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271204] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7385), 1, + anon_sym_DQUOTE, + STATE(5215), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271228] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7387), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271252] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7371), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271276] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7389), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271300] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1611), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5273), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [271326] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7391), 1, + anon_sym_SLASH, + STATE(5410), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271350] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1611), 1, + anon_sym_RPAREN, + ACTIONS(3968), 1, + anon_sym_SEMI, + STATE(384), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [271376] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7393), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271400] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1611), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [271426] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7395), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271450] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7397), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271474] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7399), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271498] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7401), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271522] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7403), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271546] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7405), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271570] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7407), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271594] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1583), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5158), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [271620] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7409), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271644] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7411), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271668] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7413), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271692] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7413), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5236), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271716] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7415), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271740] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7415), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5237), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271764] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7417), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271788] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7417), 1, + anon_sym_SQUOTE, + STATE(5239), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271812] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7419), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271836] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7419), 1, + anon_sym_DQUOTE, + STATE(5240), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271860] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7391), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271884] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7421), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271908] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7423), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271932] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7425), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271956] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7427), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [271980] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7429), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272004] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7431), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5307), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [272030] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7431), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [272056] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7429), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5250), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272080] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7433), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [272106] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7435), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272130] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7435), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5251), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272154] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7437), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272178] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7437), 1, + anon_sym_SQUOTE, + STATE(5252), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272202] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7439), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272226] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7439), 1, + anon_sym_DQUOTE, + STATE(5253), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272250] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7441), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272274] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7443), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272298] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7445), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272322] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7447), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272346] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7449), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272370] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7449), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5265), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272394] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7451), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272418] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1619), 1, + anon_sym_RPAREN, + ACTIONS(7453), 1, + anon_sym_SEMI, + STATE(404), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [272444] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1619), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [272470] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7455), 1, + anon_sym_RPAREN, + STATE(5317), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272494] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7455), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272518] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7457), 1, + anon_sym_RBRACE, + STATE(5318), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272542] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7457), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272566] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7459), 1, + anon_sym_RBRACK, + STATE(5319), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272590] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7459), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272614] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7461), 1, + anon_sym_GT, + STATE(5320), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272638] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7461), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272662] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7463), 1, + anon_sym_PIPE, + STATE(5321), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272686] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7463), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272710] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7465), 1, + anon_sym_SLASH, + STATE(5322), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272734] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7465), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272758] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7451), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5266), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272782] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7467), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272806] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7467), 1, + anon_sym_SQUOTE, + STATE(5267), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272830] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7469), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272854] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7469), 1, + anon_sym_DQUOTE, + STATE(5268), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272878] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7471), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272902] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7473), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272926] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7475), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272950] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7477), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272974] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7479), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [272998] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7479), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5291), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273022] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7481), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273046] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7481), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5292), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273070] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7483), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273094] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7483), 1, + anon_sym_SQUOTE, + STATE(5293), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273118] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7485), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273142] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7485), 1, + anon_sym_DQUOTE, + STATE(5294), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273166] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7487), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273190] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7489), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273214] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7491), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273238] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7493), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273262] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7495), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [273288] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4210), 1, + ts_builtin_sym_end, + ACTIONS(6018), 1, + aux_sym__terminator_token1, + ACTIONS(7497), 1, + anon_sym_SEMI, + STATE(449), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5308), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [273314] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7500), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273338] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7502), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273362] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7500), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5303), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273386] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7504), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273410] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7504), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5304), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273434] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7506), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273458] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7506), 1, + anon_sym_SQUOTE, + STATE(5305), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273482] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7508), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273506] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7510), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273530] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7512), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273554] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7514), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273578] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7516), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273602] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7518), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273626] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7520), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273650] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7508), 1, + anon_sym_DQUOTE, + STATE(5306), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273674] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7522), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273698] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7524), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273722] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7526), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273746] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7528), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273770] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7530), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273794] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7530), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5324), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273818] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7532), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273842] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7532), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5325), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273866] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7534), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273890] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7534), 1, + anon_sym_SQUOTE, + STATE(5326), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273914] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7536), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273938] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7536), 1, + anon_sym_DQUOTE, + STATE(5327), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [273962] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7538), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [273988] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7219), 1, + anon_sym_PIPE, + STATE(5106), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274012] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7540), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274036] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7542), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274060] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7544), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274084] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7546), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274108] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7548), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274132] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7546), 1, + anon_sym_SLASH, + STATE(5216), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274156] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(6004), 1, + aux_sym__terminator_token1, + ACTIONS(6010), 1, + anon_sym_RPAREN, + ACTIONS(7550), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [274182] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7553), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274206] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1583), 1, + anon_sym_RPAREN, + ACTIONS(3952), 1, + anon_sym_SEMI, + STATE(365), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [274232] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7553), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5338), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274256] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7555), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [274282] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7502), 1, + anon_sym_PIPE, + STATE(5220), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274306] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7557), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274330] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7559), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274354] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9), 1, + aux_sym__terminator_token1, + ACTIONS(1517), 1, + ts_builtin_sym_end, + ACTIONS(7561), 1, + anon_sym_SEMI, + STATE(440), 1, + sym__terminator, + STATE(1033), 1, + aux_sym__terminator_repeat1, + STATE(5308), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [274380] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7557), 1, + anon_sym_GT, + STATE(5223), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274404] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7563), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274428] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(910), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5380), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [274454] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7565), 1, + anon_sym_DQUOTE, + STATE(5381), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274478] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7565), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274502] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7567), 1, + anon_sym_SQUOTE, + STATE(5383), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274526] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7567), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274550] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7569), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5384), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274574] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7569), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274598] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7571), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5385), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274622] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7571), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274646] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7559), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5339), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274670] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7573), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274694] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7563), 1, + anon_sym_RBRACK, + STATE(5225), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274718] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7575), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274742] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7573), 1, + anon_sym_SQUOTE, + STATE(5340), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274766] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7575), 1, + anon_sym_RBRACE, + STATE(5229), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274790] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7577), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5406), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [274816] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7579), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274840] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7579), 1, + anon_sym_RPAREN, + STATE(5232), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274864] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7581), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274888] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1635), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [274914] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1635), 1, + anon_sym_RPAREN, + ACTIONS(7583), 1, + anon_sym_SEMI, + STATE(387), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [274940] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1679), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5416), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [274966] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7581), 1, + anon_sym_DQUOTE, + STATE(5342), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [274990] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1679), 1, + anon_sym_RPAREN, + ACTIONS(3972), 1, + anon_sym_SEMI, + STATE(424), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [275016] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7585), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275040] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1679), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [275066] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7587), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275090] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7589), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275114] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7591), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275138] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7593), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275162] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7595), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275186] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1583), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [275212] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(7597), 1, + anon_sym_COMMA, + STATE(5387), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3162), 3, + anon_sym_RPAREN, + anon_sym_when, + anon_sym_DASH_GT, + [275232] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7600), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275256] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7602), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275280] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7604), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275304] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7606), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275328] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7608), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275352] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7610), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275376] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7612), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275400] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7614), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275424] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7616), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275448] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7618), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275472] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7618), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5393), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275496] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7620), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275520] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7620), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5394), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275544] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7622), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275568] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7622), 1, + anon_sym_SQUOTE, + STATE(5395), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275592] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7624), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275616] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7624), 1, + anon_sym_DQUOTE, + STATE(5396), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275640] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7626), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5450), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [275666] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7626), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [275692] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7628), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275716] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7630), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275740] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7632), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275764] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7634), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275788] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7636), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275812] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7638), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275836] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7640), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275860] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7642), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275884] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1703), 1, + anon_sym_RPAREN, + ACTIONS(7644), 1, + anon_sym_SEMI, + STATE(442), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [275910] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1703), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [275936] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7646), 1, + anon_sym_RPAREN, + STATE(5460), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275960] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7646), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [275984] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7648), 1, + anon_sym_RBRACE, + STATE(5461), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276008] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7648), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276032] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7650), 1, + anon_sym_RBRACK, + STATE(5462), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276056] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7650), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276080] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7652), 1, + anon_sym_GT, + STATE(5463), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276104] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7652), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276128] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7654), 1, + anon_sym_PIPE, + STATE(5464), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276152] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7654), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276176] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7656), 1, + anon_sym_SLASH, + STATE(5465), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276200] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7656), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276224] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7658), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276248] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7658), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5411), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276272] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7660), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276296] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7660), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5412), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276320] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7662), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276344] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7662), 1, + anon_sym_SQUOTE, + STATE(5413), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276368] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7664), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276392] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7664), 1, + anon_sym_DQUOTE, + STATE(5414), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276416] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7666), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276440] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7668), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276464] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7670), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276488] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7672), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276512] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7674), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276536] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7674), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5437), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276560] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7676), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276584] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7676), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5438), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276608] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7678), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276632] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7678), 1, + anon_sym_SQUOTE, + STATE(5439), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276656] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7680), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276680] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7680), 1, + anon_sym_DQUOTE, + STATE(5440), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276704] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7682), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276728] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7684), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [276754] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7686), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276778] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7688), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5348), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [276804] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7555), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5258), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [276830] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7690), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [276856] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7692), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276880] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7694), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276904] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7696), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276928] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7690), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5739), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [276954] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7696), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5449), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [276978] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7698), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277002] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7700), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277026] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7702), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277050] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7704), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277074] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7706), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277098] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7708), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277122] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7710), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277146] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7710), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5451), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277170] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7712), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277194] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7712), 1, + anon_sym_SQUOTE, + STATE(5455), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277218] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7714), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277242] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7714), 1, + anon_sym_DQUOTE, + STATE(5456), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277266] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7585), 1, + anon_sym_GT, + STATE(5141), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277290] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7716), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277314] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7718), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277338] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7720), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277362] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7722), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277386] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7724), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277410] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7724), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5473), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277434] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7726), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277458] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7726), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5474), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277482] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7728), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277506] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7728), 1, + anon_sym_SQUOTE, + STATE(5475), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277530] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7730), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277554] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7730), 1, + anon_sym_DQUOTE, + STATE(5476), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277578] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1709), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5144), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [277604] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7732), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277628] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7734), 1, + anon_sym_RBRACK, + STATE(5489), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277652] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7736), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277676] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7738), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277700] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7740), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277724] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7742), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277748] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7744), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277772] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7746), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277796] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7748), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277820] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7750), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277844] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7752), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277868] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7754), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277892] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(870), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5523), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [277918] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7756), 1, + anon_sym_DQUOTE, + STATE(5524), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277942] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7756), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277966] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7758), 1, + anon_sym_SQUOTE, + STATE(5526), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [277990] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7758), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278014] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7760), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5527), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278038] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7760), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278062] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7762), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5528), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278086] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7762), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278110] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7752), 1, + anon_sym_SLASH, + STATE(5490), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278134] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7764), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278158] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7766), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278182] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7768), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278206] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7764), 1, + anon_sym_PIPE, + STATE(5491), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278230] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7770), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278254] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7772), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5549), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [278280] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1649), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [278306] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1649), 1, + anon_sym_RPAREN, + ACTIONS(3946), 1, + anon_sym_SEMI, + STATE(391), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [278332] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7774), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278356] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7774), 1, + anon_sym_GT, + STATE(5492), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278380] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1649), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5374), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [278406] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1731), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5559), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [278432] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7776), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278456] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1731), 1, + anon_sym_RPAREN, + ACTIONS(3982), 1, + anon_sym_SEMI, + STATE(438), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [278482] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7776), 1, + anon_sym_RBRACK, + STATE(5493), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278506] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1731), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [278532] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7778), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278556] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7780), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278580] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7782), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278604] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7784), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278628] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7786), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278652] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7780), 1, + anon_sym_RBRACE, + STATE(5494), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278676] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7788), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278700] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7790), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278724] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7792), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278748] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7794), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278772] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7796), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278796] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7798), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278820] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7798), 1, + anon_sym_RPAREN, + STATE(5495), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278844] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7736), 1, + anon_sym_RBRACE, + STATE(5858), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278868] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(878), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5737), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [278894] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7800), 1, + anon_sym_DQUOTE, + STATE(5676), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278918] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7800), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278942] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7802), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278966] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7804), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [278990] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7806), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279014] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7808), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279038] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1709), 1, + anon_sym_RPAREN, + ACTIONS(3940), 1, + anon_sym_SEMI, + STATE(431), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [279064] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1709), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [279090] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7810), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279114] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7812), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5593), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [279140] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7812), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [279166] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7814), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279190] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7814), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5541), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279214] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7816), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279238] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7816), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5542), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279262] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7818), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279286] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7818), 1, + anon_sym_SQUOTE, + STATE(5543), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279310] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7820), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279334] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7820), 1, + anon_sym_DQUOTE, + STATE(5544), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279358] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1729), 1, + anon_sym_RPAREN, + ACTIONS(7822), 1, + anon_sym_SEMI, + STATE(437), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [279384] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1729), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [279410] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7824), 1, + anon_sym_RPAREN, + STATE(5603), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279434] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7824), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279458] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7826), 1, + anon_sym_RBRACE, + STATE(5604), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279482] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7826), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279506] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7828), 1, + anon_sym_RBRACK, + STATE(5605), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279530] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7828), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279554] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7830), 1, + anon_sym_GT, + STATE(5606), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279578] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7830), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279602] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7832), 1, + anon_sym_PIPE, + STATE(5072), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279626] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7832), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279650] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7834), 1, + anon_sym_SLASH, + STATE(5608), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279674] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7834), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279698] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7836), 1, + anon_sym_SQUOTE, + STATE(5678), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279722] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7836), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279746] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7838), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5687), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279770] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7734), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279794] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7840), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279818] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7842), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279842] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7844), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279866] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7846), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279890] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7848), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279914] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7850), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279938] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7852), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279962] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7852), 1, + anon_sym_SLASH, + STATE(5576), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [279986] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7162), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280010] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7854), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280034] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7854), 1, + anon_sym_GT, + STATE(5578), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280058] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7856), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280082] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7856), 1, + anon_sym_RBRACK, + STATE(5579), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280106] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7858), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280130] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7858), 1, + anon_sym_RBRACE, + STATE(5580), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280154] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7860), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280178] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7860), 1, + anon_sym_RPAREN, + STATE(5581), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280202] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7862), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [280228] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(7864), 1, + anon_sym_COMMA, + STATE(5879), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(5950), 3, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + [280248] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7866), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5688), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280272] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7866), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280296] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7868), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280320] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7870), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280344] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7872), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280368] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7874), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280392] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7876), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280416] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7878), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280440] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7880), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280464] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7882), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280488] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7884), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280512] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7886), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280536] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1717), 1, + anon_sym_RPAREN, + ACTIONS(7888), 1, + anon_sym_SEMI, + STATE(434), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [280562] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7890), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280586] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7892), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280610] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7894), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280634] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7896), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5830), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [280660] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7898), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280684] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7898), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5598), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280708] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7900), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280732] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7900), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5599), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280756] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7902), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280780] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7902), 1, + anon_sym_SQUOTE, + STATE(5600), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280804] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7904), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280828] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7878), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5497), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280852] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7906), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280876] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7906), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5509), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280900] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7908), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280924] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7908), 1, + anon_sym_SQUOTE, + STATE(5510), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280948] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7910), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280972] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7910), 1, + anon_sym_DQUOTE, + STATE(5512), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [280996] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7904), 1, + anon_sym_DQUOTE, + STATE(5601), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281020] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(906), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5514), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [281046] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7868), 1, + anon_sym_RPAREN, + STATE(5883), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281070] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7912), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281094] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7914), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281118] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7916), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281142] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7918), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281166] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7920), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281190] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7922), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281214] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7924), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281238] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7926), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281262] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7926), 1, + anon_sym_SLASH, + STATE(5630), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281286] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7928), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281310] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7928), 1, + anon_sym_PIPE, + STATE(5631), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281334] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7930), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281358] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(898), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5666), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [281384] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7932), 1, + anon_sym_DQUOTE, + STATE(5667), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281408] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7932), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281432] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7934), 1, + anon_sym_SQUOTE, + STATE(5669), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281456] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7934), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281480] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7936), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5670), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281504] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7936), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281528] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7938), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5671), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281552] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7938), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281576] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7930), 1, + anon_sym_GT, + STATE(5632), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281600] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7940), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281624] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7942), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [281650] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7940), 1, + anon_sym_RBRACK, + STATE(5633), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281674] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7944), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281698] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7944), 1, + anon_sym_RBRACE, + STATE(5634), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281722] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7946), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5692), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [281748] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7948), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281772] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(7948), 1, + anon_sym_RPAREN, + STATE(5635), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281796] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7950), 1, + anon_sym_SLASH, + STATE(5103), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [281820] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1665), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5869), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [281846] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4258), 1, + anon_sym_RPAREN, + ACTIONS(5990), 1, + aux_sym__terminator_token1, + ACTIONS(7952), 1, + anon_sym_SEMI, + STATE(485), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [281872] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1719), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5702), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [281898] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1665), 1, + anon_sym_RPAREN, + ACTIONS(3956), 1, + anon_sym_SEMI, + STATE(353), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [281924] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1719), 1, + anon_sym_RPAREN, + ACTIONS(3988), 1, + anon_sym_SEMI, + STATE(430), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [281950] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7955), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [281976] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1719), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [282002] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7957), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282026] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7959), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282050] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7961), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282074] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7963), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282098] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7965), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282122] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7967), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282146] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7969), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282170] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7971), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282194] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7838), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282218] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7973), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282242] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7955), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5336), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [282268] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7975), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282292] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7977), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282316] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7977), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5668), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282340] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7979), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282364] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7979), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5672), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282388] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7981), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282412] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(7981), 1, + anon_sym_SQUOTE, + STATE(5673), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282436] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7983), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282460] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(7983), 1, + anon_sym_DQUOTE, + STATE(5674), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282484] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(7985), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282508] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(7987), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282532] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7989), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282556] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(7991), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282580] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7993), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5736), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [282606] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(7993), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [282632] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(7995), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282656] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(7997), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282680] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(7999), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282704] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8001), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282728] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8003), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282752] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8005), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282776] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8005), 1, + anon_sym_SLASH, + STATE(5689), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282800] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8007), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282824] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1715), 1, + anon_sym_RPAREN, + ACTIONS(8009), 1, + anon_sym_SEMI, + STATE(428), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [282850] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1715), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [282876] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8011), 1, + anon_sym_RPAREN, + STATE(5746), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282900] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8011), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282924] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8013), 1, + anon_sym_RBRACE, + STATE(5747), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282948] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8013), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282972] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8015), 1, + anon_sym_RBRACK, + STATE(5748), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [282996] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8015), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283020] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8017), 1, + anon_sym_GT, + STATE(5749), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283044] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8017), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283068] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8019), 1, + anon_sym_PIPE, + STATE(5750), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283092] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8019), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283116] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8021), 1, + anon_sym_SLASH, + STATE(5751), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283140] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8021), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283164] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8007), 1, + anon_sym_PIPE, + STATE(5690), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283188] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8023), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283212] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8023), 1, + anon_sym_GT, + STATE(5693), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283236] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8025), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283260] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8025), 1, + anon_sym_RBRACK, + STATE(5694), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283284] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8027), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283308] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8027), 1, + anon_sym_RBRACE, + STATE(5695), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283332] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8029), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283356] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8029), 1, + anon_sym_RPAREN, + STATE(5696), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283380] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8031), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283404] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8033), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283428] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8035), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283452] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8037), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283476] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8039), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283500] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8039), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5724), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283524] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8041), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283548] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8041), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5725), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283572] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8043), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283596] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8043), 1, + anon_sym_SQUOTE, + STATE(5726), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283620] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8045), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283644] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8045), 1, + anon_sym_DQUOTE, + STATE(5727), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283668] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8047), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [283694] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1665), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [283720] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8049), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283744] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8051), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [283770] = 7, + ACTIONS(8053), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8055), 1, + anon_sym_POUND_LBRACE, + ACTIONS(8058), 1, + sym_escape_sequence, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283794] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8061), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283818] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8063), 1, + aux_sym__terminator_token1, + ACTIONS(8066), 1, + anon_sym_SEMI, + ACTIONS(8069), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [283844] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8071), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283868] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8073), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283892] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8075), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283916] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8077), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283940] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8079), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283964] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8081), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [283988] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8083), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284012] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8085), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284036] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8087), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284060] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8089), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284084] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8091), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284108] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8093), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284132] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8093), 1, + anon_sym_SLASH, + STATE(5738), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284156] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8095), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284180] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8095), 1, + anon_sym_PIPE, + STATE(5741), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284204] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8097), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284228] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8097), 1, + anon_sym_GT, + STATE(5743), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284252] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8099), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284276] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8099), 1, + anon_sym_RBRACK, + STATE(5745), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284300] = 7, + ACTIONS(8101), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8103), 1, + anon_sym_POUND_LBRACE, + ACTIONS(8106), 1, + sym_escape_sequence, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284324] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8109), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284348] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4212), 1, + anon_sym_end, + ACTIONS(6018), 1, + aux_sym__terminator_token1, + ACTIONS(8111), 1, + anon_sym_SEMI, + STATE(764), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5764), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [284374] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8109), 1, + anon_sym_RBRACE, + STATE(5752), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284398] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8114), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284422] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8114), 1, + anon_sym_RPAREN, + STATE(5753), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284446] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_RPAREN, + ACTIONS(8116), 1, + aux_sym__terminator_token1, + ACTIONS(8119), 1, + anon_sym_SEMI, + STATE(350), 1, + sym__terminator, + STATE(1030), 1, + aux_sym__terminator_repeat1, + STATE(5073), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [284472] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8122), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284496] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8124), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5652), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [284522] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8126), 1, + anon_sym_COMMA, + STATE(5771), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3545), 3, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + [284542] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(7950), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284566] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8129), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284590] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8131), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284614] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8133), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284638] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8135), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284662] = 7, + ACTIONS(8137), 1, + anon_sym_SQUOTE, + ACTIONS(8139), 1, + anon_sym_POUND_LBRACE, + ACTIONS(8142), 1, + sym_escape_sequence, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284686] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8145), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5885), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [284712] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8147), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284736] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8149), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284760] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8149), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5773), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284784] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8151), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284808] = 7, + ACTIONS(8153), 1, + anon_sym_DQUOTE, + ACTIONS(8155), 1, + anon_sym_POUND_LBRACE, + ACTIONS(8158), 1, + sym_escape_sequence, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284832] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(886), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5809), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [284858] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8161), 1, + anon_sym_DQUOTE, + STATE(5810), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284882] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8161), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284906] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8163), 1, + anon_sym_SQUOTE, + STATE(5811), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284930] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8163), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284954] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8165), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5812), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [284978] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8165), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285002] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8167), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5813), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285026] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8167), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285050] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8151), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5774), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285074] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8169), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285098] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8169), 1, + anon_sym_SQUOTE, + STATE(5775), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285122] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8171), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285146] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8171), 1, + anon_sym_DQUOTE, + STATE(5776), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285170] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8145), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [285196] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8173), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5834), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [285222] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8175), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285246] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8177), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285270] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8179), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285294] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8181), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285318] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8183), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285342] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1707), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5843), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [285368] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1671), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [285394] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1707), 1, + anon_sym_RPAREN, + ACTIONS(3994), 1, + anon_sym_SEMI, + STATE(425), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [285420] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8185), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285444] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1707), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [285470] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8187), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285494] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8189), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285518] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8191), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285542] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8193), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285566] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8195), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285590] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8197), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285614] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8199), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285638] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8199), 1, + anon_sym_SLASH, + STATE(5800), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285662] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8201), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285686] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8201), 1, + anon_sym_SLASH, + STATE(5530), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285710] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8203), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285734] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8203), 1, + anon_sym_PIPE, + STATE(5802), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285758] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8205), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285782] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8205), 1, + anon_sym_GT, + STATE(5803), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285806] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8207), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285830] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8207), 1, + anon_sym_RBRACK, + STATE(5804), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285854] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8209), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285878] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8209), 1, + anon_sym_RBRACE, + STATE(5808), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285902] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8211), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285926] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8211), 1, + anon_sym_RPAREN, + STATE(5815), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [285950] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8124), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [285976] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8213), 1, + anon_sym_SLASH, + STATE(5697), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286000] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8215), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286024] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8217), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5877), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [286050] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8217), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [286076] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8219), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286100] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(7173), 1, + anon_sym_COMMA, + STATE(5387), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3166), 3, + anon_sym_RPAREN, + anon_sym_when, + anon_sym_DASH_GT, + [286120] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8221), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286144] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8223), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286168] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8225), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286192] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8227), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286216] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8229), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286240] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1705), 1, + anon_sym_RPAREN, + ACTIONS(8231), 1, + anon_sym_SEMI, + STATE(423), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [286266] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1705), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [286292] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8233), 1, + anon_sym_RPAREN, + STATE(5886), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286316] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8233), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286340] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8235), 1, + anon_sym_RBRACE, + STATE(5887), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286364] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8235), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286388] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8237), 1, + anon_sym_RBRACK, + STATE(5888), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286412] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8237), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286436] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8239), 1, + anon_sym_GT, + STATE(5889), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286460] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8239), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286484] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8241), 1, + anon_sym_PIPE, + STATE(5890), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286508] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8241), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286532] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8243), 1, + anon_sym_SLASH, + STATE(5891), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286556] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8243), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286580] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8245), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286604] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8247), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286628] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8249), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286652] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8251), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286676] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8251), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5840), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286700] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8253), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286724] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8253), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5841), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286748] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8255), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286772] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8255), 1, + anon_sym_SQUOTE, + STATE(5856), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286796] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8257), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286820] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8257), 1, + anon_sym_DQUOTE, + STATE(5857), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286844] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8259), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5454), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [286870] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1521), 1, + anon_sym_RPAREN, + ACTIONS(8261), 1, + anon_sym_SEMI, + STATE(356), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [286896] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1521), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [286922] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1295), 1, + anon_sym_end, + ACTIONS(4651), 1, + aux_sym__terminator_token1, + ACTIONS(4654), 1, + anon_sym_SEMI, + STATE(349), 1, + sym__terminator, + STATE(1032), 1, + aux_sym__terminator_repeat1, + STATE(5764), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [286948] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8263), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286972] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8265), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [286996] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8267), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287020] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8269), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287044] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8271), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287068] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8273), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287092] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8275), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [287118] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1671), 1, + anon_sym_RPAREN, + ACTIONS(3998), 1, + anon_sym_SEMI, + STATE(368), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [287144] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8277), 1, + anon_sym_COMMA, + STATE(5879), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(3162), 3, + anon_sym_RPAREN, + anon_sym_RBRACE, + anon_sym_RBRACK, + [287164] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8280), 1, + anon_sym_RPAREN, + STATE(5839), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287188] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1671), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5076), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [287214] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1301), 1, + anon_sym_end, + ACTIONS(8282), 1, + aux_sym__terminator_token1, + ACTIONS(8285), 1, + anon_sym_SEMI, + STATE(348), 1, + sym__terminator, + STATE(1032), 1, + aux_sym__terminator_repeat1, + STATE(5764), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [287240] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8288), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287264] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8280), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287288] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8290), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [287314] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8292), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287338] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8294), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287362] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8296), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287386] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8298), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287410] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8300), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287434] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8302), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287458] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8304), 1, + anon_sym_RBRACE, + STATE(5838), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287482] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8304), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287506] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8306), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5742), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [287532] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8308), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287556] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8308), 1, + anon_sym_SLASH, + STATE(5871), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287580] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8310), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287604] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8310), 1, + anon_sym_PIPE, + STATE(5872), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287628] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8312), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287652] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8312), 1, + anon_sym_GT, + STATE(5873), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287676] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8314), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287700] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8314), 1, + anon_sym_RBRACK, + STATE(5874), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287724] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8316), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287748] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8316), 1, + anon_sym_RBRACE, + STATE(5875), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287772] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8318), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287796] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8318), 1, + anon_sym_RPAREN, + STATE(5105), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287820] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1697), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [287846] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1697), 1, + anon_sym_RPAREN, + ACTIONS(8320), 1, + anon_sym_SEMI, + STATE(420), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [287872] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8322), 1, + anon_sym_RBRACK, + STATE(5837), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287896] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8322), 1, + anon_sym_RBRACK, + STATE(5142), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287920] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8324), 1, + anon_sym_GT, + STATE(5835), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287944] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8326), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287968] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8326), 1, + anon_sym_PIPE, + STATE(5531), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [287992] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8328), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288016] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8328), 1, + anon_sym_GT, + STATE(5532), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288040] = 7, + ACTIONS(6500), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6502), 1, + sym_escape_sequence, + ACTIONS(8324), 1, + anon_sym_GT, + STATE(5139), 1, + aux_sym__quoted_i_angle_repeat1, + STATE(6000), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288064] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8330), 1, + anon_sym_PIPE, + STATE(5832), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288088] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, anon_sym_SEMI, ACTIONS(8332), 1, anon_sym_end, STATE(133), 1, sym__terminator, - STATE(1014), 1, + STATE(1027), 1, aux_sym__terminator_repeat1, - STATE(5026), 1, + STATE(5742), 1, aux_sym_anonymous_function_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - [249488] = 6, + [288114] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8332), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5894), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [288140] = 7, ACTIONS(8334), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(8336), 1, + anon_sym_POUND_LBRACE, + ACTIONS(8339), 1, sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - [249509] = 6, - ACTIONS(8340), 1, - anon_sym_GT, + [288164] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9), 1, + aux_sym__terminator_token1, + ACTIONS(1693), 1, + ts_builtin_sym_end, + ACTIONS(4711), 1, + anon_sym_SEMI, + STATE(352), 1, + sym__terminator, + STATE(1033), 1, + aux_sym__terminator_repeat1, + STATE(5308), 1, + aux_sym_source_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [288190] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, ACTIONS(8342), 1, + anon_sym_RPAREN, + STATE(5486), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288214] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(902), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5941), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [288240] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, sym_escape_sequence, ACTIONS(8344), 1, - sym__quoted_content_angle, - STATE(5400), 1, - aux_sym__quoted_angle_repeat1, + anon_sym_DQUOTE, + STATE(5940), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - [249530] = 6, + [288264] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8344), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288288] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8346), 1, + anon_sym_SQUOTE, + STATE(5939), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288312] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8346), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288336] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8348), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5937), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288360] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8348), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288384] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8350), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5936), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288408] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8350), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288432] = 7, + ACTIONS(6164), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6166), 1, + sym_escape_sequence, + ACTIONS(8342), 1, + anon_sym_RPAREN, + STATE(5100), 1, + aux_sym__quoted_i_parenthesis_repeat1, + STATE(6066), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288456] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8352), 1, + anon_sym_RBRACE, + STATE(5534), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288480] = 7, + ACTIONS(6156), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6158), 1, + sym_escape_sequence, + ACTIONS(8352), 1, + anon_sym_RBRACE, + STATE(5920), 1, + aux_sym__quoted_i_curly_repeat1, + STATE(6037), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288504] = 7, + ACTIONS(6508), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6510), 1, + sym_escape_sequence, + ACTIONS(8195), 1, + anon_sym_RBRACK, + STATE(5533), 1, + aux_sym__quoted_i_square_repeat1, + STATE(6023), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288528] = 7, + ACTIONS(6196), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6198), 1, + sym_escape_sequence, + ACTIONS(8354), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(5740), 1, + aux_sym__quoted_i_heredoc_double_repeat1, + STATE(5972), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288552] = 7, + ACTIONS(6188), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6190), 1, + sym_escape_sequence, + ACTIONS(8356), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(5762), 1, + aux_sym__quoted_i_heredoc_single_repeat1, + STATE(5958), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288576] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(7169), 1, + anon_sym_SEMI, + ACTIONS(8358), 1, + anon_sym_end, + STATE(133), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5918), 1, + aux_sym_anonymous_function_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [288602] = 7, + ACTIONS(6180), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6182), 1, + sym_escape_sequence, + ACTIONS(8360), 1, + anon_sym_SQUOTE, + STATE(5777), 1, + aux_sym__quoted_i_single_repeat1, + STATE(5957), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288626] = 7, + ACTIONS(6172), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6174), 1, + sym_escape_sequence, + ACTIONS(8362), 1, + anon_sym_DQUOTE, + STATE(5783), 1, + aux_sym__quoted_i_double_repeat1, + STATE(5956), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288650] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1699), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5344), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [288676] = 7, + ACTIONS(6492), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6494), 1, + sym_escape_sequence, + ACTIONS(8330), 1, + anon_sym_PIPE, + STATE(5143), 1, + aux_sym__quoted_i_bar_repeat1, + STATE(5983), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288700] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1030), 1, + aux_sym__terminator_token1, + ACTIONS(1699), 1, + anon_sym_RPAREN, + ACTIONS(4002), 1, + anon_sym_SEMI, + STATE(421), 1, + sym__terminator, + STATE(1031), 1, + aux_sym__terminator_repeat1, + STATE(5661), 1, + aux_sym_block_repeat2, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [288726] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(680), 1, + aux_sym__terminator_token1, + ACTIONS(1699), 1, + anon_sym_RPAREN, + ACTIONS(7175), 1, + anon_sym_SEMI, + STATE(136), 1, + sym__terminator, + STATE(1027), 1, + aux_sym__terminator_repeat1, + STATE(5907), 1, + aux_sym_block_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + [288752] = 7, + ACTIONS(6484), 1, + anon_sym_POUND_LBRACE, + ACTIONS(6486), 1, + sym_escape_sequence, + ACTIONS(8213), 1, + anon_sym_SLASH, + STATE(5101), 1, + aux_sym__quoted_i_slash_repeat1, + STATE(5984), 1, + sym_interpolation, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288776] = 6, + ACTIONS(8364), 1, + anon_sym_SLASH, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8368), 1, + sym__quoted_content_slash, + STATE(6203), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [288797] = 6, ACTIONS(5), 1, sym_comment, ACTIONS(23), 1, anon_sym_DQUOTE, ACTIONS(25), 1, anon_sym_SQUOTE, - STATE(3813), 1, + STATE(4244), 1, sym__quoted_i_double, - STATE(3817), 1, + STATE(4246), 1, sym__quoted_i_single, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [249551] = 6, - ACTIONS(8346), 1, - anon_sym_PIPE, - ACTIONS(8348), 1, - sym_escape_sequence, - ACTIONS(8350), 1, - sym__quoted_content_bar, - STATE(5157), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249572] = 6, - ACTIONS(8352), 1, - anon_sym_GT, - ACTIONS(8354), 1, - sym_escape_sequence, - ACTIONS(8356), 1, - sym__quoted_content_angle, - STATE(5123), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249593] = 6, - ACTIONS(8358), 1, - anon_sym_RBRACK, - ACTIONS(8360), 1, - sym_escape_sequence, - ACTIONS(8362), 1, - sym__quoted_content_square, - STATE(5122), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249614] = 6, - ACTIONS(8364), 1, - anon_sym_RBRACE, - ACTIONS(8366), 1, - sym_escape_sequence, - ACTIONS(8368), 1, - sym__quoted_content_curly, - STATE(5121), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249635] = 6, - ACTIONS(8370), 1, - anon_sym_RPAREN, + [288818] = 4, ACTIONS(8372), 1, - sym_escape_sequence, - ACTIONS(8374), 1, - sym__quoted_content_parenthesis, - STATE(5079), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249656] = 6, - ACTIONS(8376), 1, - anon_sym_DQUOTE, - ACTIONS(8378), 1, - sym_escape_sequence, - ACTIONS(8380), 1, - sym__quoted_content_double, - STATE(5080), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249677] = 6, - ACTIONS(8382), 1, - anon_sym_SQUOTE, - ACTIONS(8384), 1, - sym_escape_sequence, - ACTIONS(8386), 1, - sym__quoted_content_single, - STATE(5081), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249698] = 6, - ACTIONS(8388), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8390), 1, - sym_escape_sequence, - ACTIONS(8392), 1, - sym__quoted_content_heredoc_single, - STATE(5082), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249719] = 6, - ACTIONS(8394), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8396), 1, - sym_escape_sequence, - ACTIONS(8398), 1, - sym__quoted_content_heredoc_double, - STATE(5083), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249740] = 6, - ACTIONS(8400), 1, - anon_sym_RBRACE, - ACTIONS(8402), 1, - sym_escape_sequence, - ACTIONS(8404), 1, - sym__quoted_content_curly, - STATE(5084), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249761] = 6, - ACTIONS(8406), 1, - anon_sym_RBRACK, - ACTIONS(8408), 1, - sym_escape_sequence, - ACTIONS(8410), 1, - sym__quoted_content_square, - STATE(5085), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249782] = 6, - ACTIONS(8412), 1, - anon_sym_GT, - ACTIONS(8414), 1, - sym_escape_sequence, - ACTIONS(8416), 1, - sym__quoted_content_angle, - STATE(5086), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249803] = 6, - ACTIONS(8418), 1, - anon_sym_PIPE, - ACTIONS(8420), 1, - sym_escape_sequence, - ACTIONS(8422), 1, - sym__quoted_content_bar, - STATE(5087), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249824] = 6, - ACTIONS(8424), 1, - anon_sym_SLASH, - ACTIONS(8426), 1, - sym_escape_sequence, - ACTIONS(8428), 1, - sym__quoted_content_slash, - STATE(5088), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249845] = 6, - ACTIONS(8430), 1, - anon_sym_PIPE, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249866] = 6, - ACTIONS(8436), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8438), 1, - sym_escape_sequence, - ACTIONS(8440), 1, - sym__quoted_content_heredoc_double, - STATE(5120), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249887] = 6, - ACTIONS(8442), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8444), 1, - sym_escape_sequence, - ACTIONS(8446), 1, - sym__quoted_content_heredoc_single, - STATE(5118), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249908] = 6, - ACTIONS(8448), 1, - anon_sym_SQUOTE, - ACTIONS(8450), 1, - sym_escape_sequence, - ACTIONS(8452), 1, - sym__quoted_content_single, - STATE(5112), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249929] = 4, - ACTIONS(8456), 1, - sym__quoted_content_i_slash, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - ACTIONS(8454), 3, - anon_sym_SLASH, - anon_sym_POUND_LBRACE, - sym_escape_sequence, - [249946] = 6, - ACTIONS(8458), 1, - anon_sym_SQUOTE, - ACTIONS(8460), 1, - sym_escape_sequence, - ACTIONS(8462), 1, - sym__quoted_content_single, - STATE(5099), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249967] = 6, - ACTIONS(8464), 1, - anon_sym_DQUOTE, - ACTIONS(8466), 1, - sym_escape_sequence, - ACTIONS(8468), 1, - sym__quoted_content_double, - STATE(5096), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [249988] = 6, - ACTIONS(8470), 1, - anon_sym_RPAREN, - ACTIONS(8472), 1, - sym_escape_sequence, - ACTIONS(8474), 1, - sym__quoted_content_parenthesis, - STATE(5094), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250009] = 4, - ACTIONS(8456), 1, - sym__quoted_content_i_bar, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - ACTIONS(8454), 3, - anon_sym_PIPE, - anon_sym_POUND_LBRACE, - sym_escape_sequence, - [250026] = 4, - ACTIONS(8456), 1, - sym__quoted_content_i_angle, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - ACTIONS(8454), 3, - anon_sym_GT, - anon_sym_POUND_LBRACE, - sym_escape_sequence, - [250043] = 4, - ACTIONS(8456), 1, - sym__quoted_content_i_square, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - ACTIONS(8454), 3, - anon_sym_RBRACK, - anon_sym_POUND_LBRACE, - sym_escape_sequence, - [250060] = 4, - ACTIONS(8456), 1, - sym__quoted_content_i_curly, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - ACTIONS(8454), 3, - anon_sym_RBRACE, - anon_sym_POUND_LBRACE, - sym_escape_sequence, - [250077] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(73), 1, - anon_sym_DQUOTE, - ACTIONS(75), 1, - anon_sym_SQUOTE, - STATE(1695), 1, - sym__quoted_i_single, - STATE(1697), 1, - sym__quoted_i_double, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [250098] = 6, - ACTIONS(8476), 1, - anon_sym_RBRACE, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250119] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(8482), 1, - anon_sym_COMMA, - STATE(4925), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(1161), 2, - anon_sym_RBRACE, - anon_sym_RBRACK, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [250138] = 6, - ACTIONS(8484), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250159] = 6, - ACTIONS(8490), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250180] = 6, - ACTIONS(8496), 1, - anon_sym_SQUOTE, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250201] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(926), 1, - anon_sym_DQUOTE, - ACTIONS(928), 1, - anon_sym_SQUOTE, - STATE(1774), 1, - sym__quoted_i_double, - STATE(1775), 1, - sym__quoted_i_single, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [250222] = 6, - ACTIONS(8502), 1, - anon_sym_DQUOTE, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250243] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(8508), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250264] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(8510), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250285] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(8512), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250306] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(8514), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250327] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(8516), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250348] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(8518), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250369] = 6, - ACTIONS(8520), 1, - anon_sym_RBRACK, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250390] = 6, - ACTIONS(8526), 1, - anon_sym_GT, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250411] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(8532), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250432] = 6, - ACTIONS(8534), 1, - anon_sym_SLASH, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250453] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(8540), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250474] = 6, - ACTIONS(8542), 1, - anon_sym_SLASH, - ACTIONS(8544), 1, - sym_escape_sequence, - ACTIONS(8547), 1, - sym__quoted_content_slash, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250495] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(245), 1, - anon_sym_DQUOTE, - ACTIONS(247), 1, - anon_sym_SQUOTE, - STATE(1442), 1, - sym__quoted_i_single, - STATE(1445), 1, - sym__quoted_i_double, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [250516] = 6, - ACTIONS(8550), 1, - anon_sym_PIPE, - ACTIONS(8552), 1, - sym_escape_sequence, - ACTIONS(8555), 1, - sym__quoted_content_bar, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250537] = 6, - ACTIONS(8558), 1, - anon_sym_GT, - ACTIONS(8560), 1, - sym_escape_sequence, - ACTIONS(8563), 1, - sym__quoted_content_angle, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250558] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(8566), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250579] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(8568), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250600] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(8570), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250621] = 4, - ACTIONS(8456), 1, - sym__quoted_content_i_single, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - ACTIONS(8454), 3, - anon_sym_SQUOTE, - anon_sym_POUND_LBRACE, - sym_escape_sequence, - [250638] = 6, - ACTIONS(8572), 1, - anon_sym_RPAREN, - ACTIONS(8574), 1, - sym_escape_sequence, - ACTIONS(8576), 1, - sym__quoted_content_parenthesis, - STATE(5345), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250659] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(8578), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250680] = 6, - ACTIONS(8580), 1, - anon_sym_SLASH, - ACTIONS(8582), 1, - sym_escape_sequence, - ACTIONS(8584), 1, - sym__quoted_content_slash, - STATE(5244), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250701] = 6, - ACTIONS(8586), 1, - anon_sym_DQUOTE, - ACTIONS(8588), 1, - sym_escape_sequence, - ACTIONS(8590), 1, - sym__quoted_content_double, - STATE(5347), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250722] = 4, - ACTIONS(8456), 1, - sym__quoted_content_i_parenthesis, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - ACTIONS(8454), 3, - anon_sym_RPAREN, - anon_sym_POUND_LBRACE, - sym_escape_sequence, - [250739] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(8592), 1, - anon_sym_COMMA, - STATE(5201), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(8594), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [250758] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(476), 1, - anon_sym_DQUOTE, - ACTIONS(478), 1, - anon_sym_SQUOTE, - STATE(2717), 1, - sym__quoted_i_double, - STATE(2720), 1, - sym__quoted_i_single, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [250779] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(8596), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250800] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(8598), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250821] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(8600), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250842] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(8602), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250863] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(8604), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250884] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(8606), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250905] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(8608), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250926] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(8610), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250947] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(8612), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250968] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(8614), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [250989] = 6, - ACTIONS(8616), 1, - anon_sym_RBRACK, - ACTIONS(8618), 1, - sym_escape_sequence, - ACTIONS(8621), 1, - sym__quoted_content_square, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251010] = 6, - ACTIONS(8624), 1, - anon_sym_RBRACE, - ACTIONS(8626), 1, - sym_escape_sequence, - ACTIONS(8629), 1, - sym__quoted_content_curly, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251031] = 6, - ACTIONS(8632), 1, - anon_sym_RPAREN, - ACTIONS(8634), 1, - sym_escape_sequence, - ACTIONS(8636), 1, - sym__quoted_content_parenthesis, - STATE(5321), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251052] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(8638), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251073] = 6, - ACTIONS(8640), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8642), 1, - sym_escape_sequence, - ACTIONS(8645), 1, - sym__quoted_content_heredoc_double, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251094] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(8648), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251115] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(8650), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251136] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(8652), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251157] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(8654), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251178] = 6, - ACTIONS(8656), 1, - anon_sym_DQUOTE, - ACTIONS(8658), 1, - sym_escape_sequence, - ACTIONS(8660), 1, - sym__quoted_content_double, - STATE(5344), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251199] = 6, - ACTIONS(8662), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8664), 1, - sym_escape_sequence, - ACTIONS(8667), 1, - sym__quoted_content_heredoc_single, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251220] = 6, - ACTIONS(8670), 1, - anon_sym_RPAREN, - ACTIONS(8672), 1, - sym_escape_sequence, - ACTIONS(8674), 1, - sym__quoted_content_parenthesis, - STATE(5142), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251241] = 6, - ACTIONS(8676), 1, - anon_sym_DQUOTE, - ACTIONS(8678), 1, - sym_escape_sequence, - ACTIONS(8680), 1, - sym__quoted_content_double, - STATE(5143), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251262] = 6, - ACTIONS(8682), 1, - anon_sym_SQUOTE, - ACTIONS(8684), 1, - sym_escape_sequence, - ACTIONS(8686), 1, - sym__quoted_content_single, - STATE(5144), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251283] = 6, - ACTIONS(8688), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8690), 1, - sym_escape_sequence, - ACTIONS(8692), 1, - sym__quoted_content_heredoc_single, - STATE(5145), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251304] = 6, - ACTIONS(8694), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8696), 1, - sym_escape_sequence, - ACTIONS(8698), 1, - sym__quoted_content_heredoc_double, - STATE(5146), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251325] = 6, - ACTIONS(8700), 1, - anon_sym_RBRACE, - ACTIONS(8702), 1, - sym_escape_sequence, - ACTIONS(8704), 1, - sym__quoted_content_curly, - STATE(5147), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251346] = 6, - ACTIONS(8706), 1, - anon_sym_RBRACK, - ACTIONS(8708), 1, - sym_escape_sequence, - ACTIONS(8710), 1, - sym__quoted_content_square, - STATE(5148), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251367] = 6, - ACTIONS(8712), 1, - anon_sym_GT, - ACTIONS(8714), 1, - sym_escape_sequence, - ACTIONS(8716), 1, - sym__quoted_content_angle, - STATE(5149), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251388] = 6, - ACTIONS(8718), 1, - anon_sym_PIPE, - ACTIONS(8720), 1, - sym_escape_sequence, - ACTIONS(8722), 1, - sym__quoted_content_bar, - STATE(5150), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251409] = 6, - ACTIONS(8724), 1, - anon_sym_SLASH, - ACTIONS(8726), 1, - sym_escape_sequence, - ACTIONS(8728), 1, - sym__quoted_content_slash, - STATE(5151), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251430] = 6, - ACTIONS(8730), 1, - anon_sym_DQUOTE, - ACTIONS(8732), 1, - sym_escape_sequence, - ACTIONS(8735), 1, - sym__quoted_content_double, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251451] = 6, - ACTIONS(8738), 1, - anon_sym_SLASH, - ACTIONS(8740), 1, - sym_escape_sequence, - ACTIONS(8742), 1, - sym__quoted_content_slash, - STATE(5105), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251472] = 6, - ACTIONS(8744), 1, - anon_sym_PIPE, - ACTIONS(8746), 1, - sym_escape_sequence, - ACTIONS(8748), 1, - sym__quoted_content_bar, - STATE(5106), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251493] = 6, - ACTIONS(8750), 1, - anon_sym_GT, - ACTIONS(8752), 1, - sym_escape_sequence, - ACTIONS(8754), 1, - sym__quoted_content_angle, - STATE(5107), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251514] = 6, - ACTIONS(8756), 1, - anon_sym_RBRACK, - ACTIONS(8758), 1, - sym_escape_sequence, - ACTIONS(8760), 1, - sym__quoted_content_square, - STATE(5108), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251535] = 6, - ACTIONS(8762), 1, - anon_sym_RBRACE, - ACTIONS(8764), 1, - sym_escape_sequence, - ACTIONS(8766), 1, - sym__quoted_content_curly, - STATE(5109), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251556] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(8768), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251577] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(8770), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251598] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(8772), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251619] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(8774), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251640] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(8776), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251661] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(8778), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251682] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(8780), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251703] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(8782), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251724] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(8784), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251745] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(8786), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251766] = 6, - ACTIONS(8788), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8790), 1, - sym_escape_sequence, - ACTIONS(8792), 1, - sym__quoted_content_heredoc_double, - STATE(5110), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251787] = 6, - ACTIONS(8794), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8796), 1, - sym_escape_sequence, - ACTIONS(8798), 1, - sym__quoted_content_heredoc_single, - STATE(5111), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251808] = 6, - ACTIONS(8800), 1, - anon_sym_SQUOTE, - ACTIONS(8802), 1, - sym_escape_sequence, - ACTIONS(8804), 1, - sym__quoted_content_single, - STATE(5386), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251829] = 6, - ACTIONS(8806), 1, - anon_sym_DQUOTE, - ACTIONS(8808), 1, - sym_escape_sequence, - ACTIONS(8810), 1, - sym__quoted_content_double, - STATE(5113), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251850] = 6, - ACTIONS(8812), 1, - anon_sym_RPAREN, - ACTIONS(8814), 1, - sym_escape_sequence, - ACTIONS(8816), 1, - sym__quoted_content_parenthesis, - STATE(5114), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251871] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(8818), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251892] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(8820), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251913] = 6, - ACTIONS(8822), 1, - anon_sym_RPAREN, - ACTIONS(8824), 1, - sym_escape_sequence, - ACTIONS(8826), 1, - sym__quoted_content_parenthesis, - STATE(5202), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251934] = 6, - ACTIONS(8828), 1, - anon_sym_DQUOTE, - ACTIONS(8830), 1, - sym_escape_sequence, - ACTIONS(8832), 1, - sym__quoted_content_double, - STATE(5204), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251955] = 6, - ACTIONS(8834), 1, - anon_sym_SQUOTE, - ACTIONS(8836), 1, - sym_escape_sequence, - ACTIONS(8838), 1, - sym__quoted_content_single, - STATE(5205), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251976] = 6, - ACTIONS(8840), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8842), 1, - sym_escape_sequence, - ACTIONS(8844), 1, - sym__quoted_content_heredoc_single, - STATE(5211), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [251997] = 6, - ACTIONS(8846), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8848), 1, - sym_escape_sequence, - ACTIONS(8850), 1, - sym__quoted_content_heredoc_double, - STATE(5261), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252018] = 6, - ACTIONS(8852), 1, - anon_sym_GT, - ACTIONS(8854), 1, - sym_escape_sequence, - ACTIONS(8856), 1, - sym__quoted_content_angle, - STATE(5385), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252039] = 6, - ACTIONS(8858), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8860), 1, - sym_escape_sequence, - ACTIONS(8862), 1, - sym__quoted_content_heredoc_single, - STATE(5393), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252060] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - STATE(4108), 1, - sym__quoted_i_double, - STATE(4110), 1, - sym__quoted_i_single, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [252081] = 6, - ACTIONS(8864), 1, - anon_sym_RBRACE, - ACTIONS(8866), 1, - sym_escape_sequence, - ACTIONS(8868), 1, - sym__quoted_content_curly, - STATE(5263), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252102] = 6, - ACTIONS(8870), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8872), 1, - sym_escape_sequence, - ACTIONS(8874), 1, - sym__quoted_content_heredoc_double, - STATE(5404), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252123] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(596), 1, - anon_sym_DQUOTE, - ACTIONS(598), 1, - anon_sym_SQUOTE, - STATE(3248), 1, - sym__quoted_i_double, - STATE(3249), 1, - sym__quoted_i_single, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [252144] = 6, - ACTIONS(8876), 1, - anon_sym_RBRACK, - ACTIONS(8878), 1, - sym_escape_sequence, - ACTIONS(8880), 1, - sym__quoted_content_square, - STATE(5277), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252165] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(8882), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252186] = 6, - ACTIONS(8884), 1, - anon_sym_RPAREN, - ACTIONS(8886), 1, - sym_escape_sequence, - ACTIONS(8888), 1, - sym__quoted_content_parenthesis, - STATE(5188), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252207] = 6, - ACTIONS(8890), 1, - anon_sym_DQUOTE, - ACTIONS(8892), 1, - sym_escape_sequence, - ACTIONS(8894), 1, - sym__quoted_content_double, - STATE(5189), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252228] = 6, - ACTIONS(8896), 1, - anon_sym_SQUOTE, - ACTIONS(8898), 1, - sym_escape_sequence, - ACTIONS(8900), 1, - sym__quoted_content_single, - STATE(5190), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252249] = 6, - ACTIONS(8902), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(8904), 1, - sym_escape_sequence, - ACTIONS(8906), 1, - sym__quoted_content_heredoc_single, - STATE(5191), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252270] = 6, - ACTIONS(8908), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(8910), 1, - sym_escape_sequence, - ACTIONS(8912), 1, - sym__quoted_content_heredoc_double, - STATE(5192), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252291] = 6, - ACTIONS(8914), 1, - anon_sym_RBRACE, - ACTIONS(8916), 1, - sym_escape_sequence, - ACTIONS(8918), 1, - sym__quoted_content_curly, - STATE(5193), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252312] = 6, - ACTIONS(8920), 1, - anon_sym_RBRACK, - ACTIONS(8922), 1, - sym_escape_sequence, - ACTIONS(8924), 1, - sym__quoted_content_square, - STATE(5194), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252333] = 6, - ACTIONS(8926), 1, - anon_sym_GT, - ACTIONS(8928), 1, - sym_escape_sequence, - ACTIONS(8930), 1, - sym__quoted_content_angle, - STATE(5195), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252354] = 6, - ACTIONS(8932), 1, - anon_sym_PIPE, - ACTIONS(8934), 1, - sym_escape_sequence, - ACTIONS(8936), 1, - sym__quoted_content_bar, - STATE(5196), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252375] = 6, - ACTIONS(8938), 1, - anon_sym_SLASH, - ACTIONS(8940), 1, - sym_escape_sequence, - ACTIONS(8942), 1, - sym__quoted_content_slash, - STATE(5197), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252396] = 6, - ACTIONS(8944), 1, - anon_sym_PIPE, - ACTIONS(8946), 1, - sym_escape_sequence, - ACTIONS(8948), 1, - sym__quoted_content_bar, - STATE(5290), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252417] = 6, - ACTIONS(8950), 1, - anon_sym_SLASH, - ACTIONS(8952), 1, - sym_escape_sequence, - ACTIONS(8954), 1, - sym__quoted_content_slash, - STATE(5296), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252438] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(548), 1, - anon_sym_DQUOTE, - ACTIONS(550), 1, - anon_sym_SQUOTE, - STATE(2687), 1, - sym__quoted_i_single, - STATE(2689), 1, - sym__quoted_i_double, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [252459] = 6, - ACTIONS(8956), 1, - anon_sym_PIPE, - ACTIONS(8958), 1, - sym_escape_sequence, - ACTIONS(8960), 1, - sym__quoted_content_bar, - STATE(5254), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252480] = 6, - ACTIONS(8962), 1, - anon_sym_RPAREN, - ACTIONS(8964), 1, - sym_escape_sequence, - ACTIONS(8967), 1, - sym__quoted_content_parenthesis, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252501] = 6, - ACTIONS(8970), 1, - anon_sym_GT, - ACTIONS(8972), 1, - sym_escape_sequence, - ACTIONS(8974), 1, - sym__quoted_content_angle, - STATE(5255), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252522] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(8976), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252543] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(8978), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252564] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(8980), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252585] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(8982), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252606] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(8984), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252627] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(8986), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252648] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(8988), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252669] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(8990), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252690] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(8992), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252711] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(8994), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252732] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(1051), 1, - anon_sym_DQUOTE, - ACTIONS(1053), 1, - anon_sym_SQUOTE, - STATE(2943), 1, - sym__quoted_i_single, - STATE(2944), 1, - sym__quoted_i_double, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [252753] = 6, - ACTIONS(8996), 1, - anon_sym_SLASH, - ACTIONS(8998), 1, - sym_escape_sequence, - ACTIONS(9000), 1, - sym__quoted_content_slash, - STATE(5158), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252774] = 6, - ACTIONS(9002), 1, - anon_sym_RBRACE, - ACTIONS(9004), 1, - sym_escape_sequence, - ACTIONS(9006), 1, - sym__quoted_content_curly, - STATE(5407), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252795] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9008), 1, - anon_sym_COMMA, - STATE(5201), 1, - aux_sym__stab_clause_arguments_without_parentheses_repeat1, - ACTIONS(4976), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [252814] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9011), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252835] = 4, - ACTIONS(8456), 1, - sym__quoted_content_i_heredoc_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - ACTIONS(8454), 3, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - anon_sym_POUND_LBRACE, - sym_escape_sequence, - [252852] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9013), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252873] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9015), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252894] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9017), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252915] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9019), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252936] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9021), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252957] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9023), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252978] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9025), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [252999] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9027), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253020] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9029), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253041] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9031), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253062] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9033), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253083] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9035), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253104] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9037), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253125] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9039), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253146] = 6, - ACTIONS(9041), 1, - anon_sym_RPAREN, - ACTIONS(9043), 1, - sym_escape_sequence, - ACTIONS(9045), 1, - sym__quoted_content_parenthesis, - STATE(5234), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253167] = 6, - ACTIONS(9047), 1, - anon_sym_DQUOTE, - ACTIONS(9049), 1, - sym_escape_sequence, - ACTIONS(9051), 1, - sym__quoted_content_double, - STATE(5235), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253188] = 6, - ACTIONS(9053), 1, - anon_sym_SQUOTE, - ACTIONS(9055), 1, - sym_escape_sequence, - ACTIONS(9057), 1, - sym__quoted_content_single, - STATE(5236), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253209] = 6, - ACTIONS(9059), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9061), 1, - sym_escape_sequence, - ACTIONS(9063), 1, - sym__quoted_content_heredoc_single, - STATE(5237), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253230] = 6, - ACTIONS(9065), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9067), 1, - sym_escape_sequence, - ACTIONS(9069), 1, - sym__quoted_content_heredoc_double, - STATE(5238), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253251] = 6, - ACTIONS(9071), 1, - anon_sym_RBRACE, - ACTIONS(9073), 1, - sym_escape_sequence, - ACTIONS(9075), 1, - sym__quoted_content_curly, - STATE(5239), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253272] = 6, - ACTIONS(9077), 1, - anon_sym_RBRACK, - ACTIONS(9079), 1, - sym_escape_sequence, - ACTIONS(9081), 1, - sym__quoted_content_square, - STATE(5240), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253293] = 6, - ACTIONS(9083), 1, - anon_sym_GT, - ACTIONS(9085), 1, - sym_escape_sequence, - ACTIONS(9087), 1, - sym__quoted_content_angle, - STATE(5241), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253314] = 6, - ACTIONS(9089), 1, - anon_sym_PIPE, - ACTIONS(9091), 1, - sym_escape_sequence, - ACTIONS(9093), 1, - sym__quoted_content_bar, - STATE(5242), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253335] = 6, - ACTIONS(9095), 1, - anon_sym_SLASH, - ACTIONS(9097), 1, - sym_escape_sequence, - ACTIONS(9099), 1, - sym__quoted_content_slash, - STATE(5243), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253356] = 6, - ACTIONS(9101), 1, - anon_sym_RBRACK, - ACTIONS(9103), 1, - sym_escape_sequence, - ACTIONS(9105), 1, - sym__quoted_content_square, - STATE(5408), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253377] = 6, - ACTIONS(9107), 1, - anon_sym_GT, - ACTIONS(9109), 1, - sym_escape_sequence, - ACTIONS(9111), 1, - sym__quoted_content_angle, - STATE(5409), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253398] = 6, - ACTIONS(9113), 1, - anon_sym_PIPE, - ACTIONS(9115), 1, - sym_escape_sequence, - ACTIONS(9117), 1, - sym__quoted_content_bar, - STATE(5421), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253419] = 6, - ACTIONS(9119), 1, - anon_sym_SLASH, - ACTIONS(9121), 1, - sym_escape_sequence, - ACTIONS(9123), 1, - sym__quoted_content_slash, - STATE(5206), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253440] = 6, - ACTIONS(9125), 1, - anon_sym_PIPE, - ACTIONS(9127), 1, - sym_escape_sequence, - ACTIONS(9129), 1, - sym__quoted_content_bar, - STATE(5207), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253461] = 6, - ACTIONS(9131), 1, - anon_sym_GT, - ACTIONS(9133), 1, - sym_escape_sequence, - ACTIONS(9135), 1, - sym__quoted_content_angle, - STATE(5208), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253482] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9137), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253503] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9139), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253524] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9141), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253545] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9143), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253566] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9145), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253587] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9147), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253608] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9149), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253629] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9151), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253650] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9153), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253671] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9155), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253692] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9157), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253713] = 6, - ACTIONS(9159), 1, - anon_sym_RBRACK, - ACTIONS(9161), 1, - sym_escape_sequence, - ACTIONS(9163), 1, - sym__quoted_content_square, - STATE(5210), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253734] = 6, - ACTIONS(9165), 1, - anon_sym_RBRACE, - ACTIONS(9167), 1, - sym_escape_sequence, - ACTIONS(9169), 1, - sym__quoted_content_curly, - STATE(5212), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253755] = 6, - ACTIONS(9171), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9173), 1, - sym_escape_sequence, - ACTIONS(9175), 1, - sym__quoted_content_heredoc_double, - STATE(5213), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253776] = 6, - ACTIONS(9177), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9179), 1, - sym_escape_sequence, - ACTIONS(9181), 1, - sym__quoted_content_heredoc_single, - STATE(5214), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253797] = 6, - ACTIONS(9183), 1, - anon_sym_SLASH, - ACTIONS(9185), 1, - sym_escape_sequence, - ACTIONS(9187), 1, - sym__quoted_content_slash, - STATE(5389), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253818] = 6, - ACTIONS(9189), 1, - anon_sym_SQUOTE, - ACTIONS(9191), 1, - sym_escape_sequence, - ACTIONS(9193), 1, - sym__quoted_content_single, - STATE(5215), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253839] = 6, - ACTIONS(9195), 1, - anon_sym_DQUOTE, - ACTIONS(9197), 1, - sym_escape_sequence, - ACTIONS(9199), 1, - sym__quoted_content_double, - STATE(5216), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253860] = 6, - ACTIONS(9201), 1, - anon_sym_RPAREN, - ACTIONS(9203), 1, - sym_escape_sequence, - ACTIONS(9205), 1, - sym__quoted_content_parenthesis, - STATE(5217), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253881] = 6, - ACTIONS(9207), 1, - anon_sym_RPAREN, - ACTIONS(9209), 1, - sym_escape_sequence, - ACTIONS(9211), 1, - sym__quoted_content_parenthesis, - STATE(5042), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253902] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9213), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253923] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9215), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253944] = 6, - ACTIONS(9217), 1, - anon_sym_PIPE, - ACTIONS(9219), 1, - sym_escape_sequence, - ACTIONS(9221), 1, - sym__quoted_content_bar, - STATE(5388), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253965] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9223), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [253986] = 6, - ACTIONS(9225), 1, - anon_sym_DQUOTE, - ACTIONS(9227), 1, - sym_escape_sequence, - ACTIONS(9229), 1, - sym__quoted_content_double, - STATE(5391), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254007] = 4, - ACTIONS(8456), 1, - sym__quoted_content_i_double, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - ACTIONS(8454), 3, - anon_sym_DQUOTE, - anon_sym_POUND_LBRACE, - sym_escape_sequence, - [254024] = 6, - ACTIONS(9231), 1, - anon_sym_SLASH, - ACTIONS(9233), 1, - sym_escape_sequence, - ACTIONS(9235), 1, - sym__quoted_content_slash, - STATE(5425), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254045] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9237), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254066] = 6, - ACTIONS(9239), 1, - anon_sym_SQUOTE, - ACTIONS(9241), 1, - sym_escape_sequence, - ACTIONS(9243), 1, - sym__quoted_content_single, - STATE(5394), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254087] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9245), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254108] = 6, - ACTIONS(9247), 1, - anon_sym_RPAREN, - ACTIONS(9249), 1, - sym_escape_sequence, - ACTIONS(9251), 1, - sym__quoted_content_parenthesis, - STATE(5280), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254129] = 6, - ACTIONS(9253), 1, - anon_sym_DQUOTE, - ACTIONS(9255), 1, - sym_escape_sequence, - ACTIONS(9257), 1, - sym__quoted_content_double, - STATE(5281), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254150] = 6, - ACTIONS(9259), 1, - anon_sym_SQUOTE, - ACTIONS(9261), 1, - sym_escape_sequence, - ACTIONS(9263), 1, - sym__quoted_content_single, - STATE(5282), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254171] = 6, - ACTIONS(9265), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9267), 1, - sym_escape_sequence, - ACTIONS(9269), 1, - sym__quoted_content_heredoc_single, - STATE(5283), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254192] = 6, - ACTIONS(9271), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9273), 1, - sym_escape_sequence, - ACTIONS(9275), 1, - sym__quoted_content_heredoc_double, - STATE(5284), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254213] = 6, - ACTIONS(9277), 1, - anon_sym_RBRACE, - ACTIONS(9279), 1, - sym_escape_sequence, - ACTIONS(9281), 1, - sym__quoted_content_curly, - STATE(5285), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254234] = 6, - ACTIONS(9283), 1, - anon_sym_RBRACK, - ACTIONS(9285), 1, - sym_escape_sequence, - ACTIONS(9287), 1, - sym__quoted_content_square, - STATE(5286), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254255] = 6, - ACTIONS(9289), 1, - anon_sym_GT, - ACTIONS(9291), 1, - sym_escape_sequence, - ACTIONS(9293), 1, - sym__quoted_content_angle, - STATE(5287), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254276] = 6, - ACTIONS(9295), 1, - anon_sym_PIPE, - ACTIONS(9297), 1, - sym_escape_sequence, - ACTIONS(9299), 1, - sym__quoted_content_bar, - STATE(5288), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254297] = 6, - ACTIONS(9301), 1, - anon_sym_SLASH, - ACTIONS(9303), 1, - sym_escape_sequence, - ACTIONS(9305), 1, - sym__quoted_content_slash, - STATE(5289), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254318] = 6, - ACTIONS(9307), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9309), 1, - sym_escape_sequence, - ACTIONS(9311), 1, - sym__quoted_content_heredoc_single, - STATE(5395), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254339] = 6, - ACTIONS(9313), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9315), 1, - sym_escape_sequence, - ACTIONS(9317), 1, - sym__quoted_content_heredoc_double, - STATE(5396), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254360] = 6, - ACTIONS(9319), 1, - anon_sym_SQUOTE, - ACTIONS(9321), 1, - sym_escape_sequence, - ACTIONS(9324), 1, - sym__quoted_content_single, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254381] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9327), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254402] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9329), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254423] = 6, - ACTIONS(9331), 1, - anon_sym_RBRACE, - ACTIONS(9333), 1, - sym_escape_sequence, - ACTIONS(9335), 1, - sym__quoted_content_curly, - STATE(5398), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254444] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9337), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254465] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9339), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254486] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9341), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254507] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9343), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254528] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9345), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254549] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9347), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254570] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9349), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254591] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9351), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254612] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9353), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254633] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9355), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254654] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9357), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254675] = 6, - ACTIONS(9359), 1, - anon_sym_RBRACK, - ACTIONS(9361), 1, - sym_escape_sequence, - ACTIONS(9363), 1, - sym__quoted_content_square, - STATE(5399), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254696] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9365), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254717] = 6, - ACTIONS(9367), 1, - anon_sym_PIPE, - ACTIONS(9369), 1, - sym_escape_sequence, - ACTIONS(9371), 1, - sym__quoted_content_bar, - STATE(5401), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254738] = 6, - ACTIONS(9373), 1, - anon_sym_SLASH, - ACTIONS(9375), 1, - sym_escape_sequence, - ACTIONS(9377), 1, - sym__quoted_content_slash, - STATE(5403), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254759] = 6, - ACTIONS(9379), 1, - anon_sym_SQUOTE, - ACTIONS(9381), 1, - sym_escape_sequence, - ACTIONS(9383), 1, - sym__quoted_content_single, - STATE(5349), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254780] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9385), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254801] = 6, - ACTIONS(9387), 1, - anon_sym_RBRACK, - ACTIONS(9389), 1, - sym_escape_sequence, - ACTIONS(9391), 1, - sym__quoted_content_square, - STATE(5257), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254822] = 6, - ACTIONS(9393), 1, - anon_sym_RBRACE, - ACTIONS(9395), 1, - sym_escape_sequence, - ACTIONS(9397), 1, - sym__quoted_content_curly, - STATE(5209), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254843] = 6, - ACTIONS(9399), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9401), 1, - sym_escape_sequence, - ACTIONS(9403), 1, - sym__quoted_content_heredoc_double, - STATE(5300), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254864] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9405), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254885] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9407), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254906] = 6, - ACTIONS(9409), 1, - anon_sym_RBRACK, - ACTIONS(9411), 1, - sym_escape_sequence, - ACTIONS(9413), 1, - sym__quoted_content_square, - STATE(5384), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254927] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9415), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254948] = 6, - ACTIONS(9417), 1, - anon_sym_SLASH, - ACTIONS(9419), 1, - sym_escape_sequence, - ACTIONS(9421), 1, - sym__quoted_content_slash, - STATE(5095), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [254969] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(199), 1, - anon_sym_DQUOTE, - ACTIONS(201), 1, - anon_sym_SQUOTE, - STATE(1309), 1, - sym__quoted_i_single, - STATE(1310), 1, - sym__quoted_i_double, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [254990] = 6, - ACTIONS(9423), 1, - anon_sym_PIPE, - ACTIONS(9425), 1, - sym_escape_sequence, - ACTIONS(9427), 1, - sym__quoted_content_bar, - STATE(5059), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255011] = 6, - ACTIONS(9429), 1, - anon_sym_GT, - ACTIONS(9431), 1, - sym_escape_sequence, - ACTIONS(9433), 1, - sym__quoted_content_angle, - STATE(5292), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255032] = 6, - ACTIONS(9435), 1, - anon_sym_RBRACK, - ACTIONS(9437), 1, - sym_escape_sequence, - ACTIONS(9439), 1, - sym__quoted_content_square, - STATE(5171), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255053] = 6, - ACTIONS(9441), 1, - anon_sym_RBRACE, - ACTIONS(9443), 1, - sym_escape_sequence, - ACTIONS(9445), 1, - sym__quoted_content_curly, - STATE(5072), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255074] = 6, - ACTIONS(9447), 1, - anon_sym_RPAREN, - ACTIONS(9449), 1, - sym_escape_sequence, - ACTIONS(9451), 1, - sym__quoted_content_parenthesis, - STATE(5326), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255095] = 6, - ACTIONS(9453), 1, - anon_sym_DQUOTE, - ACTIONS(9455), 1, - sym_escape_sequence, - ACTIONS(9457), 1, - sym__quoted_content_double, - STATE(5327), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255116] = 6, - ACTIONS(9459), 1, - anon_sym_SQUOTE, - ACTIONS(9461), 1, - sym_escape_sequence, - ACTIONS(9463), 1, - sym__quoted_content_single, - STATE(5328), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255137] = 6, - ACTIONS(9465), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9467), 1, - sym_escape_sequence, - ACTIONS(9469), 1, - sym__quoted_content_heredoc_single, - STATE(5329), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255158] = 6, - ACTIONS(9471), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9473), 1, - sym_escape_sequence, - ACTIONS(9475), 1, - sym__quoted_content_heredoc_double, - STATE(5330), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255179] = 6, - ACTIONS(9477), 1, - anon_sym_RBRACE, - ACTIONS(9479), 1, - sym_escape_sequence, - ACTIONS(9481), 1, - sym__quoted_content_curly, - STATE(5331), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255200] = 6, - ACTIONS(9483), 1, - anon_sym_RBRACK, - ACTIONS(9485), 1, - sym_escape_sequence, - ACTIONS(9487), 1, - sym__quoted_content_square, - STATE(5332), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255221] = 6, - ACTIONS(9489), 1, - anon_sym_GT, - ACTIONS(9491), 1, - sym_escape_sequence, - ACTIONS(9493), 1, - sym__quoted_content_angle, - STATE(5333), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255242] = 6, - ACTIONS(9495), 1, - anon_sym_PIPE, - ACTIONS(9497), 1, - sym_escape_sequence, - ACTIONS(9499), 1, - sym__quoted_content_bar, - STATE(5334), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255263] = 6, - ACTIONS(9501), 1, - anon_sym_SLASH, - ACTIONS(9503), 1, - sym_escape_sequence, - ACTIONS(9505), 1, - sym__quoted_content_slash, - STATE(5335), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255284] = 6, - ACTIONS(9507), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9509), 1, - sym_escape_sequence, - ACTIONS(9511), 1, - sym__quoted_content_heredoc_double, - STATE(5074), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255305] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9513), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255326] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9515), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255347] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9517), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255368] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9519), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255389] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9521), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255410] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9523), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255431] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9525), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255452] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9527), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255473] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9529), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255494] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9531), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255515] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9533), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255536] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9535), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255557] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9537), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255578] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9539), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255599] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9541), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255620] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9543), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255641] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9545), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255662] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9547), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255683] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9549), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255704] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9551), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255725] = 6, - ACTIONS(9553), 1, - anon_sym_RBRACE, - ACTIONS(9555), 1, - sym_escape_sequence, - ACTIONS(9557), 1, - sym__quoted_content_curly, - STATE(5383), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255746] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9559), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255767] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9561), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255788] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9563), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255809] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9565), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255830] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9567), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255851] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9569), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255872] = 6, - ACTIONS(9571), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9573), 1, - sym_escape_sequence, - ACTIONS(9575), 1, - sym__quoted_content_heredoc_double, - STATE(5351), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255893] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9577), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255914] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9579), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255935] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9581), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255956] = 6, - ACTIONS(9583), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9585), 1, - sym_escape_sequence, - ACTIONS(9587), 1, - sym__quoted_content_heredoc_single, - STATE(5075), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255977] = 6, - ACTIONS(9589), 1, - anon_sym_SLASH, - ACTIONS(9591), 1, - sym_escape_sequence, - ACTIONS(9593), 1, - sym__quoted_content_slash, - STATE(5322), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [255998] = 6, - ACTIONS(9595), 1, - anon_sym_PIPE, - ACTIONS(9597), 1, - sym_escape_sequence, - ACTIONS(9599), 1, - sym__quoted_content_bar, - STATE(5323), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256019] = 6, - ACTIONS(9601), 1, - anon_sym_GT, - ACTIONS(9603), 1, - sym_escape_sequence, - ACTIONS(9605), 1, - sym__quoted_content_angle, - STATE(5324), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256040] = 6, - ACTIONS(9607), 1, - anon_sym_RPAREN, - ACTIONS(9609), 1, - sym_escape_sequence, - ACTIONS(9611), 1, - sym__quoted_content_parenthesis, - STATE(5372), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256061] = 6, - ACTIONS(9613), 1, - anon_sym_DQUOTE, - ACTIONS(9615), 1, - sym_escape_sequence, - ACTIONS(9617), 1, - sym__quoted_content_double, - STATE(5373), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256082] = 6, - ACTIONS(9619), 1, - anon_sym_SQUOTE, - ACTIONS(9621), 1, - sym_escape_sequence, - ACTIONS(9623), 1, - sym__quoted_content_single, - STATE(5374), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256103] = 6, - ACTIONS(9625), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9627), 1, - sym_escape_sequence, - ACTIONS(9629), 1, - sym__quoted_content_heredoc_single, - STATE(5375), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256124] = 6, - ACTIONS(9631), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9633), 1, - sym_escape_sequence, - ACTIONS(9635), 1, - sym__quoted_content_heredoc_double, - STATE(5376), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256145] = 6, - ACTIONS(9637), 1, - anon_sym_RBRACE, - ACTIONS(9639), 1, - sym_escape_sequence, - ACTIONS(9641), 1, - sym__quoted_content_curly, - STATE(5377), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256166] = 6, - ACTIONS(9643), 1, - anon_sym_RBRACK, - ACTIONS(9645), 1, - sym_escape_sequence, - ACTIONS(9647), 1, - sym__quoted_content_square, - STATE(5378), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256187] = 6, - ACTIONS(9649), 1, - anon_sym_GT, - ACTIONS(9651), 1, - sym_escape_sequence, - ACTIONS(9653), 1, - sym__quoted_content_angle, - STATE(5379), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256208] = 6, - ACTIONS(9655), 1, - anon_sym_PIPE, - ACTIONS(9657), 1, - sym_escape_sequence, - ACTIONS(9659), 1, - sym__quoted_content_bar, - STATE(5380), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256229] = 6, - ACTIONS(9661), 1, - anon_sym_SLASH, - ACTIONS(9663), 1, - sym_escape_sequence, - ACTIONS(9665), 1, - sym__quoted_content_slash, - STATE(5381), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256250] = 6, - ACTIONS(9667), 1, - anon_sym_RBRACK, - ACTIONS(9669), 1, - sym_escape_sequence, - ACTIONS(9671), 1, - sym__quoted_content_square, - STATE(5325), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256271] = 6, - ACTIONS(9673), 1, - anon_sym_RBRACE, - ACTIONS(9675), 1, - sym_escape_sequence, - ACTIONS(9677), 1, - sym__quoted_content_curly, - STATE(5337), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256292] = 6, - ACTIONS(9679), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9681), 1, - sym_escape_sequence, - ACTIONS(9683), 1, - sym__quoted_content_heredoc_double, - STATE(5338), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256313] = 6, - ACTIONS(9685), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9687), 1, - sym_escape_sequence, - ACTIONS(9689), 1, - sym__quoted_content_heredoc_single, - STATE(5339), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256334] = 6, - ACTIONS(9691), 1, - anon_sym_SQUOTE, - ACTIONS(9693), 1, - sym_escape_sequence, - ACTIONS(9695), 1, - sym__quoted_content_single, - STATE(5340), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256355] = 6, - ACTIONS(9697), 1, - anon_sym_DQUOTE, - ACTIONS(9699), 1, - sym_escape_sequence, - ACTIONS(9701), 1, - sym__quoted_content_double, - STATE(5342), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256376] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9703), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256397] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9705), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256418] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9707), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256439] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9709), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256460] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9711), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256481] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9713), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256502] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9715), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256523] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9717), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256544] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9719), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256565] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9721), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256586] = 6, - ACTIONS(9723), 1, - anon_sym_RPAREN, - ACTIONS(9725), 1, - sym_escape_sequence, - ACTIONS(9727), 1, - sym__quoted_content_parenthesis, - STATE(5343), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256607] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9729), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256628] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9731), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256649] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9733), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256670] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9735), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256691] = 6, - ACTIONS(9737), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9739), 1, - sym_escape_sequence, - ACTIONS(9741), 1, - sym__quoted_content_heredoc_single, - STATE(5350), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256712] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9743), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256733] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9745), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256754] = 6, - ACTIONS(9747), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9749), 1, - sym_escape_sequence, - ACTIONS(9751), 1, - sym__quoted_content_heredoc_single, - STATE(5301), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256775] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9753), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256796] = 6, - ACTIONS(9755), 1, - anon_sym_SQUOTE, - ACTIONS(9757), 1, - sym_escape_sequence, - ACTIONS(9759), 1, - sym__quoted_content_single, - STATE(5076), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256817] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9761), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256838] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9763), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256859] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9765), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256880] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9767), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256901] = 6, - ACTIONS(9769), 1, - anon_sym_DQUOTE, - ACTIONS(9771), 1, - sym_escape_sequence, - ACTIONS(9773), 1, - sym__quoted_content_double, - STATE(5078), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256922] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9775), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256943] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9777), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256964] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9779), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [256985] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9781), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257006] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(381), 1, - anon_sym_DQUOTE, - ACTIONS(383), 1, - anon_sym_SQUOTE, - STATE(2193), 1, - sym__quoted_i_double, - STATE(2194), 1, - sym__quoted_i_single, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [257027] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9783), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257048] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9785), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257069] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(812), 1, - anon_sym_DQUOTE, - ACTIONS(814), 1, - anon_sym_SQUOTE, - STATE(3833), 1, - sym__quoted_i_single, - STATE(3835), 1, - sym__quoted_i_double, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [257090] = 6, - ACTIONS(9787), 1, - anon_sym_SQUOTE, - ACTIONS(9789), 1, - sym_escape_sequence, - ACTIONS(9791), 1, - sym__quoted_content_single, - STATE(5303), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257111] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9793), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257132] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9795), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257153] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9797), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257174] = 6, - ACTIONS(8336), 1, - sym_escape_sequence, - ACTIONS(8338), 1, - sym__quoted_content_parenthesis, - ACTIONS(9799), 1, - anon_sym_RPAREN, - STATE(5186), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257195] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9801), 1, - anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257216] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9803), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257237] = 6, - ACTIONS(8528), 1, - sym_escape_sequence, - ACTIONS(8530), 1, - sym__quoted_content_angle, - ACTIONS(9805), 1, - anon_sym_GT, - STATE(5093), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257258] = 6, - ACTIONS(8522), 1, - sym_escape_sequence, - ACTIONS(8524), 1, - sym__quoted_content_square, - ACTIONS(9807), 1, - anon_sym_RBRACK, - STATE(5115), 1, - aux_sym__quoted_square_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257279] = 6, - ACTIONS(8478), 1, - sym_escape_sequence, - ACTIONS(8480), 1, - sym__quoted_content_curly, - ACTIONS(9809), 1, - anon_sym_RBRACE, - STATE(5116), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257300] = 6, - ACTIONS(8486), 1, - sym_escape_sequence, - ACTIONS(8488), 1, - sym__quoted_content_heredoc_double, - ACTIONS(9811), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - STATE(5119), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257321] = 6, - ACTIONS(8492), 1, - sym_escape_sequence, - ACTIONS(8494), 1, - sym__quoted_content_heredoc_single, - ACTIONS(9813), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - STATE(5125), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257342] = 6, - ACTIONS(8498), 1, - sym_escape_sequence, - ACTIONS(8500), 1, - sym__quoted_content_single, - ACTIONS(9815), 1, - anon_sym_SQUOTE, - STATE(5276), 1, - aux_sym__quoted_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257363] = 6, - ACTIONS(8504), 1, - sym_escape_sequence, - ACTIONS(8506), 1, - sym__quoted_content_double, - ACTIONS(9817), 1, - anon_sym_DQUOTE, - STATE(5136), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257384] = 6, - ACTIONS(9819), 1, - anon_sym_GT, - ACTIONS(9821), 1, - sym_escape_sequence, - ACTIONS(9823), 1, - sym__quoted_content_angle, - STATE(5278), 1, - aux_sym__quoted_angle_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257405] = 6, - ACTIONS(8432), 1, - sym_escape_sequence, - ACTIONS(8434), 1, - sym__quoted_content_bar, - ACTIONS(9825), 1, - anon_sym_PIPE, - STATE(5092), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257426] = 6, - ACTIONS(9827), 1, - anon_sym_RPAREN, - ACTIONS(9829), 1, - sym_escape_sequence, - ACTIONS(9831), 1, - sym__quoted_content_parenthesis, - STATE(5089), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257447] = 6, - ACTIONS(9833), 1, - anon_sym_DQUOTE, - ACTIONS(9835), 1, - sym_escape_sequence, - ACTIONS(9837), 1, - sym__quoted_content_double, - STATE(5336), 1, - aux_sym__quoted_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257468] = 4, - ACTIONS(8456), 1, sym__quoted_content_i_heredoc_single, ACTIONS(3), 2, sym__newline_before_binary_operator, @@ -374271,183 +405040,163 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - ACTIONS(8454), 3, + ACTIONS(8370), 3, anon_sym_SQUOTE_SQUOTE_SQUOTE, anon_sym_POUND_LBRACE, sym_escape_sequence, - [257485] = 6, - ACTIONS(8536), 1, - sym_escape_sequence, - ACTIONS(8538), 1, - sym__quoted_content_slash, - ACTIONS(9839), 1, + [288835] = 4, + ACTIONS(8372), 1, + sym__quoted_content_i_slash, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8370), 3, anon_sym_SLASH, - STATE(5090), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257506] = 6, - ACTIONS(9841), 1, - anon_sym_RPAREN, - ACTIONS(9843), 1, + anon_sym_POUND_LBRACE, sym_escape_sequence, - ACTIONS(9845), 1, - sym__quoted_content_parenthesis, - STATE(5410), 1, - aux_sym__quoted_parenthesis_repeat1, + [288852] = 4, + ACTIONS(8372), 1, + sym__quoted_content_i_angle, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - [257527] = 6, - ACTIONS(9847), 1, - anon_sym_RPAREN, - ACTIONS(9849), 1, - sym_escape_sequence, - ACTIONS(9851), 1, - sym__quoted_content_parenthesis, - STATE(5346), 1, - aux_sym__quoted_parenthesis_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257548] = 6, - ACTIONS(9853), 1, - anon_sym_SLASH, - ACTIONS(9855), 1, - sym_escape_sequence, - ACTIONS(9857), 1, - sym__quoted_content_slash, - STATE(5411), 1, - aux_sym__quoted_slash_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257569] = 6, - ACTIONS(9859), 1, - anon_sym_PIPE, - ACTIONS(9861), 1, - sym_escape_sequence, - ACTIONS(9863), 1, - sym__quoted_content_bar, - STATE(5412), 1, - aux_sym__quoted_bar_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257590] = 6, - ACTIONS(9865), 1, + ACTIONS(8370), 3, anon_sym_GT, - ACTIONS(9867), 1, + anon_sym_POUND_LBRACE, sym_escape_sequence, - ACTIONS(9869), 1, - sym__quoted_content_angle, - STATE(5413), 1, - aux_sym__quoted_angle_repeat1, + [288869] = 4, + ACTIONS(8372), 1, + sym__quoted_content_i_bar, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - [257611] = 6, - ACTIONS(9871), 1, - anon_sym_RBRACK, - ACTIONS(9873), 1, + ACTIONS(8370), 3, + anon_sym_PIPE, + anon_sym_POUND_LBRACE, sym_escape_sequence, - ACTIONS(9875), 1, - sym__quoted_content_square, - STATE(5414), 1, - aux_sym__quoted_square_repeat1, + [288886] = 4, + ACTIONS(8372), 1, + sym__quoted_content_i_single, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - [257632] = 6, - ACTIONS(9877), 1, - anon_sym_RBRACE, - ACTIONS(9879), 1, - sym_escape_sequence, - ACTIONS(9881), 1, - sym__quoted_content_curly, - STATE(5415), 1, - aux_sym__quoted_curly_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257653] = 6, - ACTIONS(9883), 1, - anon_sym_DQUOTE_DQUOTE_DQUOTE, - ACTIONS(9885), 1, - sym_escape_sequence, - ACTIONS(9887), 1, - sym__quoted_content_heredoc_double, - STATE(5416), 1, - aux_sym__quoted_heredoc_double_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257674] = 6, - ACTIONS(9889), 1, - anon_sym_SQUOTE_SQUOTE_SQUOTE, - ACTIONS(9891), 1, - sym_escape_sequence, - ACTIONS(9893), 1, - sym__quoted_content_heredoc_single, - STATE(5417), 1, - aux_sym__quoted_heredoc_single_repeat1, - ACTIONS(3), 2, - sym__newline_before_binary_operator, - sym__newline_before_comment, - ACTIONS(5), 2, - aux_sym__terminator_token1, - sym_comment, - [257695] = 6, - ACTIONS(9895), 1, + ACTIONS(8370), 3, anon_sym_SQUOTE, - ACTIONS(9897), 1, + anon_sym_POUND_LBRACE, sym_escape_sequence, - ACTIONS(9899), 1, - sym__quoted_content_single, - STATE(5418), 1, - aux_sym__quoted_single_repeat1, + [288903] = 4, + ACTIONS(8372), 1, + sym__quoted_content_i_heredoc_double, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - [257716] = 6, - ACTIONS(9901), 1, - anon_sym_DQUOTE, - ACTIONS(9903), 1, + ACTIONS(8370), 3, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_POUND_LBRACE, sym_escape_sequence, - ACTIONS(9905), 1, + [288920] = 4, + ACTIONS(8372), 1, + sym__quoted_content_i_square, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8370), 3, + anon_sym_RBRACK, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [288937] = 4, + ACTIONS(8372), 1, + sym__quoted_content_i_parenthesis, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8370), 3, + anon_sym_RPAREN, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [288954] = 4, + ACTIONS(8376), 1, + sym__quoted_content_i_double, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8374), 3, + anon_sym_DQUOTE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [288971] = 4, + ACTIONS(8380), 1, + sym__quoted_content_i_single, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8378), 3, + anon_sym_SQUOTE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [288988] = 4, + ACTIONS(8384), 1, + sym__quoted_content_i_heredoc_single, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8382), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [289005] = 6, + ACTIONS(8386), 1, + anon_sym_RPAREN, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8390), 1, + sym__quoted_content_parenthesis, + STATE(6740), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289026] = 6, + ACTIONS(8392), 1, + anon_sym_DQUOTE, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8396), 1, sym__quoted_content_double, - STATE(5419), 1, + STATE(6593), 1, aux_sym__quoted_double_repeat1, ACTIONS(3), 2, sym__newline_before_binary_operator, @@ -374455,902 +405204,10816 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, aux_sym__terminator_token1, sym_comment, - [257737] = 3, + [289047] = 6, + ACTIONS(8398), 1, + anon_sym_SQUOTE, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8402), 1, + sym__quoted_content_single, + STATE(6657), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289068] = 6, + ACTIONS(8404), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8408), 1, + sym__quoted_content_heredoc_single, + STATE(6647), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289089] = 6, + ACTIONS(8410), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8414), 1, + sym__quoted_content_heredoc_double, + STATE(6645), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289110] = 6, + ACTIONS(8416), 1, + anon_sym_RBRACE, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8420), 1, + sym__quoted_content_curly, + STATE(6643), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289131] = 6, + ACTIONS(8422), 1, + anon_sym_RBRACK, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8426), 1, + sym__quoted_content_square, + STATE(6641), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289152] = 6, + ACTIONS(8428), 1, + anon_sym_GT, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8432), 1, + sym__quoted_content_angle, + STATE(6639), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289173] = 6, + ACTIONS(8434), 1, + anon_sym_PIPE, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8438), 1, + sym__quoted_content_bar, + STATE(6161), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289194] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8440), 1, + anon_sym_SLASH, + ACTIONS(8442), 1, + sym__quoted_content_slash, + STATE(6484), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289215] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8444), 1, + anon_sym_RPAREN, + ACTIONS(8446), 1, + sym__quoted_content_parenthesis, + STATE(6478), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289236] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8448), 1, + anon_sym_DQUOTE, + ACTIONS(8450), 1, + sym__quoted_content_double, + STATE(6485), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289257] = 4, + ACTIONS(8372), 1, + sym__quoted_content_i_curly, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8370), 3, + anon_sym_RBRACE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [289274] = 4, + ACTIONS(8454), 1, + sym__quoted_content_i_heredoc_double, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8452), 3, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [289291] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8456), 1, + anon_sym_SQUOTE, + ACTIONS(8458), 1, + sym__quoted_content_single, + STATE(6493), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289312] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8460), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8462), 1, + sym__quoted_content_heredoc_single, + STATE(6498), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289333] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8464), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8466), 1, + sym__quoted_content_heredoc_double, + STATE(6500), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289354] = 6, ACTIONS(5), 1, sym_comment, + ACTIONS(73), 1, + anon_sym_DQUOTE, + ACTIONS(75), 1, + anon_sym_SQUOTE, + STATE(1575), 1, + sym__quoted_i_single, + STATE(1576), 1, + sym__quoted_i_double, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - ACTIONS(1235), 3, + [289375] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8468), 1, + anon_sym_RBRACE, + ACTIONS(8470), 1, + sym__quoted_content_curly, + STATE(6519), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289396] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(1444), 1, + sym__quoted_i_double, + STATE(1445), 1, + sym__quoted_i_single, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [289417] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8472), 1, + anon_sym_RBRACK, + ACTIONS(8474), 1, + sym__quoted_content_square, + STATE(6524), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289438] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8476), 1, + anon_sym_GT, + ACTIONS(8478), 1, + sym__quoted_content_angle, + STATE(6549), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289459] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8480), 1, + anon_sym_PIPE, + ACTIONS(8482), 1, + sym__quoted_content_bar, + STATE(6568), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289480] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8484), 1, + anon_sym_SLASH, + ACTIONS(8486), 1, + sym__quoted_content_slash, + STATE(6570), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289501] = 4, + ACTIONS(8490), 1, + sym__quoted_content_i_bar, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8488), 3, + anon_sym_PIPE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [289518] = 4, + ACTIONS(8494), 1, + sym__quoted_content_i_slash, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8492), 3, + anon_sym_SLASH, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [289535] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(926), 1, + anon_sym_DQUOTE, + ACTIONS(928), 1, + anon_sym_SQUOTE, + STATE(1974), 1, + sym__quoted_i_double, + STATE(1975), 1, + sym__quoted_i_single, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [289556] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1109), 1, + anon_sym_DQUOTE, + ACTIONS(1111), 1, + anon_sym_SQUOTE, + STATE(4432), 1, + sym__quoted_i_double, + STATE(4433), 1, + sym__quoted_i_single, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [289577] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8496), 1, + anon_sym_COMMA, + STATE(5987), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(5102), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [289596] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8499), 1, + anon_sym_RPAREN, + ACTIONS(8501), 1, + sym__quoted_content_parenthesis, + STATE(6718), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289617] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8503), 1, + anon_sym_DQUOTE, + ACTIONS(8505), 1, + sym__quoted_content_double, + STATE(6716), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289638] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8507), 1, + anon_sym_SQUOTE, + ACTIONS(8509), 1, + sym__quoted_content_single, + STATE(6710), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289659] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8511), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8513), 1, + sym__quoted_content_heredoc_single, + STATE(6708), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289680] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8515), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8517), 1, + sym__quoted_content_heredoc_double, + STATE(6706), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289701] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8519), 1, + anon_sym_RBRACE, + ACTIONS(8521), 1, + sym__quoted_content_curly, + STATE(6704), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289722] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8523), 1, + anon_sym_RBRACK, + ACTIONS(8525), 1, + sym__quoted_content_square, + STATE(6702), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289743] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8527), 1, + anon_sym_GT, + ACTIONS(8529), 1, + sym__quoted_content_angle, + STATE(6700), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289764] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8531), 1, + anon_sym_PIPE, + ACTIONS(8533), 1, + sym__quoted_content_bar, + STATE(6694), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289785] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8535), 1, + anon_sym_SLASH, + ACTIONS(8537), 1, + sym__quoted_content_slash, + STATE(6692), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289806] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(199), 1, + anon_sym_DQUOTE, + ACTIONS(201), 1, + anon_sym_SQUOTE, + STATE(1218), 1, + sym__quoted_i_double, + STATE(1219), 1, + sym__quoted_i_single, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [289827] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(476), 1, + anon_sym_DQUOTE, + ACTIONS(478), 1, + anon_sym_SQUOTE, + STATE(3414), 1, + sym__quoted_i_single, + STATE(3415), 1, + sym__quoted_i_double, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [289848] = 4, + ACTIONS(8541), 1, + sym__quoted_content_i_angle, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8539), 3, + anon_sym_GT, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [289865] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8543), 1, + anon_sym_RPAREN, + ACTIONS(8545), 1, + sym__quoted_content_parenthesis, + STATE(6625), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289886] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8547), 1, + anon_sym_DQUOTE, + ACTIONS(8549), 1, + sym__quoted_content_double, + STATE(6623), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289907] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8551), 1, + anon_sym_SQUOTE, + ACTIONS(8553), 1, + sym__quoted_content_single, + STATE(6621), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289928] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8555), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8557), 1, + sym__quoted_content_heredoc_single, + STATE(6619), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289949] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8559), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8561), 1, + sym__quoted_content_heredoc_double, + STATE(6613), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289970] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8563), 1, + anon_sym_RBRACE, + ACTIONS(8565), 1, + sym__quoted_content_curly, + STATE(6611), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [289991] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8567), 1, + anon_sym_RBRACK, + ACTIONS(8569), 1, + sym__quoted_content_square, + STATE(6609), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290012] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8571), 1, + anon_sym_GT, + ACTIONS(8573), 1, + sym__quoted_content_angle, + STATE(6607), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290033] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8575), 1, + anon_sym_PIPE, + ACTIONS(8577), 1, + sym__quoted_content_bar, + STATE(6605), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290054] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8579), 1, + anon_sym_SLASH, + ACTIONS(8581), 1, + sym__quoted_content_slash, + STATE(6603), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290075] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8583), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8585), 1, + sym__quoted_content_heredoc_single, + STATE(6522), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290096] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8587), 1, + anon_sym_SLASH, + ACTIONS(8589), 1, + sym__quoted_content_slash, + STATE(6735), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290117] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8591), 1, + anon_sym_PIPE, + ACTIONS(8593), 1, + sym__quoted_content_bar, + STATE(6733), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290138] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8595), 1, + anon_sym_GT, + ACTIONS(8597), 1, + sym__quoted_content_angle, + STATE(6690), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290159] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8599), 1, + anon_sym_RBRACK, + ACTIONS(8601), 1, + sym__quoted_content_square, + STATE(6689), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290180] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8603), 1, + anon_sym_RBRACE, + ACTIONS(8605), 1, + sym__quoted_content_curly, + STATE(6687), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290201] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8607), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8609), 1, + sym__quoted_content_heredoc_double, + STATE(6685), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290222] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8611), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8613), 1, + sym__quoted_content_heredoc_single, + STATE(6669), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290243] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8615), 1, + anon_sym_SQUOTE, + ACTIONS(8617), 1, + sym__quoted_content_single, + STATE(6667), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290264] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8619), 1, + anon_sym_DQUOTE, + ACTIONS(8621), 1, + sym__quoted_content_double, + STATE(6663), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290285] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8623), 1, + anon_sym_RPAREN, + ACTIONS(8625), 1, + sym__quoted_content_parenthesis, + STATE(6661), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290306] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(375), 1, + anon_sym_DQUOTE, + ACTIONS(377), 1, + anon_sym_SQUOTE, + STATE(2268), 1, + sym__quoted_i_single, + STATE(2269), 1, + sym__quoted_i_double, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [290327] = 4, + ACTIONS(8629), 1, + sym__quoted_content_i_square, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8627), 3, + anon_sym_RBRACK, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [290344] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(812), 1, + anon_sym_DQUOTE, + ACTIONS(814), 1, + anon_sym_SQUOTE, + STATE(4186), 1, + sym__quoted_i_double, + STATE(4189), 1, + sym__quoted_i_single, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [290365] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8631), 1, + anon_sym_SLASH, + ACTIONS(8633), 1, + sym__quoted_content_slash, + STATE(6267), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290386] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8635), 1, + anon_sym_RPAREN, + ACTIONS(8637), 1, + sym__quoted_content_parenthesis, + STATE(6481), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290407] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8639), 1, + anon_sym_DQUOTE, + ACTIONS(8641), 1, + sym__quoted_content_double, + STATE(6479), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290428] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8643), 1, + anon_sym_PIPE, + ACTIONS(8645), 1, + sym__quoted_content_bar, + STATE(6545), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290449] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8647), 1, + anon_sym_GT, + ACTIONS(8649), 1, + sym__quoted_content_angle, + STATE(6543), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290470] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8651), 1, + anon_sym_RBRACK, + ACTIONS(8653), 1, + sym__quoted_content_square, + STATE(6541), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290491] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8655), 1, + anon_sym_RBRACE, + ACTIONS(8657), 1, + sym__quoted_content_curly, + STATE(6539), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290512] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8659), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8661), 1, + sym__quoted_content_heredoc_double, + STATE(6537), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290533] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8663), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8665), 1, + sym__quoted_content_heredoc_single, + STATE(6535), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290554] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8667), 1, + anon_sym_SQUOTE, + ACTIONS(8669), 1, + sym__quoted_content_single, + STATE(6533), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290575] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8671), 1, + anon_sym_DQUOTE, + ACTIONS(8673), 1, + sym__quoted_content_double, + STATE(6531), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290596] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8675), 1, + anon_sym_RPAREN, + ACTIONS(8677), 1, + sym__quoted_content_parenthesis, + STATE(6529), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290617] = 4, + ACTIONS(8681), 1, + sym__quoted_content_i_curly, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8679), 3, + anon_sym_RBRACE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [290634] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8683), 1, + anon_sym_SQUOTE, + ACTIONS(8685), 1, + sym__quoted_content_single, + STATE(6466), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290655] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8687), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8689), 1, + sym__quoted_content_heredoc_single, + STATE(6464), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290676] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8691), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8693), 1, + sym__quoted_content_heredoc_double, + STATE(6462), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290697] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8695), 1, + anon_sym_RBRACE, + ACTIONS(8697), 1, + sym__quoted_content_curly, + STATE(6440), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290718] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8699), 1, + anon_sym_RBRACK, + ACTIONS(8701), 1, + sym__quoted_content_square, + STATE(6437), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290739] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8703), 1, + anon_sym_GT, + ACTIONS(8705), 1, + sym__quoted_content_angle, + STATE(6435), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290760] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8707), 1, + anon_sym_PIPE, + ACTIONS(8709), 1, + sym__quoted_content_bar, + STATE(6433), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290781] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8711), 1, + anon_sym_SLASH, + ACTIONS(8713), 1, + sym__quoted_content_slash, + STATE(6431), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290802] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8715), 1, + anon_sym_PIPE, + ACTIONS(8717), 1, + sym__quoted_content_bar, + STATE(6290), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290823] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8719), 1, + anon_sym_GT, + ACTIONS(8721), 1, + sym__quoted_content_angle, + STATE(6293), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290844] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8723), 1, + anon_sym_RBRACK, + ACTIONS(8725), 1, + sym__quoted_content_square, + STATE(6330), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290865] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8727), 1, + anon_sym_RBRACE, + ACTIONS(8729), 1, + sym__quoted_content_curly, + STATE(6377), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290886] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8731), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8733), 1, + sym__quoted_content_heredoc_double, + STATE(6488), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290907] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8735), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8737), 1, + sym__quoted_content_heredoc_double, + STATE(6712), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290928] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8739), 1, + anon_sym_SLASH, + ACTIONS(8741), 1, + sym__quoted_content_slash, + STATE(6547), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290949] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8743), 1, + anon_sym_SLASH, + ACTIONS(8745), 1, + sym__quoted_content_slash, + STATE(6397), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290970] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8747), 1, + anon_sym_PIPE, + ACTIONS(8749), 1, + sym__quoted_content_bar, + STATE(6597), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [290991] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8751), 1, + anon_sym_GT, + ACTIONS(8753), 1, + sym__quoted_content_angle, + STATE(6457), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291012] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8755), 1, + anon_sym_RBRACK, + ACTIONS(8757), 1, + sym__quoted_content_square, + STATE(6455), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291033] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8759), 1, + anon_sym_RBRACE, + ACTIONS(8761), 1, + sym__quoted_content_curly, + STATE(6453), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291054] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8763), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8765), 1, + sym__quoted_content_heredoc_double, + STATE(6451), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291075] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8767), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8769), 1, + sym__quoted_content_heredoc_single, + STATE(6449), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291096] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8771), 1, + anon_sym_SQUOTE, + ACTIONS(8773), 1, + sym__quoted_content_single, + STATE(6447), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291117] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8775), 1, + anon_sym_DQUOTE, + ACTIONS(8777), 1, + sym__quoted_content_double, + STATE(6445), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291138] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8779), 1, + anon_sym_RPAREN, + ACTIONS(8781), 1, + sym__quoted_content_parenthesis, + STATE(6443), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291159] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8783), 1, + anon_sym_SQUOTE, + ACTIONS(8785), 1, + sym__quoted_content_single, + STATE(6630), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291180] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8787), 1, + anon_sym_DQUOTE, + ACTIONS(8789), 1, + sym__quoted_content_double, + STATE(6739), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291201] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8791), 1, + anon_sym_RPAREN, + ACTIONS(8793), 1, + sym__quoted_content_parenthesis, + STATE(6637), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291222] = 4, + ACTIONS(8797), 1, + sym__quoted_content_i_parenthesis, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8795), 3, + anon_sym_RPAREN, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [291239] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(550), 1, + anon_sym_DQUOTE, + ACTIONS(552), 1, + anon_sym_SQUOTE, + STATE(3744), 1, + sym__quoted_i_single, + STATE(3774), 1, + sym__quoted_i_double, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [291260] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(8799), 1, + anon_sym_COMMA, + STATE(5987), 1, + aux_sym__stab_clause_arguments_without_parentheses_repeat1, + ACTIONS(8801), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [291279] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8803), 1, + anon_sym_SLASH, + ACTIONS(8805), 1, + sym__quoted_content_slash, + STATE(6666), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291300] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8807), 1, + anon_sym_RPAREN, + ACTIONS(8809), 1, + sym__quoted_content_parenthesis, + STATE(6744), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291321] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8811), 1, + anon_sym_DQUOTE, + ACTIONS(8813), 1, + sym__quoted_content_double, + STATE(6730), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291342] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8815), 1, + anon_sym_SQUOTE, + ACTIONS(8817), 1, + sym__quoted_content_single, + STATE(6728), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291363] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8819), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8821), 1, + sym__quoted_content_heredoc_single, + STATE(6714), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291384] = 4, + ACTIONS(8372), 1, + sym__quoted_content_i_double, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8370), 3, + anon_sym_DQUOTE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [291401] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8823), 1, + anon_sym_SLASH, + ACTIONS(8825), 1, + sym__quoted_content_slash, + STATE(6375), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291422] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8827), 1, + anon_sym_RPAREN, + ACTIONS(8829), 1, + sym__quoted_content_parenthesis, + STATE(6340), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291443] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8831), 1, + anon_sym_DQUOTE, + ACTIONS(8833), 1, + sym__quoted_content_double, + STATE(6338), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291464] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8835), 1, + anon_sym_SQUOTE, + ACTIONS(8837), 1, + sym__quoted_content_single, + STATE(6336), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291485] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8839), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8841), 1, + sym__quoted_content_heredoc_single, + STATE(6334), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291506] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8843), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8845), 1, + sym__quoted_content_heredoc_double, + STATE(6320), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291527] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8847), 1, + anon_sym_RBRACE, + ACTIONS(8849), 1, + sym__quoted_content_curly, + STATE(6318), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291548] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8851), 1, + anon_sym_RBRACK, + ACTIONS(8853), 1, + sym__quoted_content_square, + STATE(6316), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291569] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8855), 1, + anon_sym_GT, + ACTIONS(8857), 1, + sym__quoted_content_angle, + STATE(6314), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291590] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8859), 1, + anon_sym_PIPE, + ACTIONS(8861), 1, + sym__quoted_content_bar, + STATE(6312), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291611] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8863), 1, + anon_sym_SLASH, + ACTIONS(8865), 1, + sym__quoted_content_slash, + STATE(6310), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291632] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8867), 1, + anon_sym_SLASH, + ACTIONS(8869), 1, + sym__quoted_content_slash, + STATE(6521), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291653] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8871), 1, + anon_sym_PIPE, + ACTIONS(8873), 1, + sym__quoted_content_bar, + STATE(6516), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291674] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8875), 1, + anon_sym_GT, + ACTIONS(8877), 1, + sym__quoted_content_angle, + STATE(6513), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291695] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8879), 1, + anon_sym_RBRACK, + ACTIONS(8881), 1, + sym__quoted_content_square, + STATE(6489), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291716] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8883), 1, + anon_sym_RBRACE, + ACTIONS(8885), 1, + sym__quoted_content_curly, + STATE(6460), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291737] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8887), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8889), 1, + sym__quoted_content_heredoc_double, + STATE(6428), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291758] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8891), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8893), 1, + sym__quoted_content_heredoc_single, + STATE(6426), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291779] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8895), 1, + anon_sym_SQUOTE, + ACTIONS(8897), 1, + sym__quoted_content_single, + STATE(6424), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291800] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8899), 1, + anon_sym_DQUOTE, + ACTIONS(8901), 1, + sym__quoted_content_double, + STATE(6422), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291821] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8903), 1, + anon_sym_RPAREN, + ACTIONS(8905), 1, + sym__quoted_content_parenthesis, + STATE(6410), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291842] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8907), 1, + anon_sym_PIPE, + ACTIONS(8909), 1, + sym__quoted_content_bar, + STATE(6373), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291863] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8911), 1, + anon_sym_GT, + ACTIONS(8913), 1, + sym__quoted_content_angle, + STATE(6371), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291884] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8915), 1, + anon_sym_RBRACK, + ACTIONS(8917), 1, + sym__quoted_content_square, + STATE(6369), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291905] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8919), 1, + anon_sym_RBRACE, + ACTIONS(8921), 1, + sym__quoted_content_curly, + STATE(6367), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291926] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8923), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8925), 1, + sym__quoted_content_heredoc_double, + STATE(6365), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291947] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8927), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8929), 1, + sym__quoted_content_heredoc_single, + STATE(6363), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291968] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8931), 1, + anon_sym_SQUOTE, + ACTIONS(8933), 1, + sym__quoted_content_single, + STATE(6361), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [291989] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8935), 1, + anon_sym_DQUOTE, + ACTIONS(8937), 1, + sym__quoted_content_double, + STATE(6359), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292010] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8939), 1, + anon_sym_RPAREN, + ACTIONS(8941), 1, + sym__quoted_content_parenthesis, + STATE(6357), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292031] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1051), 1, + anon_sym_DQUOTE, + ACTIONS(1053), 1, + anon_sym_SQUOTE, + STATE(2961), 1, + sym__quoted_i_double, + STATE(2962), 1, + sym__quoted_i_single, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [292052] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8943), 1, + anon_sym_RPAREN, + ACTIONS(8945), 1, + sym__quoted_content_parenthesis, + STATE(6265), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292073] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8947), 1, + anon_sym_DQUOTE, + ACTIONS(8949), 1, + sym__quoted_content_double, + STATE(6263), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292094] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(8951), 1, + anon_sym_SQUOTE, + ACTIONS(8953), 1, + sym__quoted_content_single, + STATE(6261), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292115] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(8955), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(8957), 1, + sym__quoted_content_heredoc_single, + STATE(6259), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292136] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(8959), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(8961), 1, + sym__quoted_content_heredoc_double, + STATE(6241), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292157] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(8963), 1, + anon_sym_RBRACE, + ACTIONS(8965), 1, + sym__quoted_content_curly, + STATE(6239), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292178] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(8967), 1, + anon_sym_RBRACK, + ACTIONS(8969), 1, + sym__quoted_content_square, + STATE(6233), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292199] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(8971), 1, + anon_sym_GT, + ACTIONS(8973), 1, + sym__quoted_content_angle, + STATE(6231), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292220] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(8975), 1, + anon_sym_PIPE, + ACTIONS(8977), 1, + sym__quoted_content_bar, + STATE(6229), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292241] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8979), 1, + anon_sym_RPAREN, + ACTIONS(8981), 1, + sym__quoted_content_parenthesis, + STATE(6414), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292262] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8983), 1, + anon_sym_SLASH, + ACTIONS(8985), 1, + sym__quoted_content_slash, + STATE(6227), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292283] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(8987), 1, + anon_sym_RPAREN, + ACTIONS(8989), 1, + sym__quoted_content_parenthesis, + STATE(6342), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292304] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8991), 1, + anon_sym_DQUOTE, + ACTIONS(8993), 1, + sym__quoted_content_double, + STATE(6295), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292325] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(8995), 1, + anon_sym_DQUOTE, + ACTIONS(8997), 1, + sym__quoted_content_double, + STATE(6170), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292346] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(8999), 1, + anon_sym_SLASH, + ACTIONS(9001), 1, + sym__quoted_content_slash, + STATE(6289), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292367] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9003), 1, + anon_sym_PIPE, + ACTIONS(9005), 1, + sym__quoted_content_bar, + STATE(6287), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292388] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9007), 1, + anon_sym_GT, + ACTIONS(9009), 1, + sym__quoted_content_angle, + STATE(6285), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292409] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9011), 1, + anon_sym_RBRACK, + ACTIONS(9013), 1, + sym__quoted_content_square, + STATE(6283), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292430] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9015), 1, + anon_sym_RBRACE, + ACTIONS(9017), 1, + sym__quoted_content_curly, + STATE(6281), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292451] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9019), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(9021), 1, + sym__quoted_content_heredoc_double, + STATE(6279), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292472] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9023), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(9025), 1, + sym__quoted_content_heredoc_single, + STATE(6277), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292493] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9027), 1, + anon_sym_SQUOTE, + ACTIONS(9029), 1, + sym__quoted_content_single, + STATE(6275), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292514] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9031), 1, + anon_sym_DQUOTE, + ACTIONS(9033), 1, + sym__quoted_content_double, + STATE(6273), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292535] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9035), 1, + anon_sym_RPAREN, + ACTIONS(9037), 1, + sym__quoted_content_parenthesis, + STATE(6271), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292556] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9039), 1, + anon_sym_SQUOTE, + ACTIONS(9041), 1, + sym__quoted_content_single, + STATE(6166), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292577] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9043), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(9045), 1, + sym__quoted_content_heredoc_single, + STATE(6168), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292598] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9047), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(9049), 1, + sym__quoted_content_heredoc_double, + STATE(6321), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292619] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9051), 1, + anon_sym_RBRACE, + ACTIONS(9053), 1, + sym__quoted_content_curly, + STATE(6323), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292640] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9055), 1, + anon_sym_GT, + ACTIONS(9057), 1, + sym__quoted_content_angle, + STATE(6418), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292661] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9059), 1, + anon_sym_RBRACK, + ACTIONS(9061), 1, + sym__quoted_content_square, + STATE(6325), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292682] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9063), 1, + anon_sym_RBRACE, + ACTIONS(9065), 1, + sym__quoted_content_curly, + STATE(6698), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292703] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9067), 1, + anon_sym_GT, + ACTIONS(9069), 1, + sym__quoted_content_angle, + STATE(6329), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292724] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9071), 1, + anon_sym_RBRACK, + ACTIONS(9073), 1, + sym__quoted_content_square, + STATE(6696), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292745] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9075), 1, + anon_sym_SQUOTE, + ACTIONS(9077), 1, + sym__quoted_content_single, + STATE(6222), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292766] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9079), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(9081), 1, + sym__quoted_content_heredoc_single, + STATE(6309), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292787] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9083), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(9085), 1, + sym__quoted_content_heredoc_double, + STATE(6354), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292808] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9087), 1, + anon_sym_RBRACE, + ACTIONS(9089), 1, + sym__quoted_content_curly, + STATE(6378), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292829] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9091), 1, + anon_sym_RBRACK, + ACTIONS(9093), 1, + sym__quoted_content_square, + STATE(6741), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292850] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9095), 1, + anon_sym_PIPE, + ACTIONS(9097), 1, + sym__quoted_content_bar, + STATE(6344), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292871] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9099), 1, + anon_sym_SLASH, + ACTIONS(9101), 1, + sym__quoted_content_slash, + STATE(6346), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292892] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9103), 1, + anon_sym_COMMA, + STATE(5771), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(1191), 2, anon_sym_RBRACE, anon_sym_RBRACK, - anon_sym_GT_GT, - [257751] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(5870), 1, - anon_sym_GT_GT, - ACTIONS(9907), 1, - anon_sym_COMMA, - STATE(5444), 1, - aux_sym_keywords_repeat1, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [257769] = 5, + [292911] = 6, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9105), 1, + anon_sym_RPAREN, + ACTIONS(9107), 1, + sym__quoted_content_parenthesis, + STATE(6185), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292932] = 6, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9109), 1, + anon_sym_DQUOTE, + ACTIONS(9111), 1, + sym__quoted_content_double, + STATE(6187), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292953] = 6, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9113), 1, + anon_sym_SQUOTE, + ACTIONS(9115), 1, + sym__quoted_content_single, + STATE(6189), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292974] = 6, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9117), 1, + anon_sym_SLASH, + ACTIONS(9119), 1, + sym__quoted_content_slash, + STATE(6655), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [292995] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9121), 1, + anon_sym_PIPE, + ACTIONS(9123), 1, + sym__quoted_content_bar, + STATE(6526), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293016] = 6, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9125), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(9127), 1, + sym__quoted_content_heredoc_single, + STATE(6191), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293037] = 6, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9129), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(9131), 1, + sym__quoted_content_heredoc_double, + STATE(6193), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293058] = 6, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9133), 1, + anon_sym_RBRACE, + ACTIONS(9135), 1, + sym__quoted_content_curly, + STATE(6195), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293079] = 6, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9137), 1, + anon_sym_RBRACK, + ACTIONS(9139), 1, + sym__quoted_content_square, + STATE(6197), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293100] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9141), 1, + anon_sym_GT, + ACTIONS(9143), 1, + sym__quoted_content_angle, + STATE(6682), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293121] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9145), 1, + anon_sym_PIPE, + ACTIONS(9147), 1, + sym__quoted_content_bar, + STATE(6680), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293142] = 6, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9149), 1, + anon_sym_GT, + ACTIONS(9151), 1, + sym__quoted_content_angle, + STATE(6199), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293163] = 6, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9153), 1, + anon_sym_PIPE, + ACTIONS(9155), 1, + sym__quoted_content_bar, + STATE(6201), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293184] = 6, ACTIONS(5), 1, sym_comment, - ACTIONS(8322), 1, - anon_sym_GT_GT, - ACTIONS(9909), 1, - anon_sym_COMMA, - STATE(5438), 1, - aux_sym_keywords_repeat1, + ACTIONS(596), 1, + anon_sym_DQUOTE, + ACTIONS(598), 1, + anon_sym_SQUOTE, + STATE(2919), 1, + sym__quoted_i_double, + STATE(2942), 1, + sym__quoted_i_single, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [257787] = 5, + [293205] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9157), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293223] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9159), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293241] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8137), 3, + anon_sym_SQUOTE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [293255] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9161), 1, + anon_sym_DQUOTE, + STATE(6306), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293273] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9163), 1, + anon_sym_SQUOTE, + STATE(6548), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293291] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9163), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293309] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9165), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6550), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293327] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9165), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293345] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9167), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293363] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9161), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293381] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9169), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293399] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8101), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [293413] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3409), 1, - anon_sym_GT_GT, - ACTIONS(9911), 1, + ACTIONS(5094), 1, + anon_sym_RPAREN, + ACTIONS(9171), 1, anon_sym_COMMA, - STATE(5440), 1, + STATE(6173), 1, + aux_sym__stab_clause_arguments_with_parentheses_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [293431] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9174), 1, + anon_sym_SQUOTE, + STATE(6257), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293449] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9176), 1, + anon_sym_RPAREN, + ACTIONS(9178), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [293465] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9180), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293483] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9182), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293501] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9184), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293519] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9186), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293537] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9188), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293555] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9190), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293573] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9192), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293591] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9194), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293609] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9196), 1, + anon_sym_RPAREN, + STATE(6210), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293627] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9196), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293645] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9198), 1, + anon_sym_DQUOTE, + STATE(6211), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293663] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9198), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293681] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9200), 1, + anon_sym_SQUOTE, + STATE(6212), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293699] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9200), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293717] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9202), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6213), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293735] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9202), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293753] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9204), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6214), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293771] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9204), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293789] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9206), 1, + anon_sym_RBRACE, + STATE(6215), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293807] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9206), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293825] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9208), 1, + anon_sym_RBRACK, + STATE(6216), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293843] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9208), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293861] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9210), 1, + anon_sym_GT, + STATE(6217), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293879] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9210), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293897] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9212), 1, + anon_sym_PIPE, + STATE(6218), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293915] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9212), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293933] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9214), 1, + anon_sym_SLASH, + STATE(6219), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293951] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9214), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293969] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9216), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [293987] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9218), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294005] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9220), 1, + anon_sym_RPAREN, + ACTIONS(9222), 1, + anon_sym_COMMA, + STATE(5771), 1, aux_sym__items_with_trailing_separator_repeat1, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [257805] = 5, + [294023] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8053), 3, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [294037] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(3424), 1, - anon_sym_RPAREN, - ACTIONS(9914), 1, + ACTIONS(5950), 1, + anon_sym_GT_GT, + ACTIONS(9224), 1, anon_sym_COMMA, - STATE(5446), 1, + STATE(6394), 1, aux_sym_keywords_repeat1, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [257823] = 5, + [294055] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(1161), 1, + ACTIONS(7223), 1, anon_sym_GT_GT, + ACTIONS(9226), 1, + anon_sym_COMMA, + STATE(6208), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [294073] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9228), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294091] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9230), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294109] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9232), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294127] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9234), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294145] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9236), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294163] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9238), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294181] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9240), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294199] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9242), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294217] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9244), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294235] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9246), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294253] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9248), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6251), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294271] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(1217), 3, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_GT_GT, + [294285] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9174), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294303] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9250), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294321] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9252), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294339] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9254), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6255), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294357] = 5, + ACTIONS(9256), 1, + anon_sym_SLASH, + ACTIONS(9258), 1, + sym_escape_sequence, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294375] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9261), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294393] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9261), 1, + anon_sym_SLASH, + STATE(6176), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294411] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9263), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294429] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9263), 1, + anon_sym_PIPE, + STATE(6177), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294447] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9265), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294465] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9265), 1, + anon_sym_GT, + STATE(6178), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294483] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9267), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294501] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9269), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294519] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9271), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294537] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9273), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294555] = 5, + ACTIONS(9275), 1, + anon_sym_PIPE, + ACTIONS(9277), 1, + sym_escape_sequence, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294573] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9267), 1, + anon_sym_RBRACK, + STATE(6179), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294591] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9280), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294609] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9280), 1, + anon_sym_RBRACE, + STATE(6180), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294627] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9282), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294645] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8153), 3, + anon_sym_DQUOTE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [294659] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9284), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294677] = 5, + ACTIONS(9286), 1, + anon_sym_GT, + ACTIONS(9288), 1, + sym_escape_sequence, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294695] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9291), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294713] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9293), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294731] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9295), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294749] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9297), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294767] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9299), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294785] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9301), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294803] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9303), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294821] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9305), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294839] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9307), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294857] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9309), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294875] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9311), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294893] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9313), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294911] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9315), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294929] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9282), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6181), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294947] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9317), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294965] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9317), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6182), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [294983] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9319), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295001] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9319), 1, + anon_sym_SQUOTE, + STATE(6183), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295019] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9321), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295037] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9321), 1, + anon_sym_DQUOTE, + STATE(6204), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295055] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9323), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295073] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9323), 1, + anon_sym_RPAREN, + STATE(6205), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295091] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9325), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295109] = 5, + ACTIONS(9327), 1, + anon_sym_RBRACK, + ACTIONS(9329), 1, + sym_escape_sequence, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295127] = 4, + ACTIONS(9334), 1, + sym__quoted_content_slash, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9332), 2, + anon_sym_SLASH, + sym_escape_sequence, + [295143] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9336), 1, + anon_sym_RPAREN, + STATE(6296), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295161] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9336), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295179] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9338), 1, + anon_sym_DQUOTE, + STATE(6297), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295197] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9338), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295215] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9340), 1, + anon_sym_SQUOTE, + STATE(6298), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295233] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9340), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295251] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9342), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6299), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295269] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9342), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295287] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9344), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6300), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295305] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9344), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295323] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9346), 1, + anon_sym_RBRACE, + STATE(6301), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295341] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9346), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295359] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9348), 1, + anon_sym_RBRACK, + STATE(6302), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295377] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9348), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295395] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9350), 1, + anon_sym_GT, + STATE(6303), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295413] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9350), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295431] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9352), 1, + anon_sym_PIPE, + STATE(6304), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295449] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9352), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295467] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9354), 1, + anon_sym_SLASH, + STATE(6305), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295485] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9354), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295503] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9356), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295521] = 4, + ACTIONS(9360), 1, + sym__quoted_content_bar, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9358), 2, + anon_sym_PIPE, + sym_escape_sequence, + [295537] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9325), 1, + anon_sym_SLASH, + STATE(6234), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295555] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9362), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295573] = 4, + ACTIONS(9366), 1, + sym__quoted_content_angle, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9364), 2, + anon_sym_GT, + sym_escape_sequence, + [295589] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9368), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295607] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9370), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295625] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9372), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295643] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9374), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295661] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9376), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295679] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9378), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295697] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9380), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295715] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9382), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295733] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9384), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295751] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9386), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295769] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9388), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295787] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9390), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295805] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9392), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295823] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9368), 1, + anon_sym_DQUOTE, + STATE(6527), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295841] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9254), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295859] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9394), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295877] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9394), 1, + anon_sym_SLASH, + STATE(6245), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295895] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9396), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295913] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9396), 1, + anon_sym_PIPE, + STATE(6246), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295931] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9398), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295949] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9398), 1, + anon_sym_GT, + STATE(6247), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295967] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9400), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [295985] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9400), 1, + anon_sym_RBRACK, + STATE(6248), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296003] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9402), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296021] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9402), 1, + anon_sym_RBRACE, + STATE(6249), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296039] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9404), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296057] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9406), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296075] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9408), 1, + anon_sym_RBRACE, + STATE(6552), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296093] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9408), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296111] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9410), 1, + anon_sym_RBRACK, + STATE(6553), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296129] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9410), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296147] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9412), 1, + anon_sym_GT, + STATE(6564), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296165] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9362), 1, + anon_sym_GT, + STATE(6256), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296183] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9404), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6250), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296201] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9412), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296219] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9414), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296237] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9416), 1, + anon_sym_PIPE, + STATE(6565), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296255] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9418), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296273] = 5, + ACTIONS(9420), 1, + anon_sym_RBRACE, + ACTIONS(9422), 1, + sym_escape_sequence, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296291] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9248), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296309] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9425), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296327] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9427), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296345] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9427), 1, + anon_sym_SQUOTE, + STATE(6252), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296363] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9429), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296381] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9429), 1, + anon_sym_DQUOTE, + STATE(6253), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296399] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9431), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296417] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9431), 1, + anon_sym_RPAREN, + STATE(6254), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296435] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9433), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296453] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9433), 1, + anon_sym_RPAREN, + STATE(6518), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296471] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9416), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296489] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9435), 1, + anon_sym_SLASH, + STATE(6566), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296507] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9435), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296525] = 5, + ACTIONS(9437), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + ACTIONS(9439), 1, + sym_escape_sequence, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296543] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9442), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296561] = 5, + ACTIONS(9444), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + ACTIONS(9446), 1, + sym_escape_sequence, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296579] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9449), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296597] = 5, + ACTIONS(9451), 1, + anon_sym_SQUOTE, + ACTIONS(9453), 1, + sym_escape_sequence, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296615] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9456), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6236), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296633] = 4, + ACTIONS(9460), 1, + sym__quoted_content_square, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9458), 2, + anon_sym_RBRACK, + sym_escape_sequence, + [296649] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9456), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296667] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9414), 1, + anon_sym_RBRACK, + STATE(6332), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296685] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9462), 1, + anon_sym_RPAREN, + STATE(6382), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296703] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9462), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296721] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9464), 1, + anon_sym_DQUOTE, + STATE(6383), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296739] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9464), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296757] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9466), 1, + anon_sym_SQUOTE, + STATE(6384), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296775] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9466), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296793] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9468), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6385), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296811] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9468), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296829] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9470), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6386), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296847] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9470), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296865] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9472), 1, + anon_sym_RBRACE, + STATE(6387), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296883] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9472), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296901] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9474), 1, + anon_sym_RBRACK, + STATE(6388), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296919] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9474), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296937] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9476), 1, + anon_sym_GT, + STATE(6389), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296955] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9476), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296973] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9478), 1, + anon_sym_PIPE, + STATE(6390), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [296991] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9478), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297009] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9480), 1, + anon_sym_SLASH, + STATE(6391), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297027] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9480), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297045] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9482), 1, + anon_sym_RBRACE, + STATE(6235), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297063] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9484), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297081] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9482), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297099] = 5, + ACTIONS(9486), 1, + anon_sym_DQUOTE, + ACTIONS(9488), 1, + sym_escape_sequence, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297117] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9491), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297135] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9406), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6551), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297153] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9493), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297171] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9495), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297189] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9497), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297207] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9499), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297225] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9501), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297243] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9503), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297261] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9505), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297279] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9507), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297297] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9509), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297315] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9511), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297333] = 4, + ACTIONS(9515), 1, + sym__quoted_content_curly, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9513), 2, + anon_sym_RBRACE, + sym_escape_sequence, + [297349] = 5, + ACTIONS(9517), 1, + anon_sym_RPAREN, + ACTIONS(9519), 1, + sym_escape_sequence, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297367] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3162), 1, + anon_sym_GT_GT, + ACTIONS(9522), 1, + anon_sym_COMMA, + STATE(6394), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [297385] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9525), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297403] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9527), 1, + anon_sym_RPAREN, + STATE(6573), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297421] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9529), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297439] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9531), 1, + anon_sym_RBRACK, + STATE(6224), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297457] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9533), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297475] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9535), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297493] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9537), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297511] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9539), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297529] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9541), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297547] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9543), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297565] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9545), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297583] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9547), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297601] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(1191), 1, + anon_sym_GT_GT, + ACTIONS(9549), 1, + anon_sym_COMMA, + STATE(6492), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [297619] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9551), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297637] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9553), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297655] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9527), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297673] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(8334), 3, + anon_sym_RBRACE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [297687] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9555), 1, + anon_sym_RPAREN, + ACTIONS(2886), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [297703] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(7211), 3, + anon_sym_SLASH, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [297717] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9557), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297735] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9559), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297753] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(4863), 3, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_GT_GT, + [297767] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9561), 1, + anon_sym_GT, + STATE(6223), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297785] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9561), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297803] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9356), 1, + anon_sym_PIPE, + STATE(6243), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297821] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9563), 1, + anon_sym_DQUOTE, + STATE(6574), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297839] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(7281), 3, + anon_sym_PIPE, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [297853] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9563), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297871] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9565), 1, + anon_sym_SQUOTE, + STATE(6576), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297889] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9565), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297907] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9567), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6732), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297925] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9567), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297943] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9569), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6731), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297961] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9569), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297979] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9571), 1, + anon_sym_RBRACE, + STATE(6726), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [297997] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9573), 1, + anon_sym_PIPE, + STATE(6169), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298015] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9575), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298033] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9575), 1, + anon_sym_SLASH, + STATE(6399), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298051] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9577), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298069] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9577), 1, + anon_sym_PIPE, + STATE(6400), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298087] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9579), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298105] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9579), 1, + anon_sym_GT, + STATE(6401), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298123] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9581), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298141] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(9583), 1, + anon_sym_RPAREN, + ACTIONS(9585), 1, + anon_sym_COMMA, + STATE(6173), 1, + aux_sym__stab_clause_arguments_with_parentheses_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [298159] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9581), 1, + anon_sym_RBRACK, + STATE(6402), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298177] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9587), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298195] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9587), 1, + anon_sym_RBRACE, + STATE(6403), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298213] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9589), 1, + anon_sym_RPAREN, + STATE(6468), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298231] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9589), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298249] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9591), 1, + anon_sym_DQUOTE, + STATE(6469), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298267] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9591), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298285] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9593), 1, + anon_sym_SQUOTE, + STATE(6470), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298303] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9593), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298321] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9595), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6471), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298339] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9595), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298357] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9597), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6472), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298375] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9597), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298393] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9599), 1, + anon_sym_RBRACE, + STATE(6473), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298411] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9599), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298429] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9601), 1, + anon_sym_RBRACK, + STATE(6474), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298447] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9601), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298465] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9603), 1, + anon_sym_GT, + STATE(6475), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298483] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9603), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298501] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9605), 1, + anon_sym_PIPE, + STATE(6476), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298519] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9557), 1, + anon_sym_RPAREN, + STATE(6307), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298537] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9571), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298555] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9607), 1, + anon_sym_RPAREN, + STATE(6577), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298573] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9609), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298591] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9609), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6404), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298609] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9611), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298627] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9611), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6405), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298645] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9613), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298663] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9613), 1, + anon_sym_SQUOTE, + STATE(6406), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298681] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9615), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298699] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9617), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298717] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9619), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298735] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9621), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298753] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9623), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298771] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9625), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298789] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9627), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298807] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9629), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298825] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9631), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298843] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9633), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298861] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9607), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298879] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9635), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298897] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9635), 1, + anon_sym_DQUOTE, + STATE(6408), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298915] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9637), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298933] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9637), 1, + anon_sym_RPAREN, + STATE(6409), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298951] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9639), 1, + anon_sym_DQUOTE, + STATE(6578), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298969] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9641), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [298987] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9639), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299005] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9643), 1, + anon_sym_RBRACK, + STATE(6725), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299023] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9484), 1, + anon_sym_RBRACE, + STATE(6335), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299041] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9645), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299059] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9643), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299077] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9647), 1, + anon_sym_SQUOTE, + STATE(6595), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299095] = 4, + ACTIONS(9651), 1, + sym__quoted_content_heredoc_double, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9649), 2, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + sym_escape_sequence, + [299111] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3545), 1, + anon_sym_GT_GT, + ACTIONS(9653), 1, + anon_sym_COMMA, + STATE(6492), 1, + aux_sym__items_with_trailing_separator_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [299129] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9647), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299147] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3166), 1, + anon_sym_RPAREN, + ACTIONS(9656), 1, + anon_sym_COMMA, + STATE(5879), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [299165] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(7261), 3, + anon_sym_GT, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [299179] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9658), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6598), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299197] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3152), 1, + anon_sym_RPAREN, + ACTIONS(9656), 1, + anon_sym_COMMA, + STATE(6494), 1, + aux_sym_keywords_repeat1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [299215] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9658), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299233] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9660), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6628), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299251] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9660), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299269] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9662), 1, + anon_sym_GT, + STATE(6724), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299287] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9664), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299305] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9666), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299323] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9668), 1, + anon_sym_RBRACE, + STATE(6629), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299341] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9670), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299359] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9672), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299377] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9674), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299395] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9676), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299413] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9678), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299431] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9680), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299449] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9682), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299467] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9684), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299485] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9662), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299503] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9686), 1, + anon_sym_PIPE, + STATE(6723), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299521] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9529), 1, + anon_sym_SLASH, + STATE(6477), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299539] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9686), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299557] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9688), 1, + anon_sym_SLASH, + STATE(6722), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299575] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9690), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299593] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9668), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299611] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9645), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6348), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299629] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9688), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299647] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9692), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299665] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9694), 1, + anon_sym_RBRACK, + STATE(6631), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299683] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9694), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299701] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9696), 1, + anon_sym_GT, + STATE(6632), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299719] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9573), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299737] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9698), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299755] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9700), 1, + anon_sym_RPAREN, + STATE(6554), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299773] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9700), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299791] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9702), 1, + anon_sym_DQUOTE, + STATE(6555), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299809] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9702), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299827] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9704), 1, + anon_sym_SQUOTE, + STATE(6556), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299845] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9704), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299863] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9706), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6557), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299881] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9706), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299899] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9708), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6558), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299917] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9708), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299935] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9710), 1, + anon_sym_RBRACE, + STATE(6559), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299953] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9710), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299971] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9712), 1, + anon_sym_RBRACK, + STATE(6560), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [299989] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9712), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300007] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9714), 1, + anon_sym_GT, + STATE(6561), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300025] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9714), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300043] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9716), 1, + anon_sym_PIPE, + STATE(6562), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300061] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9716), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300079] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9718), 1, + anon_sym_SLASH, + STATE(6563), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300097] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9718), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300115] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9720), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300133] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9696), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300151] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9722), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300169] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9724), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300187] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9726), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300205] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9728), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300223] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9730), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300241] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9732), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300259] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9734), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300277] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9736), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300295] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9738), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300313] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9740), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300331] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9742), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300349] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9744), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300367] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9746), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300385] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9748), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300403] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9750), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300421] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9752), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300439] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9754), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300457] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9756), 1, + anon_sym_PIPE, + STATE(6633), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300475] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9756), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300493] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9758), 1, + anon_sym_SLASH, + STATE(6634), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300511] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9758), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300529] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + ACTIONS(9760), 3, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_GT_GT, + [300543] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(7203), 3, + anon_sym_RPAREN, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [300557] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9762), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300575] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9764), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300593] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9766), 1, + anon_sym_RPAREN, + STATE(6395), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300611] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9768), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300629] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9770), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300647] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9772), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300665] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9774), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300683] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9776), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300701] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9778), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300719] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(7273), 3, + anon_sym_RBRACK, + anon_sym_POUND_LBRACE, + sym_escape_sequence, + [300733] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9780), 1, + anon_sym_RBRACE, + STATE(6601), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300751] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9782), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300769] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9784), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300787] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9786), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300805] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9788), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300823] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9790), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300841] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9792), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300859] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9794), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300877] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9796), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300895] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9798), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300913] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9800), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300931] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9641), 1, + anon_sym_SLASH, + STATE(6502), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300949] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9802), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [300967] = 4, + ACTIONS(9806), 1, + sym__quoted_content_heredoc_single, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9804), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_escape_sequence, + [300983] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9605), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301001] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9808), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301019] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9810), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301037] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9812), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301055] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9814), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301073] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9816), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301091] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9818), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301109] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9818), 1, + anon_sym_SLASH, + STATE(6579), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301127] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9820), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301145] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9820), 1, + anon_sym_PIPE, + STATE(6580), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301163] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9822), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301181] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9822), 1, + anon_sym_GT, + STATE(6581), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301199] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9824), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301217] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9824), 1, + anon_sym_RBRACK, + STATE(6584), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301235] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9826), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301253] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9826), 1, + anon_sym_RBRACE, + STATE(6587), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301271] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9828), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301289] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9828), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6588), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301307] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9830), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301325] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9832), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301343] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9834), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301361] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9836), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301379] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9838), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301397] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9838), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6589), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301415] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9840), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301433] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9840), 1, + anon_sym_SQUOTE, + STATE(6590), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301451] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9842), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301469] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9842), 1, + anon_sym_DQUOTE, + STATE(6591), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301487] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9844), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301505] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9844), 1, + anon_sym_RPAREN, + STATE(6592), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301523] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9692), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6350), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301541] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9846), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301559] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9848), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301577] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9850), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301595] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9852), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301613] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9854), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301631] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9856), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301649] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9858), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301667] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9860), 1, + anon_sym_GT, + STATE(6653), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301685] = 4, + ACTIONS(9864), 1, + sym__quoted_content_parenthesis, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9862), 2, + anon_sym_RPAREN, + sym_escape_sequence, + [301701] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9766), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301719] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9157), 1, + anon_sym_PIPE, + STATE(6503), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301737] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9866), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301755] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9866), 1, + anon_sym_GT, + STATE(6505), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301773] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9868), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301791] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9868), 1, + anon_sym_RBRACK, + STATE(6506), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301809] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9870), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301827] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9870), 1, + anon_sym_RBRACE, + STATE(6507), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301845] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9872), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301863] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9872), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6508), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301881] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9874), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301899] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9876), 1, + anon_sym_SLASH, + STATE(6171), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301917] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9874), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6509), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301935] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9878), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301953] = 4, + ACTIONS(9882), 1, + sym__quoted_content_single, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9880), 2, + anon_sym_SQUOTE, + sym_escape_sequence, + [301969] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9884), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [301987] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9886), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302005] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9888), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302023] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9876), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302041] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9890), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302059] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9892), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302077] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9894), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302095] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9892), 1, + anon_sym_SQUOTE, + STATE(6510), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302113] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9896), 1, + anon_sym_RPAREN, + STATE(6711), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302131] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9896), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302149] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9898), 1, + anon_sym_DQUOTE, + STATE(6691), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302167] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9898), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302185] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9900), 1, + anon_sym_SQUOTE, + STATE(6665), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302203] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9902), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302221] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9904), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302239] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9900), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302257] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9906), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6658), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302275] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9906), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302293] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9908), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302311] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9910), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302329] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9912), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302347] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9914), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302365] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, ACTIONS(9916), 1, - anon_sym_COMMA, - STATE(5440), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 3, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [257841] = 4, - ACTIONS(5), 1, sym_comment, + [302383] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, ACTIONS(9918), 1, - anon_sym_RPAREN, - ACTIONS(2878), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [257857] = 5, - ACTIONS(5), 1, sym_comment, - ACTIONS(3072), 1, - anon_sym_GT_GT, + [302401] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, ACTIONS(9920), 1, - anon_sym_COMMA, - STATE(5444), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [257875] = 5, - ACTIONS(5), 1, sym_comment, - ACTIONS(9923), 1, + [302419] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9922), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302437] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9924), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302455] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9904), 1, + anon_sym_SLASH, + STATE(6585), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302473] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9926), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302491] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9926), 1, + anon_sym_PIPE, + STATE(6586), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302509] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9928), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302527] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9930), 1, anon_sym_RPAREN, - ACTIONS(9925), 1, - anon_sym_COMMA, - STATE(4925), 1, - aux_sym__items_with_trailing_separator_repeat1, - ACTIONS(3), 3, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [257893] = 5, - ACTIONS(5), 1, sym_comment, - ACTIONS(3157), 1, - anon_sym_RPAREN, - ACTIONS(9914), 1, - anon_sym_COMMA, - STATE(4990), 1, - aux_sym_keywords_repeat1, - ACTIONS(3), 3, + [302545] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9932), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6162), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [257911] = 5, - ACTIONS(5), 1, sym_comment, - ACTIONS(9927), 1, - anon_sym_RPAREN, - ACTIONS(9929), 1, - anon_sym_COMMA, - STATE(5451), 1, - aux_sym__stab_clause_arguments_with_parentheses_repeat1, - ACTIONS(3), 3, + [302563] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9932), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [257929] = 3, - ACTIONS(5), 1, sym_comment, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - ACTIONS(9931), 3, + [302581] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9934), 1, anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_GT_GT, - [257943] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3), 3, + STATE(6656), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - ACTIONS(4873), 3, + sym_comment, + [302599] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9934), 1, anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302617] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9936), 1, anon_sym_RBRACK, - anon_sym_GT_GT, - [257957] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9933), 1, - anon_sym_RPAREN, - ACTIONS(9935), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, + STATE(6654), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [257973] = 5, - ACTIONS(5), 1, sym_comment, - ACTIONS(4968), 1, - anon_sym_RPAREN, - ACTIONS(9937), 1, - anon_sym_COMMA, - STATE(5451), 1, - aux_sym__stab_clause_arguments_with_parentheses_repeat1, - ACTIONS(3), 3, + [302635] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9936), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [257991] = 4, - ACTIONS(5), 1, sym_comment, - ACTIONS(574), 1, - anon_sym_do, - STATE(3733), 1, - sym_do_block, - ACTIONS(3), 3, + [302653] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9860), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258006] = 3, - ACTIONS(5), 1, sym_comment, - ACTIONS(2878), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, + [302671] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9938), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258019] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, - anon_sym_do, - STATE(4129), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258034] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, - anon_sym_do, - STATE(4128), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258049] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, - anon_sym_do, - STATE(3950), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258064] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, - anon_sym_do, - STATE(4125), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258079] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, - anon_sym_do, - STATE(4124), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258094] = 4, - ACTIONS(5), 1, sym_comment, + [302689] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, ACTIONS(9940), 1, - aux_sym_sigil_token1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302707] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9940), 1, + anon_sym_SLASH, + STATE(6670), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302725] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, ACTIONS(9942), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258109] = 4, - ACTIONS(5), 1, sym_comment, - ACTIONS(642), 1, - anon_sym_do, - STATE(4117), 1, - sym_do_block, - ACTIONS(3), 3, + [302743] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9928), 1, + anon_sym_GT, + STATE(6599), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258124] = 3, - ACTIONS(5), 1, sym_comment, - ACTIONS(9944), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, + [302761] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9944), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258137] = 4, - ACTIONS(5), 1, sym_comment, + [302779] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9944), 1, + anon_sym_RBRACK, + STATE(6600), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302797] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9780), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302815] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9942), 1, + anon_sym_PIPE, + STATE(6671), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302833] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, ACTIONS(9946), 1, - aux_sym_sigil_token1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302851] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9946), 1, + anon_sym_GT, + STATE(6672), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302869] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, ACTIONS(9948), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258152] = 4, - ACTIONS(5), 1, sym_comment, - ACTIONS(574), 1, - anon_sym_do, - STATE(3586), 1, - sym_do_block, - ACTIONS(3), 3, + [302887] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9948), 1, + anon_sym_RBRACK, + STATE(6673), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258167] = 4, - ACTIONS(5), 1, sym_comment, - ACTIONS(574), 1, - anon_sym_do, - STATE(3736), 1, - sym_do_block, - ACTIONS(3), 3, + [302905] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9950), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258182] = 3, - ACTIONS(5), 1, sym_comment, - ACTIONS(9950), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, + [302923] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9950), 1, + anon_sym_RBRACE, + STATE(6674), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258195] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, - anon_sym_do, - STATE(3954), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258210] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - STATE(3735), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258225] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - STATE(3734), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258240] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - STATE(3598), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258255] = 4, - ACTIONS(5), 1, sym_comment, + [302941] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, ACTIONS(9952), 1, - aux_sym_sigil_token1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302959] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9952), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6675), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [302977] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, ACTIONS(9954), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258270] = 4, - ACTIONS(5), 1, sym_comment, - ACTIONS(3991), 1, - anon_sym_LPAREN, - STATE(2482), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, + [302995] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9954), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6676), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, + ACTIONS(5), 2, aux_sym__terminator_token1, - [258285] = 4, - ACTIONS(5), 1, sym_comment, + [303013] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, ACTIONS(9956), 1, - aux_sym_sigil_token1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303031] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, ACTIONS(9958), 1, - aux_sym_sigil_token2, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303049] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9960), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303067] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9960), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6602), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303085] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9962), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303103] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9956), 1, + anon_sym_SQUOTE, + STATE(6677), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303121] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9964), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303139] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9964), 1, + anon_sym_DQUOTE, + STATE(6678), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303157] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9966), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303175] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9966), 1, + anon_sym_RPAREN, + STATE(6683), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303193] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9968), 1, + anon_sym_PIPE, + STATE(6652), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303211] = 4, + ACTIONS(9972), 1, + sym__quoted_content_double, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9970), 2, + anon_sym_DQUOTE, + sym_escape_sequence, + [303227] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9974), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303245] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9976), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303263] = 5, + ACTIONS(8430), 1, + sym_escape_sequence, + ACTIONS(9978), 1, + anon_sym_GT, + STATE(6244), 1, + aux_sym__quoted_angle_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303281] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9980), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303299] = 5, + ACTIONS(8418), 1, + sym_escape_sequence, + ACTIONS(9982), 1, + anon_sym_RBRACE, + STATE(6333), 1, + aux_sym__quoted_curly_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303317] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9962), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6615), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303335] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9984), 1, + anon_sym_SQUOTE, + STATE(6351), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303353] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9984), 1, + anon_sym_SQUOTE, + STATE(6616), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303371] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9986), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303389] = 5, + ACTIONS(8412), 1, + sym_escape_sequence, + ACTIONS(9988), 1, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + STATE(6347), 1, + aux_sym__quoted_heredoc_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303407] = 5, + ACTIONS(8406), 1, + sym_escape_sequence, + ACTIONS(9990), 1, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + STATE(6349), 1, + aux_sym__quoted_heredoc_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303425] = 5, + ACTIONS(8436), 1, + sym_escape_sequence, + ACTIONS(9968), 1, + anon_sym_PIPE, + STATE(6237), 1, + aux_sym__quoted_bar_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303443] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9992), 1, + anon_sym_SLASH, + STATE(6650), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303461] = 5, + ACTIONS(8366), 1, + sym_escape_sequence, + ACTIONS(9992), 1, + anon_sym_SLASH, + STATE(6226), 1, + aux_sym__quoted_slash_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303479] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9994), 1, + anon_sym_RPAREN, + STATE(6512), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303497] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9996), 1, + anon_sym_DQUOTE, + STATE(6380), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303515] = 5, + ACTIONS(8400), 1, + sym_escape_sequence, + ACTIONS(9850), 1, + anon_sym_SQUOTE, + STATE(6415), 1, + aux_sym__quoted_single_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303533] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9996), 1, + anon_sym_DQUOTE, + STATE(6379), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303551] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9994), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303569] = 5, + ACTIONS(8424), 1, + sym_escape_sequence, + ACTIONS(9531), 1, + anon_sym_RBRACK, + STATE(6268), 1, + aux_sym__quoted_square_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303587] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9800), 1, + anon_sym_DQUOTE, + STATE(6511), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303605] = 5, + ACTIONS(8394), 1, + sym_escape_sequence, + ACTIONS(9986), 1, + anon_sym_DQUOTE, + STATE(6617), 1, + aux_sym__quoted_double_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303623] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9998), 1, + anon_sym_RPAREN, + STATE(6393), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303641] = 5, + ACTIONS(8388), 1, + sym_escape_sequence, + ACTIONS(9998), 1, + anon_sym_RPAREN, + STATE(6618), 1, + aux_sym__quoted_parenthesis_repeat1, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + [303659] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + STATE(3908), 1, + sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258300] = 4, + [303674] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(4183), 1, + ACTIONS(533), 1, + anon_sym_do, + STATE(4241), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [303689] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_do, + STATE(1656), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [303704] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_do, + STATE(2064), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [303719] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10000), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [303732] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_do, + STATE(2063), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [303747] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_do, + STATE(2062), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [303762] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_do, + STATE(1660), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [303777] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_do, + STATE(2053), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [303792] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4015), 1, anon_sym_LPAREN, - STATE(3100), 1, + STATE(2671), 1, sym__call_arguments_with_parentheses, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258315] = 4, + [303807] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(9960), 1, - aux_sym_sigil_token1, - ACTIONS(9962), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258330] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9964), 1, - aux_sym_sigil_token1, - ACTIONS(9966), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258345] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9968), 1, - anon_sym_when, - ACTIONS(9970), 1, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258360] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9970), 1, - anon_sym_DASH_GT, - ACTIONS(9972), 1, - anon_sym_when, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258375] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(642), 1, + ACTIONS(622), 1, anon_sym_do, - STATE(4022), 1, + STATE(4232), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258390] = 4, + [303822] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(279), 1, + ACTIONS(271), 1, anon_sym_do, - STATE(1944), 1, + STATE(2052), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258405] = 4, + [303837] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(279), 1, + ACTIONS(576), 1, anon_sym_do, - STATE(1943), 1, + STATE(4488), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258420] = 4, + [303852] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(279), 1, + ACTIONS(576), 1, anon_sym_do, - STATE(1676), 1, + STATE(4133), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258435] = 4, + [303867] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(279), 1, + ACTIONS(271), 1, anon_sym_do, - STATE(1941), 1, + STATE(2085), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258450] = 4, + [303882] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(279), 1, + ACTIONS(576), 1, anon_sym_do, - STATE(1940), 1, + STATE(4535), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258465] = 3, + [303897] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(9935), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258478] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(279), 1, + ACTIONS(533), 1, anon_sym_do, - STATE(1938), 1, + STATE(3627), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258493] = 4, + [303912] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(279), 1, + ACTIONS(533), 1, anon_sym_do, - STATE(1677), 1, + STATE(4364), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258508] = 4, + [303927] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(9974), 1, + ACTIONS(10002), 1, aux_sym__terminator_token1, ACTIONS(3), 2, sym__newline_before_binary_operator, sym__newline_before_comment, - ACTIONS(8252), 2, + ACTIONS(8069), 2, anon_sym_SEMI, anon_sym_end, - [258523] = 4, + [303942] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(574), 1, + ACTIONS(576), 1, anon_sym_do, - STATE(3732), 1, + STATE(4539), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258538] = 4, + [303957] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(9976), 1, - aux_sym_sigil_token1, - ACTIONS(9978), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258553] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9980), 1, - anon_sym_LPAREN, - STATE(3902), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258568] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3702), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258581] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(574), 1, - anon_sym_do, - STATE(3766), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258596] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(4037), 1, - anon_sym_LPAREN, - STATE(2645), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258611] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - STATE(3832), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258626] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2936), 1, - anon_sym_LPAREN, - STATE(1081), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258641] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - STATE(3834), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258656] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - STATE(3504), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258671] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9982), 1, - anon_sym_LPAREN, - STATE(1323), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258686] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9984), 1, - aux_sym_sigil_token1, - ACTIONS(9986), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258701] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - STATE(3838), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258716] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9988), 1, - anon_sym_LPAREN, - STATE(3601), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258731] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(279), 1, - anon_sym_do, - STATE(1885), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258746] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - STATE(3848), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258761] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_do, - STATE(1639), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258776] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9990), 1, - anon_sym_LPAREN, - STATE(2596), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258791] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9992), 1, - aux_sym_sigil_token1, - ACTIONS(9994), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258806] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - STATE(3850), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258821] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9996), 2, - anon_sym_when, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258834] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(9998), 1, - aux_sym_sigil_token1, - ACTIONS(10000), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258849] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - STATE(3508), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258864] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10002), 1, - aux_sym_sigil_token1, ACTIONS(10004), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258879] = 4, - ACTIONS(5), 1, - sym_comment, + aux_sym_sigil_token1, ACTIONS(10006), 1, - aux_sym_sigil_token1, + aux_sym_sigil_token2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [303972] = 4, + ACTIONS(5), 1, + sym_comment, ACTIONS(10008), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258894] = 4, - ACTIONS(5), 1, - sym_comment, + aux_sym_sigil_token1, ACTIONS(10010), 1, - aux_sym_sigil_token1, + aux_sym_sigil_token2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [303987] = 4, + ACTIONS(5), 1, + sym_comment, ACTIONS(10012), 1, - aux_sym_sigil_token2, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258909] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10014), 1, aux_sym_sigil_token1, - ACTIONS(10016), 1, + ACTIONS(10014), 1, aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258924] = 3, + [304002] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(10018), 2, - anon_sym_when, - anon_sym_DASH_GT, + ACTIONS(10016), 1, + aux_sym_sigil_token1, + ACTIONS(10018), 1, + aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258937] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - STATE(2678), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258952] = 4, + [304017] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10020), 1, @@ -375361,62 +416024,29 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [258967] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - STATE(3160), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258982] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - STATE(3159), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [258997] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3704), 1, - anon_sym_LPAREN, - STATE(1757), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259012] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - STATE(2248), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259027] = 4, + [304032] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10024), 1, anon_sym_LPAREN, - STATE(1701), 1, + STATE(1681), 1, sym__call_arguments_with_parentheses, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259042] = 4, + [304047] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4115), 1, + anon_sym_LPAREN, + STATE(2916), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304062] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10026), 1, @@ -375427,29 +416057,40 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259057] = 4, + [304077] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(407), 1, + ACTIONS(533), 1, anon_sym_do, - STATE(3168), 1, + STATE(4367), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259072] = 4, + [304092] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(407), 1, + ACTIONS(576), 1, anon_sym_do, - STATE(3153), 1, + STATE(4536), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259087] = 4, + [304107] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2944), 1, + anon_sym_LPAREN, + STATE(1110), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304122] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10030), 1, @@ -375460,429 +416101,726 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259102] = 4, + [304137] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(2960), 1, - anon_sym_LPAREN, - STATE(1153), 1, - sym__call_arguments_with_parentheses, + ACTIONS(9178), 2, + anon_sym_when, + anon_sym_DASH_GT, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259117] = 4, + [304150] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(533), 1, anon_sym_do, - STATE(1539), 1, + STATE(4369), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259132] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_do, - STATE(1542), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259147] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - STATE(3152), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259162] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_do, - STATE(1443), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259177] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(407), 1, - anon_sym_do, - STATE(2411), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259192] = 4, + [304165] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10034), 1, - anon_sym_LPAREN, - STATE(3257), 1, - sym__call_arguments_with_parentheses, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259207] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_do, - STATE(1543), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259222] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_do, - STATE(1544), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259237] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(502), 1, - anon_sym_do, - STATE(3936), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259252] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(225), 1, - anon_sym_do, - STATE(1545), 1, - sym_do_block, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259267] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10036), 1, aux_sym_sigil_token1, - ACTIONS(10038), 1, + ACTIONS(10036), 1, aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259282] = 4, + [304180] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(225), 1, + ACTIONS(10038), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304193] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, anon_sym_do, - STATE(1431), 1, + STATE(3196), 1, sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259297] = 3, + [304208] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + STATE(3197), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304223] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10040), 1, - anon_sym_GT_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259309] = 3, - ACTIONS(5), 1, - sym_comment, + aux_sym_sigil_token1, ACTIONS(10042), 1, - sym_integer, + aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259321] = 3, + [304238] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(10044), 1, - sym_integer, + ACTIONS(427), 1, + anon_sym_do, + STATE(2700), 1, + sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259333] = 3, + [304253] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + STATE(3199), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304268] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + STATE(3200), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304283] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10044), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304296] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + STATE(3201), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304311] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(427), 1, + anon_sym_do, + STATE(2699), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304326] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10046), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259345] = 3, - ACTIONS(5), 1, - sym_comment, + aux_sym_sigil_token1, ACTIONS(10048), 1, - anon_sym_RPAREN, + aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259357] = 3, + [304341] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9256), 2, + anon_sym_SLASH, + sym_escape_sequence, + [304354] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9275), 2, + anon_sym_PIPE, + sym_escape_sequence, + [304367] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10050), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259369] = 3, - ACTIONS(5), 1, - sym_comment, + aux_sym_sigil_token1, ACTIONS(10052), 1, - anon_sym_RBRACE, + aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259381] = 3, + [304382] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9451), 2, + anon_sym_SQUOTE, + sym_escape_sequence, + [304395] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10054), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, + STATE(3957), 1, + sym__call_arguments_with_parentheses, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259393] = 3, + [304410] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(533), 1, + anon_sym_do, + STATE(3602), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304425] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9286), 2, + anon_sym_GT, + sym_escape_sequence, + [304438] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(533), 1, + anon_sym_do, + STATE(4372), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304453] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10056), 1, - anon_sym_RBRACK, + anon_sym_LPAREN, + STATE(4322), 1, + sym__call_arguments_with_parentheses, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259405] = 3, + [304468] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(533), 1, + anon_sym_do, + STATE(4373), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304483] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10058), 1, - anon_sym_LBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259417] = 3, - ACTIONS(5), 1, - sym_comment, + aux_sym_sigil_token1, ACTIONS(10060), 1, - anon_sym_SLASH, + aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259429] = 3, + [304498] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10062), 1, - anon_sym_RPAREN, + ACTIONS(10062), 2, + anon_sym_when, + anon_sym_DASH_GT, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259441] = 3, + [304511] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + STATE(3822), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304526] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10064), 1, - anon_sym_GT_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259453] = 3, - ACTIONS(5), 1, - sym_comment, + aux_sym_sigil_token1, ACTIONS(10066), 1, - sym_integer, + aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259465] = 3, + [304541] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10068), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, + STATE(1426), 1, + sym__call_arguments_with_parentheses, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259477] = 3, + [304556] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3844), 1, + anon_sym_LPAREN, + STATE(1856), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304571] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10070), 1, - anon_sym_RPAREN, + anon_sym_when, + ACTIONS(10072), 1, + anon_sym_DASH_GT, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259489] = 3, + [304586] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10072), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259501] = 3, - ACTIONS(5), 1, - sym_comment, + anon_sym_DASH_GT, ACTIONS(10074), 1, - anon_sym_RPAREN, + anon_sym_when, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259513] = 3, + [304601] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10076), 1, - anon_sym_RPAREN, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259525] = 3, - ACTIONS(5), 1, - sym_comment, + aux_sym_sigil_token1, ACTIONS(10078), 1, - anon_sym_RPAREN, + aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259537] = 3, + [304616] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10080), 1, - anon_sym_SLASH, + aux_sym_sigil_token1, + ACTIONS(10082), 1, + aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259549] = 3, + [304631] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(10082), 1, - anon_sym_RBRACE, + ACTIONS(427), 1, + anon_sym_do, + STATE(3327), 1, + sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259561] = 3, + [304646] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10084), 1, - anon_sym_LBRACE, + anon_sym_LPAREN, + STATE(3850), 1, + sym__call_arguments_with_parentheses, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259573] = 3, + [304661] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(225), 1, + anon_sym_do, + STATE(1786), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304676] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10086), 1, - anon_sym_RBRACE, + aux_sym_sigil_token1, + ACTIONS(10088), 1, + aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259585] = 3, + [304691] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(10088), 1, - anon_sym_RBRACK, + ACTIONS(225), 1, + anon_sym_do, + STATE(1785), 1, + sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259597] = 3, + [304706] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(225), 1, + anon_sym_do, + STATE(1566), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304721] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9327), 2, + anon_sym_RBRACK, + sym_escape_sequence, + [304734] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(225), 1, + anon_sym_do, + STATE(1784), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304749] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10090), 1, - anon_sym_GT_GT, + aux_sym_sigil_token1, + ACTIONS(10092), 1, + aux_sym_sigil_token2, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259609] = 3, + [304764] = 4, ACTIONS(5), 1, sym_comment, - ACTIONS(10092), 1, - anon_sym_RBRACE, + ACTIONS(622), 1, + anon_sym_do, + STATE(4141), 1, + sym_do_block, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259621] = 3, + [304779] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9486), 2, + anon_sym_DQUOTE, + sym_escape_sequence, + [304792] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9420), 2, + anon_sym_RBRACE, + sym_escape_sequence, + [304805] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + STATE(4209), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304820] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9437), 2, + anon_sym_DQUOTE_DQUOTE_DQUOTE, + sym_escape_sequence, + [304833] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9444), 2, + anon_sym_SQUOTE_SQUOTE_SQUOTE, + sym_escape_sequence, + [304846] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(225), 1, + anon_sym_do, + STATE(1782), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304861] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + STATE(4233), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304876] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(4426), 1, + anon_sym_LPAREN, + STATE(3163), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304891] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3058), 1, + anon_sym_LPAREN, + STATE(1258), 1, + sym__call_arguments_with_parentheses, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304906] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10094), 1, - anon_sym_RBRACE, + anon_sym_LPAREN, + STATE(2657), 1, + sym__call_arguments_with_parentheses, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259633] = 3, + [304921] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + STATE(4172), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304936] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(225), 1, + anon_sym_do, + STATE(1749), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304951] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(622), 1, + anon_sym_do, + STATE(4177), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304966] = 4, ACTIONS(5), 1, sym_comment, ACTIONS(10096), 1, + aux_sym_sigil_token1, + ACTIONS(10098), 1, + aux_sym_sigil_token2, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304981] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(225), 1, + anon_sym_do, + STATE(1783), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [304996] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2886), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305009] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(576), 1, + anon_sym_do, + STATE(4538), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305024] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3738), 2, + anon_sym_when, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305037] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(576), 1, + anon_sym_do, + STATE(4132), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305052] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(576), 1, + anon_sym_do, + STATE(4537), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305067] = 3, + ACTIONS(3), 2, + sym__newline_before_binary_operator, + sym__newline_before_comment, + ACTIONS(5), 2, + aux_sym__terminator_token1, + sym_comment, + ACTIONS(9517), 2, + anon_sym_RPAREN, + sym_escape_sequence, + [305080] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(225), 1, + anon_sym_do, + STATE(1565), 1, + sym_do_block, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305095] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10100), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259645] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10098), 1, - sym_integer, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259657] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10100), 1, - anon_sym_RPAREN, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259669] = 3, + [305107] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10102), 1, @@ -375891,16 +416829,16 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259681] = 3, + [305119] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10104), 1, - anon_sym_RBRACK, + anon_sym_DASH_GT, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259693] = 3, + [305131] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10106), 1, @@ -375909,7 +416847,7 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259705] = 3, + [305143] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10108), 1, @@ -375918,16 +416856,16 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259717] = 3, + [305155] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10110), 1, - anon_sym_RBRACE, + anon_sym_GT_GT, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259729] = 3, + [305167] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10112), 1, @@ -375936,7 +416874,7 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259741] = 3, + [305179] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10114), 1, @@ -375945,7 +416883,7 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259753] = 3, + [305191] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10116), 1, @@ -375954,205 +416892,205 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259765] = 3, + [305203] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10118), 1, - sym_integer, + anon_sym_RPAREN, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259777] = 3, + [305215] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10120), 1, - anon_sym_SLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259789] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10122), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259801] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10124), 1, - anon_sym_LBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259813] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10126), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259825] = 3, + [305227] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10128), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259837] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10130), 1, + ACTIONS(10122), 1, anon_sym_RBRACK, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259849] = 3, + [305239] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10132), 1, - anon_sym_LBRACE, + ACTIONS(10124), 1, + anon_sym_RBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259861] = 3, + [305251] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10134), 1, + ACTIONS(10126), 1, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305263] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10128), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305275] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10130), 1, sym_integer, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259873] = 3, + [305287] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10132), 1, + anon_sym_SLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305299] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10134), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305311] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10136), 1, - anon_sym_SLASH, + anon_sym_RPAREN, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259885] = 3, + [305323] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10138), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [259897] = 3, + [305335] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10140), 1, - anon_sym_LBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259909] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10142), 1, - anon_sym_GT_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259921] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10144), 1, - anon_sym_GT_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259933] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10146), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259945] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10148), 1, - anon_sym_RBRACK, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259957] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10150), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259969] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10152), 1, - anon_sym_SLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259981] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10154), 1, - anon_sym_RBRACK, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [259993] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10156), 1, - anon_sym_LBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260005] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10158), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260017] = 3, + [305347] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10160), 1, + ACTIONS(10142), 1, + anon_sym_LBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305359] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10144), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260029] = 3, + [305371] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10146), 1, + anon_sym_GT_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305383] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10148), 1, + anon_sym_LBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305395] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10150), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305407] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10152), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305419] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10154), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305431] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10156), 1, + anon_sym_RBRACK, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305443] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10158), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305455] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10160), 1, + anon_sym_GT_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305467] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10162), 1, @@ -376161,97 +417099,97 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260041] = 3, + [305479] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10164), 1, - anon_sym_RPAREN, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260053] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10166), 1, - anon_sym_RPAREN, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260065] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10168), 1, - anon_sym_SLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260077] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10170), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260089] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10172), 1, - anon_sym_LBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260101] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10174), 1, - anon_sym_RPAREN, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260113] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10176), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260125] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10178), 1, anon_sym_RBRACK, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260137] = 3, + [305491] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10180), 1, - anon_sym_GT_GT, + ACTIONS(10166), 1, + anon_sym_RBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260149] = 3, + [305503] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10182), 1, + ACTIONS(10168), 1, sym_integer, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260161] = 3, + [305515] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10170), 1, + anon_sym_GT_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305527] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10172), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305539] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10174), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305551] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10176), 1, + anon_sym_RBRACK, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305563] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10178), 1, + anon_sym_LBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305575] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10180), 1, + sym_integer, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305587] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10182), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305599] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10184), 1, @@ -376260,16 +417198,16 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260173] = 3, + [305611] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10186), 1, - anon_sym_RBRACE, + anon_sym_RBRACK, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260185] = 3, + [305623] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10188), 1, @@ -376278,61 +417216,43 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260197] = 3, + [305635] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10190), 1, - anon_sym_RPAREN, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260209] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10192), 1, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260221] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3028), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260233] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10192), 1, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260245] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10194), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260257] = 3, + [305647] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10196), 1, + ACTIONS(10192), 1, + sym_integer, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305659] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10194), 1, anon_sym_SLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260269] = 3, + [305671] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10196), 1, + sym_integer, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305683] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10198), 1, @@ -376341,52 +417261,43 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260281] = 3, + [305695] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10200), 1, + anon_sym_SLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305707] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10202), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305719] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10204), 1, anon_sym_LBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260293] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10202), 1, - anon_sym_DASH_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260305] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(3022), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260317] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10204), 1, - sym_integer, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260329] = 3, + [305731] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10206), 1, - sym_integer, + anon_sym_RPAREN, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260341] = 3, + [305743] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10208), 1, @@ -376395,16 +417306,16 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260353] = 3, + [305755] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10210), 1, - anon_sym_SLASH, + sym_integer, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260365] = 3, + [305767] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10212), 1, @@ -376413,25 +417324,25 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260377] = 3, + [305779] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10212), 1, + anon_sym_DASH_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305791] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10214), 1, - anon_sym_LBRACE, + anon_sym_SLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260389] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2607), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260401] = 3, + [305803] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10216), 1, @@ -376440,115 +417351,106 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260413] = 3, + [305815] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10218), 1, - sym_integer, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260425] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10220), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260437] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10222), 1, - anon_sym_RBRACE, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260449] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10224), 1, - anon_sym_SLASH, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260461] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10226), 1, anon_sym_LBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260473] = 3, + [305827] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10228), 1, - anon_sym_RBRACE, + ACTIONS(10220), 1, + anon_sym_RBRACK, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260485] = 3, + [305839] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10230), 1, - anon_sym_RPAREN, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260497] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10232), 1, + ACTIONS(10222), 1, anon_sym_DASH_GT, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260509] = 3, + [305851] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10234), 1, + ACTIONS(10224), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305863] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10226), 1, + sym_integer, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305875] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10228), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260521] = 3, + [305887] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(2595), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260533] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10236), 1, + ACTIONS(10230), 1, anon_sym_SLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260545] = 3, + [305899] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10238), 1, + ACTIONS(10232), 1, + anon_sym_GT_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305911] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10234), 1, anon_sym_LBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260557] = 3, + [305923] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10236), 1, + anon_sym_RBRACK, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305935] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10238), 1, + sym_integer, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [305947] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10240), 1, @@ -376557,16 +417459,16 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260569] = 3, + [305959] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10242), 1, - anon_sym_SLASH, + anon_sym_RBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260581] = 3, + [305971] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10244), 1, @@ -376575,43 +417477,43 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260593] = 3, + [305983] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10246), 1, - anon_sym_RBRACK, + anon_sym_SLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260605] = 3, + [305995] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10248), 1, - anon_sym_GT_GT, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260617] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10250), 1, - sym_integer, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260629] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10252), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260641] = 3, + [306007] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10250), 1, + anon_sym_LBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306019] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10252), 1, + sym_integer, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306031] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10254), 1, @@ -376620,70 +417522,70 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260653] = 3, + [306043] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10256), 1, - anon_sym_RPAREN, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260665] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10258), 1, - anon_sym_RPAREN, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260677] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10260), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260689] = 3, + [306055] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10262), 1, - anon_sym_RBRACK, + ACTIONS(10258), 1, + anon_sym_RBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260701] = 3, + [306067] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10264), 1, - anon_sym_RPAREN, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260713] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(10266), 1, + ACTIONS(10260), 1, anon_sym_GT_GT, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260725] = 3, + [306079] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(10268), 1, - ts_builtin_sym_end, + ACTIONS(10262), 1, + anon_sym_SLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260737] = 3, + [306091] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10264), 1, + anon_sym_RBRACK, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306103] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10266), 1, + anon_sym_LBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306115] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10268), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306127] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10270), 1, @@ -376692,16 +417594,16 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260749] = 3, + [306139] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10272), 1, - anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260761] = 3, + [306151] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10274), 1, @@ -376710,64 +417612,388 @@ static const uint16_t ts_small_parse_table[] = { sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260773] = 3, + [306163] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10276), 1, - sym_integer, + anon_sym_RPAREN, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260785] = 3, + [306175] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10278), 1, - anon_sym_GT_GT, + anon_sym_SLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260797] = 3, + [306187] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10280), 1, - anon_sym_RBRACK, + anon_sym_SLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260809] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2603), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260821] = 3, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2599), 1, - aux_sym_quoted_keyword_token1, - ACTIONS(3), 3, - sym__newline_before_binary_operator, - sym__newline_before_comment, - aux_sym__terminator_token1, - [260833] = 3, + [306199] = 3, ACTIONS(5), 1, sym_comment, ACTIONS(10282), 1, + anon_sym_LBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306211] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10284), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306223] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10286), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306235] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10288), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306247] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10290), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym__newline_before_binary_operator, sym__newline_before_comment, aux_sym__terminator_token1, - [260845] = 3, + [306259] = 3, ACTIONS(5), 1, sym_comment, - ACTIONS(2589), 1, + ACTIONS(10292), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306271] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10294), 1, + anon_sym_SLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306283] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10296), 1, + anon_sym_LBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306295] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10298), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306307] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10300), 1, + ts_builtin_sym_end, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306319] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10302), 1, + sym_integer, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306331] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10304), 1, + anon_sym_GT_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306343] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10306), 1, + anon_sym_RBRACK, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306355] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10308), 1, + anon_sym_SLASH, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306367] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10310), 1, + anon_sym_LBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306379] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10312), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306391] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10314), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306403] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3034), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306415] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10316), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306427] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(3040), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306439] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10318), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306451] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10320), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306463] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10322), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306475] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10324), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306487] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10326), 1, + anon_sym_RBRACK, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306499] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10328), 1, + anon_sym_GT_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306511] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10330), 1, + sym_integer, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306523] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2631), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306535] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2627), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306547] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10332), 1, + anon_sym_RPAREN, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306559] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10334), 1, + anon_sym_GT_GT, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306571] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2623), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306583] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2619), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306595] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2615), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306607] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2611), 1, + aux_sym_quoted_keyword_token1, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306619] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10336), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306631] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10338), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306643] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10340), 1, + anon_sym_RBRACE, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306655] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(10342), 1, + sym_integer, + ACTIONS(3), 3, + sym__newline_before_binary_operator, + sym__newline_before_comment, + aux_sym__terminator_token1, + [306667] = 3, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2597), 1, anon_sym_SLASH, ACTIONS(3), 3, sym__newline_before_binary_operator, @@ -376776,4597 +418002,5891 @@ static const uint16_t ts_small_parse_table[] = { }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(1079)] = 0, - [SMALL_STATE(1080)] = 129, - [SMALL_STATE(1081)] = 202, - [SMALL_STATE(1082)] = 275, - [SMALL_STATE(1083)] = 352, - [SMALL_STATE(1084)] = 481, - [SMALL_STATE(1085)] = 610, - [SMALL_STATE(1086)] = 683, - [SMALL_STATE(1087)] = 762, - [SMALL_STATE(1088)] = 835, - [SMALL_STATE(1089)] = 914, - [SMALL_STATE(1090)] = 989, - [SMALL_STATE(1091)] = 1118, - [SMALL_STATE(1092)] = 1247, - [SMALL_STATE(1093)] = 1376, - [SMALL_STATE(1094)] = 1451, - [SMALL_STATE(1095)] = 1524, - [SMALL_STATE(1096)] = 1597, - [SMALL_STATE(1097)] = 1670, - [SMALL_STATE(1098)] = 1743, - [SMALL_STATE(1099)] = 1872, - [SMALL_STATE(1100)] = 1945, - [SMALL_STATE(1101)] = 2018, - [SMALL_STATE(1102)] = 2093, - [SMALL_STATE(1103)] = 2168, - [SMALL_STATE(1104)] = 2241, - [SMALL_STATE(1105)] = 2314, - [SMALL_STATE(1106)] = 2389, - [SMALL_STATE(1107)] = 2464, - [SMALL_STATE(1108)] = 2537, - [SMALL_STATE(1109)] = 2610, - [SMALL_STATE(1110)] = 2685, - [SMALL_STATE(1111)] = 2762, - [SMALL_STATE(1112)] = 2841, - [SMALL_STATE(1113)] = 2914, - [SMALL_STATE(1114)] = 2987, - [SMALL_STATE(1115)] = 3066, - [SMALL_STATE(1116)] = 3141, - [SMALL_STATE(1117)] = 3216, - [SMALL_STATE(1118)] = 3295, - [SMALL_STATE(1119)] = 3374, - [SMALL_STATE(1120)] = 3447, - [SMALL_STATE(1121)] = 3520, - [SMALL_STATE(1122)] = 3593, - [SMALL_STATE(1123)] = 3672, - [SMALL_STATE(1124)] = 3801, - [SMALL_STATE(1125)] = 3878, - [SMALL_STATE(1126)] = 3950, - [SMALL_STATE(1127)] = 4026, - [SMALL_STATE(1128)] = 4102, - [SMALL_STATE(1129)] = 4174, - [SMALL_STATE(1130)] = 4246, - [SMALL_STATE(1131)] = 4318, - [SMALL_STATE(1132)] = 4390, - [SMALL_STATE(1133)] = 4462, - [SMALL_STATE(1134)] = 4534, - [SMALL_STATE(1135)] = 4606, - [SMALL_STATE(1136)] = 4678, - [SMALL_STATE(1137)] = 4750, - [SMALL_STATE(1138)] = 4822, - [SMALL_STATE(1139)] = 4894, - [SMALL_STATE(1140)] = 4966, - [SMALL_STATE(1141)] = 5040, - [SMALL_STATE(1142)] = 5114, - [SMALL_STATE(1143)] = 5188, - [SMALL_STATE(1144)] = 5260, - [SMALL_STATE(1145)] = 5332, - [SMALL_STATE(1146)] = 5404, - [SMALL_STATE(1147)] = 5476, - [SMALL_STATE(1148)] = 5548, - [SMALL_STATE(1149)] = 5620, - [SMALL_STATE(1150)] = 5692, - [SMALL_STATE(1151)] = 5764, - [SMALL_STATE(1152)] = 5838, - [SMALL_STATE(1153)] = 5910, - [SMALL_STATE(1154)] = 5982, - [SMALL_STATE(1155)] = 6054, - [SMALL_STATE(1156)] = 6128, - [SMALL_STATE(1157)] = 6200, - [SMALL_STATE(1158)] = 6272, - [SMALL_STATE(1159)] = 6344, - [SMALL_STATE(1160)] = 6416, - [SMALL_STATE(1161)] = 6488, - [SMALL_STATE(1162)] = 6560, - [SMALL_STATE(1163)] = 6632, - [SMALL_STATE(1164)] = 6704, - [SMALL_STATE(1165)] = 6776, - [SMALL_STATE(1166)] = 6848, - [SMALL_STATE(1167)] = 6920, - [SMALL_STATE(1168)] = 6994, - [SMALL_STATE(1169)] = 7068, - [SMALL_STATE(1170)] = 7140, - [SMALL_STATE(1171)] = 7212, - [SMALL_STATE(1172)] = 7284, - [SMALL_STATE(1173)] = 7360, - [SMALL_STATE(1174)] = 7432, - [SMALL_STATE(1175)] = 7504, - [SMALL_STATE(1176)] = 7576, - [SMALL_STATE(1177)] = 7648, - [SMALL_STATE(1178)] = 7720, - [SMALL_STATE(1179)] = 7792, - [SMALL_STATE(1180)] = 7864, - [SMALL_STATE(1181)] = 7936, - [SMALL_STATE(1182)] = 8008, - [SMALL_STATE(1183)] = 8080, - [SMALL_STATE(1184)] = 8152, - [SMALL_STATE(1185)] = 8224, - [SMALL_STATE(1186)] = 8296, - [SMALL_STATE(1187)] = 8368, - [SMALL_STATE(1188)] = 8440, - [SMALL_STATE(1189)] = 8512, - [SMALL_STATE(1190)] = 8584, - [SMALL_STATE(1191)] = 8656, - [SMALL_STATE(1192)] = 8728, - [SMALL_STATE(1193)] = 8800, - [SMALL_STATE(1194)] = 8872, - [SMALL_STATE(1195)] = 8944, - [SMALL_STATE(1196)] = 9016, - [SMALL_STATE(1197)] = 9090, - [SMALL_STATE(1198)] = 9164, - [SMALL_STATE(1199)] = 9238, - [SMALL_STATE(1200)] = 9312, - [SMALL_STATE(1201)] = 9386, - [SMALL_STATE(1202)] = 9458, - [SMALL_STATE(1203)] = 9536, - [SMALL_STATE(1204)] = 9608, - [SMALL_STATE(1205)] = 9680, - [SMALL_STATE(1206)] = 9752, - [SMALL_STATE(1207)] = 9830, - [SMALL_STATE(1208)] = 9902, - [SMALL_STATE(1209)] = 9980, - [SMALL_STATE(1210)] = 10054, - [SMALL_STATE(1211)] = 10126, - [SMALL_STATE(1212)] = 10198, - [SMALL_STATE(1213)] = 10270, - [SMALL_STATE(1214)] = 10342, - [SMALL_STATE(1215)] = 10420, - [SMALL_STATE(1216)] = 10492, - [SMALL_STATE(1217)] = 10570, - [SMALL_STATE(1218)] = 10644, - [SMALL_STATE(1219)] = 10716, - [SMALL_STATE(1220)] = 10788, - [SMALL_STATE(1221)] = 10862, - [SMALL_STATE(1222)] = 10934, - [SMALL_STATE(1223)] = 11006, - [SMALL_STATE(1224)] = 11080, - [SMALL_STATE(1225)] = 11152, - [SMALL_STATE(1226)] = 11226, - [SMALL_STATE(1227)] = 11298, - [SMALL_STATE(1228)] = 11370, - [SMALL_STATE(1229)] = 11442, - [SMALL_STATE(1230)] = 11514, - [SMALL_STATE(1231)] = 11586, - [SMALL_STATE(1232)] = 11658, - [SMALL_STATE(1233)] = 11730, - [SMALL_STATE(1234)] = 11802, - [SMALL_STATE(1235)] = 11874, - [SMALL_STATE(1236)] = 11946, - [SMALL_STATE(1237)] = 12018, - [SMALL_STATE(1238)] = 12090, - [SMALL_STATE(1239)] = 12164, - [SMALL_STATE(1240)] = 12236, - [SMALL_STATE(1241)] = 12308, - [SMALL_STATE(1242)] = 12380, - [SMALL_STATE(1243)] = 12454, - [SMALL_STATE(1244)] = 12526, - [SMALL_STATE(1245)] = 12598, - [SMALL_STATE(1246)] = 12670, - [SMALL_STATE(1247)] = 12742, - [SMALL_STATE(1248)] = 12814, - [SMALL_STATE(1249)] = 12886, - [SMALL_STATE(1250)] = 12958, - [SMALL_STATE(1251)] = 13030, - [SMALL_STATE(1252)] = 13102, - [SMALL_STATE(1253)] = 13174, - [SMALL_STATE(1254)] = 13246, - [SMALL_STATE(1255)] = 13364, - [SMALL_STATE(1256)] = 13436, - [SMALL_STATE(1257)] = 13512, - [SMALL_STATE(1258)] = 13584, - [SMALL_STATE(1259)] = 13660, - [SMALL_STATE(1260)] = 13732, - [SMALL_STATE(1261)] = 13808, - [SMALL_STATE(1262)] = 13880, - [SMALL_STATE(1263)] = 13952, - [SMALL_STATE(1264)] = 14024, - [SMALL_STATE(1265)] = 14096, - [SMALL_STATE(1266)] = 14172, - [SMALL_STATE(1267)] = 14244, - [SMALL_STATE(1268)] = 14316, - [SMALL_STATE(1269)] = 14388, - [SMALL_STATE(1270)] = 14460, - [SMALL_STATE(1271)] = 14532, - [SMALL_STATE(1272)] = 14604, - [SMALL_STATE(1273)] = 14676, - [SMALL_STATE(1274)] = 14748, - [SMALL_STATE(1275)] = 14820, - [SMALL_STATE(1276)] = 14892, - [SMALL_STATE(1277)] = 14964, - [SMALL_STATE(1278)] = 15036, - [SMALL_STATE(1279)] = 15108, - [SMALL_STATE(1280)] = 15180, - [SMALL_STATE(1281)] = 15254, - [SMALL_STATE(1282)] = 15326, - [SMALL_STATE(1283)] = 15398, - [SMALL_STATE(1284)] = 15470, - [SMALL_STATE(1285)] = 15542, - [SMALL_STATE(1286)] = 15614, - [SMALL_STATE(1287)] = 15686, - [SMALL_STATE(1288)] = 15760, - [SMALL_STATE(1289)] = 15834, - [SMALL_STATE(1290)] = 15908, - [SMALL_STATE(1291)] = 15982, - [SMALL_STATE(1292)] = 16054, - [SMALL_STATE(1293)] = 16126, - [SMALL_STATE(1294)] = 16198, - [SMALL_STATE(1295)] = 16270, - [SMALL_STATE(1296)] = 16342, - [SMALL_STATE(1297)] = 16414, - [SMALL_STATE(1298)] = 16488, - [SMALL_STATE(1299)] = 16562, - [SMALL_STATE(1300)] = 16636, - [SMALL_STATE(1301)] = 16708, - [SMALL_STATE(1302)] = 16784, - [SMALL_STATE(1303)] = 16856, - [SMALL_STATE(1304)] = 16928, - [SMALL_STATE(1305)] = 17000, - [SMALL_STATE(1306)] = 17072, - [SMALL_STATE(1307)] = 17144, - [SMALL_STATE(1308)] = 17216, - [SMALL_STATE(1309)] = 17288, - [SMALL_STATE(1310)] = 17360, - [SMALL_STATE(1311)] = 17432, - [SMALL_STATE(1312)] = 17503, - [SMALL_STATE(1313)] = 17576, - [SMALL_STATE(1314)] = 17647, - [SMALL_STATE(1315)] = 17718, - [SMALL_STATE(1316)] = 17789, - [SMALL_STATE(1317)] = 17860, - [SMALL_STATE(1318)] = 17935, - [SMALL_STATE(1319)] = 18006, - [SMALL_STATE(1320)] = 18081, - [SMALL_STATE(1321)] = 18152, - [SMALL_STATE(1322)] = 18225, - [SMALL_STATE(1323)] = 18298, - [SMALL_STATE(1324)] = 18369, - [SMALL_STATE(1325)] = 18472, - [SMALL_STATE(1326)] = 18543, - [SMALL_STATE(1327)] = 18614, - [SMALL_STATE(1328)] = 18687, - [SMALL_STATE(1329)] = 18758, - [SMALL_STATE(1330)] = 18831, - [SMALL_STATE(1331)] = 18902, - [SMALL_STATE(1332)] = 18973, - [SMALL_STATE(1333)] = 19072, - [SMALL_STATE(1334)] = 19143, - [SMALL_STATE(1335)] = 19214, - [SMALL_STATE(1336)] = 19285, - [SMALL_STATE(1337)] = 19356, - [SMALL_STATE(1338)] = 19427, - [SMALL_STATE(1339)] = 19498, - [SMALL_STATE(1340)] = 19569, - [SMALL_STATE(1341)] = 19640, - [SMALL_STATE(1342)] = 19723, - [SMALL_STATE(1343)] = 19798, - [SMALL_STATE(1344)] = 19869, - [SMALL_STATE(1345)] = 19940, - [SMALL_STATE(1346)] = 20011, - [SMALL_STATE(1347)] = 20084, - [SMALL_STATE(1348)] = 20155, - [SMALL_STATE(1349)] = 20226, - [SMALL_STATE(1350)] = 20303, - [SMALL_STATE(1351)] = 20374, - [SMALL_STATE(1352)] = 20447, - [SMALL_STATE(1353)] = 20518, - [SMALL_STATE(1354)] = 20589, - [SMALL_STATE(1355)] = 20660, - [SMALL_STATE(1356)] = 20731, - [SMALL_STATE(1357)] = 20838, - [SMALL_STATE(1358)] = 20909, - [SMALL_STATE(1359)] = 21002, - [SMALL_STATE(1360)] = 21077, - [SMALL_STATE(1361)] = 21156, - [SMALL_STATE(1362)] = 21227, - [SMALL_STATE(1363)] = 21298, - [SMALL_STATE(1364)] = 21369, - [SMALL_STATE(1365)] = 21440, - [SMALL_STATE(1366)] = 21511, - [SMALL_STATE(1367)] = 21598, - [SMALL_STATE(1368)] = 21669, - [SMALL_STATE(1369)] = 21740, - [SMALL_STATE(1370)] = 21811, - [SMALL_STATE(1371)] = 21882, - [SMALL_STATE(1372)] = 21953, - [SMALL_STATE(1373)] = 22050, - [SMALL_STATE(1374)] = 22121, - [SMALL_STATE(1375)] = 22192, - [SMALL_STATE(1376)] = 22303, - [SMALL_STATE(1377)] = 22374, - [SMALL_STATE(1378)] = 22445, - [SMALL_STATE(1379)] = 22516, - [SMALL_STATE(1380)] = 22589, - [SMALL_STATE(1381)] = 22660, - [SMALL_STATE(1382)] = 22731, - [SMALL_STATE(1383)] = 22802, - [SMALL_STATE(1384)] = 22873, - [SMALL_STATE(1385)] = 22944, - [SMALL_STATE(1386)] = 23019, - [SMALL_STATE(1387)] = 23090, - [SMALL_STATE(1388)] = 23161, - [SMALL_STATE(1389)] = 23232, - [SMALL_STATE(1390)] = 23303, - [SMALL_STATE(1391)] = 23374, - [SMALL_STATE(1392)] = 23485, - [SMALL_STATE(1393)] = 23556, - [SMALL_STATE(1394)] = 23627, - [SMALL_STATE(1395)] = 23698, - [SMALL_STATE(1396)] = 23769, - [SMALL_STATE(1397)] = 23840, - [SMALL_STATE(1398)] = 23949, - [SMALL_STATE(1399)] = 24020, - [SMALL_STATE(1400)] = 24091, - [SMALL_STATE(1401)] = 24186, - [SMALL_STATE(1402)] = 24257, - [SMALL_STATE(1403)] = 24362, - [SMALL_STATE(1404)] = 24435, - [SMALL_STATE(1405)] = 24506, - [SMALL_STATE(1406)] = 24577, - [SMALL_STATE(1407)] = 24648, - [SMALL_STATE(1408)] = 24761, - [SMALL_STATE(1409)] = 24832, - [SMALL_STATE(1410)] = 24945, - [SMALL_STATE(1411)] = 25016, - [SMALL_STATE(1412)] = 25087, - [SMALL_STATE(1413)] = 25200, - [SMALL_STATE(1414)] = 25273, - [SMALL_STATE(1415)] = 25344, - [SMALL_STATE(1416)] = 25435, - [SMALL_STATE(1417)] = 25506, - [SMALL_STATE(1418)] = 25577, - [SMALL_STATE(1419)] = 25650, - [SMALL_STATE(1420)] = 25721, - [SMALL_STATE(1421)] = 25806, - [SMALL_STATE(1422)] = 25877, - [SMALL_STATE(1423)] = 25948, - [SMALL_STATE(1424)] = 26019, - [SMALL_STATE(1425)] = 26090, - [SMALL_STATE(1426)] = 26161, - [SMALL_STATE(1427)] = 26232, - [SMALL_STATE(1428)] = 26303, - [SMALL_STATE(1429)] = 26374, - [SMALL_STATE(1430)] = 26445, - [SMALL_STATE(1431)] = 26516, - [SMALL_STATE(1432)] = 26587, - [SMALL_STATE(1433)] = 26658, - [SMALL_STATE(1434)] = 26729, - [SMALL_STATE(1435)] = 26800, - [SMALL_STATE(1436)] = 26871, - [SMALL_STATE(1437)] = 26942, - [SMALL_STATE(1438)] = 27013, - [SMALL_STATE(1439)] = 27084, - [SMALL_STATE(1440)] = 27155, - [SMALL_STATE(1441)] = 27230, - [SMALL_STATE(1442)] = 27301, - [SMALL_STATE(1443)] = 27372, - [SMALL_STATE(1444)] = 27443, - [SMALL_STATE(1445)] = 27516, - [SMALL_STATE(1446)] = 27587, - [SMALL_STATE(1447)] = 27658, - [SMALL_STATE(1448)] = 27729, - [SMALL_STATE(1449)] = 27800, - [SMALL_STATE(1450)] = 27871, - [SMALL_STATE(1451)] = 27942, - [SMALL_STATE(1452)] = 28013, - [SMALL_STATE(1453)] = 28088, - [SMALL_STATE(1454)] = 28159, - [SMALL_STATE(1455)] = 28234, - [SMALL_STATE(1456)] = 28309, - [SMALL_STATE(1457)] = 28380, - [SMALL_STATE(1458)] = 28465, - [SMALL_STATE(1459)] = 28536, - [SMALL_STATE(1460)] = 28607, - [SMALL_STATE(1461)] = 28680, - [SMALL_STATE(1462)] = 28751, - [SMALL_STATE(1463)] = 28822, - [SMALL_STATE(1464)] = 28893, - [SMALL_STATE(1465)] = 28964, - [SMALL_STATE(1466)] = 29035, - [SMALL_STATE(1467)] = 29106, - [SMALL_STATE(1468)] = 29179, - [SMALL_STATE(1469)] = 29250, - [SMALL_STATE(1470)] = 29321, - [SMALL_STATE(1471)] = 29392, - [SMALL_STATE(1472)] = 29463, - [SMALL_STATE(1473)] = 29534, - [SMALL_STATE(1474)] = 29605, - [SMALL_STATE(1475)] = 29676, - [SMALL_STATE(1476)] = 29747, - [SMALL_STATE(1477)] = 29818, - [SMALL_STATE(1478)] = 29889, - [SMALL_STATE(1479)] = 29960, - [SMALL_STATE(1480)] = 30033, - [SMALL_STATE(1481)] = 30104, - [SMALL_STATE(1482)] = 30175, - [SMALL_STATE(1483)] = 30246, - [SMALL_STATE(1484)] = 30317, - [SMALL_STATE(1485)] = 30388, - [SMALL_STATE(1486)] = 30459, - [SMALL_STATE(1487)] = 30530, - [SMALL_STATE(1488)] = 30603, - [SMALL_STATE(1489)] = 30676, - [SMALL_STATE(1490)] = 30749, - [SMALL_STATE(1491)] = 30820, - [SMALL_STATE(1492)] = 30891, - [SMALL_STATE(1493)] = 30964, - [SMALL_STATE(1494)] = 31035, - [SMALL_STATE(1495)] = 31108, - [SMALL_STATE(1496)] = 31181, - [SMALL_STATE(1497)] = 31252, - [SMALL_STATE(1498)] = 31323, - [SMALL_STATE(1499)] = 31398, - [SMALL_STATE(1500)] = 31469, - [SMALL_STATE(1501)] = 31540, - [SMALL_STATE(1502)] = 31611, - [SMALL_STATE(1503)] = 31682, - [SMALL_STATE(1504)] = 31755, - [SMALL_STATE(1505)] = 31830, - [SMALL_STATE(1506)] = 31947, - [SMALL_STATE(1507)] = 32018, - [SMALL_STATE(1508)] = 32089, - [SMALL_STATE(1509)] = 32159, - [SMALL_STATE(1510)] = 32229, - [SMALL_STATE(1511)] = 32303, - [SMALL_STATE(1512)] = 32377, - [SMALL_STATE(1513)] = 32449, - [SMALL_STATE(1514)] = 32521, - [SMALL_STATE(1515)] = 32597, - [SMALL_STATE(1516)] = 32673, - [SMALL_STATE(1517)] = 32757, - [SMALL_STATE(1518)] = 32841, - [SMALL_STATE(1519)] = 32931, - [SMALL_STATE(1520)] = 33025, - [SMALL_STATE(1521)] = 33121, - [SMALL_STATE(1522)] = 33219, - [SMALL_STATE(1523)] = 33321, - [SMALL_STATE(1524)] = 33425, - [SMALL_STATE(1525)] = 33533, - [SMALL_STATE(1526)] = 33603, - [SMALL_STATE(1527)] = 33673, - [SMALL_STATE(1528)] = 33783, - [SMALL_STATE(1529)] = 33893, - [SMALL_STATE(1530)] = 33971, - [SMALL_STATE(1531)] = 34053, - [SMALL_STATE(1532)] = 34129, - [SMALL_STATE(1533)] = 34199, - [SMALL_STATE(1534)] = 34305, - [SMALL_STATE(1535)] = 34397, - [SMALL_STATE(1536)] = 34467, - [SMALL_STATE(1537)] = 34537, - [SMALL_STATE(1538)] = 34623, - [SMALL_STATE(1539)] = 34693, - [SMALL_STATE(1540)] = 34763, - [SMALL_STATE(1541)] = 34833, - [SMALL_STATE(1542)] = 34903, - [SMALL_STATE(1543)] = 34973, - [SMALL_STATE(1544)] = 35043, - [SMALL_STATE(1545)] = 35113, - [SMALL_STATE(1546)] = 35183, - [SMALL_STATE(1547)] = 35257, - [SMALL_STATE(1548)] = 35331, - [SMALL_STATE(1549)] = 35401, - [SMALL_STATE(1550)] = 35471, - [SMALL_STATE(1551)] = 35541, - [SMALL_STATE(1552)] = 35615, - [SMALL_STATE(1553)] = 35685, - [SMALL_STATE(1554)] = 35755, - [SMALL_STATE(1555)] = 35825, - [SMALL_STATE(1556)] = 35895, - [SMALL_STATE(1557)] = 35965, - [SMALL_STATE(1558)] = 36035, - [SMALL_STATE(1559)] = 36105, - [SMALL_STATE(1560)] = 36179, - [SMALL_STATE(1561)] = 36249, - [SMALL_STATE(1562)] = 36319, - [SMALL_STATE(1563)] = 36389, - [SMALL_STATE(1564)] = 36459, - [SMALL_STATE(1565)] = 36531, - [SMALL_STATE(1566)] = 36659, - [SMALL_STATE(1567)] = 36729, - [SMALL_STATE(1568)] = 36799, - [SMALL_STATE(1569)] = 36869, - [SMALL_STATE(1570)] = 36939, - [SMALL_STATE(1571)] = 37009, - [SMALL_STATE(1572)] = 37079, - [SMALL_STATE(1573)] = 37149, - [SMALL_STATE(1574)] = 37219, - [SMALL_STATE(1575)] = 37289, - [SMALL_STATE(1576)] = 37359, - [SMALL_STATE(1577)] = 37429, - [SMALL_STATE(1578)] = 37499, - [SMALL_STATE(1579)] = 37569, - [SMALL_STATE(1580)] = 37639, - [SMALL_STATE(1581)] = 37709, - [SMALL_STATE(1582)] = 37781, - [SMALL_STATE(1583)] = 37853, - [SMALL_STATE(1584)] = 37925, - [SMALL_STATE(1585)] = 37997, - [SMALL_STATE(1586)] = 38069, - [SMALL_STATE(1587)] = 38141, - [SMALL_STATE(1588)] = 38213, - [SMALL_STATE(1589)] = 38285, - [SMALL_STATE(1590)] = 38357, - [SMALL_STATE(1591)] = 38429, - [SMALL_STATE(1592)] = 38501, - [SMALL_STATE(1593)] = 38573, - [SMALL_STATE(1594)] = 38645, - [SMALL_STATE(1595)] = 38717, - [SMALL_STATE(1596)] = 38789, - [SMALL_STATE(1597)] = 38861, - [SMALL_STATE(1598)] = 38933, - [SMALL_STATE(1599)] = 39005, - [SMALL_STATE(1600)] = 39077, - [SMALL_STATE(1601)] = 39149, - [SMALL_STATE(1602)] = 39219, - [SMALL_STATE(1603)] = 39289, - [SMALL_STATE(1604)] = 39359, - [SMALL_STATE(1605)] = 39429, - [SMALL_STATE(1606)] = 39499, - [SMALL_STATE(1607)] = 39569, - [SMALL_STATE(1608)] = 39639, - [SMALL_STATE(1609)] = 39709, - [SMALL_STATE(1610)] = 39779, - [SMALL_STATE(1611)] = 39849, - [SMALL_STATE(1612)] = 39919, - [SMALL_STATE(1613)] = 39989, - [SMALL_STATE(1614)] = 40059, - [SMALL_STATE(1615)] = 40129, - [SMALL_STATE(1616)] = 40199, - [SMALL_STATE(1617)] = 40269, - [SMALL_STATE(1618)] = 40339, - [SMALL_STATE(1619)] = 40409, - [SMALL_STATE(1620)] = 40479, - [SMALL_STATE(1621)] = 40549, - [SMALL_STATE(1622)] = 40619, - [SMALL_STATE(1623)] = 40689, - [SMALL_STATE(1624)] = 40759, - [SMALL_STATE(1625)] = 40829, - [SMALL_STATE(1626)] = 40899, - [SMALL_STATE(1627)] = 40969, - [SMALL_STATE(1628)] = 41041, - [SMALL_STATE(1629)] = 41111, - [SMALL_STATE(1630)] = 41181, - [SMALL_STATE(1631)] = 41251, - [SMALL_STATE(1632)] = 41323, - [SMALL_STATE(1633)] = 41395, - [SMALL_STATE(1634)] = 41465, - [SMALL_STATE(1635)] = 41535, - [SMALL_STATE(1636)] = 41605, - [SMALL_STATE(1637)] = 41675, - [SMALL_STATE(1638)] = 41745, - [SMALL_STATE(1639)] = 41819, - [SMALL_STATE(1640)] = 41889, - [SMALL_STATE(1641)] = 41963, - [SMALL_STATE(1642)] = 42037, - [SMALL_STATE(1643)] = 42107, - [SMALL_STATE(1644)] = 42177, - [SMALL_STATE(1645)] = 42247, - [SMALL_STATE(1646)] = 42317, - [SMALL_STATE(1647)] = 42387, - [SMALL_STATE(1648)] = 42457, - [SMALL_STATE(1649)] = 42527, - [SMALL_STATE(1650)] = 42597, - [SMALL_STATE(1651)] = 42667, - [SMALL_STATE(1652)] = 42779, - [SMALL_STATE(1653)] = 42891, - [SMALL_STATE(1654)] = 43003, - [SMALL_STATE(1655)] = 43123, - [SMALL_STATE(1656)] = 43243, - [SMALL_STATE(1657)] = 43371, - [SMALL_STATE(1658)] = 43441, - [SMALL_STATE(1659)] = 43511, - [SMALL_STATE(1660)] = 43581, - [SMALL_STATE(1661)] = 43651, - [SMALL_STATE(1662)] = 43721, - [SMALL_STATE(1663)] = 43791, - [SMALL_STATE(1664)] = 43861, - [SMALL_STATE(1665)] = 43931, - [SMALL_STATE(1666)] = 44001, - [SMALL_STATE(1667)] = 44071, - [SMALL_STATE(1668)] = 44141, - [SMALL_STATE(1669)] = 44211, - [SMALL_STATE(1670)] = 44281, - [SMALL_STATE(1671)] = 44351, - [SMALL_STATE(1672)] = 44421, - [SMALL_STATE(1673)] = 44491, - [SMALL_STATE(1674)] = 44561, - [SMALL_STATE(1675)] = 44631, - [SMALL_STATE(1676)] = 44701, - [SMALL_STATE(1677)] = 44771, - [SMALL_STATE(1678)] = 44841, - [SMALL_STATE(1679)] = 44911, - [SMALL_STATE(1680)] = 44981, - [SMALL_STATE(1681)] = 45051, - [SMALL_STATE(1682)] = 45121, - [SMALL_STATE(1683)] = 45191, - [SMALL_STATE(1684)] = 45261, - [SMALL_STATE(1685)] = 45331, - [SMALL_STATE(1686)] = 45401, - [SMALL_STATE(1687)] = 45471, - [SMALL_STATE(1688)] = 45541, - [SMALL_STATE(1689)] = 45611, - [SMALL_STATE(1690)] = 45681, - [SMALL_STATE(1691)] = 45751, - [SMALL_STATE(1692)] = 45821, - [SMALL_STATE(1693)] = 45891, - [SMALL_STATE(1694)] = 45961, - [SMALL_STATE(1695)] = 46031, - [SMALL_STATE(1696)] = 46101, - [SMALL_STATE(1697)] = 46171, - [SMALL_STATE(1698)] = 46241, - [SMALL_STATE(1699)] = 46311, - [SMALL_STATE(1700)] = 46381, - [SMALL_STATE(1701)] = 46451, - [SMALL_STATE(1702)] = 46521, - [SMALL_STATE(1703)] = 46591, - [SMALL_STATE(1704)] = 46661, - [SMALL_STATE(1705)] = 46731, - [SMALL_STATE(1706)] = 46801, - [SMALL_STATE(1707)] = 46871, - [SMALL_STATE(1708)] = 46941, - [SMALL_STATE(1709)] = 47011, - [SMALL_STATE(1710)] = 47080, - [SMALL_STATE(1711)] = 47149, - [SMALL_STATE(1712)] = 47218, - [SMALL_STATE(1713)] = 47287, - [SMALL_STATE(1714)] = 47356, - [SMALL_STATE(1715)] = 47425, - [SMALL_STATE(1716)] = 47550, - [SMALL_STATE(1717)] = 47675, - [SMALL_STATE(1718)] = 47800, - [SMALL_STATE(1719)] = 47925, - [SMALL_STATE(1720)] = 47994, - [SMALL_STATE(1721)] = 48063, - [SMALL_STATE(1722)] = 48188, - [SMALL_STATE(1723)] = 48313, - [SMALL_STATE(1724)] = 48382, - [SMALL_STATE(1725)] = 48451, - [SMALL_STATE(1726)] = 48562, - [SMALL_STATE(1727)] = 48631, - [SMALL_STATE(1728)] = 48756, - [SMALL_STATE(1729)] = 48881, - [SMALL_STATE(1730)] = 49006, - [SMALL_STATE(1731)] = 49081, - [SMALL_STATE(1732)] = 49156, - [SMALL_STATE(1733)] = 49231, - [SMALL_STATE(1734)] = 49306, - [SMALL_STATE(1735)] = 49381, - [SMALL_STATE(1736)] = 49506, - [SMALL_STATE(1737)] = 49631, - [SMALL_STATE(1738)] = 49756, - [SMALL_STATE(1739)] = 49881, - [SMALL_STATE(1740)] = 50006, - [SMALL_STATE(1741)] = 50131, - [SMALL_STATE(1742)] = 50256, - [SMALL_STATE(1743)] = 50381, - [SMALL_STATE(1744)] = 50506, - [SMALL_STATE(1745)] = 50631, - [SMALL_STATE(1746)] = 50702, - [SMALL_STATE(1747)] = 50773, - [SMALL_STATE(1748)] = 50844, - [SMALL_STATE(1749)] = 50969, - [SMALL_STATE(1750)] = 51094, - [SMALL_STATE(1751)] = 51163, - [SMALL_STATE(1752)] = 51232, - [SMALL_STATE(1753)] = 51301, - [SMALL_STATE(1754)] = 51372, - [SMALL_STATE(1755)] = 51445, - [SMALL_STATE(1756)] = 51514, - [SMALL_STATE(1757)] = 51585, - [SMALL_STATE(1758)] = 51654, - [SMALL_STATE(1759)] = 51779, - [SMALL_STATE(1760)] = 51848, - [SMALL_STATE(1761)] = 51917, - [SMALL_STATE(1762)] = 51986, - [SMALL_STATE(1763)] = 52055, - [SMALL_STATE(1764)] = 52124, - [SMALL_STATE(1765)] = 52193, - [SMALL_STATE(1766)] = 52262, - [SMALL_STATE(1767)] = 52331, - [SMALL_STATE(1768)] = 52400, - [SMALL_STATE(1769)] = 52471, - [SMALL_STATE(1770)] = 52542, - [SMALL_STATE(1771)] = 52611, - [SMALL_STATE(1772)] = 52682, - [SMALL_STATE(1773)] = 52753, - [SMALL_STATE(1774)] = 52824, - [SMALL_STATE(1775)] = 52893, - [SMALL_STATE(1776)] = 52962, - [SMALL_STATE(1777)] = 53033, - [SMALL_STATE(1778)] = 53104, - [SMALL_STATE(1779)] = 53175, - [SMALL_STATE(1780)] = 53246, - [SMALL_STATE(1781)] = 53319, - [SMALL_STATE(1782)] = 53388, - [SMALL_STATE(1783)] = 53457, - [SMALL_STATE(1784)] = 53526, - [SMALL_STATE(1785)] = 53595, - [SMALL_STATE(1786)] = 53664, - [SMALL_STATE(1787)] = 53733, - [SMALL_STATE(1788)] = 53802, - [SMALL_STATE(1789)] = 53873, - [SMALL_STATE(1790)] = 53942, - [SMALL_STATE(1791)] = 54013, - [SMALL_STATE(1792)] = 54082, - [SMALL_STATE(1793)] = 54153, - [SMALL_STATE(1794)] = 54224, - [SMALL_STATE(1795)] = 54295, - [SMALL_STATE(1796)] = 54368, - [SMALL_STATE(1797)] = 54439, - [SMALL_STATE(1798)] = 54510, - [SMALL_STATE(1799)] = 54581, - [SMALL_STATE(1800)] = 54650, - [SMALL_STATE(1801)] = 54719, - [SMALL_STATE(1802)] = 54790, - [SMALL_STATE(1803)] = 54861, - [SMALL_STATE(1804)] = 54932, - [SMALL_STATE(1805)] = 55003, - [SMALL_STATE(1806)] = 55074, - [SMALL_STATE(1807)] = 55145, - [SMALL_STATE(1808)] = 55214, - [SMALL_STATE(1809)] = 55283, - [SMALL_STATE(1810)] = 55352, - [SMALL_STATE(1811)] = 55423, - [SMALL_STATE(1812)] = 55492, - [SMALL_STATE(1813)] = 55561, - [SMALL_STATE(1814)] = 55630, - [SMALL_STATE(1815)] = 55699, - [SMALL_STATE(1816)] = 55768, - [SMALL_STATE(1817)] = 55837, - [SMALL_STATE(1818)] = 55906, - [SMALL_STATE(1819)] = 55975, - [SMALL_STATE(1820)] = 56044, - [SMALL_STATE(1821)] = 56113, - [SMALL_STATE(1822)] = 56182, - [SMALL_STATE(1823)] = 56251, - [SMALL_STATE(1824)] = 56320, - [SMALL_STATE(1825)] = 56389, - [SMALL_STATE(1826)] = 56458, - [SMALL_STATE(1827)] = 56527, - [SMALL_STATE(1828)] = 56596, - [SMALL_STATE(1829)] = 56665, - [SMALL_STATE(1830)] = 56736, - [SMALL_STATE(1831)] = 56805, - [SMALL_STATE(1832)] = 56874, - [SMALL_STATE(1833)] = 56943, - [SMALL_STATE(1834)] = 57012, - [SMALL_STATE(1835)] = 57083, - [SMALL_STATE(1836)] = 57154, - [SMALL_STATE(1837)] = 57225, - [SMALL_STATE(1838)] = 57350, - [SMALL_STATE(1839)] = 57419, - [SMALL_STATE(1840)] = 57490, - [SMALL_STATE(1841)] = 57561, - [SMALL_STATE(1842)] = 57632, - [SMALL_STATE(1843)] = 57705, - [SMALL_STATE(1844)] = 57778, - [SMALL_STATE(1845)] = 57851, - [SMALL_STATE(1846)] = 57976, - [SMALL_STATE(1847)] = 58047, - [SMALL_STATE(1848)] = 58172, - [SMALL_STATE(1849)] = 58241, - [SMALL_STATE(1850)] = 58310, - [SMALL_STATE(1851)] = 58379, - [SMALL_STATE(1852)] = 58448, - [SMALL_STATE(1853)] = 58573, - [SMALL_STATE(1854)] = 58658, - [SMALL_STATE(1855)] = 58727, - [SMALL_STATE(1856)] = 58796, - [SMALL_STATE(1857)] = 58865, - [SMALL_STATE(1858)] = 58956, - [SMALL_STATE(1859)] = 59061, - [SMALL_STATE(1860)] = 59136, - [SMALL_STATE(1861)] = 59205, - [SMALL_STATE(1862)] = 59286, - [SMALL_STATE(1863)] = 59363, - [SMALL_STATE(1864)] = 59472, - [SMALL_STATE(1865)] = 59581, - [SMALL_STATE(1866)] = 59688, - [SMALL_STATE(1867)] = 59757, - [SMALL_STATE(1868)] = 59860, - [SMALL_STATE(1869)] = 59961, - [SMALL_STATE(1870)] = 60058, - [SMALL_STATE(1871)] = 60153, - [SMALL_STATE(1872)] = 60246, - [SMALL_STATE(1873)] = 60335, - [SMALL_STATE(1874)] = 60404, - [SMALL_STATE(1875)] = 60473, - [SMALL_STATE(1876)] = 60556, - [SMALL_STATE(1877)] = 60639, - [SMALL_STATE(1878)] = 60708, - [SMALL_STATE(1879)] = 60777, - [SMALL_STATE(1880)] = 60846, - [SMALL_STATE(1881)] = 60915, - [SMALL_STATE(1882)] = 60984, - [SMALL_STATE(1883)] = 61053, - [SMALL_STATE(1884)] = 61122, - [SMALL_STATE(1885)] = 61191, - [SMALL_STATE(1886)] = 61260, - [SMALL_STATE(1887)] = 61329, - [SMALL_STATE(1888)] = 61398, - [SMALL_STATE(1889)] = 61467, - [SMALL_STATE(1890)] = 61536, - [SMALL_STATE(1891)] = 61605, - [SMALL_STATE(1892)] = 61674, - [SMALL_STATE(1893)] = 61743, - [SMALL_STATE(1894)] = 61868, - [SMALL_STATE(1895)] = 61939, - [SMALL_STATE(1896)] = 62010, - [SMALL_STATE(1897)] = 62135, - [SMALL_STATE(1898)] = 62260, - [SMALL_STATE(1899)] = 62385, - [SMALL_STATE(1900)] = 62454, - [SMALL_STATE(1901)] = 62523, - [SMALL_STATE(1902)] = 62592, - [SMALL_STATE(1903)] = 62661, - [SMALL_STATE(1904)] = 62730, - [SMALL_STATE(1905)] = 62799, - [SMALL_STATE(1906)] = 62868, - [SMALL_STATE(1907)] = 62937, - [SMALL_STATE(1908)] = 63006, - [SMALL_STATE(1909)] = 63075, - [SMALL_STATE(1910)] = 63144, - [SMALL_STATE(1911)] = 63213, - [SMALL_STATE(1912)] = 63282, - [SMALL_STATE(1913)] = 63353, - [SMALL_STATE(1914)] = 63422, - [SMALL_STATE(1915)] = 63493, - [SMALL_STATE(1916)] = 63564, - [SMALL_STATE(1917)] = 63633, - [SMALL_STATE(1918)] = 63702, - [SMALL_STATE(1919)] = 63771, - [SMALL_STATE(1920)] = 63840, - [SMALL_STATE(1921)] = 63909, - [SMALL_STATE(1922)] = 63978, - [SMALL_STATE(1923)] = 64047, - [SMALL_STATE(1924)] = 64116, - [SMALL_STATE(1925)] = 64185, - [SMALL_STATE(1926)] = 64254, - [SMALL_STATE(1927)] = 64323, - [SMALL_STATE(1928)] = 64392, - [SMALL_STATE(1929)] = 64461, - [SMALL_STATE(1930)] = 64530, - [SMALL_STATE(1931)] = 64599, - [SMALL_STATE(1932)] = 64668, - [SMALL_STATE(1933)] = 64737, - [SMALL_STATE(1934)] = 64806, - [SMALL_STATE(1935)] = 64875, - [SMALL_STATE(1936)] = 64944, - [SMALL_STATE(1937)] = 65013, - [SMALL_STATE(1938)] = 65082, - [SMALL_STATE(1939)] = 65151, - [SMALL_STATE(1940)] = 65220, - [SMALL_STATE(1941)] = 65289, - [SMALL_STATE(1942)] = 65358, - [SMALL_STATE(1943)] = 65427, - [SMALL_STATE(1944)] = 65496, - [SMALL_STATE(1945)] = 65565, - [SMALL_STATE(1946)] = 65634, - [SMALL_STATE(1947)] = 65703, - [SMALL_STATE(1948)] = 65772, - [SMALL_STATE(1949)] = 65841, - [SMALL_STATE(1950)] = 65910, - [SMALL_STATE(1951)] = 65979, - [SMALL_STATE(1952)] = 66048, - [SMALL_STATE(1953)] = 66117, - [SMALL_STATE(1954)] = 66186, - [SMALL_STATE(1955)] = 66255, - [SMALL_STATE(1956)] = 66324, - [SMALL_STATE(1957)] = 66395, - [SMALL_STATE(1958)] = 66466, - [SMALL_STATE(1959)] = 66537, - [SMALL_STATE(1960)] = 66608, - [SMALL_STATE(1961)] = 66677, - [SMALL_STATE(1962)] = 66748, - [SMALL_STATE(1963)] = 66817, - [SMALL_STATE(1964)] = 66886, - [SMALL_STATE(1965)] = 66997, - [SMALL_STATE(1966)] = 67066, - [SMALL_STATE(1967)] = 67191, - [SMALL_STATE(1968)] = 67260, - [SMALL_STATE(1969)] = 67385, - [SMALL_STATE(1970)] = 67510, - [SMALL_STATE(1971)] = 67579, - [SMALL_STATE(1972)] = 67648, - [SMALL_STATE(1973)] = 67717, - [SMALL_STATE(1974)] = 67786, - [SMALL_STATE(1975)] = 67911, - [SMALL_STATE(1976)] = 68036, - [SMALL_STATE(1977)] = 68105, - [SMALL_STATE(1978)] = 68230, - [SMALL_STATE(1979)] = 68299, - [SMALL_STATE(1980)] = 68368, - [SMALL_STATE(1981)] = 68437, - [SMALL_STATE(1982)] = 68506, - [SMALL_STATE(1983)] = 68575, - [SMALL_STATE(1984)] = 68644, - [SMALL_STATE(1985)] = 68713, - [SMALL_STATE(1986)] = 68782, - [SMALL_STATE(1987)] = 68851, - [SMALL_STATE(1988)] = 68920, - [SMALL_STATE(1989)] = 68989, - [SMALL_STATE(1990)] = 69058, - [SMALL_STATE(1991)] = 69127, - [SMALL_STATE(1992)] = 69196, - [SMALL_STATE(1993)] = 69265, - [SMALL_STATE(1994)] = 69334, - [SMALL_STATE(1995)] = 69403, - [SMALL_STATE(1996)] = 69472, - [SMALL_STATE(1997)] = 69541, - [SMALL_STATE(1998)] = 69610, - [SMALL_STATE(1999)] = 69679, - [SMALL_STATE(2000)] = 69748, - [SMALL_STATE(2001)] = 69817, - [SMALL_STATE(2002)] = 69886, - [SMALL_STATE(2003)] = 69955, - [SMALL_STATE(2004)] = 70024, - [SMALL_STATE(2005)] = 70092, - [SMALL_STATE(2006)] = 70160, - [SMALL_STATE(2007)] = 70228, - [SMALL_STATE(2008)] = 70296, - [SMALL_STATE(2009)] = 70364, - [SMALL_STATE(2010)] = 70432, - [SMALL_STATE(2011)] = 70500, - [SMALL_STATE(2012)] = 70568, - [SMALL_STATE(2013)] = 70636, - [SMALL_STATE(2014)] = 70704, - [SMALL_STATE(2015)] = 70814, - [SMALL_STATE(2016)] = 70882, - [SMALL_STATE(2017)] = 70950, - [SMALL_STATE(2018)] = 71018, - [SMALL_STATE(2019)] = 71086, - [SMALL_STATE(2020)] = 71154, - [SMALL_STATE(2021)] = 71222, - [SMALL_STATE(2022)] = 71296, - [SMALL_STATE(2023)] = 71364, - [SMALL_STATE(2024)] = 71432, - [SMALL_STATE(2025)] = 71500, - [SMALL_STATE(2026)] = 71574, - [SMALL_STATE(2027)] = 71642, - [SMALL_STATE(2028)] = 71710, - [SMALL_STATE(2029)] = 71778, - [SMALL_STATE(2030)] = 71846, - [SMALL_STATE(2031)] = 71914, - [SMALL_STATE(2032)] = 71982, - [SMALL_STATE(2033)] = 72050, - [SMALL_STATE(2034)] = 72118, - [SMALL_STATE(2035)] = 72186, - [SMALL_STATE(2036)] = 72258, - [SMALL_STATE(2037)] = 72326, - [SMALL_STATE(2038)] = 72394, - [SMALL_STATE(2039)] = 72462, - [SMALL_STATE(2040)] = 72530, - [SMALL_STATE(2041)] = 72598, - [SMALL_STATE(2042)] = 72666, - [SMALL_STATE(2043)] = 72734, - [SMALL_STATE(2044)] = 72806, - [SMALL_STATE(2045)] = 72874, - [SMALL_STATE(2046)] = 72942, - [SMALL_STATE(2047)] = 73010, - [SMALL_STATE(2048)] = 73078, - [SMALL_STATE(2049)] = 73146, - [SMALL_STATE(2050)] = 73214, - [SMALL_STATE(2051)] = 73282, - [SMALL_STATE(2052)] = 73350, - [SMALL_STATE(2053)] = 73418, - [SMALL_STATE(2054)] = 73486, - [SMALL_STATE(2055)] = 73556, - [SMALL_STATE(2056)] = 73626, - [SMALL_STATE(2057)] = 73696, - [SMALL_STATE(2058)] = 73766, - [SMALL_STATE(2059)] = 73836, - [SMALL_STATE(2060)] = 73906, - [SMALL_STATE(2061)] = 73976, - [SMALL_STATE(2062)] = 74046, - [SMALL_STATE(2063)] = 74116, - [SMALL_STATE(2064)] = 74186, - [SMALL_STATE(2065)] = 74256, - [SMALL_STATE(2066)] = 74326, - [SMALL_STATE(2067)] = 74396, - [SMALL_STATE(2068)] = 74466, - [SMALL_STATE(2069)] = 74536, - [SMALL_STATE(2070)] = 74606, - [SMALL_STATE(2071)] = 74676, - [SMALL_STATE(2072)] = 74746, - [SMALL_STATE(2073)] = 74816, - [SMALL_STATE(2074)] = 74886, - [SMALL_STATE(2075)] = 74954, - [SMALL_STATE(2076)] = 75026, - [SMALL_STATE(2077)] = 75094, - [SMALL_STATE(2078)] = 75162, - [SMALL_STATE(2079)] = 75230, - [SMALL_STATE(2080)] = 75298, - [SMALL_STATE(2081)] = 75372, - [SMALL_STATE(2082)] = 75486, - [SMALL_STATE(2083)] = 75554, - [SMALL_STATE(2084)] = 75624, - [SMALL_STATE(2085)] = 75694, - [SMALL_STATE(2086)] = 75762, - [SMALL_STATE(2087)] = 75834, - [SMALL_STATE(2088)] = 75902, - [SMALL_STATE(2089)] = 75974, - [SMALL_STATE(2090)] = 76046, - [SMALL_STATE(2091)] = 76118, - [SMALL_STATE(2092)] = 76192, - [SMALL_STATE(2093)] = 76260, - [SMALL_STATE(2094)] = 76328, - [SMALL_STATE(2095)] = 76396, - [SMALL_STATE(2096)] = 76464, - [SMALL_STATE(2097)] = 76548, - [SMALL_STATE(2098)] = 76616, - [SMALL_STATE(2099)] = 76706, - [SMALL_STATE(2100)] = 76774, - [SMALL_STATE(2101)] = 76878, - [SMALL_STATE(2102)] = 76946, - [SMALL_STATE(2103)] = 77014, - [SMALL_STATE(2104)] = 77082, - [SMALL_STATE(2105)] = 77150, - [SMALL_STATE(2106)] = 77218, - [SMALL_STATE(2107)] = 77292, - [SMALL_STATE(2108)] = 77372, - [SMALL_STATE(2109)] = 77440, - [SMALL_STATE(2110)] = 77516, - [SMALL_STATE(2111)] = 77624, - [SMALL_STATE(2112)] = 77696, - [SMALL_STATE(2113)] = 77764, - [SMALL_STATE(2114)] = 77836, - [SMALL_STATE(2115)] = 77904, - [SMALL_STATE(2116)] = 77972, - [SMALL_STATE(2117)] = 78040, - [SMALL_STATE(2118)] = 78108, - [SMALL_STATE(2119)] = 78176, - [SMALL_STATE(2120)] = 78244, - [SMALL_STATE(2121)] = 78312, - [SMALL_STATE(2122)] = 78384, - [SMALL_STATE(2123)] = 78492, - [SMALL_STATE(2124)] = 78564, - [SMALL_STATE(2125)] = 78636, - [SMALL_STATE(2126)] = 78742, - [SMALL_STATE(2127)] = 78844, - [SMALL_STATE(2128)] = 78916, - [SMALL_STATE(2129)] = 78988, - [SMALL_STATE(2130)] = 79102, - [SMALL_STATE(2131)] = 79170, - [SMALL_STATE(2132)] = 79238, - [SMALL_STATE(2133)] = 79306, - [SMALL_STATE(2134)] = 79374, - [SMALL_STATE(2135)] = 79442, - [SMALL_STATE(2136)] = 79510, - [SMALL_STATE(2137)] = 79578, - [SMALL_STATE(2138)] = 79646, - [SMALL_STATE(2139)] = 79714, - [SMALL_STATE(2140)] = 79782, - [SMALL_STATE(2141)] = 79850, - [SMALL_STATE(2142)] = 79960, - [SMALL_STATE(2143)] = 80028, - [SMALL_STATE(2144)] = 80100, - [SMALL_STATE(2145)] = 80172, - [SMALL_STATE(2146)] = 80244, - [SMALL_STATE(2147)] = 80316, - [SMALL_STATE(2148)] = 80388, - [SMALL_STATE(2149)] = 80456, - [SMALL_STATE(2150)] = 80528, - [SMALL_STATE(2151)] = 80600, - [SMALL_STATE(2152)] = 80672, - [SMALL_STATE(2153)] = 80772, - [SMALL_STATE(2154)] = 80844, - [SMALL_STATE(2155)] = 80912, - [SMALL_STATE(2156)] = 80980, - [SMALL_STATE(2157)] = 81048, - [SMALL_STATE(2158)] = 81116, - [SMALL_STATE(2159)] = 81184, - [SMALL_STATE(2160)] = 81252, - [SMALL_STATE(2161)] = 81320, - [SMALL_STATE(2162)] = 81388, - [SMALL_STATE(2163)] = 81456, - [SMALL_STATE(2164)] = 81524, - [SMALL_STATE(2165)] = 81592, - [SMALL_STATE(2166)] = 81660, - [SMALL_STATE(2167)] = 81728, - [SMALL_STATE(2168)] = 81796, - [SMALL_STATE(2169)] = 81864, - [SMALL_STATE(2170)] = 81932, - [SMALL_STATE(2171)] = 82000, - [SMALL_STATE(2172)] = 82096, - [SMALL_STATE(2173)] = 82190, - [SMALL_STATE(2174)] = 82260, - [SMALL_STATE(2175)] = 82352, - [SMALL_STATE(2176)] = 82420, - [SMALL_STATE(2177)] = 82488, - [SMALL_STATE(2178)] = 82556, - [SMALL_STATE(2179)] = 82624, - [SMALL_STATE(2180)] = 82692, - [SMALL_STATE(2181)] = 82760, - [SMALL_STATE(2182)] = 82828, - [SMALL_STATE(2183)] = 82896, - [SMALL_STATE(2184)] = 82964, - [SMALL_STATE(2185)] = 83032, - [SMALL_STATE(2186)] = 83100, - [SMALL_STATE(2187)] = 83188, - [SMALL_STATE(2188)] = 83256, - [SMALL_STATE(2189)] = 83324, - [SMALL_STATE(2190)] = 83394, - [SMALL_STATE(2191)] = 83476, - [SMALL_STATE(2192)] = 83544, - [SMALL_STATE(2193)] = 83616, - [SMALL_STATE(2194)] = 83684, - [SMALL_STATE(2195)] = 83752, - [SMALL_STATE(2196)] = 83820, - [SMALL_STATE(2197)] = 83892, - [SMALL_STATE(2198)] = 83974, - [SMALL_STATE(2199)] = 84042, - [SMALL_STATE(2200)] = 84110, - [SMALL_STATE(2201)] = 84178, - [SMALL_STATE(2202)] = 84246, - [SMALL_STATE(2203)] = 84314, - [SMALL_STATE(2204)] = 84382, - [SMALL_STATE(2205)] = 84451, - [SMALL_STATE(2206)] = 84518, - [SMALL_STATE(2207)] = 84587, - [SMALL_STATE(2208)] = 84654, - [SMALL_STATE(2209)] = 84721, - [SMALL_STATE(2210)] = 84790, - [SMALL_STATE(2211)] = 84857, - [SMALL_STATE(2212)] = 84924, - [SMALL_STATE(2213)] = 84991, - [SMALL_STATE(2214)] = 85058, - [SMALL_STATE(2215)] = 85131, - [SMALL_STATE(2216)] = 85198, - [SMALL_STATE(2217)] = 85267, - [SMALL_STATE(2218)] = 85336, - [SMALL_STATE(2219)] = 85403, - [SMALL_STATE(2220)] = 85472, - [SMALL_STATE(2221)] = 85541, - [SMALL_STATE(2222)] = 85610, - [SMALL_STATE(2223)] = 85679, - [SMALL_STATE(2224)] = 85746, - [SMALL_STATE(2225)] = 85819, - [SMALL_STATE(2226)] = 85888, - [SMALL_STATE(2227)] = 85955, - [SMALL_STATE(2228)] = 86064, - [SMALL_STATE(2229)] = 86131, - [SMALL_STATE(2230)] = 86202, - [SMALL_STATE(2231)] = 86269, - [SMALL_STATE(2232)] = 86336, - [SMALL_STATE(2233)] = 86403, - [SMALL_STATE(2234)] = 86470, - [SMALL_STATE(2235)] = 86537, - [SMALL_STATE(2236)] = 86604, - [SMALL_STATE(2237)] = 86671, - [SMALL_STATE(2238)] = 86738, - [SMALL_STATE(2239)] = 86805, - [SMALL_STATE(2240)] = 86872, - [SMALL_STATE(2241)] = 86939, - [SMALL_STATE(2242)] = 87006, - [SMALL_STATE(2243)] = 87073, - [SMALL_STATE(2244)] = 87140, - [SMALL_STATE(2245)] = 87207, - [SMALL_STATE(2246)] = 87278, - [SMALL_STATE(2247)] = 87387, - [SMALL_STATE(2248)] = 87454, - [SMALL_STATE(2249)] = 87521, - [SMALL_STATE(2250)] = 87590, - [SMALL_STATE(2251)] = 87659, - [SMALL_STATE(2252)] = 87728, - [SMALL_STATE(2253)] = 87797, - [SMALL_STATE(2254)] = 87866, - [SMALL_STATE(2255)] = 87937, - [SMALL_STATE(2256)] = 88006, - [SMALL_STATE(2257)] = 88075, - [SMALL_STATE(2258)] = 88144, - [SMALL_STATE(2259)] = 88213, - [SMALL_STATE(2260)] = 88282, - [SMALL_STATE(2261)] = 88351, - [SMALL_STATE(2262)] = 88420, - [SMALL_STATE(2263)] = 88489, - [SMALL_STATE(2264)] = 88556, - [SMALL_STATE(2265)] = 88623, - [SMALL_STATE(2266)] = 88690, - [SMALL_STATE(2267)] = 88757, - [SMALL_STATE(2268)] = 88824, - [SMALL_STATE(2269)] = 88915, - [SMALL_STATE(2270)] = 88996, - [SMALL_STATE(2271)] = 89077, - [SMALL_STATE(2272)] = 89164, - [SMALL_STATE(2273)] = 89231, - [SMALL_STATE(2274)] = 89324, - [SMALL_STATE(2275)] = 89419, - [SMALL_STATE(2276)] = 89518, - [SMALL_STATE(2277)] = 89619, - [SMALL_STATE(2278)] = 89724, - [SMALL_STATE(2279)] = 89831, - [SMALL_STATE(2280)] = 89938, - [SMALL_STATE(2281)] = 90013, - [SMALL_STATE(2282)] = 90092, - [SMALL_STATE(2283)] = 90165, - [SMALL_STATE(2284)] = 90232, - [SMALL_STATE(2285)] = 90335, - [SMALL_STATE(2286)] = 90424, - [SMALL_STATE(2287)] = 90507, - [SMALL_STATE(2288)] = 90616, - [SMALL_STATE(2289)] = 90683, - [SMALL_STATE(2290)] = 90750, - [SMALL_STATE(2291)] = 90817, - [SMALL_STATE(2292)] = 90930, - [SMALL_STATE(2293)] = 90997, - [SMALL_STATE(2294)] = 91064, - [SMALL_STATE(2295)] = 91131, - [SMALL_STATE(2296)] = 91214, - [SMALL_STATE(2297)] = 91303, - [SMALL_STATE(2298)] = 91406, - [SMALL_STATE(2299)] = 91477, - [SMALL_STATE(2300)] = 91550, - [SMALL_STATE(2301)] = 91629, - [SMALL_STATE(2302)] = 91704, - [SMALL_STATE(2303)] = 91811, - [SMALL_STATE(2304)] = 91918, - [SMALL_STATE(2305)] = 91985, - [SMALL_STATE(2306)] = 92090, - [SMALL_STATE(2307)] = 92191, - [SMALL_STATE(2308)] = 92290, - [SMALL_STATE(2309)] = 92385, - [SMALL_STATE(2310)] = 92478, - [SMALL_STATE(2311)] = 92569, - [SMALL_STATE(2312)] = 92656, - [SMALL_STATE(2313)] = 92737, - [SMALL_STATE(2314)] = 92818, - [SMALL_STATE(2315)] = 92927, - [SMALL_STATE(2316)] = 92998, - [SMALL_STATE(2317)] = 93065, - [SMALL_STATE(2318)] = 93132, - [SMALL_STATE(2319)] = 93199, - [SMALL_STATE(2320)] = 93266, - [SMALL_STATE(2321)] = 93333, - [SMALL_STATE(2322)] = 93400, - [SMALL_STATE(2323)] = 93467, - [SMALL_STATE(2324)] = 93536, - [SMALL_STATE(2325)] = 93605, - [SMALL_STATE(2326)] = 93672, - [SMALL_STATE(2327)] = 93739, - [SMALL_STATE(2328)] = 93806, - [SMALL_STATE(2329)] = 93919, - [SMALL_STATE(2330)] = 93986, - [SMALL_STATE(2331)] = 94059, - [SMALL_STATE(2332)] = 94132, - [SMALL_STATE(2333)] = 94205, - [SMALL_STATE(2334)] = 94278, - [SMALL_STATE(2335)] = 94351, - [SMALL_STATE(2336)] = 94418, - [SMALL_STATE(2337)] = 94485, - [SMALL_STATE(2338)] = 94594, - [SMALL_STATE(2339)] = 94661, - [SMALL_STATE(2340)] = 94728, - [SMALL_STATE(2341)] = 94799, - [SMALL_STATE(2342)] = 94908, - [SMALL_STATE(2343)] = 94975, - [SMALL_STATE(2344)] = 95042, - [SMALL_STATE(2345)] = 95109, - [SMALL_STATE(2346)] = 95176, - [SMALL_STATE(2347)] = 95243, - [SMALL_STATE(2348)] = 95310, - [SMALL_STATE(2349)] = 95377, - [SMALL_STATE(2350)] = 95444, - [SMALL_STATE(2351)] = 95515, - [SMALL_STATE(2352)] = 95582, - [SMALL_STATE(2353)] = 95649, - [SMALL_STATE(2354)] = 95716, - [SMALL_STATE(2355)] = 95787, - [SMALL_STATE(2356)] = 95858, - [SMALL_STATE(2357)] = 95925, - [SMALL_STATE(2358)] = 95992, - [SMALL_STATE(2359)] = 96061, - [SMALL_STATE(2360)] = 96130, - [SMALL_STATE(2361)] = 96197, - [SMALL_STATE(2362)] = 96264, - [SMALL_STATE(2363)] = 96331, - [SMALL_STATE(2364)] = 96398, - [SMALL_STATE(2365)] = 96465, - [SMALL_STATE(2366)] = 96532, - [SMALL_STATE(2367)] = 96603, - [SMALL_STATE(2368)] = 96670, - [SMALL_STATE(2369)] = 96737, - [SMALL_STATE(2370)] = 96804, - [SMALL_STATE(2371)] = 96871, - [SMALL_STATE(2372)] = 96938, - [SMALL_STATE(2373)] = 97005, - [SMALL_STATE(2374)] = 97072, - [SMALL_STATE(2375)] = 97139, - [SMALL_STATE(2376)] = 97206, - [SMALL_STATE(2377)] = 97273, - [SMALL_STATE(2378)] = 97340, - [SMALL_STATE(2379)] = 97409, - [SMALL_STATE(2380)] = 97478, - [SMALL_STATE(2381)] = 97547, - [SMALL_STATE(2382)] = 97616, - [SMALL_STATE(2383)] = 97685, - [SMALL_STATE(2384)] = 97754, - [SMALL_STATE(2385)] = 97823, - [SMALL_STATE(2386)] = 97892, - [SMALL_STATE(2387)] = 97961, - [SMALL_STATE(2388)] = 98030, - [SMALL_STATE(2389)] = 98099, - [SMALL_STATE(2390)] = 98168, - [SMALL_STATE(2391)] = 98237, - [SMALL_STATE(2392)] = 98306, - [SMALL_STATE(2393)] = 98375, - [SMALL_STATE(2394)] = 98444, - [SMALL_STATE(2395)] = 98513, - [SMALL_STATE(2396)] = 98580, - [SMALL_STATE(2397)] = 98647, - [SMALL_STATE(2398)] = 98714, - [SMALL_STATE(2399)] = 98781, - [SMALL_STATE(2400)] = 98848, - [SMALL_STATE(2401)] = 98915, - [SMALL_STATE(2402)] = 98982, - [SMALL_STATE(2403)] = 99049, - [SMALL_STATE(2404)] = 99116, - [SMALL_STATE(2405)] = 99183, - [SMALL_STATE(2406)] = 99250, - [SMALL_STATE(2407)] = 99317, - [SMALL_STATE(2408)] = 99384, - [SMALL_STATE(2409)] = 99451, - [SMALL_STATE(2410)] = 99518, - [SMALL_STATE(2411)] = 99585, - [SMALL_STATE(2412)] = 99652, - [SMALL_STATE(2413)] = 99719, - [SMALL_STATE(2414)] = 99790, - [SMALL_STATE(2415)] = 99857, - [SMALL_STATE(2416)] = 99924, - [SMALL_STATE(2417)] = 99995, - [SMALL_STATE(2418)] = 100064, - [SMALL_STATE(2419)] = 100133, - [SMALL_STATE(2420)] = 100202, - [SMALL_STATE(2421)] = 100273, - [SMALL_STATE(2422)] = 100342, - [SMALL_STATE(2423)] = 100411, - [SMALL_STATE(2424)] = 100482, - [SMALL_STATE(2425)] = 100549, - [SMALL_STATE(2426)] = 100620, - [SMALL_STATE(2427)] = 100689, - [SMALL_STATE(2428)] = 100756, - [SMALL_STATE(2429)] = 100825, - [SMALL_STATE(2430)] = 100894, - [SMALL_STATE(2431)] = 100963, - [SMALL_STATE(2432)] = 101032, - [SMALL_STATE(2433)] = 101101, - [SMALL_STATE(2434)] = 101170, - [SMALL_STATE(2435)] = 101239, - [SMALL_STATE(2436)] = 101308, - [SMALL_STATE(2437)] = 101377, - [SMALL_STATE(2438)] = 101446, - [SMALL_STATE(2439)] = 101515, - [SMALL_STATE(2440)] = 101582, - [SMALL_STATE(2441)] = 101649, - [SMALL_STATE(2442)] = 101716, - [SMALL_STATE(2443)] = 101783, - [SMALL_STATE(2444)] = 101850, - [SMALL_STATE(2445)] = 101917, - [SMALL_STATE(2446)] = 101984, - [SMALL_STATE(2447)] = 102051, - [SMALL_STATE(2448)] = 102118, - [SMALL_STATE(2449)] = 102185, - [SMALL_STATE(2450)] = 102252, - [SMALL_STATE(2451)] = 102319, - [SMALL_STATE(2452)] = 102386, - [SMALL_STATE(2453)] = 102453, - [SMALL_STATE(2454)] = 102520, - [SMALL_STATE(2455)] = 102587, - [SMALL_STATE(2456)] = 102654, - [SMALL_STATE(2457)] = 102721, - [SMALL_STATE(2458)] = 102790, - [SMALL_STATE(2459)] = 102859, - [SMALL_STATE(2460)] = 102928, - [SMALL_STATE(2461)] = 102995, - [SMALL_STATE(2462)] = 103062, - [SMALL_STATE(2463)] = 103129, - [SMALL_STATE(2464)] = 103196, - [SMALL_STATE(2465)] = 103263, - [SMALL_STATE(2466)] = 103330, - [SMALL_STATE(2467)] = 103399, - [SMALL_STATE(2468)] = 103466, - [SMALL_STATE(2469)] = 103533, - [SMALL_STATE(2470)] = 103600, - [SMALL_STATE(2471)] = 103667, - [SMALL_STATE(2472)] = 103736, - [SMALL_STATE(2473)] = 103803, - [SMALL_STATE(2474)] = 103912, - [SMALL_STATE(2475)] = 103983, - [SMALL_STATE(2476)] = 104050, - [SMALL_STATE(2477)] = 104117, - [SMALL_STATE(2478)] = 104188, - [SMALL_STATE(2479)] = 104259, - [SMALL_STATE(2480)] = 104326, - [SMALL_STATE(2481)] = 104397, - [SMALL_STATE(2482)] = 104464, - [SMALL_STATE(2483)] = 104531, - [SMALL_STATE(2484)] = 104600, - [SMALL_STATE(2485)] = 104667, - [SMALL_STATE(2486)] = 104738, - [SMALL_STATE(2487)] = 104809, - [SMALL_STATE(2488)] = 104878, - [SMALL_STATE(2489)] = 104945, - [SMALL_STATE(2490)] = 105014, - [SMALL_STATE(2491)] = 105083, - [SMALL_STATE(2492)] = 105150, - [SMALL_STATE(2493)] = 105219, - [SMALL_STATE(2494)] = 105328, - [SMALL_STATE(2495)] = 105395, - [SMALL_STATE(2496)] = 105508, - [SMALL_STATE(2497)] = 105575, - [SMALL_STATE(2498)] = 105646, - [SMALL_STATE(2499)] = 105715, - [SMALL_STATE(2500)] = 105782, - [SMALL_STATE(2501)] = 105851, - [SMALL_STATE(2502)] = 105924, - [SMALL_STATE(2503)] = 105991, - [SMALL_STATE(2504)] = 106064, - [SMALL_STATE(2505)] = 106131, - [SMALL_STATE(2506)] = 106198, - [SMALL_STATE(2507)] = 106265, - [SMALL_STATE(2508)] = 106332, - [SMALL_STATE(2509)] = 106399, - [SMALL_STATE(2510)] = 106466, - [SMALL_STATE(2511)] = 106533, - [SMALL_STATE(2512)] = 106600, - [SMALL_STATE(2513)] = 106667, - [SMALL_STATE(2514)] = 106734, - [SMALL_STATE(2515)] = 106801, - [SMALL_STATE(2516)] = 106868, - [SMALL_STATE(2517)] = 106935, - [SMALL_STATE(2518)] = 107002, - [SMALL_STATE(2519)] = 107069, - [SMALL_STATE(2520)] = 107136, - [SMALL_STATE(2521)] = 107203, - [SMALL_STATE(2522)] = 107270, - [SMALL_STATE(2523)] = 107337, - [SMALL_STATE(2524)] = 107404, - [SMALL_STATE(2525)] = 107471, - [SMALL_STATE(2526)] = 107544, - [SMALL_STATE(2527)] = 107617, - [SMALL_STATE(2528)] = 107690, - [SMALL_STATE(2529)] = 107757, - [SMALL_STATE(2530)] = 107870, - [SMALL_STATE(2531)] = 107937, - [SMALL_STATE(2532)] = 108004, - [SMALL_STATE(2533)] = 108071, - [SMALL_STATE(2534)] = 108138, - [SMALL_STATE(2535)] = 108209, - [SMALL_STATE(2536)] = 108276, - [SMALL_STATE(2537)] = 108343, - [SMALL_STATE(2538)] = 108410, - [SMALL_STATE(2539)] = 108477, - [SMALL_STATE(2540)] = 108544, - [SMALL_STATE(2541)] = 108611, - [SMALL_STATE(2542)] = 108678, - [SMALL_STATE(2543)] = 108745, - [SMALL_STATE(2544)] = 108812, - [SMALL_STATE(2545)] = 108879, - [SMALL_STATE(2546)] = 108946, - [SMALL_STATE(2547)] = 109013, - [SMALL_STATE(2548)] = 109080, - [SMALL_STATE(2549)] = 109147, - [SMALL_STATE(2550)] = 109214, - [SMALL_STATE(2551)] = 109281, - [SMALL_STATE(2552)] = 109348, - [SMALL_STATE(2553)] = 109415, - [SMALL_STATE(2554)] = 109482, - [SMALL_STATE(2555)] = 109549, - [SMALL_STATE(2556)] = 109616, - [SMALL_STATE(2557)] = 109683, - [SMALL_STATE(2558)] = 109750, - [SMALL_STATE(2559)] = 109817, - [SMALL_STATE(2560)] = 109888, - [SMALL_STATE(2561)] = 109955, - [SMALL_STATE(2562)] = 110022, - [SMALL_STATE(2563)] = 110091, - [SMALL_STATE(2564)] = 110160, - [SMALL_STATE(2565)] = 110229, - [SMALL_STATE(2566)] = 110298, - [SMALL_STATE(2567)] = 110367, - [SMALL_STATE(2568)] = 110436, - [SMALL_STATE(2569)] = 110505, - [SMALL_STATE(2570)] = 110574, - [SMALL_STATE(2571)] = 110643, - [SMALL_STATE(2572)] = 110712, - [SMALL_STATE(2573)] = 110781, - [SMALL_STATE(2574)] = 110850, - [SMALL_STATE(2575)] = 110919, - [SMALL_STATE(2576)] = 110988, - [SMALL_STATE(2577)] = 111057, - [SMALL_STATE(2578)] = 111126, - [SMALL_STATE(2579)] = 111195, - [SMALL_STATE(2580)] = 111264, - [SMALL_STATE(2581)] = 111333, - [SMALL_STATE(2582)] = 111402, - [SMALL_STATE(2583)] = 111469, - [SMALL_STATE(2584)] = 111536, - [SMALL_STATE(2585)] = 111603, - [SMALL_STATE(2586)] = 111670, - [SMALL_STATE(2587)] = 111737, - [SMALL_STATE(2588)] = 111804, - [SMALL_STATE(2589)] = 111871, - [SMALL_STATE(2590)] = 111938, - [SMALL_STATE(2591)] = 112005, - [SMALL_STATE(2592)] = 112072, - [SMALL_STATE(2593)] = 112139, - [SMALL_STATE(2594)] = 112210, - [SMALL_STATE(2595)] = 112277, - [SMALL_STATE(2596)] = 112344, - [SMALL_STATE(2597)] = 112411, - [SMALL_STATE(2598)] = 112478, - [SMALL_STATE(2599)] = 112545, - [SMALL_STATE(2600)] = 112612, - [SMALL_STATE(2601)] = 112681, - [SMALL_STATE(2602)] = 112750, - [SMALL_STATE(2603)] = 112819, - [SMALL_STATE(2604)] = 112888, - [SMALL_STATE(2605)] = 112955, - [SMALL_STATE(2606)] = 113022, - [SMALL_STATE(2607)] = 113089, - [SMALL_STATE(2608)] = 113160, - [SMALL_STATE(2609)] = 113229, - [SMALL_STATE(2610)] = 113298, - [SMALL_STATE(2611)] = 113367, - [SMALL_STATE(2612)] = 113436, - [SMALL_STATE(2613)] = 113505, - [SMALL_STATE(2614)] = 113574, - [SMALL_STATE(2615)] = 113643, - [SMALL_STATE(2616)] = 113712, - [SMALL_STATE(2617)] = 113781, - [SMALL_STATE(2618)] = 113850, - [SMALL_STATE(2619)] = 113919, - [SMALL_STATE(2620)] = 113988, - [SMALL_STATE(2621)] = 114057, - [SMALL_STATE(2622)] = 114126, - [SMALL_STATE(2623)] = 114193, - [SMALL_STATE(2624)] = 114262, - [SMALL_STATE(2625)] = 114331, - [SMALL_STATE(2626)] = 114398, - [SMALL_STATE(2627)] = 114465, - [SMALL_STATE(2628)] = 114532, - [SMALL_STATE(2629)] = 114599, - [SMALL_STATE(2630)] = 114666, - [SMALL_STATE(2631)] = 114733, - [SMALL_STATE(2632)] = 114800, - [SMALL_STATE(2633)] = 114867, - [SMALL_STATE(2634)] = 114934, - [SMALL_STATE(2635)] = 115001, - [SMALL_STATE(2636)] = 115068, - [SMALL_STATE(2637)] = 115135, - [SMALL_STATE(2638)] = 115202, - [SMALL_STATE(2639)] = 115269, - [SMALL_STATE(2640)] = 115336, - [SMALL_STATE(2641)] = 115403, - [SMALL_STATE(2642)] = 115470, - [SMALL_STATE(2643)] = 115537, - [SMALL_STATE(2644)] = 115604, - [SMALL_STATE(2645)] = 115671, - [SMALL_STATE(2646)] = 115738, - [SMALL_STATE(2647)] = 115807, - [SMALL_STATE(2648)] = 115876, - [SMALL_STATE(2649)] = 115943, - [SMALL_STATE(2650)] = 116012, - [SMALL_STATE(2651)] = 116081, - [SMALL_STATE(2652)] = 116150, - [SMALL_STATE(2653)] = 116217, - [SMALL_STATE(2654)] = 116284, - [SMALL_STATE(2655)] = 116351, - [SMALL_STATE(2656)] = 116418, - [SMALL_STATE(2657)] = 116485, - [SMALL_STATE(2658)] = 116552, - [SMALL_STATE(2659)] = 116619, - [SMALL_STATE(2660)] = 116686, - [SMALL_STATE(2661)] = 116753, - [SMALL_STATE(2662)] = 116861, - [SMALL_STATE(2663)] = 116931, - [SMALL_STATE(2664)] = 117001, - [SMALL_STATE(2665)] = 117067, - [SMALL_STATE(2666)] = 117133, - [SMALL_STATE(2667)] = 117199, - [SMALL_STATE(2668)] = 117265, - [SMALL_STATE(2669)] = 117373, - [SMALL_STATE(2670)] = 117439, - [SMALL_STATE(2671)] = 117505, - [SMALL_STATE(2672)] = 117571, - [SMALL_STATE(2673)] = 117637, - [SMALL_STATE(2674)] = 117745, - [SMALL_STATE(2675)] = 117811, - [SMALL_STATE(2676)] = 117877, - [SMALL_STATE(2677)] = 117943, - [SMALL_STATE(2678)] = 118009, - [SMALL_STATE(2679)] = 118075, - [SMALL_STATE(2680)] = 118141, - [SMALL_STATE(2681)] = 118207, - [SMALL_STATE(2682)] = 118273, - [SMALL_STATE(2683)] = 118339, - [SMALL_STATE(2684)] = 118405, - [SMALL_STATE(2685)] = 118471, - [SMALL_STATE(2686)] = 118537, - [SMALL_STATE(2687)] = 118603, - [SMALL_STATE(2688)] = 118669, - [SMALL_STATE(2689)] = 118735, - [SMALL_STATE(2690)] = 118801, - [SMALL_STATE(2691)] = 118867, - [SMALL_STATE(2692)] = 118933, - [SMALL_STATE(2693)] = 118999, - [SMALL_STATE(2694)] = 119069, - [SMALL_STATE(2695)] = 119135, - [SMALL_STATE(2696)] = 119201, - [SMALL_STATE(2697)] = 119267, - [SMALL_STATE(2698)] = 119333, - [SMALL_STATE(2699)] = 119403, - [SMALL_STATE(2700)] = 119473, - [SMALL_STATE(2701)] = 119543, - [SMALL_STATE(2702)] = 119659, - [SMALL_STATE(2703)] = 119729, - [SMALL_STATE(2704)] = 119795, - [SMALL_STATE(2705)] = 119861, - [SMALL_STATE(2706)] = 119927, - [SMALL_STATE(2707)] = 119993, - [SMALL_STATE(2708)] = 120059, - [SMALL_STATE(2709)] = 120125, - [SMALL_STATE(2710)] = 120191, - [SMALL_STATE(2711)] = 120257, - [SMALL_STATE(2712)] = 120323, - [SMALL_STATE(2713)] = 120389, - [SMALL_STATE(2714)] = 120455, - [SMALL_STATE(2715)] = 120521, - [SMALL_STATE(2716)] = 120587, - [SMALL_STATE(2717)] = 120653, - [SMALL_STATE(2718)] = 120719, - [SMALL_STATE(2719)] = 120789, - [SMALL_STATE(2720)] = 120859, - [SMALL_STATE(2721)] = 120925, - [SMALL_STATE(2722)] = 120991, - [SMALL_STATE(2723)] = 121057, - [SMALL_STATE(2724)] = 121123, - [SMALL_STATE(2725)] = 121189, - [SMALL_STATE(2726)] = 121305, - [SMALL_STATE(2727)] = 121371, - [SMALL_STATE(2728)] = 121437, - [SMALL_STATE(2729)] = 121503, - [SMALL_STATE(2730)] = 121569, - [SMALL_STATE(2731)] = 121635, - [SMALL_STATE(2732)] = 121701, - [SMALL_STATE(2733)] = 121767, - [SMALL_STATE(2734)] = 121833, - [SMALL_STATE(2735)] = 121899, - [SMALL_STATE(2736)] = 121965, - [SMALL_STATE(2737)] = 122031, - [SMALL_STATE(2738)] = 122097, - [SMALL_STATE(2739)] = 122163, - [SMALL_STATE(2740)] = 122271, - [SMALL_STATE(2741)] = 122337, - [SMALL_STATE(2742)] = 122407, - [SMALL_STATE(2743)] = 122473, - [SMALL_STATE(2744)] = 122543, - [SMALL_STATE(2745)] = 122609, - [SMALL_STATE(2746)] = 122675, - [SMALL_STATE(2747)] = 122791, - [SMALL_STATE(2748)] = 122857, - [SMALL_STATE(2749)] = 122927, - [SMALL_STATE(2750)] = 122993, - [SMALL_STATE(2751)] = 123059, - [SMALL_STATE(2752)] = 123125, - [SMALL_STATE(2753)] = 123191, - [SMALL_STATE(2754)] = 123257, - [SMALL_STATE(2755)] = 123327, - [SMALL_STATE(2756)] = 123393, - [SMALL_STATE(2757)] = 123459, - [SMALL_STATE(2758)] = 123525, - [SMALL_STATE(2759)] = 123591, - [SMALL_STATE(2760)] = 123657, - [SMALL_STATE(2761)] = 123723, - [SMALL_STATE(2762)] = 123789, - [SMALL_STATE(2763)] = 123859, - [SMALL_STATE(2764)] = 123929, - [SMALL_STATE(2765)] = 123995, - [SMALL_STATE(2766)] = 124061, - [SMALL_STATE(2767)] = 124127, - [SMALL_STATE(2768)] = 124197, - [SMALL_STATE(2769)] = 124263, - [SMALL_STATE(2770)] = 124333, - [SMALL_STATE(2771)] = 124399, - [SMALL_STATE(2772)] = 124465, - [SMALL_STATE(2773)] = 124531, - [SMALL_STATE(2774)] = 124597, - [SMALL_STATE(2775)] = 124663, - [SMALL_STATE(2776)] = 124729, - [SMALL_STATE(2777)] = 124795, - [SMALL_STATE(2778)] = 124861, - [SMALL_STATE(2779)] = 124927, - [SMALL_STATE(2780)] = 124993, - [SMALL_STATE(2781)] = 125063, - [SMALL_STATE(2782)] = 125175, - [SMALL_STATE(2783)] = 125241, - [SMALL_STATE(2784)] = 125307, - [SMALL_STATE(2785)] = 125373, - [SMALL_STATE(2786)] = 125439, - [SMALL_STATE(2787)] = 125505, - [SMALL_STATE(2788)] = 125571, - [SMALL_STATE(2789)] = 125637, - [SMALL_STATE(2790)] = 125703, - [SMALL_STATE(2791)] = 125769, - [SMALL_STATE(2792)] = 125835, - [SMALL_STATE(2793)] = 125901, - [SMALL_STATE(2794)] = 125967, - [SMALL_STATE(2795)] = 126033, - [SMALL_STATE(2796)] = 126099, - [SMALL_STATE(2797)] = 126165, - [SMALL_STATE(2798)] = 126231, - [SMALL_STATE(2799)] = 126297, - [SMALL_STATE(2800)] = 126363, - [SMALL_STATE(2801)] = 126429, - [SMALL_STATE(2802)] = 126495, - [SMALL_STATE(2803)] = 126561, - [SMALL_STATE(2804)] = 126627, - [SMALL_STATE(2805)] = 126693, - [SMALL_STATE(2806)] = 126775, - [SMALL_STATE(2807)] = 126841, - [SMALL_STATE(2808)] = 126907, - [SMALL_STATE(2809)] = 126973, - [SMALL_STATE(2810)] = 127039, - [SMALL_STATE(2811)] = 127105, - [SMALL_STATE(2812)] = 127171, - [SMALL_STATE(2813)] = 127237, - [SMALL_STATE(2814)] = 127303, - [SMALL_STATE(2815)] = 127369, - [SMALL_STATE(2816)] = 127457, - [SMALL_STATE(2817)] = 127559, - [SMALL_STATE(2818)] = 127625, - [SMALL_STATE(2819)] = 127697, - [SMALL_STATE(2820)] = 127775, - [SMALL_STATE(2821)] = 127849, - [SMALL_STATE(2822)] = 127965, - [SMALL_STATE(2823)] = 128071, - [SMALL_STATE(2824)] = 128177, - [SMALL_STATE(2825)] = 128281, - [SMALL_STATE(2826)] = 128381, - [SMALL_STATE(2827)] = 128479, - [SMALL_STATE(2828)] = 128573, - [SMALL_STATE(2829)] = 128665, - [SMALL_STATE(2830)] = 128755, - [SMALL_STATE(2831)] = 128821, - [SMALL_STATE(2832)] = 128887, - [SMALL_STATE(2833)] = 128953, - [SMALL_STATE(2834)] = 129019, - [SMALL_STATE(2835)] = 129085, - [SMALL_STATE(2836)] = 129151, - [SMALL_STATE(2837)] = 129217, - [SMALL_STATE(2838)] = 129283, - [SMALL_STATE(2839)] = 129349, - [SMALL_STATE(2840)] = 129429, - [SMALL_STATE(2841)] = 129509, - [SMALL_STATE(2842)] = 129579, - [SMALL_STATE(2843)] = 129645, - [SMALL_STATE(2844)] = 129711, - [SMALL_STATE(2845)] = 129777, - [SMALL_STATE(2846)] = 129843, - [SMALL_STATE(2847)] = 129909, - [SMALL_STATE(2848)] = 129975, - [SMALL_STATE(2849)] = 130041, - [SMALL_STATE(2850)] = 130107, - [SMALL_STATE(2851)] = 130173, - [SMALL_STATE(2852)] = 130239, - [SMALL_STATE(2853)] = 130305, - [SMALL_STATE(2854)] = 130371, - [SMALL_STATE(2855)] = 130437, - [SMALL_STATE(2856)] = 130503, - [SMALL_STATE(2857)] = 130569, - [SMALL_STATE(2858)] = 130635, - [SMALL_STATE(2859)] = 130701, - [SMALL_STATE(2860)] = 130767, - [SMALL_STATE(2861)] = 130833, - [SMALL_STATE(2862)] = 130899, - [SMALL_STATE(2863)] = 130965, - [SMALL_STATE(2864)] = 131031, - [SMALL_STATE(2865)] = 131097, - [SMALL_STATE(2866)] = 131163, - [SMALL_STATE(2867)] = 131229, - [SMALL_STATE(2868)] = 131295, - [SMALL_STATE(2869)] = 131361, - [SMALL_STATE(2870)] = 131427, - [SMALL_STATE(2871)] = 131493, - [SMALL_STATE(2872)] = 131559, - [SMALL_STATE(2873)] = 131625, - [SMALL_STATE(2874)] = 131691, - [SMALL_STATE(2875)] = 131757, - [SMALL_STATE(2876)] = 131823, - [SMALL_STATE(2877)] = 131889, - [SMALL_STATE(2878)] = 131997, - [SMALL_STATE(2879)] = 132063, - [SMALL_STATE(2880)] = 132133, - [SMALL_STATE(2881)] = 132199, - [SMALL_STATE(2882)] = 132265, - [SMALL_STATE(2883)] = 132331, - [SMALL_STATE(2884)] = 132397, - [SMALL_STATE(2885)] = 132463, - [SMALL_STATE(2886)] = 132529, - [SMALL_STATE(2887)] = 132595, - [SMALL_STATE(2888)] = 132661, - [SMALL_STATE(2889)] = 132731, - [SMALL_STATE(2890)] = 132797, - [SMALL_STATE(2891)] = 132863, - [SMALL_STATE(2892)] = 132929, - [SMALL_STATE(2893)] = 132995, - [SMALL_STATE(2894)] = 133061, - [SMALL_STATE(2895)] = 133127, - [SMALL_STATE(2896)] = 133193, - [SMALL_STATE(2897)] = 133259, - [SMALL_STATE(2898)] = 133325, - [SMALL_STATE(2899)] = 133391, - [SMALL_STATE(2900)] = 133457, - [SMALL_STATE(2901)] = 133523, - [SMALL_STATE(2902)] = 133589, - [SMALL_STATE(2903)] = 133655, - [SMALL_STATE(2904)] = 133721, - [SMALL_STATE(2905)] = 133791, - [SMALL_STATE(2906)] = 133857, - [SMALL_STATE(2907)] = 133923, - [SMALL_STATE(2908)] = 133989, - [SMALL_STATE(2909)] = 134055, - [SMALL_STATE(2910)] = 134121, - [SMALL_STATE(2911)] = 134187, - [SMALL_STATE(2912)] = 134257, - [SMALL_STATE(2913)] = 134323, - [SMALL_STATE(2914)] = 134389, - [SMALL_STATE(2915)] = 134455, - [SMALL_STATE(2916)] = 134521, - [SMALL_STATE(2917)] = 134587, - [SMALL_STATE(2918)] = 134653, - [SMALL_STATE(2919)] = 134719, - [SMALL_STATE(2920)] = 134785, - [SMALL_STATE(2921)] = 134851, - [SMALL_STATE(2922)] = 134917, - [SMALL_STATE(2923)] = 134983, - [SMALL_STATE(2924)] = 135049, - [SMALL_STATE(2925)] = 135115, - [SMALL_STATE(2926)] = 135181, - [SMALL_STATE(2927)] = 135247, - [SMALL_STATE(2928)] = 135313, - [SMALL_STATE(2929)] = 135379, - [SMALL_STATE(2930)] = 135445, - [SMALL_STATE(2931)] = 135511, - [SMALL_STATE(2932)] = 135577, - [SMALL_STATE(2933)] = 135643, - [SMALL_STATE(2934)] = 135709, - [SMALL_STATE(2935)] = 135775, - [SMALL_STATE(2936)] = 135841, - [SMALL_STATE(2937)] = 135907, - [SMALL_STATE(2938)] = 135973, - [SMALL_STATE(2939)] = 136039, - [SMALL_STATE(2940)] = 136105, - [SMALL_STATE(2941)] = 136171, - [SMALL_STATE(2942)] = 136237, - [SMALL_STATE(2943)] = 136303, - [SMALL_STATE(2944)] = 136369, - [SMALL_STATE(2945)] = 136435, - [SMALL_STATE(2946)] = 136517, - [SMALL_STATE(2947)] = 136605, - [SMALL_STATE(2948)] = 136707, - [SMALL_STATE(2949)] = 136773, - [SMALL_STATE(2950)] = 136845, - [SMALL_STATE(2951)] = 136923, - [SMALL_STATE(2952)] = 136997, - [SMALL_STATE(2953)] = 137103, - [SMALL_STATE(2954)] = 137209, - [SMALL_STATE(2955)] = 137275, - [SMALL_STATE(2956)] = 137379, - [SMALL_STATE(2957)] = 137479, - [SMALL_STATE(2958)] = 137577, - [SMALL_STATE(2959)] = 137671, - [SMALL_STATE(2960)] = 137763, - [SMALL_STATE(2961)] = 137853, - [SMALL_STATE(2962)] = 137939, - [SMALL_STATE(2963)] = 138019, - [SMALL_STATE(2964)] = 138099, - [SMALL_STATE(2965)] = 138169, - [SMALL_STATE(2966)] = 138235, - [SMALL_STATE(2967)] = 138301, - [SMALL_STATE(2968)] = 138367, - [SMALL_STATE(2969)] = 138433, - [SMALL_STATE(2970)] = 138499, - [SMALL_STATE(2971)] = 138565, - [SMALL_STATE(2972)] = 138631, - [SMALL_STATE(2973)] = 138697, - [SMALL_STATE(2974)] = 138763, - [SMALL_STATE(2975)] = 138829, - [SMALL_STATE(2976)] = 138895, - [SMALL_STATE(2977)] = 138961, - [SMALL_STATE(2978)] = 139027, - [SMALL_STATE(2979)] = 139093, - [SMALL_STATE(2980)] = 139159, - [SMALL_STATE(2981)] = 139225, - [SMALL_STATE(2982)] = 139291, - [SMALL_STATE(2983)] = 139357, - [SMALL_STATE(2984)] = 139423, - [SMALL_STATE(2985)] = 139489, - [SMALL_STATE(2986)] = 139555, - [SMALL_STATE(2987)] = 139621, - [SMALL_STATE(2988)] = 139687, - [SMALL_STATE(2989)] = 139753, - [SMALL_STATE(2990)] = 139819, - [SMALL_STATE(2991)] = 139889, - [SMALL_STATE(2992)] = 139955, - [SMALL_STATE(2993)] = 140021, - [SMALL_STATE(2994)] = 140087, - [SMALL_STATE(2995)] = 140153, - [SMALL_STATE(2996)] = 140219, - [SMALL_STATE(2997)] = 140285, - [SMALL_STATE(2998)] = 140351, - [SMALL_STATE(2999)] = 140417, - [SMALL_STATE(3000)] = 140483, - [SMALL_STATE(3001)] = 140549, - [SMALL_STATE(3002)] = 140615, - [SMALL_STATE(3003)] = 140681, - [SMALL_STATE(3004)] = 140747, - [SMALL_STATE(3005)] = 140813, - [SMALL_STATE(3006)] = 140879, - [SMALL_STATE(3007)] = 140945, - [SMALL_STATE(3008)] = 141011, - [SMALL_STATE(3009)] = 141077, - [SMALL_STATE(3010)] = 141143, - [SMALL_STATE(3011)] = 141209, - [SMALL_STATE(3012)] = 141275, - [SMALL_STATE(3013)] = 141341, - [SMALL_STATE(3014)] = 141407, - [SMALL_STATE(3015)] = 141473, - [SMALL_STATE(3016)] = 141539, - [SMALL_STATE(3017)] = 141625, - [SMALL_STATE(3018)] = 141691, - [SMALL_STATE(3019)] = 141757, - [SMALL_STATE(3020)] = 141823, - [SMALL_STATE(3021)] = 141889, - [SMALL_STATE(3022)] = 141959, - [SMALL_STATE(3023)] = 142029, - [SMALL_STATE(3024)] = 142095, - [SMALL_STATE(3025)] = 142161, - [SMALL_STATE(3026)] = 142227, - [SMALL_STATE(3027)] = 142293, - [SMALL_STATE(3028)] = 142359, - [SMALL_STATE(3029)] = 142425, - [SMALL_STATE(3030)] = 142533, - [SMALL_STATE(3031)] = 142613, - [SMALL_STATE(3032)] = 142693, - [SMALL_STATE(3033)] = 142779, - [SMALL_STATE(3034)] = 142869, - [SMALL_STATE(3035)] = 142961, - [SMALL_STATE(3036)] = 143055, - [SMALL_STATE(3037)] = 143153, - [SMALL_STATE(3038)] = 143253, - [SMALL_STATE(3039)] = 143357, - [SMALL_STATE(3040)] = 143463, - [SMALL_STATE(3041)] = 143569, - [SMALL_STATE(3042)] = 143643, - [SMALL_STATE(3043)] = 143721, - [SMALL_STATE(3044)] = 143793, - [SMALL_STATE(3045)] = 143861, - [SMALL_STATE(3046)] = 143929, - [SMALL_STATE(3047)] = 143997, - [SMALL_STATE(3048)] = 144065, - [SMALL_STATE(3049)] = 144133, - [SMALL_STATE(3050)] = 144201, - [SMALL_STATE(3051)] = 144269, - [SMALL_STATE(3052)] = 144337, - [SMALL_STATE(3053)] = 144405, - [SMALL_STATE(3054)] = 144473, - [SMALL_STATE(3055)] = 144541, - [SMALL_STATE(3056)] = 144607, - [SMALL_STATE(3057)] = 144673, - [SMALL_STATE(3058)] = 144739, - [SMALL_STATE(3059)] = 144805, - [SMALL_STATE(3060)] = 144871, - [SMALL_STATE(3061)] = 144937, - [SMALL_STATE(3062)] = 145003, - [SMALL_STATE(3063)] = 145105, - [SMALL_STATE(3064)] = 145171, - [SMALL_STATE(3065)] = 145237, - [SMALL_STATE(3066)] = 145303, - [SMALL_STATE(3067)] = 145369, - [SMALL_STATE(3068)] = 145435, - [SMALL_STATE(3069)] = 145503, - [SMALL_STATE(3070)] = 145571, - [SMALL_STATE(3071)] = 145639, - [SMALL_STATE(3072)] = 145707, - [SMALL_STATE(3073)] = 145775, - [SMALL_STATE(3074)] = 145843, - [SMALL_STATE(3075)] = 145911, - [SMALL_STATE(3076)] = 145979, - [SMALL_STATE(3077)] = 146047, - [SMALL_STATE(3078)] = 146135, - [SMALL_STATE(3079)] = 146201, - [SMALL_STATE(3080)] = 146267, - [SMALL_STATE(3081)] = 146333, - [SMALL_STATE(3082)] = 146399, - [SMALL_STATE(3083)] = 146465, - [SMALL_STATE(3084)] = 146531, - [SMALL_STATE(3085)] = 146613, - [SMALL_STATE(3086)] = 146679, - [SMALL_STATE(3087)] = 146749, - [SMALL_STATE(3088)] = 146815, - [SMALL_STATE(3089)] = 146883, - [SMALL_STATE(3090)] = 146949, - [SMALL_STATE(3091)] = 147015, - [SMALL_STATE(3092)] = 147083, - [SMALL_STATE(3093)] = 147151, - [SMALL_STATE(3094)] = 147259, - [SMALL_STATE(3095)] = 147329, - [SMALL_STATE(3096)] = 147397, - [SMALL_STATE(3097)] = 147465, - [SMALL_STATE(3098)] = 147533, - [SMALL_STATE(3099)] = 147601, - [SMALL_STATE(3100)] = 147669, - [SMALL_STATE(3101)] = 147735, - [SMALL_STATE(3102)] = 147803, - [SMALL_STATE(3103)] = 147871, - [SMALL_STATE(3104)] = 147939, - [SMALL_STATE(3105)] = 148007, - [SMALL_STATE(3106)] = 148075, - [SMALL_STATE(3107)] = 148143, - [SMALL_STATE(3108)] = 148211, - [SMALL_STATE(3109)] = 148277, - [SMALL_STATE(3110)] = 148343, - [SMALL_STATE(3111)] = 148409, - [SMALL_STATE(3112)] = 148475, - [SMALL_STATE(3113)] = 148541, - [SMALL_STATE(3114)] = 148607, - [SMALL_STATE(3115)] = 148673, - [SMALL_STATE(3116)] = 148739, - [SMALL_STATE(3117)] = 148805, - [SMALL_STATE(3118)] = 148871, - [SMALL_STATE(3119)] = 148937, - [SMALL_STATE(3120)] = 149003, - [SMALL_STATE(3121)] = 149069, - [SMALL_STATE(3122)] = 149137, - [SMALL_STATE(3123)] = 149205, - [SMALL_STATE(3124)] = 149273, - [SMALL_STATE(3125)] = 149341, - [SMALL_STATE(3126)] = 149409, - [SMALL_STATE(3127)] = 149475, - [SMALL_STATE(3128)] = 149543, - [SMALL_STATE(3129)] = 149611, - [SMALL_STATE(3130)] = 149679, - [SMALL_STATE(3131)] = 149747, - [SMALL_STATE(3132)] = 149815, - [SMALL_STATE(3133)] = 149883, - [SMALL_STATE(3134)] = 149953, - [SMALL_STATE(3135)] = 150023, - [SMALL_STATE(3136)] = 150093, - [SMALL_STATE(3137)] = 150163, - [SMALL_STATE(3138)] = 150233, - [SMALL_STATE(3139)] = 150349, - [SMALL_STATE(3140)] = 150465, - [SMALL_STATE(3141)] = 150531, - [SMALL_STATE(3142)] = 150597, - [SMALL_STATE(3143)] = 150663, - [SMALL_STATE(3144)] = 150771, - [SMALL_STATE(3145)] = 150851, - [SMALL_STATE(3146)] = 150931, - [SMALL_STATE(3147)] = 151017, - [SMALL_STATE(3148)] = 151107, - [SMALL_STATE(3149)] = 151199, - [SMALL_STATE(3150)] = 151293, - [SMALL_STATE(3151)] = 151391, - [SMALL_STATE(3152)] = 151491, - [SMALL_STATE(3153)] = 151557, - [SMALL_STATE(3154)] = 151623, - [SMALL_STATE(3155)] = 151727, - [SMALL_STATE(3156)] = 151833, - [SMALL_STATE(3157)] = 151903, - [SMALL_STATE(3158)] = 151975, - [SMALL_STATE(3159)] = 152041, - [SMALL_STATE(3160)] = 152107, - [SMALL_STATE(3161)] = 152173, - [SMALL_STATE(3162)] = 152239, - [SMALL_STATE(3163)] = 152307, - [SMALL_STATE(3164)] = 152377, - [SMALL_STATE(3165)] = 152443, - [SMALL_STATE(3166)] = 152509, - [SMALL_STATE(3167)] = 152575, - [SMALL_STATE(3168)] = 152681, - [SMALL_STATE(3169)] = 152747, - [SMALL_STATE(3170)] = 152821, - [SMALL_STATE(3171)] = 152887, - [SMALL_STATE(3172)] = 152953, - [SMALL_STATE(3173)] = 153031, - [SMALL_STATE(3174)] = 153103, - [SMALL_STATE(3175)] = 153205, - [SMALL_STATE(3176)] = 153293, - [SMALL_STATE(3177)] = 153375, - [SMALL_STATE(3178)] = 153445, - [SMALL_STATE(3179)] = 153511, - [SMALL_STATE(3180)] = 153619, - [SMALL_STATE(3181)] = 153727, - [SMALL_STATE(3182)] = 153835, - [SMALL_STATE(3183)] = 153943, - [SMALL_STATE(3184)] = 154015, - [SMALL_STATE(3185)] = 154081, - [SMALL_STATE(3186)] = 154147, - [SMALL_STATE(3187)] = 154219, - [SMALL_STATE(3188)] = 154291, - [SMALL_STATE(3189)] = 154363, - [SMALL_STATE(3190)] = 154475, - [SMALL_STATE(3191)] = 154541, - [SMALL_STATE(3192)] = 154607, - [SMALL_STATE(3193)] = 154674, - [SMALL_STATE(3194)] = 154775, - [SMALL_STATE(3195)] = 154842, - [SMALL_STATE(3196)] = 154929, - [SMALL_STATE(3197)] = 155010, - [SMALL_STATE(3198)] = 155081, - [SMALL_STATE(3199)] = 155146, - [SMALL_STATE(3200)] = 155223, - [SMALL_STATE(3201)] = 155296, - [SMALL_STATE(3202)] = 155401, - [SMALL_STATE(3203)] = 155506, - [SMALL_STATE(3204)] = 155609, - [SMALL_STATE(3205)] = 155708, - [SMALL_STATE(3206)] = 155805, - [SMALL_STATE(3207)] = 155884, - [SMALL_STATE(3208)] = 155977, - [SMALL_STATE(3209)] = 156062, - [SMALL_STATE(3210)] = 156153, - [SMALL_STATE(3211)] = 156242, - [SMALL_STATE(3212)] = 156331, - [SMALL_STATE(3213)] = 156416, - [SMALL_STATE(3214)] = 156507, - [SMALL_STATE(3215)] = 156600, - [SMALL_STATE(3216)] = 156697, - [SMALL_STATE(3217)] = 156796, - [SMALL_STATE(3218)] = 156875, - [SMALL_STATE(3219)] = 156954, - [SMALL_STATE(3220)] = 157023, - [SMALL_STATE(3221)] = 157092, - [SMALL_STATE(3222)] = 157161, - [SMALL_STATE(3223)] = 157230, - [SMALL_STATE(3224)] = 157295, - [SMALL_STATE(3225)] = 157360, - [SMALL_STATE(3226)] = 157425, - [SMALL_STATE(3227)] = 157490, - [SMALL_STATE(3228)] = 157555, - [SMALL_STATE(3229)] = 157620, - [SMALL_STATE(3230)] = 157685, - [SMALL_STATE(3231)] = 157750, - [SMALL_STATE(3232)] = 157815, - [SMALL_STATE(3233)] = 157880, - [SMALL_STATE(3234)] = 157945, - [SMALL_STATE(3235)] = 158048, - [SMALL_STATE(3236)] = 158153, - [SMALL_STATE(3237)] = 158258, - [SMALL_STATE(3238)] = 158331, - [SMALL_STATE(3239)] = 158408, - [SMALL_STATE(3240)] = 158479, - [SMALL_STATE(3241)] = 158580, - [SMALL_STATE(3242)] = 158667, - [SMALL_STATE(3243)] = 158748, - [SMALL_STATE(3244)] = 158813, - [SMALL_STATE(3245)] = 158878, - [SMALL_STATE(3246)] = 158943, - [SMALL_STATE(3247)] = 159008, - [SMALL_STATE(3248)] = 159073, - [SMALL_STATE(3249)] = 159138, - [SMALL_STATE(3250)] = 159203, - [SMALL_STATE(3251)] = 159268, - [SMALL_STATE(3252)] = 159347, - [SMALL_STATE(3253)] = 159414, - [SMALL_STATE(3254)] = 159481, - [SMALL_STATE(3255)] = 159546, - [SMALL_STATE(3256)] = 159611, - [SMALL_STATE(3257)] = 159678, - [SMALL_STATE(3258)] = 159743, - [SMALL_STATE(3259)] = 159808, - [SMALL_STATE(3260)] = 159873, - [SMALL_STATE(3261)] = 159938, - [SMALL_STATE(3262)] = 160005, - [SMALL_STATE(3263)] = 160072, - [SMALL_STATE(3264)] = 160139, - [SMALL_STATE(3265)] = 160206, - [SMALL_STATE(3266)] = 160273, - [SMALL_STATE(3267)] = 160340, - [SMALL_STATE(3268)] = 160405, - [SMALL_STATE(3269)] = 160470, - [SMALL_STATE(3270)] = 160535, - [SMALL_STATE(3271)] = 160604, - [SMALL_STATE(3272)] = 160669, - [SMALL_STATE(3273)] = 160734, - [SMALL_STATE(3274)] = 160799, - [SMALL_STATE(3275)] = 160864, - [SMALL_STATE(3276)] = 160971, - [SMALL_STATE(3277)] = 161036, - [SMALL_STATE(3278)] = 161103, - [SMALL_STATE(3279)] = 161168, - [SMALL_STATE(3280)] = 161237, - [SMALL_STATE(3281)] = 161302, - [SMALL_STATE(3282)] = 161367, - [SMALL_STATE(3283)] = 161432, - [SMALL_STATE(3284)] = 161497, - [SMALL_STATE(3285)] = 161562, - [SMALL_STATE(3286)] = 161631, - [SMALL_STATE(3287)] = 161696, - [SMALL_STATE(3288)] = 161761, - [SMALL_STATE(3289)] = 161826, - [SMALL_STATE(3290)] = 161891, - [SMALL_STATE(3291)] = 161956, - [SMALL_STATE(3292)] = 162023, - [SMALL_STATE(3293)] = 162088, - [SMALL_STATE(3294)] = 162155, - [SMALL_STATE(3295)] = 162222, - [SMALL_STATE(3296)] = 162327, - [SMALL_STATE(3297)] = 162394, - [SMALL_STATE(3298)] = 162461, - [SMALL_STATE(3299)] = 162528, - [SMALL_STATE(3300)] = 162595, - [SMALL_STATE(3301)] = 162662, - [SMALL_STATE(3302)] = 162729, - [SMALL_STATE(3303)] = 162796, - [SMALL_STATE(3304)] = 162863, - [SMALL_STATE(3305)] = 162928, - [SMALL_STATE(3306)] = 162993, - [SMALL_STATE(3307)] = 163058, - [SMALL_STATE(3308)] = 163123, - [SMALL_STATE(3309)] = 163188, - [SMALL_STATE(3310)] = 163253, - [SMALL_STATE(3311)] = 163318, - [SMALL_STATE(3312)] = 163383, - [SMALL_STATE(3313)] = 163448, - [SMALL_STATE(3314)] = 163513, - [SMALL_STATE(3315)] = 163578, - [SMALL_STATE(3316)] = 163643, - [SMALL_STATE(3317)] = 163708, - [SMALL_STATE(3318)] = 163773, - [SMALL_STATE(3319)] = 163838, - [SMALL_STATE(3320)] = 163903, - [SMALL_STATE(3321)] = 163972, - [SMALL_STATE(3322)] = 164037, - [SMALL_STATE(3323)] = 164102, - [SMALL_STATE(3324)] = 164171, - [SMALL_STATE(3325)] = 164236, - [SMALL_STATE(3326)] = 164301, - [SMALL_STATE(3327)] = 164366, - [SMALL_STATE(3328)] = 164447, - [SMALL_STATE(3329)] = 164534, - [SMALL_STATE(3330)] = 164635, - [SMALL_STATE(3331)] = 164700, - [SMALL_STATE(3332)] = 164771, - [SMALL_STATE(3333)] = 164848, - [SMALL_STATE(3334)] = 164921, - [SMALL_STATE(3335)] = 165026, - [SMALL_STATE(3336)] = 165131, - [SMALL_STATE(3337)] = 165196, - [SMALL_STATE(3338)] = 165299, - [SMALL_STATE(3339)] = 165364, - [SMALL_STATE(3340)] = 165429, - [SMALL_STATE(3341)] = 165494, - [SMALL_STATE(3342)] = 165559, - [SMALL_STATE(3343)] = 165624, - [SMALL_STATE(3344)] = 165689, - [SMALL_STATE(3345)] = 165754, - [SMALL_STATE(3346)] = 165819, - [SMALL_STATE(3347)] = 165884, - [SMALL_STATE(3348)] = 165949, - [SMALL_STATE(3349)] = 166014, - [SMALL_STATE(3350)] = 166079, - [SMALL_STATE(3351)] = 166144, - [SMALL_STATE(3352)] = 166209, - [SMALL_STATE(3353)] = 166274, - [SMALL_STATE(3354)] = 166339, - [SMALL_STATE(3355)] = 166438, - [SMALL_STATE(3356)] = 166507, - [SMALL_STATE(3357)] = 166604, - [SMALL_STATE(3358)] = 166669, - [SMALL_STATE(3359)] = 166736, - [SMALL_STATE(3360)] = 166801, - [SMALL_STATE(3361)] = 166866, - [SMALL_STATE(3362)] = 166959, - [SMALL_STATE(3363)] = 167050, - [SMALL_STATE(3364)] = 167115, - [SMALL_STATE(3365)] = 167180, - [SMALL_STATE(3366)] = 167269, - [SMALL_STATE(3367)] = 167354, - [SMALL_STATE(3368)] = 167419, - [SMALL_STATE(3369)] = 167484, - [SMALL_STATE(3370)] = 167551, - [SMALL_STATE(3371)] = 167618, - [SMALL_STATE(3372)] = 167687, - [SMALL_STATE(3373)] = 167754, - [SMALL_STATE(3374)] = 167821, - [SMALL_STATE(3375)] = 167888, - [SMALL_STATE(3376)] = 167955, - [SMALL_STATE(3377)] = 168022, - [SMALL_STATE(3378)] = 168089, - [SMALL_STATE(3379)] = 168158, - [SMALL_STATE(3380)] = 168225, - [SMALL_STATE(3381)] = 168332, - [SMALL_STATE(3382)] = 168399, - [SMALL_STATE(3383)] = 168466, - [SMALL_STATE(3384)] = 168533, - [SMALL_STATE(3385)] = 168600, - [SMALL_STATE(3386)] = 168667, - [SMALL_STATE(3387)] = 168734, - [SMALL_STATE(3388)] = 168801, - [SMALL_STATE(3389)] = 168868, - [SMALL_STATE(3390)] = 168935, - [SMALL_STATE(3391)] = 169014, - [SMALL_STATE(3392)] = 169081, - [SMALL_STATE(3393)] = 169148, - [SMALL_STATE(3394)] = 169255, - [SMALL_STATE(3395)] = 169324, - [SMALL_STATE(3396)] = 169389, - [SMALL_STATE(3397)] = 169454, - [SMALL_STATE(3398)] = 169519, - [SMALL_STATE(3399)] = 169584, - [SMALL_STATE(3400)] = 169663, - [SMALL_STATE(3401)] = 169728, - [SMALL_STATE(3402)] = 169793, - [SMALL_STATE(3403)] = 169862, - [SMALL_STATE(3404)] = 169927, - [SMALL_STATE(3405)] = 169992, - [SMALL_STATE(3406)] = 170057, - [SMALL_STATE(3407)] = 170122, - [SMALL_STATE(3408)] = 170187, - [SMALL_STATE(3409)] = 170252, - [SMALL_STATE(3410)] = 170317, - [SMALL_STATE(3411)] = 170382, - [SMALL_STATE(3412)] = 170447, - [SMALL_STATE(3413)] = 170512, - [SMALL_STATE(3414)] = 170577, - [SMALL_STATE(3415)] = 170642, - [SMALL_STATE(3416)] = 170707, - [SMALL_STATE(3417)] = 170772, - [SMALL_STATE(3418)] = 170837, - [SMALL_STATE(3419)] = 170906, - [SMALL_STATE(3420)] = 170971, - [SMALL_STATE(3421)] = 171036, - [SMALL_STATE(3422)] = 171101, - [SMALL_STATE(3423)] = 171166, - [SMALL_STATE(3424)] = 171231, - [SMALL_STATE(3425)] = 171296, - [SMALL_STATE(3426)] = 171361, - [SMALL_STATE(3427)] = 171426, - [SMALL_STATE(3428)] = 171491, - [SMALL_STATE(3429)] = 171556, - [SMALL_STATE(3430)] = 171621, - [SMALL_STATE(3431)] = 171686, - [SMALL_STATE(3432)] = 171751, - [SMALL_STATE(3433)] = 171816, - [SMALL_STATE(3434)] = 171881, - [SMALL_STATE(3435)] = 171946, - [SMALL_STATE(3436)] = 172011, - [SMALL_STATE(3437)] = 172076, - [SMALL_STATE(3438)] = 172141, - [SMALL_STATE(3439)] = 172210, - [SMALL_STATE(3440)] = 172275, - [SMALL_STATE(3441)] = 172340, - [SMALL_STATE(3442)] = 172405, - [SMALL_STATE(3443)] = 172470, - [SMALL_STATE(3444)] = 172535, - [SMALL_STATE(3445)] = 172600, - [SMALL_STATE(3446)] = 172665, - [SMALL_STATE(3447)] = 172730, - [SMALL_STATE(3448)] = 172795, - [SMALL_STATE(3449)] = 172860, - [SMALL_STATE(3450)] = 172925, - [SMALL_STATE(3451)] = 172990, - [SMALL_STATE(3452)] = 173055, - [SMALL_STATE(3453)] = 173120, - [SMALL_STATE(3454)] = 173185, - [SMALL_STATE(3455)] = 173250, - [SMALL_STATE(3456)] = 173315, - [SMALL_STATE(3457)] = 173380, - [SMALL_STATE(3458)] = 173445, - [SMALL_STATE(3459)] = 173510, - [SMALL_STATE(3460)] = 173575, - [SMALL_STATE(3461)] = 173640, - [SMALL_STATE(3462)] = 173709, - [SMALL_STATE(3463)] = 173814, - [SMALL_STATE(3464)] = 173879, - [SMALL_STATE(3465)] = 173944, - [SMALL_STATE(3466)] = 174009, - [SMALL_STATE(3467)] = 174116, - [SMALL_STATE(3468)] = 174181, - [SMALL_STATE(3469)] = 174246, - [SMALL_STATE(3470)] = 174311, - [SMALL_STATE(3471)] = 174376, - [SMALL_STATE(3472)] = 174441, - [SMALL_STATE(3473)] = 174510, - [SMALL_STATE(3474)] = 174575, - [SMALL_STATE(3475)] = 174640, - [SMALL_STATE(3476)] = 174705, - [SMALL_STATE(3477)] = 174770, - [SMALL_STATE(3478)] = 174835, - [SMALL_STATE(3479)] = 174916, - [SMALL_STATE(3480)] = 174981, - [SMALL_STATE(3481)] = 175066, - [SMALL_STATE(3482)] = 175137, - [SMALL_STATE(3483)] = 175202, - [SMALL_STATE(3484)] = 175267, - [SMALL_STATE(3485)] = 175332, - [SMALL_STATE(3486)] = 175397, - [SMALL_STATE(3487)] = 175462, - [SMALL_STATE(3488)] = 175539, - [SMALL_STATE(3489)] = 175604, - [SMALL_STATE(3490)] = 175669, - [SMALL_STATE(3491)] = 175734, - [SMALL_STATE(3492)] = 175799, - [SMALL_STATE(3493)] = 175864, - [SMALL_STATE(3494)] = 175929, - [SMALL_STATE(3495)] = 176002, - [SMALL_STATE(3496)] = 176067, - [SMALL_STATE(3497)] = 176132, - [SMALL_STATE(3498)] = 176197, - [SMALL_STATE(3499)] = 176300, - [SMALL_STATE(3500)] = 176365, - [SMALL_STATE(3501)] = 176430, - [SMALL_STATE(3502)] = 176495, - [SMALL_STATE(3503)] = 176560, - [SMALL_STATE(3504)] = 176625, - [SMALL_STATE(3505)] = 176690, - [SMALL_STATE(3506)] = 176755, - [SMALL_STATE(3507)] = 176820, - [SMALL_STATE(3508)] = 176923, - [SMALL_STATE(3509)] = 176988, - [SMALL_STATE(3510)] = 177053, - [SMALL_STATE(3511)] = 177118, - [SMALL_STATE(3512)] = 177183, - [SMALL_STATE(3513)] = 177248, - [SMALL_STATE(3514)] = 177313, - [SMALL_STATE(3515)] = 177378, - [SMALL_STATE(3516)] = 177443, - [SMALL_STATE(3517)] = 177508, - [SMALL_STATE(3518)] = 177573, - [SMALL_STATE(3519)] = 177638, - [SMALL_STATE(3520)] = 177703, - [SMALL_STATE(3521)] = 177768, - [SMALL_STATE(3522)] = 177833, - [SMALL_STATE(3523)] = 177898, - [SMALL_STATE(3524)] = 177963, - [SMALL_STATE(3525)] = 178028, - [SMALL_STATE(3526)] = 178093, - [SMALL_STATE(3527)] = 178158, - [SMALL_STATE(3528)] = 178223, - [SMALL_STATE(3529)] = 178288, - [SMALL_STATE(3530)] = 178353, - [SMALL_STATE(3531)] = 178418, - [SMALL_STATE(3532)] = 178483, - [SMALL_STATE(3533)] = 178548, - [SMALL_STATE(3534)] = 178613, - [SMALL_STATE(3535)] = 178678, - [SMALL_STATE(3536)] = 178783, - [SMALL_STATE(3537)] = 178848, - [SMALL_STATE(3538)] = 178913, - [SMALL_STATE(3539)] = 178978, - [SMALL_STATE(3540)] = 179043, - [SMALL_STATE(3541)] = 179108, - [SMALL_STATE(3542)] = 179173, - [SMALL_STATE(3543)] = 179238, - [SMALL_STATE(3544)] = 179303, - [SMALL_STATE(3545)] = 179368, - [SMALL_STATE(3546)] = 179433, - [SMALL_STATE(3547)] = 179498, - [SMALL_STATE(3548)] = 179563, - [SMALL_STATE(3549)] = 179628, - [SMALL_STATE(3550)] = 179693, - [SMALL_STATE(3551)] = 179758, - [SMALL_STATE(3552)] = 179823, - [SMALL_STATE(3553)] = 179888, - [SMALL_STATE(3554)] = 179955, - [SMALL_STATE(3555)] = 180022, - [SMALL_STATE(3556)] = 180089, - [SMALL_STATE(3557)] = 180156, - [SMALL_STATE(3558)] = 180223, - [SMALL_STATE(3559)] = 180290, - [SMALL_STATE(3560)] = 180357, - [SMALL_STATE(3561)] = 180424, - [SMALL_STATE(3562)] = 180491, - [SMALL_STATE(3563)] = 180558, - [SMALL_STATE(3564)] = 180625, - [SMALL_STATE(3565)] = 180692, - [SMALL_STATE(3566)] = 180759, - [SMALL_STATE(3567)] = 180826, - [SMALL_STATE(3568)] = 180893, - [SMALL_STATE(3569)] = 180960, - [SMALL_STATE(3570)] = 181027, - [SMALL_STATE(3571)] = 181094, - [SMALL_STATE(3572)] = 181161, - [SMALL_STATE(3573)] = 181228, - [SMALL_STATE(3574)] = 181293, - [SMALL_STATE(3575)] = 181358, - [SMALL_STATE(3576)] = 181423, - [SMALL_STATE(3577)] = 181488, - [SMALL_STATE(3578)] = 181553, - [SMALL_STATE(3579)] = 181618, - [SMALL_STATE(3580)] = 181725, - [SMALL_STATE(3581)] = 181832, - [SMALL_STATE(3582)] = 181897, - [SMALL_STATE(3583)] = 181962, - [SMALL_STATE(3584)] = 182027, - [SMALL_STATE(3585)] = 182092, - [SMALL_STATE(3586)] = 182157, - [SMALL_STATE(3587)] = 182222, - [SMALL_STATE(3588)] = 182287, - [SMALL_STATE(3589)] = 182352, - [SMALL_STATE(3590)] = 182459, - [SMALL_STATE(3591)] = 182560, - [SMALL_STATE(3592)] = 182659, - [SMALL_STATE(3593)] = 182754, - [SMALL_STATE(3594)] = 182823, - [SMALL_STATE(3595)] = 182892, - [SMALL_STATE(3596)] = 182961, - [SMALL_STATE(3597)] = 183052, - [SMALL_STATE(3598)] = 183141, - [SMALL_STATE(3599)] = 183206, - [SMALL_STATE(3600)] = 183271, - [SMALL_STATE(3601)] = 183336, - [SMALL_STATE(3602)] = 183401, - [SMALL_STATE(3603)] = 183466, - [SMALL_STATE(3604)] = 183531, - [SMALL_STATE(3605)] = 183596, - [SMALL_STATE(3606)] = 183661, - [SMALL_STATE(3607)] = 183726, - [SMALL_STATE(3608)] = 183791, - [SMALL_STATE(3609)] = 183856, - [SMALL_STATE(3610)] = 183921, - [SMALL_STATE(3611)] = 183986, - [SMALL_STATE(3612)] = 184073, - [SMALL_STATE(3613)] = 184156, - [SMALL_STATE(3614)] = 184235, - [SMALL_STATE(3615)] = 184314, - [SMALL_STATE(3616)] = 184411, - [SMALL_STATE(3617)] = 184476, - [SMALL_STATE(3618)] = 184541, - [SMALL_STATE(3619)] = 184606, - [SMALL_STATE(3620)] = 184673, - [SMALL_STATE(3621)] = 184740, - [SMALL_STATE(3622)] = 184807, - [SMALL_STATE(3623)] = 184874, - [SMALL_STATE(3624)] = 184941, - [SMALL_STATE(3625)] = 185050, - [SMALL_STATE(3626)] = 185115, - [SMALL_STATE(3627)] = 185180, - [SMALL_STATE(3628)] = 185247, - [SMALL_STATE(3629)] = 185314, - [SMALL_STATE(3630)] = 185381, - [SMALL_STATE(3631)] = 185448, - [SMALL_STATE(3632)] = 185515, - [SMALL_STATE(3633)] = 185582, - [SMALL_STATE(3634)] = 185649, - [SMALL_STATE(3635)] = 185716, - [SMALL_STATE(3636)] = 185783, - [SMALL_STATE(3637)] = 185850, - [SMALL_STATE(3638)] = 185917, - [SMALL_STATE(3639)] = 185984, - [SMALL_STATE(3640)] = 186051, - [SMALL_STATE(3641)] = 186118, - [SMALL_STATE(3642)] = 186185, - [SMALL_STATE(3643)] = 186250, - [SMALL_STATE(3644)] = 186315, - [SMALL_STATE(3645)] = 186380, - [SMALL_STATE(3646)] = 186445, - [SMALL_STATE(3647)] = 186510, - [SMALL_STATE(3648)] = 186575, - [SMALL_STATE(3649)] = 186682, - [SMALL_STATE(3650)] = 186747, - [SMALL_STATE(3651)] = 186812, - [SMALL_STATE(3652)] = 186877, - [SMALL_STATE(3653)] = 186942, - [SMALL_STATE(3654)] = 187007, - [SMALL_STATE(3655)] = 187072, - [SMALL_STATE(3656)] = 187137, - [SMALL_STATE(3657)] = 187202, - [SMALL_STATE(3658)] = 187266, - [SMALL_STATE(3659)] = 187330, - [SMALL_STATE(3660)] = 187394, - [SMALL_STATE(3661)] = 187458, - [SMALL_STATE(3662)] = 187522, - [SMALL_STATE(3663)] = 187586, - [SMALL_STATE(3664)] = 187650, - [SMALL_STATE(3665)] = 187714, - [SMALL_STATE(3666)] = 187778, - [SMALL_STATE(3667)] = 187884, - [SMALL_STATE(3668)] = 187948, - [SMALL_STATE(3669)] = 188054, - [SMALL_STATE(3670)] = 188122, - [SMALL_STATE(3671)] = 188190, - [SMALL_STATE(3672)] = 188254, - [SMALL_STATE(3673)] = 188332, - [SMALL_STATE(3674)] = 188410, - [SMALL_STATE(3675)] = 188494, - [SMALL_STATE(3676)] = 188582, - [SMALL_STATE(3677)] = 188672, - [SMALL_STATE(3678)] = 188764, - [SMALL_STATE(3679)] = 188860, - [SMALL_STATE(3680)] = 188958, - [SMALL_STATE(3681)] = 189060, - [SMALL_STATE(3682)] = 189164, - [SMALL_STATE(3683)] = 189268, - [SMALL_STATE(3684)] = 189340, - [SMALL_STATE(3685)] = 189416, - [SMALL_STATE(3686)] = 189486, - [SMALL_STATE(3687)] = 189586, - [SMALL_STATE(3688)] = 189672, - [SMALL_STATE(3689)] = 189752, - [SMALL_STATE(3690)] = 189820, - [SMALL_STATE(3691)] = 189884, - [SMALL_STATE(3692)] = 189948, - [SMALL_STATE(3693)] = 190012, - [SMALL_STATE(3694)] = 190076, - [SMALL_STATE(3695)] = 190182, - [SMALL_STATE(3696)] = 190246, - [SMALL_STATE(3697)] = 190310, - [SMALL_STATE(3698)] = 190374, - [SMALL_STATE(3699)] = 190438, - [SMALL_STATE(3700)] = 190502, - [SMALL_STATE(3701)] = 190566, - [SMALL_STATE(3702)] = 190634, - [SMALL_STATE(3703)] = 190698, - [SMALL_STATE(3704)] = 190762, - [SMALL_STATE(3705)] = 190830, - [SMALL_STATE(3706)] = 190908, - [SMALL_STATE(3707)] = 190986, - [SMALL_STATE(3708)] = 191070, - [SMALL_STATE(3709)] = 191158, - [SMALL_STATE(3710)] = 191248, - [SMALL_STATE(3711)] = 191340, - [SMALL_STATE(3712)] = 191436, - [SMALL_STATE(3713)] = 191534, - [SMALL_STATE(3714)] = 191636, - [SMALL_STATE(3715)] = 191740, - [SMALL_STATE(3716)] = 191844, - [SMALL_STATE(3717)] = 191916, - [SMALL_STATE(3718)] = 191992, - [SMALL_STATE(3719)] = 192062, - [SMALL_STATE(3720)] = 192162, - [SMALL_STATE(3721)] = 192248, - [SMALL_STATE(3722)] = 192328, - [SMALL_STATE(3723)] = 192392, - [SMALL_STATE(3724)] = 192460, - [SMALL_STATE(3725)] = 192566, - [SMALL_STATE(3726)] = 192630, - [SMALL_STATE(3727)] = 192738, - [SMALL_STATE(3728)] = 192802, - [SMALL_STATE(3729)] = 192866, - [SMALL_STATE(3730)] = 192930, - [SMALL_STATE(3731)] = 192994, - [SMALL_STATE(3732)] = 193058, - [SMALL_STATE(3733)] = 193122, - [SMALL_STATE(3734)] = 193186, - [SMALL_STATE(3735)] = 193250, - [SMALL_STATE(3736)] = 193314, - [SMALL_STATE(3737)] = 193378, - [SMALL_STATE(3738)] = 193442, - [SMALL_STATE(3739)] = 193506, - [SMALL_STATE(3740)] = 193570, - [SMALL_STATE(3741)] = 193634, - [SMALL_STATE(3742)] = 193698, - [SMALL_STATE(3743)] = 193762, - [SMALL_STATE(3744)] = 193826, - [SMALL_STATE(3745)] = 193890, - [SMALL_STATE(3746)] = 193954, - [SMALL_STATE(3747)] = 194018, - [SMALL_STATE(3748)] = 194082, - [SMALL_STATE(3749)] = 194146, - [SMALL_STATE(3750)] = 194210, - [SMALL_STATE(3751)] = 194274, - [SMALL_STATE(3752)] = 194338, - [SMALL_STATE(3753)] = 194402, - [SMALL_STATE(3754)] = 194466, - [SMALL_STATE(3755)] = 194530, - [SMALL_STATE(3756)] = 194594, - [SMALL_STATE(3757)] = 194658, - [SMALL_STATE(3758)] = 194722, - [SMALL_STATE(3759)] = 194786, - [SMALL_STATE(3760)] = 194850, - [SMALL_STATE(3761)] = 194914, - [SMALL_STATE(3762)] = 194978, - [SMALL_STATE(3763)] = 195042, - [SMALL_STATE(3764)] = 195106, - [SMALL_STATE(3765)] = 195170, - [SMALL_STATE(3766)] = 195234, - [SMALL_STATE(3767)] = 195298, - [SMALL_STATE(3768)] = 195362, - [SMALL_STATE(3769)] = 195426, - [SMALL_STATE(3770)] = 195490, - [SMALL_STATE(3771)] = 195554, - [SMALL_STATE(3772)] = 195622, - [SMALL_STATE(3773)] = 195700, - [SMALL_STATE(3774)] = 195778, - [SMALL_STATE(3775)] = 195860, - [SMALL_STATE(3776)] = 195946, - [SMALL_STATE(3777)] = 196034, - [SMALL_STATE(3778)] = 196124, - [SMALL_STATE(3779)] = 196218, - [SMALL_STATE(3780)] = 196314, - [SMALL_STATE(3781)] = 196414, - [SMALL_STATE(3782)] = 196478, - [SMALL_STATE(3783)] = 196580, - [SMALL_STATE(3784)] = 196682, - [SMALL_STATE(3785)] = 196754, - [SMALL_STATE(3786)] = 196830, - [SMALL_STATE(3787)] = 196900, - [SMALL_STATE(3788)] = 196964, - [SMALL_STATE(3789)] = 197062, - [SMALL_STATE(3790)] = 197146, - [SMALL_STATE(3791)] = 197226, - [SMALL_STATE(3792)] = 197290, - [SMALL_STATE(3793)] = 197354, - [SMALL_STATE(3794)] = 197418, - [SMALL_STATE(3795)] = 197482, - [SMALL_STATE(3796)] = 197546, - [SMALL_STATE(3797)] = 197610, - [SMALL_STATE(3798)] = 197674, - [SMALL_STATE(3799)] = 197738, - [SMALL_STATE(3800)] = 197802, - [SMALL_STATE(3801)] = 197870, - [SMALL_STATE(3802)] = 197934, - [SMALL_STATE(3803)] = 197998, - [SMALL_STATE(3804)] = 198062, - [SMALL_STATE(3805)] = 198126, - [SMALL_STATE(3806)] = 198190, - [SMALL_STATE(3807)] = 198258, - [SMALL_STATE(3808)] = 198322, - [SMALL_STATE(3809)] = 198386, - [SMALL_STATE(3810)] = 198450, - [SMALL_STATE(3811)] = 198514, - [SMALL_STATE(3812)] = 198578, - [SMALL_STATE(3813)] = 198642, - [SMALL_STATE(3814)] = 198706, - [SMALL_STATE(3815)] = 198810, - [SMALL_STATE(3816)] = 198874, - [SMALL_STATE(3817)] = 198938, - [SMALL_STATE(3818)] = 199002, - [SMALL_STATE(3819)] = 199066, - [SMALL_STATE(3820)] = 199130, - [SMALL_STATE(3821)] = 199194, - [SMALL_STATE(3822)] = 199258, - [SMALL_STATE(3823)] = 199322, - [SMALL_STATE(3824)] = 199386, - [SMALL_STATE(3825)] = 199450, - [SMALL_STATE(3826)] = 199514, - [SMALL_STATE(3827)] = 199578, - [SMALL_STATE(3828)] = 199642, - [SMALL_STATE(3829)] = 199708, - [SMALL_STATE(3830)] = 199772, - [SMALL_STATE(3831)] = 199838, - [SMALL_STATE(3832)] = 199946, - [SMALL_STATE(3833)] = 200010, - [SMALL_STATE(3834)] = 200074, - [SMALL_STATE(3835)] = 200138, - [SMALL_STATE(3836)] = 200202, - [SMALL_STATE(3837)] = 200266, - [SMALL_STATE(3838)] = 200330, - [SMALL_STATE(3839)] = 200394, - [SMALL_STATE(3840)] = 200458, - [SMALL_STATE(3841)] = 200522, - [SMALL_STATE(3842)] = 200586, - [SMALL_STATE(3843)] = 200650, - [SMALL_STATE(3844)] = 200714, - [SMALL_STATE(3845)] = 200778, - [SMALL_STATE(3846)] = 200884, - [SMALL_STATE(3847)] = 200948, - [SMALL_STATE(3848)] = 201012, - [SMALL_STATE(3849)] = 201076, - [SMALL_STATE(3850)] = 201144, - [SMALL_STATE(3851)] = 201208, - [SMALL_STATE(3852)] = 201272, - [SMALL_STATE(3853)] = 201336, - [SMALL_STATE(3854)] = 201444, - [SMALL_STATE(3855)] = 201508, - [SMALL_STATE(3856)] = 201572, - [SMALL_STATE(3857)] = 201636, - [SMALL_STATE(3858)] = 201700, - [SMALL_STATE(3859)] = 201764, - [SMALL_STATE(3860)] = 201832, - [SMALL_STATE(3861)] = 201896, - [SMALL_STATE(3862)] = 201960, - [SMALL_STATE(3863)] = 202024, - [SMALL_STATE(3864)] = 202088, - [SMALL_STATE(3865)] = 202152, - [SMALL_STATE(3866)] = 202216, - [SMALL_STATE(3867)] = 202280, - [SMALL_STATE(3868)] = 202344, - [SMALL_STATE(3869)] = 202448, - [SMALL_STATE(3870)] = 202516, - [SMALL_STATE(3871)] = 202580, - [SMALL_STATE(3872)] = 202644, - [SMALL_STATE(3873)] = 202712, - [SMALL_STATE(3874)] = 202780, - [SMALL_STATE(3875)] = 202844, - [SMALL_STATE(3876)] = 202908, - [SMALL_STATE(3877)] = 202972, - [SMALL_STATE(3878)] = 203036, - [SMALL_STATE(3879)] = 203100, - [SMALL_STATE(3880)] = 203164, - [SMALL_STATE(3881)] = 203228, - [SMALL_STATE(3882)] = 203296, - [SMALL_STATE(3883)] = 203364, - [SMALL_STATE(3884)] = 203432, - [SMALL_STATE(3885)] = 203496, - [SMALL_STATE(3886)] = 203560, - [SMALL_STATE(3887)] = 203624, - [SMALL_STATE(3888)] = 203688, - [SMALL_STATE(3889)] = 203752, - [SMALL_STATE(3890)] = 203816, - [SMALL_STATE(3891)] = 203880, - [SMALL_STATE(3892)] = 203944, - [SMALL_STATE(3893)] = 204008, - [SMALL_STATE(3894)] = 204072, - [SMALL_STATE(3895)] = 204136, - [SMALL_STATE(3896)] = 204200, - [SMALL_STATE(3897)] = 204264, - [SMALL_STATE(3898)] = 204328, - [SMALL_STATE(3899)] = 204392, - [SMALL_STATE(3900)] = 204456, - [SMALL_STATE(3901)] = 204520, - [SMALL_STATE(3902)] = 204584, - [SMALL_STATE(3903)] = 204648, - [SMALL_STATE(3904)] = 204712, - [SMALL_STATE(3905)] = 204776, - [SMALL_STATE(3906)] = 204840, - [SMALL_STATE(3907)] = 204904, - [SMALL_STATE(3908)] = 204968, - [SMALL_STATE(3909)] = 205034, - [SMALL_STATE(3910)] = 205100, - [SMALL_STATE(3911)] = 205164, - [SMALL_STATE(3912)] = 205228, - [SMALL_STATE(3913)] = 205292, - [SMALL_STATE(3914)] = 205356, - [SMALL_STATE(3915)] = 205422, - [SMALL_STATE(3916)] = 205488, - [SMALL_STATE(3917)] = 205554, - [SMALL_STATE(3918)] = 205620, - [SMALL_STATE(3919)] = 205684, - [SMALL_STATE(3920)] = 205750, - [SMALL_STATE(3921)] = 205816, - [SMALL_STATE(3922)] = 205882, - [SMALL_STATE(3923)] = 205948, - [SMALL_STATE(3924)] = 206014, - [SMALL_STATE(3925)] = 206078, - [SMALL_STATE(3926)] = 206142, - [SMALL_STATE(3927)] = 206206, - [SMALL_STATE(3928)] = 206272, - [SMALL_STATE(3929)] = 206338, - [SMALL_STATE(3930)] = 206404, - [SMALL_STATE(3931)] = 206470, - [SMALL_STATE(3932)] = 206534, - [SMALL_STATE(3933)] = 206600, - [SMALL_STATE(3934)] = 206664, - [SMALL_STATE(3935)] = 206728, - [SMALL_STATE(3936)] = 206792, - [SMALL_STATE(3937)] = 206856, - [SMALL_STATE(3938)] = 206920, - [SMALL_STATE(3939)] = 206984, - [SMALL_STATE(3940)] = 207048, - [SMALL_STATE(3941)] = 207112, - [SMALL_STATE(3942)] = 207176, - [SMALL_STATE(3943)] = 207240, - [SMALL_STATE(3944)] = 207304, - [SMALL_STATE(3945)] = 207368, - [SMALL_STATE(3946)] = 207432, - [SMALL_STATE(3947)] = 207496, - [SMALL_STATE(3948)] = 207560, - [SMALL_STATE(3949)] = 207624, - [SMALL_STATE(3950)] = 207688, - [SMALL_STATE(3951)] = 207752, - [SMALL_STATE(3952)] = 207816, - [SMALL_STATE(3953)] = 207924, - [SMALL_STATE(3954)] = 207990, - [SMALL_STATE(3955)] = 208054, - [SMALL_STATE(3956)] = 208118, - [SMALL_STATE(3957)] = 208184, - [SMALL_STATE(3958)] = 208272, - [SMALL_STATE(3959)] = 208336, - [SMALL_STATE(3960)] = 208404, - [SMALL_STATE(3961)] = 208482, - [SMALL_STATE(3962)] = 208548, - [SMALL_STATE(3963)] = 208626, - [SMALL_STATE(3964)] = 208710, - [SMALL_STATE(3965)] = 208800, - [SMALL_STATE(3966)] = 208892, - [SMALL_STATE(3967)] = 208988, - [SMALL_STATE(3968)] = 209086, - [SMALL_STATE(3969)] = 209188, - [SMALL_STATE(3970)] = 209252, - [SMALL_STATE(3971)] = 209356, - [SMALL_STATE(3972)] = 209460, - [SMALL_STATE(3973)] = 209532, - [SMALL_STATE(3974)] = 209608, - [SMALL_STATE(3975)] = 209678, - [SMALL_STATE(3976)] = 209742, - [SMALL_STATE(3977)] = 209842, - [SMALL_STATE(3978)] = 209928, - [SMALL_STATE(3979)] = 210008, - [SMALL_STATE(3980)] = 210074, - [SMALL_STATE(3981)] = 210138, - [SMALL_STATE(3982)] = 210202, - [SMALL_STATE(3983)] = 210266, - [SMALL_STATE(3984)] = 210330, - [SMALL_STATE(3985)] = 210394, - [SMALL_STATE(3986)] = 210500, - [SMALL_STATE(3987)] = 210564, - [SMALL_STATE(3988)] = 210628, - [SMALL_STATE(3989)] = 210692, - [SMALL_STATE(3990)] = 210756, - [SMALL_STATE(3991)] = 210820, - [SMALL_STATE(3992)] = 210884, - [SMALL_STATE(3993)] = 210948, - [SMALL_STATE(3994)] = 211012, - [SMALL_STATE(3995)] = 211076, - [SMALL_STATE(3996)] = 211140, - [SMALL_STATE(3997)] = 211204, - [SMALL_STATE(3998)] = 211268, - [SMALL_STATE(3999)] = 211332, - [SMALL_STATE(4000)] = 211396, - [SMALL_STATE(4001)] = 211459, - [SMALL_STATE(4002)] = 211554, - [SMALL_STATE(4003)] = 211617, - [SMALL_STATE(4004)] = 211680, - [SMALL_STATE(4005)] = 211743, - [SMALL_STATE(4006)] = 211806, - [SMALL_STATE(4007)] = 211869, - [SMALL_STATE(4008)] = 211932, - [SMALL_STATE(4009)] = 211995, - [SMALL_STATE(4010)] = 212058, - [SMALL_STATE(4011)] = 212121, - [SMALL_STATE(4012)] = 212184, - [SMALL_STATE(4013)] = 212247, - [SMALL_STATE(4014)] = 212310, - [SMALL_STATE(4015)] = 212373, - [SMALL_STATE(4016)] = 212472, - [SMALL_STATE(4017)] = 212535, - [SMALL_STATE(4018)] = 212598, - [SMALL_STATE(4019)] = 212701, - [SMALL_STATE(4020)] = 212764, - [SMALL_STATE(4021)] = 212827, - [SMALL_STATE(4022)] = 212890, - [SMALL_STATE(4023)] = 212953, - [SMALL_STATE(4024)] = 213016, - [SMALL_STATE(4025)] = 213079, - [SMALL_STATE(4026)] = 213142, - [SMALL_STATE(4027)] = 213205, - [SMALL_STATE(4028)] = 213268, - [SMALL_STATE(4029)] = 213335, - [SMALL_STATE(4030)] = 213412, - [SMALL_STATE(4031)] = 213489, - [SMALL_STATE(4032)] = 213552, - [SMALL_STATE(4033)] = 213633, - [SMALL_STATE(4034)] = 213696, - [SMALL_STATE(4035)] = 213761, - [SMALL_STATE(4036)] = 213826, - [SMALL_STATE(4037)] = 213911, - [SMALL_STATE(4038)] = 213998, - [SMALL_STATE(4039)] = 214087, - [SMALL_STATE(4040)] = 214150, - [SMALL_STATE(4041)] = 214243, - [SMALL_STATE(4042)] = 214338, - [SMALL_STATE(4043)] = 214401, - [SMALL_STATE(4044)] = 214504, - [SMALL_STATE(4045)] = 214609, - [SMALL_STATE(4046)] = 214712, - [SMALL_STATE(4047)] = 214775, - [SMALL_STATE(4048)] = 214838, - [SMALL_STATE(4049)] = 214901, - [SMALL_STATE(4050)] = 214964, - [SMALL_STATE(4051)] = 215067, - [SMALL_STATE(4052)] = 215130, - [SMALL_STATE(4053)] = 215193, - [SMALL_STATE(4054)] = 215256, - [SMALL_STATE(4055)] = 215319, - [SMALL_STATE(4056)] = 215396, - [SMALL_STATE(4057)] = 215459, - [SMALL_STATE(4058)] = 215536, - [SMALL_STATE(4059)] = 215637, - [SMALL_STATE(4060)] = 215738, - [SMALL_STATE(4061)] = 215809, - [SMALL_STATE(4062)] = 215890, - [SMALL_STATE(4063)] = 215965, - [SMALL_STATE(4064)] = 216028, - [SMALL_STATE(4065)] = 216097, - [SMALL_STATE(4066)] = 216160, - [SMALL_STATE(4067)] = 216257, - [SMALL_STATE(4068)] = 216320, - [SMALL_STATE(4069)] = 216403, - [SMALL_STATE(4070)] = 216488, - [SMALL_STATE(4071)] = 216555, - [SMALL_STATE(4072)] = 216618, - [SMALL_STATE(4073)] = 216681, - [SMALL_STATE(4074)] = 216744, - [SMALL_STATE(4075)] = 216831, - [SMALL_STATE(4076)] = 216920, - [SMALL_STATE(4077)] = 216983, - [SMALL_STATE(4078)] = 217046, - [SMALL_STATE(4079)] = 217139, - [SMALL_STATE(4080)] = 217244, - [SMALL_STATE(4081)] = 217307, - [SMALL_STATE(4082)] = 217406, - [SMALL_STATE(4083)] = 217507, - [SMALL_STATE(4084)] = 217570, - [SMALL_STATE(4085)] = 217671, - [SMALL_STATE(4086)] = 217742, - [SMALL_STATE(4087)] = 217817, - [SMALL_STATE(4088)] = 217886, - [SMALL_STATE(4089)] = 217983, - [SMALL_STATE(4090)] = 218046, - [SMALL_STATE(4091)] = 218125, - [SMALL_STATE(4092)] = 218188, - [SMALL_STATE(4093)] = 218251, - [SMALL_STATE(4094)] = 218334, - [SMALL_STATE(4095)] = 218397, - [SMALL_STATE(4096)] = 218460, - [SMALL_STATE(4097)] = 218523, - [SMALL_STATE(4098)] = 218586, - [SMALL_STATE(4099)] = 218649, - [SMALL_STATE(4100)] = 218728, - [SMALL_STATE(4101)] = 218791, - [SMALL_STATE(4102)] = 218854, - [SMALL_STATE(4103)] = 218917, - [SMALL_STATE(4104)] = 218980, - [SMALL_STATE(4105)] = 219043, - [SMALL_STATE(4106)] = 219148, - [SMALL_STATE(4107)] = 219211, - [SMALL_STATE(4108)] = 219274, - [SMALL_STATE(4109)] = 219337, - [SMALL_STATE(4110)] = 219400, - [SMALL_STATE(4111)] = 219463, - [SMALL_STATE(4112)] = 219526, - [SMALL_STATE(4113)] = 219589, - [SMALL_STATE(4114)] = 219652, - [SMALL_STATE(4115)] = 219715, - [SMALL_STATE(4116)] = 219778, - [SMALL_STATE(4117)] = 219841, - [SMALL_STATE(4118)] = 219904, - [SMALL_STATE(4119)] = 219967, - [SMALL_STATE(4120)] = 220030, - [SMALL_STATE(4121)] = 220133, - [SMALL_STATE(4122)] = 220196, - [SMALL_STATE(4123)] = 220299, - [SMALL_STATE(4124)] = 220402, - [SMALL_STATE(4125)] = 220465, - [SMALL_STATE(4126)] = 220528, - [SMALL_STATE(4127)] = 220595, - [SMALL_STATE(4128)] = 220658, - [SMALL_STATE(4129)] = 220721, - [SMALL_STATE(4130)] = 220784, - [SMALL_STATE(4131)] = 220847, - [SMALL_STATE(4132)] = 220910, - [SMALL_STATE(4133)] = 221015, - [SMALL_STATE(4134)] = 221117, - [SMALL_STATE(4135)] = 221219, - [SMALL_STATE(4136)] = 221321, - [SMALL_STATE(4137)] = 221423, - [SMALL_STATE(4138)] = 221525, - [SMALL_STATE(4139)] = 221627, - [SMALL_STATE(4140)] = 221729, - [SMALL_STATE(4141)] = 221831, - [SMALL_STATE(4142)] = 221933, - [SMALL_STATE(4143)] = 222035, - [SMALL_STATE(4144)] = 222137, - [SMALL_STATE(4145)] = 222239, - [SMALL_STATE(4146)] = 222341, - [SMALL_STATE(4147)] = 222443, - [SMALL_STATE(4148)] = 222545, - [SMALL_STATE(4149)] = 222647, - [SMALL_STATE(4150)] = 222749, - [SMALL_STATE(4151)] = 222851, - [SMALL_STATE(4152)] = 222915, - [SMALL_STATE(4153)] = 223017, - [SMALL_STATE(4154)] = 223081, - [SMALL_STATE(4155)] = 223183, - [SMALL_STATE(4156)] = 223285, - [SMALL_STATE(4157)] = 223387, - [SMALL_STATE(4158)] = 223489, - [SMALL_STATE(4159)] = 223591, - [SMALL_STATE(4160)] = 223690, - [SMALL_STATE(4161)] = 223759, - [SMALL_STATE(4162)] = 223828, - [SMALL_STATE(4163)] = 223897, - [SMALL_STATE(4164)] = 223966, - [SMALL_STATE(4165)] = 224035, - [SMALL_STATE(4166)] = 224104, - [SMALL_STATE(4167)] = 224173, - [SMALL_STATE(4168)] = 224242, - [SMALL_STATE(4169)] = 224311, - [SMALL_STATE(4170)] = 224380, - [SMALL_STATE(4171)] = 224449, - [SMALL_STATE(4172)] = 224518, - [SMALL_STATE(4173)] = 224587, - [SMALL_STATE(4174)] = 224656, - [SMALL_STATE(4175)] = 224725, - [SMALL_STATE(4176)] = 224794, - [SMALL_STATE(4177)] = 224863, - [SMALL_STATE(4178)] = 224932, - [SMALL_STATE(4179)] = 225001, - [SMALL_STATE(4180)] = 225070, - [SMALL_STATE(4181)] = 225139, - [SMALL_STATE(4182)] = 225208, - [SMALL_STATE(4183)] = 225277, - [SMALL_STATE(4184)] = 225346, - [SMALL_STATE(4185)] = 225415, - [SMALL_STATE(4186)] = 225484, - [SMALL_STATE(4187)] = 225553, - [SMALL_STATE(4188)] = 225622, - [SMALL_STATE(4189)] = 225691, - [SMALL_STATE(4190)] = 225760, - [SMALL_STATE(4191)] = 225829, - [SMALL_STATE(4192)] = 225898, - [SMALL_STATE(4193)] = 225967, - [SMALL_STATE(4194)] = 226036, - [SMALL_STATE(4195)] = 226105, - [SMALL_STATE(4196)] = 226174, - [SMALL_STATE(4197)] = 226219, - [SMALL_STATE(4198)] = 226264, - [SMALL_STATE(4199)] = 226309, - [SMALL_STATE(4200)] = 226354, - [SMALL_STATE(4201)] = 226399, - [SMALL_STATE(4202)] = 226444, - [SMALL_STATE(4203)] = 226489, - [SMALL_STATE(4204)] = 226534, - [SMALL_STATE(4205)] = 226579, - [SMALL_STATE(4206)] = 226624, - [SMALL_STATE(4207)] = 226669, - [SMALL_STATE(4208)] = 226714, - [SMALL_STATE(4209)] = 226759, - [SMALL_STATE(4210)] = 226804, - [SMALL_STATE(4211)] = 226849, - [SMALL_STATE(4212)] = 226894, - [SMALL_STATE(4213)] = 226939, - [SMALL_STATE(4214)] = 226984, - [SMALL_STATE(4215)] = 227029, - [SMALL_STATE(4216)] = 227074, - [SMALL_STATE(4217)] = 227119, - [SMALL_STATE(4218)] = 227164, - [SMALL_STATE(4219)] = 227209, - [SMALL_STATE(4220)] = 227254, - [SMALL_STATE(4221)] = 227299, - [SMALL_STATE(4222)] = 227344, - [SMALL_STATE(4223)] = 227389, - [SMALL_STATE(4224)] = 227434, - [SMALL_STATE(4225)] = 227479, - [SMALL_STATE(4226)] = 227524, - [SMALL_STATE(4227)] = 227569, - [SMALL_STATE(4228)] = 227614, - [SMALL_STATE(4229)] = 227659, - [SMALL_STATE(4230)] = 227704, - [SMALL_STATE(4231)] = 227749, - [SMALL_STATE(4232)] = 227794, - [SMALL_STATE(4233)] = 227839, - [SMALL_STATE(4234)] = 227884, - [SMALL_STATE(4235)] = 227929, - [SMALL_STATE(4236)] = 227974, - [SMALL_STATE(4237)] = 228019, - [SMALL_STATE(4238)] = 228064, - [SMALL_STATE(4239)] = 228109, - [SMALL_STATE(4240)] = 228154, - [SMALL_STATE(4241)] = 228199, - [SMALL_STATE(4242)] = 228244, - [SMALL_STATE(4243)] = 228289, - [SMALL_STATE(4244)] = 228334, - [SMALL_STATE(4245)] = 228379, - [SMALL_STATE(4246)] = 228424, - [SMALL_STATE(4247)] = 228469, - [SMALL_STATE(4248)] = 228514, - [SMALL_STATE(4249)] = 228559, - [SMALL_STATE(4250)] = 228604, - [SMALL_STATE(4251)] = 228649, - [SMALL_STATE(4252)] = 228694, - [SMALL_STATE(4253)] = 228739, - [SMALL_STATE(4254)] = 228784, - [SMALL_STATE(4255)] = 228829, - [SMALL_STATE(4256)] = 228874, - [SMALL_STATE(4257)] = 228919, - [SMALL_STATE(4258)] = 228964, - [SMALL_STATE(4259)] = 229009, - [SMALL_STATE(4260)] = 229054, - [SMALL_STATE(4261)] = 229099, - [SMALL_STATE(4262)] = 229144, - [SMALL_STATE(4263)] = 229189, - [SMALL_STATE(4264)] = 229234, - [SMALL_STATE(4265)] = 229279, - [SMALL_STATE(4266)] = 229324, - [SMALL_STATE(4267)] = 229369, - [SMALL_STATE(4268)] = 229414, - [SMALL_STATE(4269)] = 229450, - [SMALL_STATE(4270)] = 229486, - [SMALL_STATE(4271)] = 229517, - [SMALL_STATE(4272)] = 229548, - [SMALL_STATE(4273)] = 229579, - [SMALL_STATE(4274)] = 229610, - [SMALL_STATE(4275)] = 229641, - [SMALL_STATE(4276)] = 229672, - [SMALL_STATE(4277)] = 229703, - [SMALL_STATE(4278)] = 229734, - [SMALL_STATE(4279)] = 229765, - [SMALL_STATE(4280)] = 229796, - [SMALL_STATE(4281)] = 229827, - [SMALL_STATE(4282)] = 229858, - [SMALL_STATE(4283)] = 229889, - [SMALL_STATE(4284)] = 229920, - [SMALL_STATE(4285)] = 229951, - [SMALL_STATE(4286)] = 229982, - [SMALL_STATE(4287)] = 230013, - [SMALL_STATE(4288)] = 230044, - [SMALL_STATE(4289)] = 230075, - [SMALL_STATE(4290)] = 230106, - [SMALL_STATE(4291)] = 230137, - [SMALL_STATE(4292)] = 230168, - [SMALL_STATE(4293)] = 230199, - [SMALL_STATE(4294)] = 230230, - [SMALL_STATE(4295)] = 230261, - [SMALL_STATE(4296)] = 230292, - [SMALL_STATE(4297)] = 230323, - [SMALL_STATE(4298)] = 230354, - [SMALL_STATE(4299)] = 230385, - [SMALL_STATE(4300)] = 230416, - [SMALL_STATE(4301)] = 230447, - [SMALL_STATE(4302)] = 230478, - [SMALL_STATE(4303)] = 230509, - [SMALL_STATE(4304)] = 230540, - [SMALL_STATE(4305)] = 230571, - [SMALL_STATE(4306)] = 230602, - [SMALL_STATE(4307)] = 230633, - [SMALL_STATE(4308)] = 230664, - [SMALL_STATE(4309)] = 230695, - [SMALL_STATE(4310)] = 230726, - [SMALL_STATE(4311)] = 230757, - [SMALL_STATE(4312)] = 230788, - [SMALL_STATE(4313)] = 230819, - [SMALL_STATE(4314)] = 230850, - [SMALL_STATE(4315)] = 230881, - [SMALL_STATE(4316)] = 230912, - [SMALL_STATE(4317)] = 230943, - [SMALL_STATE(4318)] = 230974, - [SMALL_STATE(4319)] = 231005, - [SMALL_STATE(4320)] = 231036, - [SMALL_STATE(4321)] = 231067, - [SMALL_STATE(4322)] = 231098, - [SMALL_STATE(4323)] = 231129, - [SMALL_STATE(4324)] = 231160, - [SMALL_STATE(4325)] = 231191, - [SMALL_STATE(4326)] = 231222, - [SMALL_STATE(4327)] = 231253, - [SMALL_STATE(4328)] = 231284, - [SMALL_STATE(4329)] = 231315, - [SMALL_STATE(4330)] = 231346, - [SMALL_STATE(4331)] = 231377, - [SMALL_STATE(4332)] = 231407, - [SMALL_STATE(4333)] = 231437, - [SMALL_STATE(4334)] = 231471, - [SMALL_STATE(4335)] = 231501, - [SMALL_STATE(4336)] = 231531, - [SMALL_STATE(4337)] = 231561, - [SMALL_STATE(4338)] = 231591, - [SMALL_STATE(4339)] = 231621, - [SMALL_STATE(4340)] = 231651, - [SMALL_STATE(4341)] = 231685, - [SMALL_STATE(4342)] = 231715, - [SMALL_STATE(4343)] = 231745, - [SMALL_STATE(4344)] = 231775, - [SMALL_STATE(4345)] = 231805, - [SMALL_STATE(4346)] = 231835, - [SMALL_STATE(4347)] = 231865, - [SMALL_STATE(4348)] = 231895, - [SMALL_STATE(4349)] = 231925, - [SMALL_STATE(4350)] = 231955, - [SMALL_STATE(4351)] = 231985, - [SMALL_STATE(4352)] = 232015, - [SMALL_STATE(4353)] = 232045, - [SMALL_STATE(4354)] = 232075, - [SMALL_STATE(4355)] = 232105, - [SMALL_STATE(4356)] = 232135, - [SMALL_STATE(4357)] = 232165, - [SMALL_STATE(4358)] = 232195, - [SMALL_STATE(4359)] = 232225, - [SMALL_STATE(4360)] = 232255, - [SMALL_STATE(4361)] = 232285, - [SMALL_STATE(4362)] = 232315, - [SMALL_STATE(4363)] = 232338, - [SMALL_STATE(4364)] = 232361, - [SMALL_STATE(4365)] = 232392, - [SMALL_STATE(4366)] = 232423, - [SMALL_STATE(4367)] = 232454, - [SMALL_STATE(4368)] = 232477, - [SMALL_STATE(4369)] = 232500, - [SMALL_STATE(4370)] = 232531, - [SMALL_STATE(4371)] = 232554, - [SMALL_STATE(4372)] = 232577, - [SMALL_STATE(4373)] = 232608, - [SMALL_STATE(4374)] = 232631, - [SMALL_STATE(4375)] = 232662, - [SMALL_STATE(4376)] = 232685, - [SMALL_STATE(4377)] = 232716, - [SMALL_STATE(4378)] = 232739, - [SMALL_STATE(4379)] = 232762, - [SMALL_STATE(4380)] = 232793, - [SMALL_STATE(4381)] = 232824, - [SMALL_STATE(4382)] = 232855, - [SMALL_STATE(4383)] = 232886, - [SMALL_STATE(4384)] = 232909, - [SMALL_STATE(4385)] = 232932, - [SMALL_STATE(4386)] = 232955, - [SMALL_STATE(4387)] = 232978, - [SMALL_STATE(4388)] = 233009, - [SMALL_STATE(4389)] = 233040, - [SMALL_STATE(4390)] = 233063, - [SMALL_STATE(4391)] = 233086, - [SMALL_STATE(4392)] = 233117, - [SMALL_STATE(4393)] = 233148, - [SMALL_STATE(4394)] = 233171, - [SMALL_STATE(4395)] = 233202, - [SMALL_STATE(4396)] = 233233, - [SMALL_STATE(4397)] = 233264, - [SMALL_STATE(4398)] = 233295, - [SMALL_STATE(4399)] = 233318, - [SMALL_STATE(4400)] = 233341, - [SMALL_STATE(4401)] = 233372, - [SMALL_STATE(4402)] = 233403, - [SMALL_STATE(4403)] = 233426, - [SMALL_STATE(4404)] = 233457, - [SMALL_STATE(4405)] = 233488, - [SMALL_STATE(4406)] = 233508, - [SMALL_STATE(4407)] = 233528, - [SMALL_STATE(4408)] = 233548, - [SMALL_STATE(4409)] = 233566, - [SMALL_STATE(4410)] = 233591, - [SMALL_STATE(4411)] = 233616, - [SMALL_STATE(4412)] = 233641, - [SMALL_STATE(4413)] = 233666, - [SMALL_STATE(4414)] = 233691, - [SMALL_STATE(4415)] = 233716, - [SMALL_STATE(4416)] = 233741, - [SMALL_STATE(4417)] = 233766, - [SMALL_STATE(4418)] = 233791, - [SMALL_STATE(4419)] = 233816, - [SMALL_STATE(4420)] = 233841, - [SMALL_STATE(4421)] = 233866, - [SMALL_STATE(4422)] = 233891, - [SMALL_STATE(4423)] = 233916, - [SMALL_STATE(4424)] = 233941, - [SMALL_STATE(4425)] = 233966, - [SMALL_STATE(4426)] = 233991, - [SMALL_STATE(4427)] = 234016, - [SMALL_STATE(4428)] = 234041, - [SMALL_STATE(4429)] = 234066, - [SMALL_STATE(4430)] = 234091, - [SMALL_STATE(4431)] = 234116, - [SMALL_STATE(4432)] = 234141, - [SMALL_STATE(4433)] = 234166, - [SMALL_STATE(4434)] = 234191, - [SMALL_STATE(4435)] = 234216, - [SMALL_STATE(4436)] = 234241, - [SMALL_STATE(4437)] = 234266, - [SMALL_STATE(4438)] = 234291, - [SMALL_STATE(4439)] = 234316, - [SMALL_STATE(4440)] = 234341, - [SMALL_STATE(4441)] = 234366, - [SMALL_STATE(4442)] = 234391, - [SMALL_STATE(4443)] = 234416, - [SMALL_STATE(4444)] = 234441, - [SMALL_STATE(4445)] = 234466, - [SMALL_STATE(4446)] = 234491, - [SMALL_STATE(4447)] = 234516, - [SMALL_STATE(4448)] = 234541, - [SMALL_STATE(4449)] = 234566, - [SMALL_STATE(4450)] = 234591, - [SMALL_STATE(4451)] = 234616, - [SMALL_STATE(4452)] = 234641, - [SMALL_STATE(4453)] = 234666, - [SMALL_STATE(4454)] = 234691, - [SMALL_STATE(4455)] = 234716, - [SMALL_STATE(4456)] = 234741, - [SMALL_STATE(4457)] = 234766, - [SMALL_STATE(4458)] = 234791, - [SMALL_STATE(4459)] = 234816, - [SMALL_STATE(4460)] = 234841, - [SMALL_STATE(4461)] = 234866, - [SMALL_STATE(4462)] = 234891, - [SMALL_STATE(4463)] = 234916, - [SMALL_STATE(4464)] = 234941, - [SMALL_STATE(4465)] = 234966, - [SMALL_STATE(4466)] = 234991, - [SMALL_STATE(4467)] = 235016, - [SMALL_STATE(4468)] = 235041, - [SMALL_STATE(4469)] = 235066, - [SMALL_STATE(4470)] = 235091, - [SMALL_STATE(4471)] = 235116, - [SMALL_STATE(4472)] = 235141, - [SMALL_STATE(4473)] = 235166, - [SMALL_STATE(4474)] = 235191, - [SMALL_STATE(4475)] = 235216, - [SMALL_STATE(4476)] = 235241, - [SMALL_STATE(4477)] = 235266, - [SMALL_STATE(4478)] = 235291, - [SMALL_STATE(4479)] = 235316, - [SMALL_STATE(4480)] = 235341, - [SMALL_STATE(4481)] = 235366, - [SMALL_STATE(4482)] = 235391, - [SMALL_STATE(4483)] = 235416, - [SMALL_STATE(4484)] = 235441, - [SMALL_STATE(4485)] = 235466, - [SMALL_STATE(4486)] = 235491, - [SMALL_STATE(4487)] = 235516, - [SMALL_STATE(4488)] = 235541, - [SMALL_STATE(4489)] = 235566, - [SMALL_STATE(4490)] = 235591, - [SMALL_STATE(4491)] = 235616, - [SMALL_STATE(4492)] = 235641, - [SMALL_STATE(4493)] = 235666, - [SMALL_STATE(4494)] = 235691, - [SMALL_STATE(4495)] = 235716, - [SMALL_STATE(4496)] = 235741, - [SMALL_STATE(4497)] = 235766, - [SMALL_STATE(4498)] = 235791, - [SMALL_STATE(4499)] = 235816, - [SMALL_STATE(4500)] = 235841, - [SMALL_STATE(4501)] = 235866, - [SMALL_STATE(4502)] = 235891, - [SMALL_STATE(4503)] = 235916, - [SMALL_STATE(4504)] = 235941, - [SMALL_STATE(4505)] = 235966, - [SMALL_STATE(4506)] = 235991, - [SMALL_STATE(4507)] = 236016, - [SMALL_STATE(4508)] = 236041, - [SMALL_STATE(4509)] = 236066, - [SMALL_STATE(4510)] = 236091, - [SMALL_STATE(4511)] = 236116, - [SMALL_STATE(4512)] = 236141, - [SMALL_STATE(4513)] = 236166, - [SMALL_STATE(4514)] = 236191, - [SMALL_STATE(4515)] = 236216, - [SMALL_STATE(4516)] = 236241, - [SMALL_STATE(4517)] = 236266, - [SMALL_STATE(4518)] = 236291, - [SMALL_STATE(4519)] = 236316, - [SMALL_STATE(4520)] = 236341, - [SMALL_STATE(4521)] = 236366, - [SMALL_STATE(4522)] = 236391, - [SMALL_STATE(4523)] = 236416, - [SMALL_STATE(4524)] = 236441, - [SMALL_STATE(4525)] = 236466, - [SMALL_STATE(4526)] = 236491, - [SMALL_STATE(4527)] = 236516, - [SMALL_STATE(4528)] = 236541, - [SMALL_STATE(4529)] = 236566, - [SMALL_STATE(4530)] = 236591, - [SMALL_STATE(4531)] = 236616, - [SMALL_STATE(4532)] = 236641, - [SMALL_STATE(4533)] = 236666, - [SMALL_STATE(4534)] = 236691, - [SMALL_STATE(4535)] = 236716, - [SMALL_STATE(4536)] = 236741, - [SMALL_STATE(4537)] = 236766, - [SMALL_STATE(4538)] = 236791, - [SMALL_STATE(4539)] = 236816, - [SMALL_STATE(4540)] = 236841, - [SMALL_STATE(4541)] = 236866, - [SMALL_STATE(4542)] = 236891, - [SMALL_STATE(4543)] = 236916, - [SMALL_STATE(4544)] = 236941, - [SMALL_STATE(4545)] = 236966, - [SMALL_STATE(4546)] = 236991, - [SMALL_STATE(4547)] = 237016, - [SMALL_STATE(4548)] = 237041, - [SMALL_STATE(4549)] = 237066, - [SMALL_STATE(4550)] = 237091, - [SMALL_STATE(4551)] = 237116, - [SMALL_STATE(4552)] = 237141, - [SMALL_STATE(4553)] = 237166, - [SMALL_STATE(4554)] = 237191, - [SMALL_STATE(4555)] = 237216, - [SMALL_STATE(4556)] = 237241, - [SMALL_STATE(4557)] = 237266, - [SMALL_STATE(4558)] = 237291, - [SMALL_STATE(4559)] = 237316, - [SMALL_STATE(4560)] = 237341, - [SMALL_STATE(4561)] = 237366, - [SMALL_STATE(4562)] = 237391, - [SMALL_STATE(4563)] = 237416, - [SMALL_STATE(4564)] = 237441, - [SMALL_STATE(4565)] = 237466, - [SMALL_STATE(4566)] = 237491, - [SMALL_STATE(4567)] = 237516, - [SMALL_STATE(4568)] = 237541, - [SMALL_STATE(4569)] = 237566, - [SMALL_STATE(4570)] = 237591, - [SMALL_STATE(4571)] = 237616, - [SMALL_STATE(4572)] = 237641, - [SMALL_STATE(4573)] = 237666, - [SMALL_STATE(4574)] = 237691, - [SMALL_STATE(4575)] = 237716, - [SMALL_STATE(4576)] = 237741, - [SMALL_STATE(4577)] = 237766, - [SMALL_STATE(4578)] = 237791, - [SMALL_STATE(4579)] = 237816, - [SMALL_STATE(4580)] = 237841, - [SMALL_STATE(4581)] = 237866, - [SMALL_STATE(4582)] = 237891, - [SMALL_STATE(4583)] = 237916, - [SMALL_STATE(4584)] = 237941, - [SMALL_STATE(4585)] = 237966, - [SMALL_STATE(4586)] = 237991, - [SMALL_STATE(4587)] = 238016, - [SMALL_STATE(4588)] = 238041, - [SMALL_STATE(4589)] = 238066, - [SMALL_STATE(4590)] = 238091, - [SMALL_STATE(4591)] = 238116, - [SMALL_STATE(4592)] = 238141, - [SMALL_STATE(4593)] = 238166, - [SMALL_STATE(4594)] = 238191, - [SMALL_STATE(4595)] = 238216, - [SMALL_STATE(4596)] = 238241, - [SMALL_STATE(4597)] = 238266, - [SMALL_STATE(4598)] = 238291, - [SMALL_STATE(4599)] = 238316, - [SMALL_STATE(4600)] = 238341, - [SMALL_STATE(4601)] = 238366, - [SMALL_STATE(4602)] = 238391, - [SMALL_STATE(4603)] = 238416, - [SMALL_STATE(4604)] = 238441, - [SMALL_STATE(4605)] = 238466, - [SMALL_STATE(4606)] = 238491, - [SMALL_STATE(4607)] = 238516, - [SMALL_STATE(4608)] = 238541, - [SMALL_STATE(4609)] = 238566, - [SMALL_STATE(4610)] = 238591, - [SMALL_STATE(4611)] = 238616, - [SMALL_STATE(4612)] = 238641, - [SMALL_STATE(4613)] = 238666, - [SMALL_STATE(4614)] = 238691, - [SMALL_STATE(4615)] = 238716, - [SMALL_STATE(4616)] = 238741, - [SMALL_STATE(4617)] = 238766, - [SMALL_STATE(4618)] = 238791, - [SMALL_STATE(4619)] = 238816, - [SMALL_STATE(4620)] = 238841, - [SMALL_STATE(4621)] = 238866, - [SMALL_STATE(4622)] = 238891, - [SMALL_STATE(4623)] = 238916, - [SMALL_STATE(4624)] = 238941, - [SMALL_STATE(4625)] = 238966, - [SMALL_STATE(4626)] = 238991, - [SMALL_STATE(4627)] = 239016, - [SMALL_STATE(4628)] = 239041, - [SMALL_STATE(4629)] = 239066, - [SMALL_STATE(4630)] = 239091, - [SMALL_STATE(4631)] = 239116, - [SMALL_STATE(4632)] = 239141, - [SMALL_STATE(4633)] = 239166, - [SMALL_STATE(4634)] = 239191, - [SMALL_STATE(4635)] = 239216, - [SMALL_STATE(4636)] = 239241, - [SMALL_STATE(4637)] = 239266, - [SMALL_STATE(4638)] = 239291, - [SMALL_STATE(4639)] = 239316, - [SMALL_STATE(4640)] = 239341, - [SMALL_STATE(4641)] = 239366, - [SMALL_STATE(4642)] = 239391, - [SMALL_STATE(4643)] = 239416, - [SMALL_STATE(4644)] = 239441, - [SMALL_STATE(4645)] = 239466, - [SMALL_STATE(4646)] = 239491, - [SMALL_STATE(4647)] = 239516, - [SMALL_STATE(4648)] = 239541, - [SMALL_STATE(4649)] = 239566, - [SMALL_STATE(4650)] = 239591, - [SMALL_STATE(4651)] = 239616, - [SMALL_STATE(4652)] = 239641, - [SMALL_STATE(4653)] = 239666, - [SMALL_STATE(4654)] = 239691, - [SMALL_STATE(4655)] = 239716, - [SMALL_STATE(4656)] = 239741, - [SMALL_STATE(4657)] = 239766, - [SMALL_STATE(4658)] = 239791, - [SMALL_STATE(4659)] = 239816, - [SMALL_STATE(4660)] = 239841, - [SMALL_STATE(4661)] = 239866, - [SMALL_STATE(4662)] = 239891, - [SMALL_STATE(4663)] = 239916, - [SMALL_STATE(4664)] = 239941, - [SMALL_STATE(4665)] = 239966, - [SMALL_STATE(4666)] = 239991, - [SMALL_STATE(4667)] = 240016, - [SMALL_STATE(4668)] = 240041, - [SMALL_STATE(4669)] = 240066, - [SMALL_STATE(4670)] = 240091, - [SMALL_STATE(4671)] = 240116, - [SMALL_STATE(4672)] = 240141, - [SMALL_STATE(4673)] = 240166, - [SMALL_STATE(4674)] = 240191, - [SMALL_STATE(4675)] = 240216, - [SMALL_STATE(4676)] = 240241, - [SMALL_STATE(4677)] = 240266, - [SMALL_STATE(4678)] = 240291, - [SMALL_STATE(4679)] = 240316, - [SMALL_STATE(4680)] = 240341, - [SMALL_STATE(4681)] = 240366, - [SMALL_STATE(4682)] = 240391, - [SMALL_STATE(4683)] = 240416, - [SMALL_STATE(4684)] = 240441, - [SMALL_STATE(4685)] = 240466, - [SMALL_STATE(4686)] = 240491, - [SMALL_STATE(4687)] = 240516, - [SMALL_STATE(4688)] = 240541, - [SMALL_STATE(4689)] = 240566, - [SMALL_STATE(4690)] = 240591, - [SMALL_STATE(4691)] = 240616, - [SMALL_STATE(4692)] = 240641, - [SMALL_STATE(4693)] = 240666, - [SMALL_STATE(4694)] = 240691, - [SMALL_STATE(4695)] = 240716, - [SMALL_STATE(4696)] = 240741, - [SMALL_STATE(4697)] = 240766, - [SMALL_STATE(4698)] = 240791, - [SMALL_STATE(4699)] = 240816, - [SMALL_STATE(4700)] = 240841, - [SMALL_STATE(4701)] = 240866, - [SMALL_STATE(4702)] = 240891, - [SMALL_STATE(4703)] = 240916, - [SMALL_STATE(4704)] = 240941, - [SMALL_STATE(4705)] = 240966, - [SMALL_STATE(4706)] = 240991, - [SMALL_STATE(4707)] = 241016, - [SMALL_STATE(4708)] = 241041, - [SMALL_STATE(4709)] = 241066, - [SMALL_STATE(4710)] = 241091, - [SMALL_STATE(4711)] = 241116, - [SMALL_STATE(4712)] = 241141, - [SMALL_STATE(4713)] = 241166, - [SMALL_STATE(4714)] = 241191, - [SMALL_STATE(4715)] = 241216, - [SMALL_STATE(4716)] = 241241, - [SMALL_STATE(4717)] = 241266, - [SMALL_STATE(4718)] = 241291, - [SMALL_STATE(4719)] = 241316, - [SMALL_STATE(4720)] = 241341, - [SMALL_STATE(4721)] = 241366, - [SMALL_STATE(4722)] = 241391, - [SMALL_STATE(4723)] = 241416, - [SMALL_STATE(4724)] = 241441, - [SMALL_STATE(4725)] = 241466, - [SMALL_STATE(4726)] = 241491, - [SMALL_STATE(4727)] = 241516, - [SMALL_STATE(4728)] = 241541, - [SMALL_STATE(4729)] = 241566, - [SMALL_STATE(4730)] = 241591, - [SMALL_STATE(4731)] = 241616, - [SMALL_STATE(4732)] = 241641, - [SMALL_STATE(4733)] = 241666, - [SMALL_STATE(4734)] = 241691, - [SMALL_STATE(4735)] = 241716, - [SMALL_STATE(4736)] = 241741, - [SMALL_STATE(4737)] = 241766, - [SMALL_STATE(4738)] = 241791, - [SMALL_STATE(4739)] = 241816, - [SMALL_STATE(4740)] = 241841, - [SMALL_STATE(4741)] = 241866, - [SMALL_STATE(4742)] = 241891, - [SMALL_STATE(4743)] = 241916, - [SMALL_STATE(4744)] = 241941, - [SMALL_STATE(4745)] = 241966, - [SMALL_STATE(4746)] = 241991, - [SMALL_STATE(4747)] = 242016, - [SMALL_STATE(4748)] = 242041, - [SMALL_STATE(4749)] = 242066, - [SMALL_STATE(4750)] = 242091, - [SMALL_STATE(4751)] = 242116, - [SMALL_STATE(4752)] = 242141, - [SMALL_STATE(4753)] = 242166, - [SMALL_STATE(4754)] = 242191, - [SMALL_STATE(4755)] = 242216, - [SMALL_STATE(4756)] = 242241, - [SMALL_STATE(4757)] = 242266, - [SMALL_STATE(4758)] = 242291, - [SMALL_STATE(4759)] = 242316, - [SMALL_STATE(4760)] = 242341, - [SMALL_STATE(4761)] = 242366, - [SMALL_STATE(4762)] = 242391, - [SMALL_STATE(4763)] = 242416, - [SMALL_STATE(4764)] = 242441, - [SMALL_STATE(4765)] = 242466, - [SMALL_STATE(4766)] = 242491, - [SMALL_STATE(4767)] = 242516, - [SMALL_STATE(4768)] = 242541, - [SMALL_STATE(4769)] = 242566, - [SMALL_STATE(4770)] = 242591, - [SMALL_STATE(4771)] = 242616, - [SMALL_STATE(4772)] = 242641, - [SMALL_STATE(4773)] = 242666, - [SMALL_STATE(4774)] = 242691, - [SMALL_STATE(4775)] = 242716, - [SMALL_STATE(4776)] = 242741, - [SMALL_STATE(4777)] = 242766, - [SMALL_STATE(4778)] = 242791, - [SMALL_STATE(4779)] = 242816, - [SMALL_STATE(4780)] = 242841, - [SMALL_STATE(4781)] = 242866, - [SMALL_STATE(4782)] = 242891, - [SMALL_STATE(4783)] = 242916, - [SMALL_STATE(4784)] = 242941, - [SMALL_STATE(4785)] = 242966, - [SMALL_STATE(4786)] = 242991, - [SMALL_STATE(4787)] = 243016, - [SMALL_STATE(4788)] = 243041, - [SMALL_STATE(4789)] = 243066, - [SMALL_STATE(4790)] = 243091, - [SMALL_STATE(4791)] = 243116, - [SMALL_STATE(4792)] = 243141, - [SMALL_STATE(4793)] = 243166, - [SMALL_STATE(4794)] = 243191, - [SMALL_STATE(4795)] = 243216, - [SMALL_STATE(4796)] = 243241, - [SMALL_STATE(4797)] = 243266, - [SMALL_STATE(4798)] = 243291, - [SMALL_STATE(4799)] = 243316, - [SMALL_STATE(4800)] = 243341, - [SMALL_STATE(4801)] = 243366, - [SMALL_STATE(4802)] = 243391, - [SMALL_STATE(4803)] = 243416, - [SMALL_STATE(4804)] = 243441, - [SMALL_STATE(4805)] = 243466, - [SMALL_STATE(4806)] = 243491, - [SMALL_STATE(4807)] = 243516, - [SMALL_STATE(4808)] = 243541, - [SMALL_STATE(4809)] = 243566, - [SMALL_STATE(4810)] = 243591, - [SMALL_STATE(4811)] = 243616, - [SMALL_STATE(4812)] = 243641, - [SMALL_STATE(4813)] = 243666, - [SMALL_STATE(4814)] = 243691, - [SMALL_STATE(4815)] = 243716, - [SMALL_STATE(4816)] = 243741, - [SMALL_STATE(4817)] = 243766, - [SMALL_STATE(4818)] = 243791, - [SMALL_STATE(4819)] = 243816, - [SMALL_STATE(4820)] = 243841, - [SMALL_STATE(4821)] = 243866, - [SMALL_STATE(4822)] = 243891, - [SMALL_STATE(4823)] = 243916, - [SMALL_STATE(4824)] = 243941, - [SMALL_STATE(4825)] = 243966, - [SMALL_STATE(4826)] = 243991, - [SMALL_STATE(4827)] = 244016, - [SMALL_STATE(4828)] = 244041, - [SMALL_STATE(4829)] = 244066, - [SMALL_STATE(4830)] = 244091, - [SMALL_STATE(4831)] = 244116, - [SMALL_STATE(4832)] = 244141, - [SMALL_STATE(4833)] = 244166, - [SMALL_STATE(4834)] = 244191, - [SMALL_STATE(4835)] = 244216, - [SMALL_STATE(4836)] = 244241, - [SMALL_STATE(4837)] = 244266, - [SMALL_STATE(4838)] = 244291, - [SMALL_STATE(4839)] = 244316, - [SMALL_STATE(4840)] = 244341, - [SMALL_STATE(4841)] = 244366, - [SMALL_STATE(4842)] = 244391, - [SMALL_STATE(4843)] = 244416, - [SMALL_STATE(4844)] = 244441, - [SMALL_STATE(4845)] = 244466, - [SMALL_STATE(4846)] = 244491, - [SMALL_STATE(4847)] = 244516, - [SMALL_STATE(4848)] = 244541, - [SMALL_STATE(4849)] = 244566, - [SMALL_STATE(4850)] = 244591, - [SMALL_STATE(4851)] = 244616, - [SMALL_STATE(4852)] = 244641, - [SMALL_STATE(4853)] = 244666, - [SMALL_STATE(4854)] = 244691, - [SMALL_STATE(4855)] = 244716, - [SMALL_STATE(4856)] = 244741, - [SMALL_STATE(4857)] = 244766, - [SMALL_STATE(4858)] = 244791, - [SMALL_STATE(4859)] = 244816, - [SMALL_STATE(4860)] = 244841, - [SMALL_STATE(4861)] = 244866, - [SMALL_STATE(4862)] = 244891, - [SMALL_STATE(4863)] = 244916, - [SMALL_STATE(4864)] = 244941, - [SMALL_STATE(4865)] = 244966, - [SMALL_STATE(4866)] = 244991, - [SMALL_STATE(4867)] = 245016, - [SMALL_STATE(4868)] = 245041, - [SMALL_STATE(4869)] = 245066, - [SMALL_STATE(4870)] = 245091, - [SMALL_STATE(4871)] = 245116, - [SMALL_STATE(4872)] = 245141, - [SMALL_STATE(4873)] = 245166, - [SMALL_STATE(4874)] = 245191, - [SMALL_STATE(4875)] = 245216, - [SMALL_STATE(4876)] = 245241, - [SMALL_STATE(4877)] = 245266, - [SMALL_STATE(4878)] = 245291, - [SMALL_STATE(4879)] = 245316, - [SMALL_STATE(4880)] = 245341, - [SMALL_STATE(4881)] = 245366, - [SMALL_STATE(4882)] = 245391, - [SMALL_STATE(4883)] = 245416, - [SMALL_STATE(4884)] = 245441, - [SMALL_STATE(4885)] = 245466, - [SMALL_STATE(4886)] = 245491, - [SMALL_STATE(4887)] = 245516, - [SMALL_STATE(4888)] = 245541, - [SMALL_STATE(4889)] = 245566, - [SMALL_STATE(4890)] = 245591, - [SMALL_STATE(4891)] = 245616, - [SMALL_STATE(4892)] = 245641, - [SMALL_STATE(4893)] = 245666, - [SMALL_STATE(4894)] = 245691, - [SMALL_STATE(4895)] = 245716, - [SMALL_STATE(4896)] = 245741, - [SMALL_STATE(4897)] = 245766, - [SMALL_STATE(4898)] = 245791, - [SMALL_STATE(4899)] = 245816, - [SMALL_STATE(4900)] = 245841, - [SMALL_STATE(4901)] = 245866, - [SMALL_STATE(4902)] = 245891, - [SMALL_STATE(4903)] = 245916, - [SMALL_STATE(4904)] = 245942, - [SMALL_STATE(4905)] = 245968, - [SMALL_STATE(4906)] = 245994, - [SMALL_STATE(4907)] = 246020, - [SMALL_STATE(4908)] = 246046, - [SMALL_STATE(4909)] = 246072, - [SMALL_STATE(4910)] = 246098, - [SMALL_STATE(4911)] = 246124, - [SMALL_STATE(4912)] = 246150, - [SMALL_STATE(4913)] = 246176, - [SMALL_STATE(4914)] = 246202, - [SMALL_STATE(4915)] = 246228, - [SMALL_STATE(4916)] = 246254, - [SMALL_STATE(4917)] = 246280, - [SMALL_STATE(4918)] = 246300, - [SMALL_STATE(4919)] = 246326, - [SMALL_STATE(4920)] = 246352, - [SMALL_STATE(4921)] = 246378, - [SMALL_STATE(4922)] = 246404, - [SMALL_STATE(4923)] = 246430, - [SMALL_STATE(4924)] = 246456, - [SMALL_STATE(4925)] = 246482, - [SMALL_STATE(4926)] = 246502, - [SMALL_STATE(4927)] = 246528, - [SMALL_STATE(4928)] = 246554, - [SMALL_STATE(4929)] = 246580, - [SMALL_STATE(4930)] = 246606, - [SMALL_STATE(4931)] = 246632, - [SMALL_STATE(4932)] = 246658, - [SMALL_STATE(4933)] = 246684, - [SMALL_STATE(4934)] = 246710, - [SMALL_STATE(4935)] = 246736, - [SMALL_STATE(4936)] = 246762, - [SMALL_STATE(4937)] = 246788, - [SMALL_STATE(4938)] = 246814, - [SMALL_STATE(4939)] = 246840, - [SMALL_STATE(4940)] = 246866, - [SMALL_STATE(4941)] = 246892, - [SMALL_STATE(4942)] = 246918, - [SMALL_STATE(4943)] = 246944, - [SMALL_STATE(4944)] = 246970, - [SMALL_STATE(4945)] = 246996, - [SMALL_STATE(4946)] = 247022, - [SMALL_STATE(4947)] = 247048, - [SMALL_STATE(4948)] = 247074, - [SMALL_STATE(4949)] = 247100, - [SMALL_STATE(4950)] = 247126, - [SMALL_STATE(4951)] = 247152, - [SMALL_STATE(4952)] = 247178, - [SMALL_STATE(4953)] = 247204, - [SMALL_STATE(4954)] = 247230, - [SMALL_STATE(4955)] = 247256, - [SMALL_STATE(4956)] = 247282, - [SMALL_STATE(4957)] = 247308, - [SMALL_STATE(4958)] = 247334, - [SMALL_STATE(4959)] = 247360, - [SMALL_STATE(4960)] = 247386, - [SMALL_STATE(4961)] = 247412, - [SMALL_STATE(4962)] = 247438, - [SMALL_STATE(4963)] = 247464, - [SMALL_STATE(4964)] = 247490, - [SMALL_STATE(4965)] = 247516, - [SMALL_STATE(4966)] = 247542, - [SMALL_STATE(4967)] = 247568, - [SMALL_STATE(4968)] = 247594, - [SMALL_STATE(4969)] = 247620, - [SMALL_STATE(4970)] = 247646, - [SMALL_STATE(4971)] = 247672, - [SMALL_STATE(4972)] = 247698, - [SMALL_STATE(4973)] = 247724, - [SMALL_STATE(4974)] = 247750, - [SMALL_STATE(4975)] = 247776, - [SMALL_STATE(4976)] = 247802, - [SMALL_STATE(4977)] = 247828, - [SMALL_STATE(4978)] = 247854, - [SMALL_STATE(4979)] = 247880, - [SMALL_STATE(4980)] = 247906, - [SMALL_STATE(4981)] = 247932, - [SMALL_STATE(4982)] = 247958, - [SMALL_STATE(4983)] = 247984, - [SMALL_STATE(4984)] = 248010, - [SMALL_STATE(4985)] = 248036, - [SMALL_STATE(4986)] = 248062, - [SMALL_STATE(4987)] = 248088, - [SMALL_STATE(4988)] = 248114, - [SMALL_STATE(4989)] = 248140, - [SMALL_STATE(4990)] = 248166, - [SMALL_STATE(4991)] = 248186, - [SMALL_STATE(4992)] = 248212, - [SMALL_STATE(4993)] = 248238, - [SMALL_STATE(4994)] = 248264, - [SMALL_STATE(4995)] = 248290, - [SMALL_STATE(4996)] = 248316, - [SMALL_STATE(4997)] = 248342, - [SMALL_STATE(4998)] = 248368, - [SMALL_STATE(4999)] = 248394, - [SMALL_STATE(5000)] = 248414, - [SMALL_STATE(5001)] = 248440, - [SMALL_STATE(5002)] = 248466, - [SMALL_STATE(5003)] = 248492, - [SMALL_STATE(5004)] = 248518, - [SMALL_STATE(5005)] = 248544, - [SMALL_STATE(5006)] = 248570, - [SMALL_STATE(5007)] = 248596, - [SMALL_STATE(5008)] = 248622, - [SMALL_STATE(5009)] = 248648, - [SMALL_STATE(5010)] = 248668, - [SMALL_STATE(5011)] = 248694, - [SMALL_STATE(5012)] = 248720, - [SMALL_STATE(5013)] = 248746, - [SMALL_STATE(5014)] = 248772, - [SMALL_STATE(5015)] = 248798, - [SMALL_STATE(5016)] = 248824, - [SMALL_STATE(5017)] = 248850, - [SMALL_STATE(5018)] = 248876, - [SMALL_STATE(5019)] = 248902, - [SMALL_STATE(5020)] = 248928, - [SMALL_STATE(5021)] = 248954, - [SMALL_STATE(5022)] = 248980, - [SMALL_STATE(5023)] = 249006, - [SMALL_STATE(5024)] = 249032, - [SMALL_STATE(5025)] = 249052, - [SMALL_STATE(5026)] = 249078, - [SMALL_STATE(5027)] = 249104, - [SMALL_STATE(5028)] = 249130, - [SMALL_STATE(5029)] = 249156, - [SMALL_STATE(5030)] = 249182, - [SMALL_STATE(5031)] = 249208, - [SMALL_STATE(5032)] = 249234, - [SMALL_STATE(5033)] = 249260, - [SMALL_STATE(5034)] = 249286, - [SMALL_STATE(5035)] = 249306, - [SMALL_STATE(5036)] = 249332, - [SMALL_STATE(5037)] = 249358, - [SMALL_STATE(5038)] = 249384, - [SMALL_STATE(5039)] = 249410, - [SMALL_STATE(5040)] = 249436, - [SMALL_STATE(5041)] = 249462, - [SMALL_STATE(5042)] = 249488, - [SMALL_STATE(5043)] = 249509, - [SMALL_STATE(5044)] = 249530, - [SMALL_STATE(5045)] = 249551, - [SMALL_STATE(5046)] = 249572, - [SMALL_STATE(5047)] = 249593, - [SMALL_STATE(5048)] = 249614, - [SMALL_STATE(5049)] = 249635, - [SMALL_STATE(5050)] = 249656, - [SMALL_STATE(5051)] = 249677, - [SMALL_STATE(5052)] = 249698, - [SMALL_STATE(5053)] = 249719, - [SMALL_STATE(5054)] = 249740, - [SMALL_STATE(5055)] = 249761, - [SMALL_STATE(5056)] = 249782, - [SMALL_STATE(5057)] = 249803, - [SMALL_STATE(5058)] = 249824, - [SMALL_STATE(5059)] = 249845, - [SMALL_STATE(5060)] = 249866, - [SMALL_STATE(5061)] = 249887, - [SMALL_STATE(5062)] = 249908, - [SMALL_STATE(5063)] = 249929, - [SMALL_STATE(5064)] = 249946, - [SMALL_STATE(5065)] = 249967, - [SMALL_STATE(5066)] = 249988, - [SMALL_STATE(5067)] = 250009, - [SMALL_STATE(5068)] = 250026, - [SMALL_STATE(5069)] = 250043, - [SMALL_STATE(5070)] = 250060, - [SMALL_STATE(5071)] = 250077, - [SMALL_STATE(5072)] = 250098, - [SMALL_STATE(5073)] = 250119, - [SMALL_STATE(5074)] = 250138, - [SMALL_STATE(5075)] = 250159, - [SMALL_STATE(5076)] = 250180, - [SMALL_STATE(5077)] = 250201, - [SMALL_STATE(5078)] = 250222, - [SMALL_STATE(5079)] = 250243, - [SMALL_STATE(5080)] = 250264, - [SMALL_STATE(5081)] = 250285, - [SMALL_STATE(5082)] = 250306, - [SMALL_STATE(5083)] = 250327, - [SMALL_STATE(5084)] = 250348, - [SMALL_STATE(5085)] = 250369, - [SMALL_STATE(5086)] = 250390, - [SMALL_STATE(5087)] = 250411, - [SMALL_STATE(5088)] = 250432, - [SMALL_STATE(5089)] = 250453, - [SMALL_STATE(5090)] = 250474, - [SMALL_STATE(5091)] = 250495, - [SMALL_STATE(5092)] = 250516, - [SMALL_STATE(5093)] = 250537, - [SMALL_STATE(5094)] = 250558, - [SMALL_STATE(5095)] = 250579, - [SMALL_STATE(5096)] = 250600, - [SMALL_STATE(5097)] = 250621, - [SMALL_STATE(5098)] = 250638, - [SMALL_STATE(5099)] = 250659, - [SMALL_STATE(5100)] = 250680, - [SMALL_STATE(5101)] = 250701, - [SMALL_STATE(5102)] = 250722, - [SMALL_STATE(5103)] = 250739, - [SMALL_STATE(5104)] = 250758, - [SMALL_STATE(5105)] = 250779, - [SMALL_STATE(5106)] = 250800, - [SMALL_STATE(5107)] = 250821, - [SMALL_STATE(5108)] = 250842, - [SMALL_STATE(5109)] = 250863, - [SMALL_STATE(5110)] = 250884, - [SMALL_STATE(5111)] = 250905, - [SMALL_STATE(5112)] = 250926, - [SMALL_STATE(5113)] = 250947, - [SMALL_STATE(5114)] = 250968, - [SMALL_STATE(5115)] = 250989, - [SMALL_STATE(5116)] = 251010, - [SMALL_STATE(5117)] = 251031, - [SMALL_STATE(5118)] = 251052, - [SMALL_STATE(5119)] = 251073, - [SMALL_STATE(5120)] = 251094, - [SMALL_STATE(5121)] = 251115, - [SMALL_STATE(5122)] = 251136, - [SMALL_STATE(5123)] = 251157, - [SMALL_STATE(5124)] = 251178, - [SMALL_STATE(5125)] = 251199, - [SMALL_STATE(5126)] = 251220, - [SMALL_STATE(5127)] = 251241, - [SMALL_STATE(5128)] = 251262, - [SMALL_STATE(5129)] = 251283, - [SMALL_STATE(5130)] = 251304, - [SMALL_STATE(5131)] = 251325, - [SMALL_STATE(5132)] = 251346, - [SMALL_STATE(5133)] = 251367, - [SMALL_STATE(5134)] = 251388, - [SMALL_STATE(5135)] = 251409, - [SMALL_STATE(5136)] = 251430, - [SMALL_STATE(5137)] = 251451, - [SMALL_STATE(5138)] = 251472, - [SMALL_STATE(5139)] = 251493, - [SMALL_STATE(5140)] = 251514, - [SMALL_STATE(5141)] = 251535, - [SMALL_STATE(5142)] = 251556, - [SMALL_STATE(5143)] = 251577, - [SMALL_STATE(5144)] = 251598, - [SMALL_STATE(5145)] = 251619, - [SMALL_STATE(5146)] = 251640, - [SMALL_STATE(5147)] = 251661, - [SMALL_STATE(5148)] = 251682, - [SMALL_STATE(5149)] = 251703, - [SMALL_STATE(5150)] = 251724, - [SMALL_STATE(5151)] = 251745, - [SMALL_STATE(5152)] = 251766, - [SMALL_STATE(5153)] = 251787, - [SMALL_STATE(5154)] = 251808, - [SMALL_STATE(5155)] = 251829, - [SMALL_STATE(5156)] = 251850, - [SMALL_STATE(5157)] = 251871, - [SMALL_STATE(5158)] = 251892, - [SMALL_STATE(5159)] = 251913, - [SMALL_STATE(5160)] = 251934, - [SMALL_STATE(5161)] = 251955, - [SMALL_STATE(5162)] = 251976, - [SMALL_STATE(5163)] = 251997, - [SMALL_STATE(5164)] = 252018, - [SMALL_STATE(5165)] = 252039, - [SMALL_STATE(5166)] = 252060, - [SMALL_STATE(5167)] = 252081, - [SMALL_STATE(5168)] = 252102, - [SMALL_STATE(5169)] = 252123, - [SMALL_STATE(5170)] = 252144, - [SMALL_STATE(5171)] = 252165, - [SMALL_STATE(5172)] = 252186, - [SMALL_STATE(5173)] = 252207, - [SMALL_STATE(5174)] = 252228, - [SMALL_STATE(5175)] = 252249, - [SMALL_STATE(5176)] = 252270, - [SMALL_STATE(5177)] = 252291, - [SMALL_STATE(5178)] = 252312, - [SMALL_STATE(5179)] = 252333, - [SMALL_STATE(5180)] = 252354, - [SMALL_STATE(5181)] = 252375, - [SMALL_STATE(5182)] = 252396, - [SMALL_STATE(5183)] = 252417, - [SMALL_STATE(5184)] = 252438, - [SMALL_STATE(5185)] = 252459, - [SMALL_STATE(5186)] = 252480, - [SMALL_STATE(5187)] = 252501, - [SMALL_STATE(5188)] = 252522, - [SMALL_STATE(5189)] = 252543, - [SMALL_STATE(5190)] = 252564, - [SMALL_STATE(5191)] = 252585, - [SMALL_STATE(5192)] = 252606, - [SMALL_STATE(5193)] = 252627, - [SMALL_STATE(5194)] = 252648, - [SMALL_STATE(5195)] = 252669, - [SMALL_STATE(5196)] = 252690, - [SMALL_STATE(5197)] = 252711, - [SMALL_STATE(5198)] = 252732, - [SMALL_STATE(5199)] = 252753, - [SMALL_STATE(5200)] = 252774, - [SMALL_STATE(5201)] = 252795, - [SMALL_STATE(5202)] = 252814, - [SMALL_STATE(5203)] = 252835, - [SMALL_STATE(5204)] = 252852, - [SMALL_STATE(5205)] = 252873, - [SMALL_STATE(5206)] = 252894, - [SMALL_STATE(5207)] = 252915, - [SMALL_STATE(5208)] = 252936, - [SMALL_STATE(5209)] = 252957, - [SMALL_STATE(5210)] = 252978, - [SMALL_STATE(5211)] = 252999, - [SMALL_STATE(5212)] = 253020, - [SMALL_STATE(5213)] = 253041, - [SMALL_STATE(5214)] = 253062, - [SMALL_STATE(5215)] = 253083, - [SMALL_STATE(5216)] = 253104, - [SMALL_STATE(5217)] = 253125, - [SMALL_STATE(5218)] = 253146, - [SMALL_STATE(5219)] = 253167, - [SMALL_STATE(5220)] = 253188, - [SMALL_STATE(5221)] = 253209, - [SMALL_STATE(5222)] = 253230, - [SMALL_STATE(5223)] = 253251, - [SMALL_STATE(5224)] = 253272, - [SMALL_STATE(5225)] = 253293, - [SMALL_STATE(5226)] = 253314, - [SMALL_STATE(5227)] = 253335, - [SMALL_STATE(5228)] = 253356, - [SMALL_STATE(5229)] = 253377, - [SMALL_STATE(5230)] = 253398, - [SMALL_STATE(5231)] = 253419, - [SMALL_STATE(5232)] = 253440, - [SMALL_STATE(5233)] = 253461, - [SMALL_STATE(5234)] = 253482, - [SMALL_STATE(5235)] = 253503, - [SMALL_STATE(5236)] = 253524, - [SMALL_STATE(5237)] = 253545, - [SMALL_STATE(5238)] = 253566, - [SMALL_STATE(5239)] = 253587, - [SMALL_STATE(5240)] = 253608, - [SMALL_STATE(5241)] = 253629, - [SMALL_STATE(5242)] = 253650, - [SMALL_STATE(5243)] = 253671, - [SMALL_STATE(5244)] = 253692, - [SMALL_STATE(5245)] = 253713, - [SMALL_STATE(5246)] = 253734, - [SMALL_STATE(5247)] = 253755, - [SMALL_STATE(5248)] = 253776, - [SMALL_STATE(5249)] = 253797, - [SMALL_STATE(5250)] = 253818, - [SMALL_STATE(5251)] = 253839, - [SMALL_STATE(5252)] = 253860, - [SMALL_STATE(5253)] = 253881, - [SMALL_STATE(5254)] = 253902, - [SMALL_STATE(5255)] = 253923, - [SMALL_STATE(5256)] = 253944, - [SMALL_STATE(5257)] = 253965, - [SMALL_STATE(5258)] = 253986, - [SMALL_STATE(5259)] = 254007, - [SMALL_STATE(5260)] = 254024, - [SMALL_STATE(5261)] = 254045, - [SMALL_STATE(5262)] = 254066, - [SMALL_STATE(5263)] = 254087, - [SMALL_STATE(5264)] = 254108, - [SMALL_STATE(5265)] = 254129, - [SMALL_STATE(5266)] = 254150, - [SMALL_STATE(5267)] = 254171, - [SMALL_STATE(5268)] = 254192, - [SMALL_STATE(5269)] = 254213, - [SMALL_STATE(5270)] = 254234, - [SMALL_STATE(5271)] = 254255, - [SMALL_STATE(5272)] = 254276, - [SMALL_STATE(5273)] = 254297, - [SMALL_STATE(5274)] = 254318, - [SMALL_STATE(5275)] = 254339, - [SMALL_STATE(5276)] = 254360, - [SMALL_STATE(5277)] = 254381, - [SMALL_STATE(5278)] = 254402, - [SMALL_STATE(5279)] = 254423, - [SMALL_STATE(5280)] = 254444, - [SMALL_STATE(5281)] = 254465, - [SMALL_STATE(5282)] = 254486, - [SMALL_STATE(5283)] = 254507, - [SMALL_STATE(5284)] = 254528, - [SMALL_STATE(5285)] = 254549, - [SMALL_STATE(5286)] = 254570, - [SMALL_STATE(5287)] = 254591, - [SMALL_STATE(5288)] = 254612, - [SMALL_STATE(5289)] = 254633, - [SMALL_STATE(5290)] = 254654, - [SMALL_STATE(5291)] = 254675, - [SMALL_STATE(5292)] = 254696, - [SMALL_STATE(5293)] = 254717, - [SMALL_STATE(5294)] = 254738, - [SMALL_STATE(5295)] = 254759, - [SMALL_STATE(5296)] = 254780, - [SMALL_STATE(5297)] = 254801, - [SMALL_STATE(5298)] = 254822, - [SMALL_STATE(5299)] = 254843, - [SMALL_STATE(5300)] = 254864, - [SMALL_STATE(5301)] = 254885, - [SMALL_STATE(5302)] = 254906, - [SMALL_STATE(5303)] = 254927, - [SMALL_STATE(5304)] = 254948, - [SMALL_STATE(5305)] = 254969, - [SMALL_STATE(5306)] = 254990, - [SMALL_STATE(5307)] = 255011, - [SMALL_STATE(5308)] = 255032, - [SMALL_STATE(5309)] = 255053, - [SMALL_STATE(5310)] = 255074, - [SMALL_STATE(5311)] = 255095, - [SMALL_STATE(5312)] = 255116, - [SMALL_STATE(5313)] = 255137, - [SMALL_STATE(5314)] = 255158, - [SMALL_STATE(5315)] = 255179, - [SMALL_STATE(5316)] = 255200, - [SMALL_STATE(5317)] = 255221, - [SMALL_STATE(5318)] = 255242, - [SMALL_STATE(5319)] = 255263, - [SMALL_STATE(5320)] = 255284, - [SMALL_STATE(5321)] = 255305, - [SMALL_STATE(5322)] = 255326, - [SMALL_STATE(5323)] = 255347, - [SMALL_STATE(5324)] = 255368, - [SMALL_STATE(5325)] = 255389, - [SMALL_STATE(5326)] = 255410, - [SMALL_STATE(5327)] = 255431, - [SMALL_STATE(5328)] = 255452, - [SMALL_STATE(5329)] = 255473, - [SMALL_STATE(5330)] = 255494, - [SMALL_STATE(5331)] = 255515, - [SMALL_STATE(5332)] = 255536, - [SMALL_STATE(5333)] = 255557, - [SMALL_STATE(5334)] = 255578, - [SMALL_STATE(5335)] = 255599, - [SMALL_STATE(5336)] = 255620, - [SMALL_STATE(5337)] = 255641, - [SMALL_STATE(5338)] = 255662, - [SMALL_STATE(5339)] = 255683, - [SMALL_STATE(5340)] = 255704, - [SMALL_STATE(5341)] = 255725, - [SMALL_STATE(5342)] = 255746, - [SMALL_STATE(5343)] = 255767, - [SMALL_STATE(5344)] = 255788, - [SMALL_STATE(5345)] = 255809, - [SMALL_STATE(5346)] = 255830, - [SMALL_STATE(5347)] = 255851, - [SMALL_STATE(5348)] = 255872, - [SMALL_STATE(5349)] = 255893, - [SMALL_STATE(5350)] = 255914, - [SMALL_STATE(5351)] = 255935, - [SMALL_STATE(5352)] = 255956, - [SMALL_STATE(5353)] = 255977, - [SMALL_STATE(5354)] = 255998, - [SMALL_STATE(5355)] = 256019, - [SMALL_STATE(5356)] = 256040, - [SMALL_STATE(5357)] = 256061, - [SMALL_STATE(5358)] = 256082, - [SMALL_STATE(5359)] = 256103, - [SMALL_STATE(5360)] = 256124, - [SMALL_STATE(5361)] = 256145, - [SMALL_STATE(5362)] = 256166, - [SMALL_STATE(5363)] = 256187, - [SMALL_STATE(5364)] = 256208, - [SMALL_STATE(5365)] = 256229, - [SMALL_STATE(5366)] = 256250, - [SMALL_STATE(5367)] = 256271, - [SMALL_STATE(5368)] = 256292, - [SMALL_STATE(5369)] = 256313, - [SMALL_STATE(5370)] = 256334, - [SMALL_STATE(5371)] = 256355, - [SMALL_STATE(5372)] = 256376, - [SMALL_STATE(5373)] = 256397, - [SMALL_STATE(5374)] = 256418, - [SMALL_STATE(5375)] = 256439, - [SMALL_STATE(5376)] = 256460, - [SMALL_STATE(5377)] = 256481, - [SMALL_STATE(5378)] = 256502, - [SMALL_STATE(5379)] = 256523, - [SMALL_STATE(5380)] = 256544, - [SMALL_STATE(5381)] = 256565, - [SMALL_STATE(5382)] = 256586, - [SMALL_STATE(5383)] = 256607, - [SMALL_STATE(5384)] = 256628, - [SMALL_STATE(5385)] = 256649, - [SMALL_STATE(5386)] = 256670, - [SMALL_STATE(5387)] = 256691, - [SMALL_STATE(5388)] = 256712, - [SMALL_STATE(5389)] = 256733, - [SMALL_STATE(5390)] = 256754, - [SMALL_STATE(5391)] = 256775, - [SMALL_STATE(5392)] = 256796, - [SMALL_STATE(5393)] = 256817, - [SMALL_STATE(5394)] = 256838, - [SMALL_STATE(5395)] = 256859, - [SMALL_STATE(5396)] = 256880, - [SMALL_STATE(5397)] = 256901, - [SMALL_STATE(5398)] = 256922, - [SMALL_STATE(5399)] = 256943, - [SMALL_STATE(5400)] = 256964, - [SMALL_STATE(5401)] = 256985, - [SMALL_STATE(5402)] = 257006, - [SMALL_STATE(5403)] = 257027, - [SMALL_STATE(5404)] = 257048, - [SMALL_STATE(5405)] = 257069, - [SMALL_STATE(5406)] = 257090, - [SMALL_STATE(5407)] = 257111, - [SMALL_STATE(5408)] = 257132, - [SMALL_STATE(5409)] = 257153, - [SMALL_STATE(5410)] = 257174, - [SMALL_STATE(5411)] = 257195, - [SMALL_STATE(5412)] = 257216, - [SMALL_STATE(5413)] = 257237, - [SMALL_STATE(5414)] = 257258, - [SMALL_STATE(5415)] = 257279, - [SMALL_STATE(5416)] = 257300, - [SMALL_STATE(5417)] = 257321, - [SMALL_STATE(5418)] = 257342, - [SMALL_STATE(5419)] = 257363, - [SMALL_STATE(5420)] = 257384, - [SMALL_STATE(5421)] = 257405, - [SMALL_STATE(5422)] = 257426, - [SMALL_STATE(5423)] = 257447, - [SMALL_STATE(5424)] = 257468, - [SMALL_STATE(5425)] = 257485, - [SMALL_STATE(5426)] = 257506, - [SMALL_STATE(5427)] = 257527, - [SMALL_STATE(5428)] = 257548, - [SMALL_STATE(5429)] = 257569, - [SMALL_STATE(5430)] = 257590, - [SMALL_STATE(5431)] = 257611, - [SMALL_STATE(5432)] = 257632, - [SMALL_STATE(5433)] = 257653, - [SMALL_STATE(5434)] = 257674, - [SMALL_STATE(5435)] = 257695, - [SMALL_STATE(5436)] = 257716, - [SMALL_STATE(5437)] = 257737, - [SMALL_STATE(5438)] = 257751, - [SMALL_STATE(5439)] = 257769, - [SMALL_STATE(5440)] = 257787, - [SMALL_STATE(5441)] = 257805, - [SMALL_STATE(5442)] = 257823, - [SMALL_STATE(5443)] = 257841, - [SMALL_STATE(5444)] = 257857, - [SMALL_STATE(5445)] = 257875, - [SMALL_STATE(5446)] = 257893, - [SMALL_STATE(5447)] = 257911, - [SMALL_STATE(5448)] = 257929, - [SMALL_STATE(5449)] = 257943, - [SMALL_STATE(5450)] = 257957, - [SMALL_STATE(5451)] = 257973, - [SMALL_STATE(5452)] = 257991, - [SMALL_STATE(5453)] = 258006, - [SMALL_STATE(5454)] = 258019, - [SMALL_STATE(5455)] = 258034, - [SMALL_STATE(5456)] = 258049, - [SMALL_STATE(5457)] = 258064, - [SMALL_STATE(5458)] = 258079, - [SMALL_STATE(5459)] = 258094, - [SMALL_STATE(5460)] = 258109, - [SMALL_STATE(5461)] = 258124, - [SMALL_STATE(5462)] = 258137, - [SMALL_STATE(5463)] = 258152, - [SMALL_STATE(5464)] = 258167, - [SMALL_STATE(5465)] = 258182, - [SMALL_STATE(5466)] = 258195, - [SMALL_STATE(5467)] = 258210, - [SMALL_STATE(5468)] = 258225, - [SMALL_STATE(5469)] = 258240, - [SMALL_STATE(5470)] = 258255, - [SMALL_STATE(5471)] = 258270, - [SMALL_STATE(5472)] = 258285, - [SMALL_STATE(5473)] = 258300, - [SMALL_STATE(5474)] = 258315, - [SMALL_STATE(5475)] = 258330, - [SMALL_STATE(5476)] = 258345, - [SMALL_STATE(5477)] = 258360, - [SMALL_STATE(5478)] = 258375, - [SMALL_STATE(5479)] = 258390, - [SMALL_STATE(5480)] = 258405, - [SMALL_STATE(5481)] = 258420, - [SMALL_STATE(5482)] = 258435, - [SMALL_STATE(5483)] = 258450, - [SMALL_STATE(5484)] = 258465, - [SMALL_STATE(5485)] = 258478, - [SMALL_STATE(5486)] = 258493, - [SMALL_STATE(5487)] = 258508, - [SMALL_STATE(5488)] = 258523, - [SMALL_STATE(5489)] = 258538, - [SMALL_STATE(5490)] = 258553, - [SMALL_STATE(5491)] = 258568, - [SMALL_STATE(5492)] = 258581, - [SMALL_STATE(5493)] = 258596, - [SMALL_STATE(5494)] = 258611, - [SMALL_STATE(5495)] = 258626, - [SMALL_STATE(5496)] = 258641, - [SMALL_STATE(5497)] = 258656, - [SMALL_STATE(5498)] = 258671, - [SMALL_STATE(5499)] = 258686, - [SMALL_STATE(5500)] = 258701, - [SMALL_STATE(5501)] = 258716, - [SMALL_STATE(5502)] = 258731, - [SMALL_STATE(5503)] = 258746, - [SMALL_STATE(5504)] = 258761, - [SMALL_STATE(5505)] = 258776, - [SMALL_STATE(5506)] = 258791, - [SMALL_STATE(5507)] = 258806, - [SMALL_STATE(5508)] = 258821, - [SMALL_STATE(5509)] = 258834, - [SMALL_STATE(5510)] = 258849, - [SMALL_STATE(5511)] = 258864, - [SMALL_STATE(5512)] = 258879, - [SMALL_STATE(5513)] = 258894, - [SMALL_STATE(5514)] = 258909, - [SMALL_STATE(5515)] = 258924, - [SMALL_STATE(5516)] = 258937, - [SMALL_STATE(5517)] = 258952, - [SMALL_STATE(5518)] = 258967, - [SMALL_STATE(5519)] = 258982, - [SMALL_STATE(5520)] = 258997, - [SMALL_STATE(5521)] = 259012, - [SMALL_STATE(5522)] = 259027, - [SMALL_STATE(5523)] = 259042, - [SMALL_STATE(5524)] = 259057, - [SMALL_STATE(5525)] = 259072, - [SMALL_STATE(5526)] = 259087, - [SMALL_STATE(5527)] = 259102, - [SMALL_STATE(5528)] = 259117, - [SMALL_STATE(5529)] = 259132, - [SMALL_STATE(5530)] = 259147, - [SMALL_STATE(5531)] = 259162, - [SMALL_STATE(5532)] = 259177, - [SMALL_STATE(5533)] = 259192, - [SMALL_STATE(5534)] = 259207, - [SMALL_STATE(5535)] = 259222, - [SMALL_STATE(5536)] = 259237, - [SMALL_STATE(5537)] = 259252, - [SMALL_STATE(5538)] = 259267, - [SMALL_STATE(5539)] = 259282, - [SMALL_STATE(5540)] = 259297, - [SMALL_STATE(5541)] = 259309, - [SMALL_STATE(5542)] = 259321, - [SMALL_STATE(5543)] = 259333, - [SMALL_STATE(5544)] = 259345, - [SMALL_STATE(5545)] = 259357, - [SMALL_STATE(5546)] = 259369, - [SMALL_STATE(5547)] = 259381, - [SMALL_STATE(5548)] = 259393, - [SMALL_STATE(5549)] = 259405, - [SMALL_STATE(5550)] = 259417, - [SMALL_STATE(5551)] = 259429, - [SMALL_STATE(5552)] = 259441, - [SMALL_STATE(5553)] = 259453, - [SMALL_STATE(5554)] = 259465, - [SMALL_STATE(5555)] = 259477, - [SMALL_STATE(5556)] = 259489, - [SMALL_STATE(5557)] = 259501, - [SMALL_STATE(5558)] = 259513, - [SMALL_STATE(5559)] = 259525, - [SMALL_STATE(5560)] = 259537, - [SMALL_STATE(5561)] = 259549, - [SMALL_STATE(5562)] = 259561, - [SMALL_STATE(5563)] = 259573, - [SMALL_STATE(5564)] = 259585, - [SMALL_STATE(5565)] = 259597, - [SMALL_STATE(5566)] = 259609, - [SMALL_STATE(5567)] = 259621, - [SMALL_STATE(5568)] = 259633, - [SMALL_STATE(5569)] = 259645, - [SMALL_STATE(5570)] = 259657, - [SMALL_STATE(5571)] = 259669, - [SMALL_STATE(5572)] = 259681, - [SMALL_STATE(5573)] = 259693, - [SMALL_STATE(5574)] = 259705, - [SMALL_STATE(5575)] = 259717, - [SMALL_STATE(5576)] = 259729, - [SMALL_STATE(5577)] = 259741, - [SMALL_STATE(5578)] = 259753, - [SMALL_STATE(5579)] = 259765, - [SMALL_STATE(5580)] = 259777, - [SMALL_STATE(5581)] = 259789, - [SMALL_STATE(5582)] = 259801, - [SMALL_STATE(5583)] = 259813, - [SMALL_STATE(5584)] = 259825, - [SMALL_STATE(5585)] = 259837, - [SMALL_STATE(5586)] = 259849, - [SMALL_STATE(5587)] = 259861, - [SMALL_STATE(5588)] = 259873, - [SMALL_STATE(5589)] = 259885, - [SMALL_STATE(5590)] = 259897, - [SMALL_STATE(5591)] = 259909, - [SMALL_STATE(5592)] = 259921, - [SMALL_STATE(5593)] = 259933, - [SMALL_STATE(5594)] = 259945, - [SMALL_STATE(5595)] = 259957, - [SMALL_STATE(5596)] = 259969, - [SMALL_STATE(5597)] = 259981, - [SMALL_STATE(5598)] = 259993, - [SMALL_STATE(5599)] = 260005, - [SMALL_STATE(5600)] = 260017, - [SMALL_STATE(5601)] = 260029, - [SMALL_STATE(5602)] = 260041, - [SMALL_STATE(5603)] = 260053, - [SMALL_STATE(5604)] = 260065, - [SMALL_STATE(5605)] = 260077, - [SMALL_STATE(5606)] = 260089, - [SMALL_STATE(5607)] = 260101, - [SMALL_STATE(5608)] = 260113, - [SMALL_STATE(5609)] = 260125, - [SMALL_STATE(5610)] = 260137, - [SMALL_STATE(5611)] = 260149, - [SMALL_STATE(5612)] = 260161, - [SMALL_STATE(5613)] = 260173, - [SMALL_STATE(5614)] = 260185, - [SMALL_STATE(5615)] = 260197, - [SMALL_STATE(5616)] = 260209, - [SMALL_STATE(5617)] = 260221, - [SMALL_STATE(5618)] = 260233, - [SMALL_STATE(5619)] = 260245, - [SMALL_STATE(5620)] = 260257, - [SMALL_STATE(5621)] = 260269, - [SMALL_STATE(5622)] = 260281, - [SMALL_STATE(5623)] = 260293, - [SMALL_STATE(5624)] = 260305, - [SMALL_STATE(5625)] = 260317, - [SMALL_STATE(5626)] = 260329, - [SMALL_STATE(5627)] = 260341, - [SMALL_STATE(5628)] = 260353, - [SMALL_STATE(5629)] = 260365, - [SMALL_STATE(5630)] = 260377, - [SMALL_STATE(5631)] = 260389, - [SMALL_STATE(5632)] = 260401, - [SMALL_STATE(5633)] = 260413, - [SMALL_STATE(5634)] = 260425, - [SMALL_STATE(5635)] = 260437, - [SMALL_STATE(5636)] = 260449, - [SMALL_STATE(5637)] = 260461, - [SMALL_STATE(5638)] = 260473, - [SMALL_STATE(5639)] = 260485, - [SMALL_STATE(5640)] = 260497, - [SMALL_STATE(5641)] = 260509, - [SMALL_STATE(5642)] = 260521, - [SMALL_STATE(5643)] = 260533, - [SMALL_STATE(5644)] = 260545, - [SMALL_STATE(5645)] = 260557, - [SMALL_STATE(5646)] = 260569, - [SMALL_STATE(5647)] = 260581, - [SMALL_STATE(5648)] = 260593, - [SMALL_STATE(5649)] = 260605, - [SMALL_STATE(5650)] = 260617, - [SMALL_STATE(5651)] = 260629, - [SMALL_STATE(5652)] = 260641, - [SMALL_STATE(5653)] = 260653, - [SMALL_STATE(5654)] = 260665, - [SMALL_STATE(5655)] = 260677, - [SMALL_STATE(5656)] = 260689, - [SMALL_STATE(5657)] = 260701, - [SMALL_STATE(5658)] = 260713, - [SMALL_STATE(5659)] = 260725, - [SMALL_STATE(5660)] = 260737, - [SMALL_STATE(5661)] = 260749, - [SMALL_STATE(5662)] = 260761, - [SMALL_STATE(5663)] = 260773, - [SMALL_STATE(5664)] = 260785, - [SMALL_STATE(5665)] = 260797, - [SMALL_STATE(5666)] = 260809, - [SMALL_STATE(5667)] = 260821, - [SMALL_STATE(5668)] = 260833, - [SMALL_STATE(5669)] = 260845, + [SMALL_STATE(1091)] = 0, + [SMALL_STATE(1092)] = 73, + [SMALL_STATE(1093)] = 152, + [SMALL_STATE(1094)] = 225, + [SMALL_STATE(1095)] = 298, + [SMALL_STATE(1096)] = 371, + [SMALL_STATE(1097)] = 444, + [SMALL_STATE(1098)] = 517, + [SMALL_STATE(1099)] = 590, + [SMALL_STATE(1100)] = 663, + [SMALL_STATE(1101)] = 736, + [SMALL_STATE(1102)] = 809, + [SMALL_STATE(1103)] = 888, + [SMALL_STATE(1104)] = 961, + [SMALL_STATE(1105)] = 1090, + [SMALL_STATE(1106)] = 1163, + [SMALL_STATE(1107)] = 1242, + [SMALL_STATE(1108)] = 1315, + [SMALL_STATE(1109)] = 1388, + [SMALL_STATE(1110)] = 1461, + [SMALL_STATE(1111)] = 1534, + [SMALL_STATE(1112)] = 1609, + [SMALL_STATE(1113)] = 1684, + [SMALL_STATE(1114)] = 1759, + [SMALL_STATE(1115)] = 1834, + [SMALL_STATE(1116)] = 1909, + [SMALL_STATE(1117)] = 2038, + [SMALL_STATE(1118)] = 2113, + [SMALL_STATE(1119)] = 2242, + [SMALL_STATE(1120)] = 2317, + [SMALL_STATE(1121)] = 2392, + [SMALL_STATE(1122)] = 2521, + [SMALL_STATE(1123)] = 2594, + [SMALL_STATE(1124)] = 2669, + [SMALL_STATE(1125)] = 2798, + [SMALL_STATE(1126)] = 2927, + [SMALL_STATE(1127)] = 3006, + [SMALL_STATE(1128)] = 3079, + [SMALL_STATE(1129)] = 3152, + [SMALL_STATE(1130)] = 3229, + [SMALL_STATE(1131)] = 3358, + [SMALL_STATE(1132)] = 3435, + [SMALL_STATE(1133)] = 3514, + [SMALL_STATE(1134)] = 3593, + [SMALL_STATE(1135)] = 3670, + [SMALL_STATE(1136)] = 3743, + [SMALL_STATE(1137)] = 3872, + [SMALL_STATE(1138)] = 3951, + [SMALL_STATE(1139)] = 4024, + [SMALL_STATE(1140)] = 4096, + [SMALL_STATE(1141)] = 4170, + [SMALL_STATE(1142)] = 4242, + [SMALL_STATE(1143)] = 4314, + [SMALL_STATE(1144)] = 4386, + [SMALL_STATE(1145)] = 4458, + [SMALL_STATE(1146)] = 4530, + [SMALL_STATE(1147)] = 4602, + [SMALL_STATE(1148)] = 4674, + [SMALL_STATE(1149)] = 4746, + [SMALL_STATE(1150)] = 4818, + [SMALL_STATE(1151)] = 4890, + [SMALL_STATE(1152)] = 4962, + [SMALL_STATE(1153)] = 5034, + [SMALL_STATE(1154)] = 5106, + [SMALL_STATE(1155)] = 5178, + [SMALL_STATE(1156)] = 5250, + [SMALL_STATE(1157)] = 5322, + [SMALL_STATE(1158)] = 5394, + [SMALL_STATE(1159)] = 5466, + [SMALL_STATE(1160)] = 5538, + [SMALL_STATE(1161)] = 5610, + [SMALL_STATE(1162)] = 5682, + [SMALL_STATE(1163)] = 5754, + [SMALL_STATE(1164)] = 5830, + [SMALL_STATE(1165)] = 5902, + [SMALL_STATE(1166)] = 5974, + [SMALL_STATE(1167)] = 6050, + [SMALL_STATE(1168)] = 6122, + [SMALL_STATE(1169)] = 6194, + [SMALL_STATE(1170)] = 6266, + [SMALL_STATE(1171)] = 6338, + [SMALL_STATE(1172)] = 6410, + [SMALL_STATE(1173)] = 6482, + [SMALL_STATE(1174)] = 6554, + [SMALL_STATE(1175)] = 6626, + [SMALL_STATE(1176)] = 6698, + [SMALL_STATE(1177)] = 6770, + [SMALL_STATE(1178)] = 6842, + [SMALL_STATE(1179)] = 6914, + [SMALL_STATE(1180)] = 6986, + [SMALL_STATE(1181)] = 7058, + [SMALL_STATE(1182)] = 7130, + [SMALL_STATE(1183)] = 7202, + [SMALL_STATE(1184)] = 7274, + [SMALL_STATE(1185)] = 7346, + [SMALL_STATE(1186)] = 7420, + [SMALL_STATE(1187)] = 7492, + [SMALL_STATE(1188)] = 7564, + [SMALL_STATE(1189)] = 7636, + [SMALL_STATE(1190)] = 7708, + [SMALL_STATE(1191)] = 7780, + [SMALL_STATE(1192)] = 7852, + [SMALL_STATE(1193)] = 7924, + [SMALL_STATE(1194)] = 7996, + [SMALL_STATE(1195)] = 8068, + [SMALL_STATE(1196)] = 8140, + [SMALL_STATE(1197)] = 8212, + [SMALL_STATE(1198)] = 8284, + [SMALL_STATE(1199)] = 8356, + [SMALL_STATE(1200)] = 8428, + [SMALL_STATE(1201)] = 8504, + [SMALL_STATE(1202)] = 8576, + [SMALL_STATE(1203)] = 8648, + [SMALL_STATE(1204)] = 8720, + [SMALL_STATE(1205)] = 8792, + [SMALL_STATE(1206)] = 8864, + [SMALL_STATE(1207)] = 8936, + [SMALL_STATE(1208)] = 9008, + [SMALL_STATE(1209)] = 9080, + [SMALL_STATE(1210)] = 9152, + [SMALL_STATE(1211)] = 9224, + [SMALL_STATE(1212)] = 9296, + [SMALL_STATE(1213)] = 9368, + [SMALL_STATE(1214)] = 9442, + [SMALL_STATE(1215)] = 9516, + [SMALL_STATE(1216)] = 9588, + [SMALL_STATE(1217)] = 9660, + [SMALL_STATE(1218)] = 9732, + [SMALL_STATE(1219)] = 9804, + [SMALL_STATE(1220)] = 9876, + [SMALL_STATE(1221)] = 9948, + [SMALL_STATE(1222)] = 10020, + [SMALL_STATE(1223)] = 10092, + [SMALL_STATE(1224)] = 10164, + [SMALL_STATE(1225)] = 10236, + [SMALL_STATE(1226)] = 10312, + [SMALL_STATE(1227)] = 10388, + [SMALL_STATE(1228)] = 10460, + [SMALL_STATE(1229)] = 10532, + [SMALL_STATE(1230)] = 10608, + [SMALL_STATE(1231)] = 10680, + [SMALL_STATE(1232)] = 10752, + [SMALL_STATE(1233)] = 10824, + [SMALL_STATE(1234)] = 10896, + [SMALL_STATE(1235)] = 10968, + [SMALL_STATE(1236)] = 11040, + [SMALL_STATE(1237)] = 11112, + [SMALL_STATE(1238)] = 11184, + [SMALL_STATE(1239)] = 11256, + [SMALL_STATE(1240)] = 11328, + [SMALL_STATE(1241)] = 11404, + [SMALL_STATE(1242)] = 11476, + [SMALL_STATE(1243)] = 11594, + [SMALL_STATE(1244)] = 11666, + [SMALL_STATE(1245)] = 11738, + [SMALL_STATE(1246)] = 11810, + [SMALL_STATE(1247)] = 11884, + [SMALL_STATE(1248)] = 11958, + [SMALL_STATE(1249)] = 12032, + [SMALL_STATE(1250)] = 12104, + [SMALL_STATE(1251)] = 12178, + [SMALL_STATE(1252)] = 12252, + [SMALL_STATE(1253)] = 12324, + [SMALL_STATE(1254)] = 12398, + [SMALL_STATE(1255)] = 12476, + [SMALL_STATE(1256)] = 12550, + [SMALL_STATE(1257)] = 12624, + [SMALL_STATE(1258)] = 12696, + [SMALL_STATE(1259)] = 12768, + [SMALL_STATE(1260)] = 12840, + [SMALL_STATE(1261)] = 12914, + [SMALL_STATE(1262)] = 12986, + [SMALL_STATE(1263)] = 13060, + [SMALL_STATE(1264)] = 13132, + [SMALL_STATE(1265)] = 13206, + [SMALL_STATE(1266)] = 13280, + [SMALL_STATE(1267)] = 13352, + [SMALL_STATE(1268)] = 13424, + [SMALL_STATE(1269)] = 13496, + [SMALL_STATE(1270)] = 13568, + [SMALL_STATE(1271)] = 13640, + [SMALL_STATE(1272)] = 13712, + [SMALL_STATE(1273)] = 13784, + [SMALL_STATE(1274)] = 13856, + [SMALL_STATE(1275)] = 13928, + [SMALL_STATE(1276)] = 14000, + [SMALL_STATE(1277)] = 14072, + [SMALL_STATE(1278)] = 14144, + [SMALL_STATE(1279)] = 14216, + [SMALL_STATE(1280)] = 14288, + [SMALL_STATE(1281)] = 14360, + [SMALL_STATE(1282)] = 14432, + [SMALL_STATE(1283)] = 14506, + [SMALL_STATE(1284)] = 14584, + [SMALL_STATE(1285)] = 14656, + [SMALL_STATE(1286)] = 14728, + [SMALL_STATE(1287)] = 14802, + [SMALL_STATE(1288)] = 14880, + [SMALL_STATE(1289)] = 14952, + [SMALL_STATE(1290)] = 15024, + [SMALL_STATE(1291)] = 15096, + [SMALL_STATE(1292)] = 15174, + [SMALL_STATE(1293)] = 15246, + [SMALL_STATE(1294)] = 15320, + [SMALL_STATE(1295)] = 15398, + [SMALL_STATE(1296)] = 15470, + [SMALL_STATE(1297)] = 15542, + [SMALL_STATE(1298)] = 15614, + [SMALL_STATE(1299)] = 15686, + [SMALL_STATE(1300)] = 15758, + [SMALL_STATE(1301)] = 15830, + [SMALL_STATE(1302)] = 15902, + [SMALL_STATE(1303)] = 15974, + [SMALL_STATE(1304)] = 16046, + [SMALL_STATE(1305)] = 16118, + [SMALL_STATE(1306)] = 16192, + [SMALL_STATE(1307)] = 16266, + [SMALL_STATE(1308)] = 16340, + [SMALL_STATE(1309)] = 16414, + [SMALL_STATE(1310)] = 16488, + [SMALL_STATE(1311)] = 16562, + [SMALL_STATE(1312)] = 16636, + [SMALL_STATE(1313)] = 16710, + [SMALL_STATE(1314)] = 16786, + [SMALL_STATE(1315)] = 16858, + [SMALL_STATE(1316)] = 16930, + [SMALL_STATE(1317)] = 17002, + [SMALL_STATE(1318)] = 17074, + [SMALL_STATE(1319)] = 17146, + [SMALL_STATE(1320)] = 17218, + [SMALL_STATE(1321)] = 17290, + [SMALL_STATE(1322)] = 17362, + [SMALL_STATE(1323)] = 17434, + [SMALL_STATE(1324)] = 17506, + [SMALL_STATE(1325)] = 17578, + [SMALL_STATE(1326)] = 17650, + [SMALL_STATE(1327)] = 17722, + [SMALL_STATE(1328)] = 17794, + [SMALL_STATE(1329)] = 17866, + [SMALL_STATE(1330)] = 17938, + [SMALL_STATE(1331)] = 18010, + [SMALL_STATE(1332)] = 18082, + [SMALL_STATE(1333)] = 18154, + [SMALL_STATE(1334)] = 18226, + [SMALL_STATE(1335)] = 18298, + [SMALL_STATE(1336)] = 18370, + [SMALL_STATE(1337)] = 18442, + [SMALL_STATE(1338)] = 18514, + [SMALL_STATE(1339)] = 18586, + [SMALL_STATE(1340)] = 18658, + [SMALL_STATE(1341)] = 18730, + [SMALL_STATE(1342)] = 18802, + [SMALL_STATE(1343)] = 18874, + [SMALL_STATE(1344)] = 18946, + [SMALL_STATE(1345)] = 19018, + [SMALL_STATE(1346)] = 19090, + [SMALL_STATE(1347)] = 19162, + [SMALL_STATE(1348)] = 19234, + [SMALL_STATE(1349)] = 19306, + [SMALL_STATE(1350)] = 19377, + [SMALL_STATE(1351)] = 19448, + [SMALL_STATE(1352)] = 19519, + [SMALL_STATE(1353)] = 19590, + [SMALL_STATE(1354)] = 19661, + [SMALL_STATE(1355)] = 19732, + [SMALL_STATE(1356)] = 19803, + [SMALL_STATE(1357)] = 19874, + [SMALL_STATE(1358)] = 19987, + [SMALL_STATE(1359)] = 20058, + [SMALL_STATE(1360)] = 20129, + [SMALL_STATE(1361)] = 20200, + [SMALL_STATE(1362)] = 20271, + [SMALL_STATE(1363)] = 20342, + [SMALL_STATE(1364)] = 20413, + [SMALL_STATE(1365)] = 20484, + [SMALL_STATE(1366)] = 20555, + [SMALL_STATE(1367)] = 20626, + [SMALL_STATE(1368)] = 20697, + [SMALL_STATE(1369)] = 20768, + [SMALL_STATE(1370)] = 20839, + [SMALL_STATE(1371)] = 20910, + [SMALL_STATE(1372)] = 20981, + [SMALL_STATE(1373)] = 21052, + [SMALL_STATE(1374)] = 21123, + [SMALL_STATE(1375)] = 21194, + [SMALL_STATE(1376)] = 21265, + [SMALL_STATE(1377)] = 21336, + [SMALL_STATE(1378)] = 21407, + [SMALL_STATE(1379)] = 21524, + [SMALL_STATE(1380)] = 21595, + [SMALL_STATE(1381)] = 21666, + [SMALL_STATE(1382)] = 21737, + [SMALL_STATE(1383)] = 21808, + [SMALL_STATE(1384)] = 21879, + [SMALL_STATE(1385)] = 21950, + [SMALL_STATE(1386)] = 22021, + [SMALL_STATE(1387)] = 22092, + [SMALL_STATE(1388)] = 22163, + [SMALL_STATE(1389)] = 22234, + [SMALL_STATE(1390)] = 22305, + [SMALL_STATE(1391)] = 22376, + [SMALL_STATE(1392)] = 22447, + [SMALL_STATE(1393)] = 22518, + [SMALL_STATE(1394)] = 22589, + [SMALL_STATE(1395)] = 22660, + [SMALL_STATE(1396)] = 22731, + [SMALL_STATE(1397)] = 22802, + [SMALL_STATE(1398)] = 22873, + [SMALL_STATE(1399)] = 22944, + [SMALL_STATE(1400)] = 23015, + [SMALL_STATE(1401)] = 23086, + [SMALL_STATE(1402)] = 23165, + [SMALL_STATE(1403)] = 23236, + [SMALL_STATE(1404)] = 23307, + [SMALL_STATE(1405)] = 23380, + [SMALL_STATE(1406)] = 23453, + [SMALL_STATE(1407)] = 23526, + [SMALL_STATE(1408)] = 23599, + [SMALL_STATE(1409)] = 23672, + [SMALL_STATE(1410)] = 23745, + [SMALL_STATE(1411)] = 23818, + [SMALL_STATE(1412)] = 23891, + [SMALL_STATE(1413)] = 23964, + [SMALL_STATE(1414)] = 24037, + [SMALL_STATE(1415)] = 24110, + [SMALL_STATE(1416)] = 24183, + [SMALL_STATE(1417)] = 24256, + [SMALL_STATE(1418)] = 24329, + [SMALL_STATE(1419)] = 24402, + [SMALL_STATE(1420)] = 24475, + [SMALL_STATE(1421)] = 24546, + [SMALL_STATE(1422)] = 24617, + [SMALL_STATE(1423)] = 24690, + [SMALL_STATE(1424)] = 24763, + [SMALL_STATE(1425)] = 24836, + [SMALL_STATE(1426)] = 24909, + [SMALL_STATE(1427)] = 24980, + [SMALL_STATE(1428)] = 25051, + [SMALL_STATE(1429)] = 25122, + [SMALL_STATE(1430)] = 25195, + [SMALL_STATE(1431)] = 25266, + [SMALL_STATE(1432)] = 25337, + [SMALL_STATE(1433)] = 25408, + [SMALL_STATE(1434)] = 25479, + [SMALL_STATE(1435)] = 25550, + [SMALL_STATE(1436)] = 25621, + [SMALL_STATE(1437)] = 25692, + [SMALL_STATE(1438)] = 25763, + [SMALL_STATE(1439)] = 25838, + [SMALL_STATE(1440)] = 25909, + [SMALL_STATE(1441)] = 25980, + [SMALL_STATE(1442)] = 26051, + [SMALL_STATE(1443)] = 26122, + [SMALL_STATE(1444)] = 26193, + [SMALL_STATE(1445)] = 26264, + [SMALL_STATE(1446)] = 26335, + [SMALL_STATE(1447)] = 26406, + [SMALL_STATE(1448)] = 26477, + [SMALL_STATE(1449)] = 26548, + [SMALL_STATE(1450)] = 26619, + [SMALL_STATE(1451)] = 26690, + [SMALL_STATE(1452)] = 26761, + [SMALL_STATE(1453)] = 26832, + [SMALL_STATE(1454)] = 26903, + [SMALL_STATE(1455)] = 26974, + [SMALL_STATE(1456)] = 27045, + [SMALL_STATE(1457)] = 27116, + [SMALL_STATE(1458)] = 27187, + [SMALL_STATE(1459)] = 27258, + [SMALL_STATE(1460)] = 27329, + [SMALL_STATE(1461)] = 27400, + [SMALL_STATE(1462)] = 27471, + [SMALL_STATE(1463)] = 27542, + [SMALL_STATE(1464)] = 27613, + [SMALL_STATE(1465)] = 27684, + [SMALL_STATE(1466)] = 27755, + [SMALL_STATE(1467)] = 27826, + [SMALL_STATE(1468)] = 27897, + [SMALL_STATE(1469)] = 27968, + [SMALL_STATE(1470)] = 28039, + [SMALL_STATE(1471)] = 28110, + [SMALL_STATE(1472)] = 28181, + [SMALL_STATE(1473)] = 28252, + [SMALL_STATE(1474)] = 28323, + [SMALL_STATE(1475)] = 28394, + [SMALL_STATE(1476)] = 28465, + [SMALL_STATE(1477)] = 28536, + [SMALL_STATE(1478)] = 28607, + [SMALL_STATE(1479)] = 28678, + [SMALL_STATE(1480)] = 28749, + [SMALL_STATE(1481)] = 28820, + [SMALL_STATE(1482)] = 28891, + [SMALL_STATE(1483)] = 28962, + [SMALL_STATE(1484)] = 29033, + [SMALL_STATE(1485)] = 29104, + [SMALL_STATE(1486)] = 29175, + [SMALL_STATE(1487)] = 29246, + [SMALL_STATE(1488)] = 29317, + [SMALL_STATE(1489)] = 29388, + [SMALL_STATE(1490)] = 29459, + [SMALL_STATE(1491)] = 29530, + [SMALL_STATE(1492)] = 29601, + [SMALL_STATE(1493)] = 29672, + [SMALL_STATE(1494)] = 29743, + [SMALL_STATE(1495)] = 29814, + [SMALL_STATE(1496)] = 29885, + [SMALL_STATE(1497)] = 29956, + [SMALL_STATE(1498)] = 30027, + [SMALL_STATE(1499)] = 30098, + [SMALL_STATE(1500)] = 30169, + [SMALL_STATE(1501)] = 30240, + [SMALL_STATE(1502)] = 30311, + [SMALL_STATE(1503)] = 30382, + [SMALL_STATE(1504)] = 30457, + [SMALL_STATE(1505)] = 30528, + [SMALL_STATE(1506)] = 30599, + [SMALL_STATE(1507)] = 30670, + [SMALL_STATE(1508)] = 30745, + [SMALL_STATE(1509)] = 30820, + [SMALL_STATE(1510)] = 30891, + [SMALL_STATE(1511)] = 30962, + [SMALL_STATE(1512)] = 31035, + [SMALL_STATE(1513)] = 31106, + [SMALL_STATE(1514)] = 31177, + [SMALL_STATE(1515)] = 31248, + [SMALL_STATE(1516)] = 31319, + [SMALL_STATE(1517)] = 31390, + [SMALL_STATE(1518)] = 31461, + [SMALL_STATE(1519)] = 31532, + [SMALL_STATE(1520)] = 31603, + [SMALL_STATE(1521)] = 31674, + [SMALL_STATE(1522)] = 31745, + [SMALL_STATE(1523)] = 31816, + [SMALL_STATE(1524)] = 31887, + [SMALL_STATE(1525)] = 31958, + [SMALL_STATE(1526)] = 32029, + [SMALL_STATE(1527)] = 32100, + [SMALL_STATE(1528)] = 32171, + [SMALL_STATE(1529)] = 32246, + [SMALL_STATE(1530)] = 32321, + [SMALL_STATE(1531)] = 32392, + [SMALL_STATE(1532)] = 32477, + [SMALL_STATE(1533)] = 32548, + [SMALL_STATE(1534)] = 32619, + [SMALL_STATE(1535)] = 32732, + [SMALL_STATE(1536)] = 32803, + [SMALL_STATE(1537)] = 32888, + [SMALL_STATE(1538)] = 32979, + [SMALL_STATE(1539)] = 33092, + [SMALL_STATE(1540)] = 33187, + [SMALL_STATE(1541)] = 33284, + [SMALL_STATE(1542)] = 33383, + [SMALL_STATE(1543)] = 33486, + [SMALL_STATE(1544)] = 33557, + [SMALL_STATE(1545)] = 33662, + [SMALL_STATE(1546)] = 33733, + [SMALL_STATE(1547)] = 33842, + [SMALL_STATE(1548)] = 33953, + [SMALL_STATE(1549)] = 34064, + [SMALL_STATE(1550)] = 34135, + [SMALL_STATE(1551)] = 34218, + [SMALL_STATE(1552)] = 34295, + [SMALL_STATE(1553)] = 34402, + [SMALL_STATE(1554)] = 34495, + [SMALL_STATE(1555)] = 34582, + [SMALL_STATE(1556)] = 34657, + [SMALL_STATE(1557)] = 34732, + [SMALL_STATE(1558)] = 34803, + [SMALL_STATE(1559)] = 34874, + [SMALL_STATE(1560)] = 34949, + [SMALL_STATE(1561)] = 35024, + [SMALL_STATE(1562)] = 35095, + [SMALL_STATE(1563)] = 35166, + [SMALL_STATE(1564)] = 35241, + [SMALL_STATE(1565)] = 35312, + [SMALL_STATE(1566)] = 35383, + [SMALL_STATE(1567)] = 35454, + [SMALL_STATE(1568)] = 35525, + [SMALL_STATE(1569)] = 35596, + [SMALL_STATE(1570)] = 35667, + [SMALL_STATE(1571)] = 35737, + [SMALL_STATE(1572)] = 35807, + [SMALL_STATE(1573)] = 35881, + [SMALL_STATE(1574)] = 35955, + [SMALL_STATE(1575)] = 36029, + [SMALL_STATE(1576)] = 36099, + [SMALL_STATE(1577)] = 36169, + [SMALL_STATE(1578)] = 36239, + [SMALL_STATE(1579)] = 36309, + [SMALL_STATE(1580)] = 36379, + [SMALL_STATE(1581)] = 36449, + [SMALL_STATE(1582)] = 36519, + [SMALL_STATE(1583)] = 36589, + [SMALL_STATE(1584)] = 36659, + [SMALL_STATE(1585)] = 36729, + [SMALL_STATE(1586)] = 36799, + [SMALL_STATE(1587)] = 36869, + [SMALL_STATE(1588)] = 36939, + [SMALL_STATE(1589)] = 37009, + [SMALL_STATE(1590)] = 37079, + [SMALL_STATE(1591)] = 37153, + [SMALL_STATE(1592)] = 37223, + [SMALL_STATE(1593)] = 37293, + [SMALL_STATE(1594)] = 37363, + [SMALL_STATE(1595)] = 37433, + [SMALL_STATE(1596)] = 37503, + [SMALL_STATE(1597)] = 37577, + [SMALL_STATE(1598)] = 37651, + [SMALL_STATE(1599)] = 37721, + [SMALL_STATE(1600)] = 37791, + [SMALL_STATE(1601)] = 37861, + [SMALL_STATE(1602)] = 37931, + [SMALL_STATE(1603)] = 38001, + [SMALL_STATE(1604)] = 38071, + [SMALL_STATE(1605)] = 38141, + [SMALL_STATE(1606)] = 38211, + [SMALL_STATE(1607)] = 38281, + [SMALL_STATE(1608)] = 38351, + [SMALL_STATE(1609)] = 38421, + [SMALL_STATE(1610)] = 38491, + [SMALL_STATE(1611)] = 38561, + [SMALL_STATE(1612)] = 38631, + [SMALL_STATE(1613)] = 38701, + [SMALL_STATE(1614)] = 38771, + [SMALL_STATE(1615)] = 38841, + [SMALL_STATE(1616)] = 38911, + [SMALL_STATE(1617)] = 38981, + [SMALL_STATE(1618)] = 39051, + [SMALL_STATE(1619)] = 39121, + [SMALL_STATE(1620)] = 39191, + [SMALL_STATE(1621)] = 39261, + [SMALL_STATE(1622)] = 39347, + [SMALL_STATE(1623)] = 39417, + [SMALL_STATE(1624)] = 39509, + [SMALL_STATE(1625)] = 39581, + [SMALL_STATE(1626)] = 39709, + [SMALL_STATE(1627)] = 39779, + [SMALL_STATE(1628)] = 39885, + [SMALL_STATE(1629)] = 39961, + [SMALL_STATE(1630)] = 40031, + [SMALL_STATE(1631)] = 40113, + [SMALL_STATE(1632)] = 40183, + [SMALL_STATE(1633)] = 40261, + [SMALL_STATE(1634)] = 40331, + [SMALL_STATE(1635)] = 40441, + [SMALL_STATE(1636)] = 40551, + [SMALL_STATE(1637)] = 40621, + [SMALL_STATE(1638)] = 40691, + [SMALL_STATE(1639)] = 40761, + [SMALL_STATE(1640)] = 40831, + [SMALL_STATE(1641)] = 40901, + [SMALL_STATE(1642)] = 41009, + [SMALL_STATE(1643)] = 41113, + [SMALL_STATE(1644)] = 41215, + [SMALL_STATE(1645)] = 41313, + [SMALL_STATE(1646)] = 41383, + [SMALL_STATE(1647)] = 41479, + [SMALL_STATE(1648)] = 41573, + [SMALL_STATE(1649)] = 41643, + [SMALL_STATE(1650)] = 41733, + [SMALL_STATE(1651)] = 41803, + [SMALL_STATE(1652)] = 41875, + [SMALL_STATE(1653)] = 41959, + [SMALL_STATE(1654)] = 42029, + [SMALL_STATE(1655)] = 42113, + [SMALL_STATE(1656)] = 42183, + [SMALL_STATE(1657)] = 42253, + [SMALL_STATE(1658)] = 42323, + [SMALL_STATE(1659)] = 42393, + [SMALL_STATE(1660)] = 42463, + [SMALL_STATE(1661)] = 42533, + [SMALL_STATE(1662)] = 42603, + [SMALL_STATE(1663)] = 42715, + [SMALL_STATE(1664)] = 42827, + [SMALL_STATE(1665)] = 42939, + [SMALL_STATE(1666)] = 43009, + [SMALL_STATE(1667)] = 43079, + [SMALL_STATE(1668)] = 43199, + [SMALL_STATE(1669)] = 43269, + [SMALL_STATE(1670)] = 43339, + [SMALL_STATE(1671)] = 43409, + [SMALL_STATE(1672)] = 43529, + [SMALL_STATE(1673)] = 43599, + [SMALL_STATE(1674)] = 43669, + [SMALL_STATE(1675)] = 43739, + [SMALL_STATE(1676)] = 43809, + [SMALL_STATE(1677)] = 43879, + [SMALL_STATE(1678)] = 43949, + [SMALL_STATE(1679)] = 44019, + [SMALL_STATE(1680)] = 44089, + [SMALL_STATE(1681)] = 44159, + [SMALL_STATE(1682)] = 44229, + [SMALL_STATE(1683)] = 44299, + [SMALL_STATE(1684)] = 44369, + [SMALL_STATE(1685)] = 44439, + [SMALL_STATE(1686)] = 44509, + [SMALL_STATE(1687)] = 44637, + [SMALL_STATE(1688)] = 44707, + [SMALL_STATE(1689)] = 44777, + [SMALL_STATE(1690)] = 44847, + [SMALL_STATE(1691)] = 44917, + [SMALL_STATE(1692)] = 44987, + [SMALL_STATE(1693)] = 45057, + [SMALL_STATE(1694)] = 45127, + [SMALL_STATE(1695)] = 45197, + [SMALL_STATE(1696)] = 45267, + [SMALL_STATE(1697)] = 45337, + [SMALL_STATE(1698)] = 45407, + [SMALL_STATE(1699)] = 45477, + [SMALL_STATE(1700)] = 45547, + [SMALL_STATE(1701)] = 45619, + [SMALL_STATE(1702)] = 45691, + [SMALL_STATE(1703)] = 45763, + [SMALL_STATE(1704)] = 45835, + [SMALL_STATE(1705)] = 45907, + [SMALL_STATE(1706)] = 45979, + [SMALL_STATE(1707)] = 46051, + [SMALL_STATE(1708)] = 46123, + [SMALL_STATE(1709)] = 46195, + [SMALL_STATE(1710)] = 46267, + [SMALL_STATE(1711)] = 46339, + [SMALL_STATE(1712)] = 46411, + [SMALL_STATE(1713)] = 46483, + [SMALL_STATE(1714)] = 46555, + [SMALL_STATE(1715)] = 46627, + [SMALL_STATE(1716)] = 46699, + [SMALL_STATE(1717)] = 46771, + [SMALL_STATE(1718)] = 46843, + [SMALL_STATE(1719)] = 46913, + [SMALL_STATE(1720)] = 46985, + [SMALL_STATE(1721)] = 47057, + [SMALL_STATE(1722)] = 47127, + [SMALL_STATE(1723)] = 47197, + [SMALL_STATE(1724)] = 47267, + [SMALL_STATE(1725)] = 47337, + [SMALL_STATE(1726)] = 47407, + [SMALL_STATE(1727)] = 47477, + [SMALL_STATE(1728)] = 47547, + [SMALL_STATE(1729)] = 47617, + [SMALL_STATE(1730)] = 47689, + [SMALL_STATE(1731)] = 47761, + [SMALL_STATE(1732)] = 47837, + [SMALL_STATE(1733)] = 47907, + [SMALL_STATE(1734)] = 47977, + [SMALL_STATE(1735)] = 48047, + [SMALL_STATE(1736)] = 48117, + [SMALL_STATE(1737)] = 48187, + [SMALL_STATE(1738)] = 48257, + [SMALL_STATE(1739)] = 48327, + [SMALL_STATE(1740)] = 48397, + [SMALL_STATE(1741)] = 48467, + [SMALL_STATE(1742)] = 48537, + [SMALL_STATE(1743)] = 48607, + [SMALL_STATE(1744)] = 48677, + [SMALL_STATE(1745)] = 48753, + [SMALL_STATE(1746)] = 48823, + [SMALL_STATE(1747)] = 48893, + [SMALL_STATE(1748)] = 48963, + [SMALL_STATE(1749)] = 49033, + [SMALL_STATE(1750)] = 49103, + [SMALL_STATE(1751)] = 49173, + [SMALL_STATE(1752)] = 49243, + [SMALL_STATE(1753)] = 49313, + [SMALL_STATE(1754)] = 49383, + [SMALL_STATE(1755)] = 49453, + [SMALL_STATE(1756)] = 49523, + [SMALL_STATE(1757)] = 49593, + [SMALL_STATE(1758)] = 49663, + [SMALL_STATE(1759)] = 49733, + [SMALL_STATE(1760)] = 49803, + [SMALL_STATE(1761)] = 49873, + [SMALL_STATE(1762)] = 49943, + [SMALL_STATE(1763)] = 50013, + [SMALL_STATE(1764)] = 50083, + [SMALL_STATE(1765)] = 50153, + [SMALL_STATE(1766)] = 50223, + [SMALL_STATE(1767)] = 50293, + [SMALL_STATE(1768)] = 50363, + [SMALL_STATE(1769)] = 50433, + [SMALL_STATE(1770)] = 50503, + [SMALL_STATE(1771)] = 50573, + [SMALL_STATE(1772)] = 50643, + [SMALL_STATE(1773)] = 50713, + [SMALL_STATE(1774)] = 50783, + [SMALL_STATE(1775)] = 50853, + [SMALL_STATE(1776)] = 50923, + [SMALL_STATE(1777)] = 50993, + [SMALL_STATE(1778)] = 51063, + [SMALL_STATE(1779)] = 51133, + [SMALL_STATE(1780)] = 51203, + [SMALL_STATE(1781)] = 51273, + [SMALL_STATE(1782)] = 51343, + [SMALL_STATE(1783)] = 51413, + [SMALL_STATE(1784)] = 51483, + [SMALL_STATE(1785)] = 51553, + [SMALL_STATE(1786)] = 51623, + [SMALL_STATE(1787)] = 51693, + [SMALL_STATE(1788)] = 51763, + [SMALL_STATE(1789)] = 51837, + [SMALL_STATE(1790)] = 51911, + [SMALL_STATE(1791)] = 51985, + [SMALL_STATE(1792)] = 52057, + [SMALL_STATE(1793)] = 52129, + [SMALL_STATE(1794)] = 52199, + [SMALL_STATE(1795)] = 52269, + [SMALL_STATE(1796)] = 52338, + [SMALL_STATE(1797)] = 52407, + [SMALL_STATE(1798)] = 52476, + [SMALL_STATE(1799)] = 52545, + [SMALL_STATE(1800)] = 52614, + [SMALL_STATE(1801)] = 52683, + [SMALL_STATE(1802)] = 52752, + [SMALL_STATE(1803)] = 52821, + [SMALL_STATE(1804)] = 52890, + [SMALL_STATE(1805)] = 52959, + [SMALL_STATE(1806)] = 53028, + [SMALL_STATE(1807)] = 53097, + [SMALL_STATE(1808)] = 53166, + [SMALL_STATE(1809)] = 53235, + [SMALL_STATE(1810)] = 53304, + [SMALL_STATE(1811)] = 53373, + [SMALL_STATE(1812)] = 53442, + [SMALL_STATE(1813)] = 53511, + [SMALL_STATE(1814)] = 53580, + [SMALL_STATE(1815)] = 53649, + [SMALL_STATE(1816)] = 53718, + [SMALL_STATE(1817)] = 53787, + [SMALL_STATE(1818)] = 53856, + [SMALL_STATE(1819)] = 53925, + [SMALL_STATE(1820)] = 53994, + [SMALL_STATE(1821)] = 54063, + [SMALL_STATE(1822)] = 54132, + [SMALL_STATE(1823)] = 54201, + [SMALL_STATE(1824)] = 54270, + [SMALL_STATE(1825)] = 54339, + [SMALL_STATE(1826)] = 54408, + [SMALL_STATE(1827)] = 54479, + [SMALL_STATE(1828)] = 54548, + [SMALL_STATE(1829)] = 54617, + [SMALL_STATE(1830)] = 54686, + [SMALL_STATE(1831)] = 54755, + [SMALL_STATE(1832)] = 54824, + [SMALL_STATE(1833)] = 54893, + [SMALL_STATE(1834)] = 54964, + [SMALL_STATE(1835)] = 55035, + [SMALL_STATE(1836)] = 55106, + [SMALL_STATE(1837)] = 55177, + [SMALL_STATE(1838)] = 55248, + [SMALL_STATE(1839)] = 55319, + [SMALL_STATE(1840)] = 55390, + [SMALL_STATE(1841)] = 55461, + [SMALL_STATE(1842)] = 55532, + [SMALL_STATE(1843)] = 55603, + [SMALL_STATE(1844)] = 55674, + [SMALL_STATE(1845)] = 55745, + [SMALL_STATE(1846)] = 55816, + [SMALL_STATE(1847)] = 55887, + [SMALL_STATE(1848)] = 55958, + [SMALL_STATE(1849)] = 56029, + [SMALL_STATE(1850)] = 56100, + [SMALL_STATE(1851)] = 56171, + [SMALL_STATE(1852)] = 56242, + [SMALL_STATE(1853)] = 56313, + [SMALL_STATE(1854)] = 56382, + [SMALL_STATE(1855)] = 56451, + [SMALL_STATE(1856)] = 56522, + [SMALL_STATE(1857)] = 56591, + [SMALL_STATE(1858)] = 56662, + [SMALL_STATE(1859)] = 56733, + [SMALL_STATE(1860)] = 56802, + [SMALL_STATE(1861)] = 56873, + [SMALL_STATE(1862)] = 56944, + [SMALL_STATE(1863)] = 57015, + [SMALL_STATE(1864)] = 57084, + [SMALL_STATE(1865)] = 57155, + [SMALL_STATE(1866)] = 57226, + [SMALL_STATE(1867)] = 57297, + [SMALL_STATE(1868)] = 57368, + [SMALL_STATE(1869)] = 57437, + [SMALL_STATE(1870)] = 57506, + [SMALL_STATE(1871)] = 57575, + [SMALL_STATE(1872)] = 57644, + [SMALL_STATE(1873)] = 57713, + [SMALL_STATE(1874)] = 57782, + [SMALL_STATE(1875)] = 57851, + [SMALL_STATE(1876)] = 57920, + [SMALL_STATE(1877)] = 57989, + [SMALL_STATE(1878)] = 58058, + [SMALL_STATE(1879)] = 58127, + [SMALL_STATE(1880)] = 58196, + [SMALL_STATE(1881)] = 58265, + [SMALL_STATE(1882)] = 58334, + [SMALL_STATE(1883)] = 58403, + [SMALL_STATE(1884)] = 58472, + [SMALL_STATE(1885)] = 58541, + [SMALL_STATE(1886)] = 58610, + [SMALL_STATE(1887)] = 58679, + [SMALL_STATE(1888)] = 58748, + [SMALL_STATE(1889)] = 58817, + [SMALL_STATE(1890)] = 58886, + [SMALL_STATE(1891)] = 58955, + [SMALL_STATE(1892)] = 59024, + [SMALL_STATE(1893)] = 59093, + [SMALL_STATE(1894)] = 59162, + [SMALL_STATE(1895)] = 59231, + [SMALL_STATE(1896)] = 59300, + [SMALL_STATE(1897)] = 59369, + [SMALL_STATE(1898)] = 59438, + [SMALL_STATE(1899)] = 59507, + [SMALL_STATE(1900)] = 59576, + [SMALL_STATE(1901)] = 59645, + [SMALL_STATE(1902)] = 59714, + [SMALL_STATE(1903)] = 59783, + [SMALL_STATE(1904)] = 59852, + [SMALL_STATE(1905)] = 59921, + [SMALL_STATE(1906)] = 59990, + [SMALL_STATE(1907)] = 60059, + [SMALL_STATE(1908)] = 60128, + [SMALL_STATE(1909)] = 60197, + [SMALL_STATE(1910)] = 60266, + [SMALL_STATE(1911)] = 60335, + [SMALL_STATE(1912)] = 60404, + [SMALL_STATE(1913)] = 60473, + [SMALL_STATE(1914)] = 60542, + [SMALL_STATE(1915)] = 60611, + [SMALL_STATE(1916)] = 60680, + [SMALL_STATE(1917)] = 60749, + [SMALL_STATE(1918)] = 60818, + [SMALL_STATE(1919)] = 60887, + [SMALL_STATE(1920)] = 60956, + [SMALL_STATE(1921)] = 61025, + [SMALL_STATE(1922)] = 61094, + [SMALL_STATE(1923)] = 61163, + [SMALL_STATE(1924)] = 61232, + [SMALL_STATE(1925)] = 61301, + [SMALL_STATE(1926)] = 61370, + [SMALL_STATE(1927)] = 61439, + [SMALL_STATE(1928)] = 61508, + [SMALL_STATE(1929)] = 61577, + [SMALL_STATE(1930)] = 61646, + [SMALL_STATE(1931)] = 61715, + [SMALL_STATE(1932)] = 61784, + [SMALL_STATE(1933)] = 61853, + [SMALL_STATE(1934)] = 61922, + [SMALL_STATE(1935)] = 61991, + [SMALL_STATE(1936)] = 62060, + [SMALL_STATE(1937)] = 62129, + [SMALL_STATE(1938)] = 62198, + [SMALL_STATE(1939)] = 62267, + [SMALL_STATE(1940)] = 62336, + [SMALL_STATE(1941)] = 62407, + [SMALL_STATE(1942)] = 62478, + [SMALL_STATE(1943)] = 62549, + [SMALL_STATE(1944)] = 62620, + [SMALL_STATE(1945)] = 62691, + [SMALL_STATE(1946)] = 62760, + [SMALL_STATE(1947)] = 62831, + [SMALL_STATE(1948)] = 62902, + [SMALL_STATE(1949)] = 62971, + [SMALL_STATE(1950)] = 63042, + [SMALL_STATE(1951)] = 63111, + [SMALL_STATE(1952)] = 63180, + [SMALL_STATE(1953)] = 63249, + [SMALL_STATE(1954)] = 63320, + [SMALL_STATE(1955)] = 63391, + [SMALL_STATE(1956)] = 63462, + [SMALL_STATE(1957)] = 63531, + [SMALL_STATE(1958)] = 63602, + [SMALL_STATE(1959)] = 63673, + [SMALL_STATE(1960)] = 63742, + [SMALL_STATE(1961)] = 63811, + [SMALL_STATE(1962)] = 63880, + [SMALL_STATE(1963)] = 63949, + [SMALL_STATE(1964)] = 64018, + [SMALL_STATE(1965)] = 64087, + [SMALL_STATE(1966)] = 64156, + [SMALL_STATE(1967)] = 64225, + [SMALL_STATE(1968)] = 64296, + [SMALL_STATE(1969)] = 64365, + [SMALL_STATE(1970)] = 64434, + [SMALL_STATE(1971)] = 64503, + [SMALL_STATE(1972)] = 64572, + [SMALL_STATE(1973)] = 64641, + [SMALL_STATE(1974)] = 64710, + [SMALL_STATE(1975)] = 64779, + [SMALL_STATE(1976)] = 64848, + [SMALL_STATE(1977)] = 64917, + [SMALL_STATE(1978)] = 64988, + [SMALL_STATE(1979)] = 65059, + [SMALL_STATE(1980)] = 65128, + [SMALL_STATE(1981)] = 65239, + [SMALL_STATE(1982)] = 65314, + [SMALL_STATE(1983)] = 65383, + [SMALL_STATE(1984)] = 65452, + [SMALL_STATE(1985)] = 65521, + [SMALL_STATE(1986)] = 65590, + [SMALL_STATE(1987)] = 65659, + [SMALL_STATE(1988)] = 65728, + [SMALL_STATE(1989)] = 65797, + [SMALL_STATE(1990)] = 65866, + [SMALL_STATE(1991)] = 65935, + [SMALL_STATE(1992)] = 66004, + [SMALL_STATE(1993)] = 66073, + [SMALL_STATE(1994)] = 66148, + [SMALL_STATE(1995)] = 66223, + [SMALL_STATE(1996)] = 66298, + [SMALL_STATE(1997)] = 66367, + [SMALL_STATE(1998)] = 66442, + [SMALL_STATE(1999)] = 66511, + [SMALL_STATE(2000)] = 66580, + [SMALL_STATE(2001)] = 66665, + [SMALL_STATE(2002)] = 66756, + [SMALL_STATE(2003)] = 66861, + [SMALL_STATE(2004)] = 66930, + [SMALL_STATE(2005)] = 66999, + [SMALL_STATE(2006)] = 67068, + [SMALL_STATE(2007)] = 67143, + [SMALL_STATE(2008)] = 67224, + [SMALL_STATE(2009)] = 67301, + [SMALL_STATE(2010)] = 67370, + [SMALL_STATE(2011)] = 67439, + [SMALL_STATE(2012)] = 67508, + [SMALL_STATE(2013)] = 67577, + [SMALL_STATE(2014)] = 67702, + [SMALL_STATE(2015)] = 67811, + [SMALL_STATE(2016)] = 67936, + [SMALL_STATE(2017)] = 68061, + [SMALL_STATE(2018)] = 68130, + [SMALL_STATE(2019)] = 68239, + [SMALL_STATE(2020)] = 68346, + [SMALL_STATE(2021)] = 68457, + [SMALL_STATE(2022)] = 68526, + [SMALL_STATE(2023)] = 68595, + [SMALL_STATE(2024)] = 68698, + [SMALL_STATE(2025)] = 68767, + [SMALL_STATE(2026)] = 68836, + [SMALL_STATE(2027)] = 68937, + [SMALL_STATE(2028)] = 69006, + [SMALL_STATE(2029)] = 69103, + [SMALL_STATE(2030)] = 69198, + [SMALL_STATE(2031)] = 69267, + [SMALL_STATE(2032)] = 69336, + [SMALL_STATE(2033)] = 69405, + [SMALL_STATE(2034)] = 69474, + [SMALL_STATE(2035)] = 69567, + [SMALL_STATE(2036)] = 69636, + [SMALL_STATE(2037)] = 69705, + [SMALL_STATE(2038)] = 69794, + [SMALL_STATE(2039)] = 69877, + [SMALL_STATE(2040)] = 70002, + [SMALL_STATE(2041)] = 70127, + [SMALL_STATE(2042)] = 70252, + [SMALL_STATE(2043)] = 70321, + [SMALL_STATE(2044)] = 70390, + [SMALL_STATE(2045)] = 70459, + [SMALL_STATE(2046)] = 70528, + [SMALL_STATE(2047)] = 70597, + [SMALL_STATE(2048)] = 70666, + [SMALL_STATE(2049)] = 70749, + [SMALL_STATE(2050)] = 70818, + [SMALL_STATE(2051)] = 70943, + [SMALL_STATE(2052)] = 71012, + [SMALL_STATE(2053)] = 71081, + [SMALL_STATE(2054)] = 71150, + [SMALL_STATE(2055)] = 71219, + [SMALL_STATE(2056)] = 71288, + [SMALL_STATE(2057)] = 71357, + [SMALL_STATE(2058)] = 71482, + [SMALL_STATE(2059)] = 71607, + [SMALL_STATE(2060)] = 71732, + [SMALL_STATE(2061)] = 71801, + [SMALL_STATE(2062)] = 71926, + [SMALL_STATE(2063)] = 71995, + [SMALL_STATE(2064)] = 72064, + [SMALL_STATE(2065)] = 72133, + [SMALL_STATE(2066)] = 72258, + [SMALL_STATE(2067)] = 72327, + [SMALL_STATE(2068)] = 72452, + [SMALL_STATE(2069)] = 72577, + [SMALL_STATE(2070)] = 72702, + [SMALL_STATE(2071)] = 72827, + [SMALL_STATE(2072)] = 72952, + [SMALL_STATE(2073)] = 73077, + [SMALL_STATE(2074)] = 73202, + [SMALL_STATE(2075)] = 73327, + [SMALL_STATE(2076)] = 73396, + [SMALL_STATE(2077)] = 73521, + [SMALL_STATE(2078)] = 73590, + [SMALL_STATE(2079)] = 73715, + [SMALL_STATE(2080)] = 73840, + [SMALL_STATE(2081)] = 73909, + [SMALL_STATE(2082)] = 73978, + [SMALL_STATE(2083)] = 74047, + [SMALL_STATE(2084)] = 74116, + [SMALL_STATE(2085)] = 74185, + [SMALL_STATE(2086)] = 74254, + [SMALL_STATE(2087)] = 74379, + [SMALL_STATE(2088)] = 74448, + [SMALL_STATE(2089)] = 74517, + [SMALL_STATE(2090)] = 74586, + [SMALL_STATE(2091)] = 74711, + [SMALL_STATE(2092)] = 74836, + [SMALL_STATE(2093)] = 74961, + [SMALL_STATE(2094)] = 75086, + [SMALL_STATE(2095)] = 75211, + [SMALL_STATE(2096)] = 75280, + [SMALL_STATE(2097)] = 75349, + [SMALL_STATE(2098)] = 75474, + [SMALL_STATE(2099)] = 75599, + [SMALL_STATE(2100)] = 75724, + [SMALL_STATE(2101)] = 75849, + [SMALL_STATE(2102)] = 75974, + [SMALL_STATE(2103)] = 76043, + [SMALL_STATE(2104)] = 76112, + [SMALL_STATE(2105)] = 76181, + [SMALL_STATE(2106)] = 76250, + [SMALL_STATE(2107)] = 76319, + [SMALL_STATE(2108)] = 76388, + [SMALL_STATE(2109)] = 76457, + [SMALL_STATE(2110)] = 76526, + [SMALL_STATE(2111)] = 76595, + [SMALL_STATE(2112)] = 76664, + [SMALL_STATE(2113)] = 76789, + [SMALL_STATE(2114)] = 76862, + [SMALL_STATE(2115)] = 76935, + [SMALL_STATE(2116)] = 77008, + [SMALL_STATE(2117)] = 77081, + [SMALL_STATE(2118)] = 77154, + [SMALL_STATE(2119)] = 77227, + [SMALL_STATE(2120)] = 77352, + [SMALL_STATE(2121)] = 77421, + [SMALL_STATE(2122)] = 77490, + [SMALL_STATE(2123)] = 77559, + [SMALL_STATE(2124)] = 77628, + [SMALL_STATE(2125)] = 77697, + [SMALL_STATE(2126)] = 77766, + [SMALL_STATE(2127)] = 77835, + [SMALL_STATE(2128)] = 77904, + [SMALL_STATE(2129)] = 77973, + [SMALL_STATE(2130)] = 78042, + [SMALL_STATE(2131)] = 78111, + [SMALL_STATE(2132)] = 78180, + [SMALL_STATE(2133)] = 78249, + [SMALL_STATE(2134)] = 78318, + [SMALL_STATE(2135)] = 78386, + [SMALL_STATE(2136)] = 78454, + [SMALL_STATE(2137)] = 78526, + [SMALL_STATE(2138)] = 78598, + [SMALL_STATE(2139)] = 78670, + [SMALL_STATE(2140)] = 78744, + [SMALL_STATE(2141)] = 78818, + [SMALL_STATE(2142)] = 78928, + [SMALL_STATE(2143)] = 79000, + [SMALL_STATE(2144)] = 79072, + [SMALL_STATE(2145)] = 79144, + [SMALL_STATE(2146)] = 79216, + [SMALL_STATE(2147)] = 79288, + [SMALL_STATE(2148)] = 79360, + [SMALL_STATE(2149)] = 79428, + [SMALL_STATE(2150)] = 79496, + [SMALL_STATE(2151)] = 79568, + [SMALL_STATE(2152)] = 79636, + [SMALL_STATE(2153)] = 79704, + [SMALL_STATE(2154)] = 79772, + [SMALL_STATE(2155)] = 79840, + [SMALL_STATE(2156)] = 79908, + [SMALL_STATE(2157)] = 79976, + [SMALL_STATE(2158)] = 80044, + [SMALL_STATE(2159)] = 80158, + [SMALL_STATE(2160)] = 80228, + [SMALL_STATE(2161)] = 80298, + [SMALL_STATE(2162)] = 80370, + [SMALL_STATE(2163)] = 80442, + [SMALL_STATE(2164)] = 80514, + [SMALL_STATE(2165)] = 80586, + [SMALL_STATE(2166)] = 80700, + [SMALL_STATE(2167)] = 80772, + [SMALL_STATE(2168)] = 80844, + [SMALL_STATE(2169)] = 80916, + [SMALL_STATE(2170)] = 80988, + [SMALL_STATE(2171)] = 81098, + [SMALL_STATE(2172)] = 81170, + [SMALL_STATE(2173)] = 81240, + [SMALL_STATE(2174)] = 81310, + [SMALL_STATE(2175)] = 81378, + [SMALL_STATE(2176)] = 81446, + [SMALL_STATE(2177)] = 81514, + [SMALL_STATE(2178)] = 81582, + [SMALL_STATE(2179)] = 81650, + [SMALL_STATE(2180)] = 81718, + [SMALL_STATE(2181)] = 81786, + [SMALL_STATE(2182)] = 81854, + [SMALL_STATE(2183)] = 81922, + [SMALL_STATE(2184)] = 81990, + [SMALL_STATE(2185)] = 82058, + [SMALL_STATE(2186)] = 82126, + [SMALL_STATE(2187)] = 82194, + [SMALL_STATE(2188)] = 82262, + [SMALL_STATE(2189)] = 82330, + [SMALL_STATE(2190)] = 82398, + [SMALL_STATE(2191)] = 82466, + [SMALL_STATE(2192)] = 82534, + [SMALL_STATE(2193)] = 82602, + [SMALL_STATE(2194)] = 82670, + [SMALL_STATE(2195)] = 82738, + [SMALL_STATE(2196)] = 82806, + [SMALL_STATE(2197)] = 82874, + [SMALL_STATE(2198)] = 82942, + [SMALL_STATE(2199)] = 83010, + [SMALL_STATE(2200)] = 83078, + [SMALL_STATE(2201)] = 83146, + [SMALL_STATE(2202)] = 83214, + [SMALL_STATE(2203)] = 83282, + [SMALL_STATE(2204)] = 83350, + [SMALL_STATE(2205)] = 83418, + [SMALL_STATE(2206)] = 83486, + [SMALL_STATE(2207)] = 83554, + [SMALL_STATE(2208)] = 83622, + [SMALL_STATE(2209)] = 83690, + [SMALL_STATE(2210)] = 83758, + [SMALL_STATE(2211)] = 83826, + [SMALL_STATE(2212)] = 83894, + [SMALL_STATE(2213)] = 83962, + [SMALL_STATE(2214)] = 84030, + [SMALL_STATE(2215)] = 84098, + [SMALL_STATE(2216)] = 84166, + [SMALL_STATE(2217)] = 84240, + [SMALL_STATE(2218)] = 84308, + [SMALL_STATE(2219)] = 84376, + [SMALL_STATE(2220)] = 84444, + [SMALL_STATE(2221)] = 84516, + [SMALL_STATE(2222)] = 84584, + [SMALL_STATE(2223)] = 84652, + [SMALL_STATE(2224)] = 84720, + [SMALL_STATE(2225)] = 84788, + [SMALL_STATE(2226)] = 84856, + [SMALL_STATE(2227)] = 84930, + [SMALL_STATE(2228)] = 84998, + [SMALL_STATE(2229)] = 85070, + [SMALL_STATE(2230)] = 85138, + [SMALL_STATE(2231)] = 85206, + [SMALL_STATE(2232)] = 85274, + [SMALL_STATE(2233)] = 85342, + [SMALL_STATE(2234)] = 85410, + [SMALL_STATE(2235)] = 85478, + [SMALL_STATE(2236)] = 85546, + [SMALL_STATE(2237)] = 85614, + [SMALL_STATE(2238)] = 85682, + [SMALL_STATE(2239)] = 85750, + [SMALL_STATE(2240)] = 85822, + [SMALL_STATE(2241)] = 85890, + [SMALL_STATE(2242)] = 85958, + [SMALL_STATE(2243)] = 86026, + [SMALL_STATE(2244)] = 86094, + [SMALL_STATE(2245)] = 86178, + [SMALL_STATE(2246)] = 86268, + [SMALL_STATE(2247)] = 86372, + [SMALL_STATE(2248)] = 86446, + [SMALL_STATE(2249)] = 86526, + [SMALL_STATE(2250)] = 86602, + [SMALL_STATE(2251)] = 86710, + [SMALL_STATE(2252)] = 86818, + [SMALL_STATE(2253)] = 86924, + [SMALL_STATE(2254)] = 87026, + [SMALL_STATE(2255)] = 87126, + [SMALL_STATE(2256)] = 87222, + [SMALL_STATE(2257)] = 87316, + [SMALL_STATE(2258)] = 87408, + [SMALL_STATE(2259)] = 87476, + [SMALL_STATE(2260)] = 87548, + [SMALL_STATE(2261)] = 87616, + [SMALL_STATE(2262)] = 87684, + [SMALL_STATE(2263)] = 87752, + [SMALL_STATE(2264)] = 87820, + [SMALL_STATE(2265)] = 87888, + [SMALL_STATE(2266)] = 87956, + [SMALL_STATE(2267)] = 88024, + [SMALL_STATE(2268)] = 88092, + [SMALL_STATE(2269)] = 88160, + [SMALL_STATE(2270)] = 88228, + [SMALL_STATE(2271)] = 88316, + [SMALL_STATE(2272)] = 88398, + [SMALL_STATE(2273)] = 88480, + [SMALL_STATE(2274)] = 88548, + [SMALL_STATE(2275)] = 88618, + [SMALL_STATE(2276)] = 88688, + [SMALL_STATE(2277)] = 88758, + [SMALL_STATE(2278)] = 88828, + [SMALL_STATE(2279)] = 88898, + [SMALL_STATE(2280)] = 88968, + [SMALL_STATE(2281)] = 89038, + [SMALL_STATE(2282)] = 89108, + [SMALL_STATE(2283)] = 89178, + [SMALL_STATE(2284)] = 89248, + [SMALL_STATE(2285)] = 89318, + [SMALL_STATE(2286)] = 89388, + [SMALL_STATE(2287)] = 89458, + [SMALL_STATE(2288)] = 89528, + [SMALL_STATE(2289)] = 89598, + [SMALL_STATE(2290)] = 89668, + [SMALL_STATE(2291)] = 89738, + [SMALL_STATE(2292)] = 89808, + [SMALL_STATE(2293)] = 89878, + [SMALL_STATE(2294)] = 89948, + [SMALL_STATE(2295)] = 90016, + [SMALL_STATE(2296)] = 90084, + [SMALL_STATE(2297)] = 90152, + [SMALL_STATE(2298)] = 90220, + [SMALL_STATE(2299)] = 90288, + [SMALL_STATE(2300)] = 90356, + [SMALL_STATE(2301)] = 90424, + [SMALL_STATE(2302)] = 90492, + [SMALL_STATE(2303)] = 90560, + [SMALL_STATE(2304)] = 90628, + [SMALL_STATE(2305)] = 90696, + [SMALL_STATE(2306)] = 90764, + [SMALL_STATE(2307)] = 90832, + [SMALL_STATE(2308)] = 90900, + [SMALL_STATE(2309)] = 90968, + [SMALL_STATE(2310)] = 91036, + [SMALL_STATE(2311)] = 91104, + [SMALL_STATE(2312)] = 91172, + [SMALL_STATE(2313)] = 91240, + [SMALL_STATE(2314)] = 91308, + [SMALL_STATE(2315)] = 91376, + [SMALL_STATE(2316)] = 91444, + [SMALL_STATE(2317)] = 91512, + [SMALL_STATE(2318)] = 91580, + [SMALL_STATE(2319)] = 91648, + [SMALL_STATE(2320)] = 91716, + [SMALL_STATE(2321)] = 91784, + [SMALL_STATE(2322)] = 91852, + [SMALL_STATE(2323)] = 91920, + [SMALL_STATE(2324)] = 91988, + [SMALL_STATE(2325)] = 92056, + [SMALL_STATE(2326)] = 92124, + [SMALL_STATE(2327)] = 92192, + [SMALL_STATE(2328)] = 92260, + [SMALL_STATE(2329)] = 92328, + [SMALL_STATE(2330)] = 92396, + [SMALL_STATE(2331)] = 92464, + [SMALL_STATE(2332)] = 92532, + [SMALL_STATE(2333)] = 92600, + [SMALL_STATE(2334)] = 92668, + [SMALL_STATE(2335)] = 92736, + [SMALL_STATE(2336)] = 92804, + [SMALL_STATE(2337)] = 92872, + [SMALL_STATE(2338)] = 92940, + [SMALL_STATE(2339)] = 93008, + [SMALL_STATE(2340)] = 93076, + [SMALL_STATE(2341)] = 93144, + [SMALL_STATE(2342)] = 93212, + [SMALL_STATE(2343)] = 93280, + [SMALL_STATE(2344)] = 93348, + [SMALL_STATE(2345)] = 93416, + [SMALL_STATE(2346)] = 93484, + [SMALL_STATE(2347)] = 93552, + [SMALL_STATE(2348)] = 93620, + [SMALL_STATE(2349)] = 93688, + [SMALL_STATE(2350)] = 93760, + [SMALL_STATE(2351)] = 93828, + [SMALL_STATE(2352)] = 93896, + [SMALL_STATE(2353)] = 93964, + [SMALL_STATE(2354)] = 94036, + [SMALL_STATE(2355)] = 94104, + [SMALL_STATE(2356)] = 94172, + [SMALL_STATE(2357)] = 94239, + [SMALL_STATE(2358)] = 94306, + [SMALL_STATE(2359)] = 94373, + [SMALL_STATE(2360)] = 94444, + [SMALL_STATE(2361)] = 94511, + [SMALL_STATE(2362)] = 94578, + [SMALL_STATE(2363)] = 94649, + [SMALL_STATE(2364)] = 94716, + [SMALL_STATE(2365)] = 94783, + [SMALL_STATE(2366)] = 94850, + [SMALL_STATE(2367)] = 94921, + [SMALL_STATE(2368)] = 94992, + [SMALL_STATE(2369)] = 95061, + [SMALL_STATE(2370)] = 95170, + [SMALL_STATE(2371)] = 95237, + [SMALL_STATE(2372)] = 95346, + [SMALL_STATE(2373)] = 95419, + [SMALL_STATE(2374)] = 95486, + [SMALL_STATE(2375)] = 95557, + [SMALL_STATE(2376)] = 95624, + [SMALL_STATE(2377)] = 95691, + [SMALL_STATE(2378)] = 95764, + [SMALL_STATE(2379)] = 95831, + [SMALL_STATE(2380)] = 95902, + [SMALL_STATE(2381)] = 96015, + [SMALL_STATE(2382)] = 96088, + [SMALL_STATE(2383)] = 96161, + [SMALL_STATE(2384)] = 96234, + [SMALL_STATE(2385)] = 96307, + [SMALL_STATE(2386)] = 96380, + [SMALL_STATE(2387)] = 96447, + [SMALL_STATE(2388)] = 96514, + [SMALL_STATE(2389)] = 96581, + [SMALL_STATE(2390)] = 96652, + [SMALL_STATE(2391)] = 96719, + [SMALL_STATE(2392)] = 96786, + [SMALL_STATE(2393)] = 96855, + [SMALL_STATE(2394)] = 96922, + [SMALL_STATE(2395)] = 96989, + [SMALL_STATE(2396)] = 97056, + [SMALL_STATE(2397)] = 97127, + [SMALL_STATE(2398)] = 97194, + [SMALL_STATE(2399)] = 97261, + [SMALL_STATE(2400)] = 97328, + [SMALL_STATE(2401)] = 97397, + [SMALL_STATE(2402)] = 97506, + [SMALL_STATE(2403)] = 97619, + [SMALL_STATE(2404)] = 97686, + [SMALL_STATE(2405)] = 97753, + [SMALL_STATE(2406)] = 97820, + [SMALL_STATE(2407)] = 97929, + [SMALL_STATE(2408)] = 97996, + [SMALL_STATE(2409)] = 98063, + [SMALL_STATE(2410)] = 98130, + [SMALL_STATE(2411)] = 98197, + [SMALL_STATE(2412)] = 98264, + [SMALL_STATE(2413)] = 98331, + [SMALL_STATE(2414)] = 98398, + [SMALL_STATE(2415)] = 98465, + [SMALL_STATE(2416)] = 98536, + [SMALL_STATE(2417)] = 98617, + [SMALL_STATE(2418)] = 98698, + [SMALL_STATE(2419)] = 98785, + [SMALL_STATE(2420)] = 98876, + [SMALL_STATE(2421)] = 98969, + [SMALL_STATE(2422)] = 99064, + [SMALL_STATE(2423)] = 99163, + [SMALL_STATE(2424)] = 99264, + [SMALL_STATE(2425)] = 99369, + [SMALL_STATE(2426)] = 99436, + [SMALL_STATE(2427)] = 99503, + [SMALL_STATE(2428)] = 99570, + [SMALL_STATE(2429)] = 99637, + [SMALL_STATE(2430)] = 99704, + [SMALL_STATE(2431)] = 99811, + [SMALL_STATE(2432)] = 99918, + [SMALL_STATE(2433)] = 99985, + [SMALL_STATE(2434)] = 100052, + [SMALL_STATE(2435)] = 100119, + [SMALL_STATE(2436)] = 100186, + [SMALL_STATE(2437)] = 100261, + [SMALL_STATE(2438)] = 100340, + [SMALL_STATE(2439)] = 100413, + [SMALL_STATE(2440)] = 100480, + [SMALL_STATE(2441)] = 100583, + [SMALL_STATE(2442)] = 100672, + [SMALL_STATE(2443)] = 100755, + [SMALL_STATE(2444)] = 100822, + [SMALL_STATE(2445)] = 100889, + [SMALL_STATE(2446)] = 100956, + [SMALL_STATE(2447)] = 101023, + [SMALL_STATE(2448)] = 101090, + [SMALL_STATE(2449)] = 101157, + [SMALL_STATE(2450)] = 101224, + [SMALL_STATE(2451)] = 101291, + [SMALL_STATE(2452)] = 101358, + [SMALL_STATE(2453)] = 101425, + [SMALL_STATE(2454)] = 101492, + [SMALL_STATE(2455)] = 101559, + [SMALL_STATE(2456)] = 101626, + [SMALL_STATE(2457)] = 101695, + [SMALL_STATE(2458)] = 101764, + [SMALL_STATE(2459)] = 101831, + [SMALL_STATE(2460)] = 101898, + [SMALL_STATE(2461)] = 101965, + [SMALL_STATE(2462)] = 102032, + [SMALL_STATE(2463)] = 102103, + [SMALL_STATE(2464)] = 102170, + [SMALL_STATE(2465)] = 102237, + [SMALL_STATE(2466)] = 102308, + [SMALL_STATE(2467)] = 102375, + [SMALL_STATE(2468)] = 102484, + [SMALL_STATE(2469)] = 102551, + [SMALL_STATE(2470)] = 102618, + [SMALL_STATE(2471)] = 102689, + [SMALL_STATE(2472)] = 102758, + [SMALL_STATE(2473)] = 102827, + [SMALL_STATE(2474)] = 102894, + [SMALL_STATE(2475)] = 102963, + [SMALL_STATE(2476)] = 103032, + [SMALL_STATE(2477)] = 103101, + [SMALL_STATE(2478)] = 103170, + [SMALL_STATE(2479)] = 103237, + [SMALL_STATE(2480)] = 103304, + [SMALL_STATE(2481)] = 103371, + [SMALL_STATE(2482)] = 103438, + [SMALL_STATE(2483)] = 103505, + [SMALL_STATE(2484)] = 103614, + [SMALL_STATE(2485)] = 103683, + [SMALL_STATE(2486)] = 103750, + [SMALL_STATE(2487)] = 103819, + [SMALL_STATE(2488)] = 103888, + [SMALL_STATE(2489)] = 103957, + [SMALL_STATE(2490)] = 104026, + [SMALL_STATE(2491)] = 104095, + [SMALL_STATE(2492)] = 104162, + [SMALL_STATE(2493)] = 104231, + [SMALL_STATE(2494)] = 104300, + [SMALL_STATE(2495)] = 104367, + [SMALL_STATE(2496)] = 104434, + [SMALL_STATE(2497)] = 104503, + [SMALL_STATE(2498)] = 104570, + [SMALL_STATE(2499)] = 104637, + [SMALL_STATE(2500)] = 104706, + [SMALL_STATE(2501)] = 104775, + [SMALL_STATE(2502)] = 104842, + [SMALL_STATE(2503)] = 104909, + [SMALL_STATE(2504)] = 104976, + [SMALL_STATE(2505)] = 105043, + [SMALL_STATE(2506)] = 105110, + [SMALL_STATE(2507)] = 105177, + [SMALL_STATE(2508)] = 105248, + [SMALL_STATE(2509)] = 105315, + [SMALL_STATE(2510)] = 105382, + [SMALL_STATE(2511)] = 105453, + [SMALL_STATE(2512)] = 105520, + [SMALL_STATE(2513)] = 105587, + [SMALL_STATE(2514)] = 105654, + [SMALL_STATE(2515)] = 105721, + [SMALL_STATE(2516)] = 105788, + [SMALL_STATE(2517)] = 105855, + [SMALL_STATE(2518)] = 105922, + [SMALL_STATE(2519)] = 105993, + [SMALL_STATE(2520)] = 106060, + [SMALL_STATE(2521)] = 106127, + [SMALL_STATE(2522)] = 106194, + [SMALL_STATE(2523)] = 106261, + [SMALL_STATE(2524)] = 106328, + [SMALL_STATE(2525)] = 106395, + [SMALL_STATE(2526)] = 106462, + [SMALL_STATE(2527)] = 106529, + [SMALL_STATE(2528)] = 106596, + [SMALL_STATE(2529)] = 106663, + [SMALL_STATE(2530)] = 106730, + [SMALL_STATE(2531)] = 106797, + [SMALL_STATE(2532)] = 106868, + [SMALL_STATE(2533)] = 106935, + [SMALL_STATE(2534)] = 107002, + [SMALL_STATE(2535)] = 107073, + [SMALL_STATE(2536)] = 107156, + [SMALL_STATE(2537)] = 107245, + [SMALL_STATE(2538)] = 107348, + [SMALL_STATE(2539)] = 107415, + [SMALL_STATE(2540)] = 107488, + [SMALL_STATE(2541)] = 107567, + [SMALL_STATE(2542)] = 107642, + [SMALL_STATE(2543)] = 107749, + [SMALL_STATE(2544)] = 107856, + [SMALL_STATE(2545)] = 107927, + [SMALL_STATE(2546)] = 108032, + [SMALL_STATE(2547)] = 108133, + [SMALL_STATE(2548)] = 108232, + [SMALL_STATE(2549)] = 108327, + [SMALL_STATE(2550)] = 108420, + [SMALL_STATE(2551)] = 108511, + [SMALL_STATE(2552)] = 108598, + [SMALL_STATE(2553)] = 108679, + [SMALL_STATE(2554)] = 108760, + [SMALL_STATE(2555)] = 108833, + [SMALL_STATE(2556)] = 108942, + [SMALL_STATE(2557)] = 109009, + [SMALL_STATE(2558)] = 109076, + [SMALL_STATE(2559)] = 109149, + [SMALL_STATE(2560)] = 109216, + [SMALL_STATE(2561)] = 109283, + [SMALL_STATE(2562)] = 109356, + [SMALL_STATE(2563)] = 109423, + [SMALL_STATE(2564)] = 109494, + [SMALL_STATE(2565)] = 109561, + [SMALL_STATE(2566)] = 109628, + [SMALL_STATE(2567)] = 109695, + [SMALL_STATE(2568)] = 109762, + [SMALL_STATE(2569)] = 109829, + [SMALL_STATE(2570)] = 109896, + [SMALL_STATE(2571)] = 109963, + [SMALL_STATE(2572)] = 110030, + [SMALL_STATE(2573)] = 110097, + [SMALL_STATE(2574)] = 110210, + [SMALL_STATE(2575)] = 110277, + [SMALL_STATE(2576)] = 110344, + [SMALL_STATE(2577)] = 110411, + [SMALL_STATE(2578)] = 110478, + [SMALL_STATE(2579)] = 110545, + [SMALL_STATE(2580)] = 110612, + [SMALL_STATE(2581)] = 110679, + [SMALL_STATE(2582)] = 110746, + [SMALL_STATE(2583)] = 110813, + [SMALL_STATE(2584)] = 110880, + [SMALL_STATE(2585)] = 110949, + [SMALL_STATE(2586)] = 111016, + [SMALL_STATE(2587)] = 111083, + [SMALL_STATE(2588)] = 111150, + [SMALL_STATE(2589)] = 111217, + [SMALL_STATE(2590)] = 111284, + [SMALL_STATE(2591)] = 111351, + [SMALL_STATE(2592)] = 111418, + [SMALL_STATE(2593)] = 111485, + [SMALL_STATE(2594)] = 111552, + [SMALL_STATE(2595)] = 111619, + [SMALL_STATE(2596)] = 111686, + [SMALL_STATE(2597)] = 111753, + [SMALL_STATE(2598)] = 111820, + [SMALL_STATE(2599)] = 111887, + [SMALL_STATE(2600)] = 111954, + [SMALL_STATE(2601)] = 112021, + [SMALL_STATE(2602)] = 112088, + [SMALL_STATE(2603)] = 112155, + [SMALL_STATE(2604)] = 112222, + [SMALL_STATE(2605)] = 112289, + [SMALL_STATE(2606)] = 112356, + [SMALL_STATE(2607)] = 112423, + [SMALL_STATE(2608)] = 112490, + [SMALL_STATE(2609)] = 112557, + [SMALL_STATE(2610)] = 112624, + [SMALL_STATE(2611)] = 112691, + [SMALL_STATE(2612)] = 112758, + [SMALL_STATE(2613)] = 112825, + [SMALL_STATE(2614)] = 112892, + [SMALL_STATE(2615)] = 112959, + [SMALL_STATE(2616)] = 113026, + [SMALL_STATE(2617)] = 113093, + [SMALL_STATE(2618)] = 113160, + [SMALL_STATE(2619)] = 113227, + [SMALL_STATE(2620)] = 113294, + [SMALL_STATE(2621)] = 113363, + [SMALL_STATE(2622)] = 113430, + [SMALL_STATE(2623)] = 113497, + [SMALL_STATE(2624)] = 113564, + [SMALL_STATE(2625)] = 113631, + [SMALL_STATE(2626)] = 113698, + [SMALL_STATE(2627)] = 113765, + [SMALL_STATE(2628)] = 113832, + [SMALL_STATE(2629)] = 113899, + [SMALL_STATE(2630)] = 113966, + [SMALL_STATE(2631)] = 114033, + [SMALL_STATE(2632)] = 114100, + [SMALL_STATE(2633)] = 114167, + [SMALL_STATE(2634)] = 114234, + [SMALL_STATE(2635)] = 114303, + [SMALL_STATE(2636)] = 114372, + [SMALL_STATE(2637)] = 114441, + [SMALL_STATE(2638)] = 114510, + [SMALL_STATE(2639)] = 114579, + [SMALL_STATE(2640)] = 114648, + [SMALL_STATE(2641)] = 114717, + [SMALL_STATE(2642)] = 114786, + [SMALL_STATE(2643)] = 114855, + [SMALL_STATE(2644)] = 114926, + [SMALL_STATE(2645)] = 114995, + [SMALL_STATE(2646)] = 115062, + [SMALL_STATE(2647)] = 115131, + [SMALL_STATE(2648)] = 115200, + [SMALL_STATE(2649)] = 115269, + [SMALL_STATE(2650)] = 115338, + [SMALL_STATE(2651)] = 115407, + [SMALL_STATE(2652)] = 115476, + [SMALL_STATE(2653)] = 115545, + [SMALL_STATE(2654)] = 115614, + [SMALL_STATE(2655)] = 115683, + [SMALL_STATE(2656)] = 115752, + [SMALL_STATE(2657)] = 115821, + [SMALL_STATE(2658)] = 115888, + [SMALL_STATE(2659)] = 115957, + [SMALL_STATE(2660)] = 116026, + [SMALL_STATE(2661)] = 116095, + [SMALL_STATE(2662)] = 116162, + [SMALL_STATE(2663)] = 116229, + [SMALL_STATE(2664)] = 116338, + [SMALL_STATE(2665)] = 116409, + [SMALL_STATE(2666)] = 116478, + [SMALL_STATE(2667)] = 116547, + [SMALL_STATE(2668)] = 116616, + [SMALL_STATE(2669)] = 116685, + [SMALL_STATE(2670)] = 116754, + [SMALL_STATE(2671)] = 116821, + [SMALL_STATE(2672)] = 116888, + [SMALL_STATE(2673)] = 116957, + [SMALL_STATE(2674)] = 117026, + [SMALL_STATE(2675)] = 117095, + [SMALL_STATE(2676)] = 117162, + [SMALL_STATE(2677)] = 117231, + [SMALL_STATE(2678)] = 117300, + [SMALL_STATE(2679)] = 117369, + [SMALL_STATE(2680)] = 117438, + [SMALL_STATE(2681)] = 117509, + [SMALL_STATE(2682)] = 117578, + [SMALL_STATE(2683)] = 117647, + [SMALL_STATE(2684)] = 117718, + [SMALL_STATE(2685)] = 117787, + [SMALL_STATE(2686)] = 117858, + [SMALL_STATE(2687)] = 117927, + [SMALL_STATE(2688)] = 117996, + [SMALL_STATE(2689)] = 118065, + [SMALL_STATE(2690)] = 118134, + [SMALL_STATE(2691)] = 118203, + [SMALL_STATE(2692)] = 118272, + [SMALL_STATE(2693)] = 118341, + [SMALL_STATE(2694)] = 118408, + [SMALL_STATE(2695)] = 118521, + [SMALL_STATE(2696)] = 118588, + [SMALL_STATE(2697)] = 118655, + [SMALL_STATE(2698)] = 118722, + [SMALL_STATE(2699)] = 118793, + [SMALL_STATE(2700)] = 118860, + [SMALL_STATE(2701)] = 118927, + [SMALL_STATE(2702)] = 118994, + [SMALL_STATE(2703)] = 119061, + [SMALL_STATE(2704)] = 119128, + [SMALL_STATE(2705)] = 119195, + [SMALL_STATE(2706)] = 119262, + [SMALL_STATE(2707)] = 119329, + [SMALL_STATE(2708)] = 119396, + [SMALL_STATE(2709)] = 119463, + [SMALL_STATE(2710)] = 119530, + [SMALL_STATE(2711)] = 119597, + [SMALL_STATE(2712)] = 119664, + [SMALL_STATE(2713)] = 119731, + [SMALL_STATE(2714)] = 119798, + [SMALL_STATE(2715)] = 119865, + [SMALL_STATE(2716)] = 119932, + [SMALL_STATE(2717)] = 119999, + [SMALL_STATE(2718)] = 120066, + [SMALL_STATE(2719)] = 120133, + [SMALL_STATE(2720)] = 120200, + [SMALL_STATE(2721)] = 120267, + [SMALL_STATE(2722)] = 120334, + [SMALL_STATE(2723)] = 120401, + [SMALL_STATE(2724)] = 120474, + [SMALL_STATE(2725)] = 120541, + [SMALL_STATE(2726)] = 120608, + [SMALL_STATE(2727)] = 120677, + [SMALL_STATE(2728)] = 120744, + [SMALL_STATE(2729)] = 120811, + [SMALL_STATE(2730)] = 120878, + [SMALL_STATE(2731)] = 120945, + [SMALL_STATE(2732)] = 121014, + [SMALL_STATE(2733)] = 121081, + [SMALL_STATE(2734)] = 121148, + [SMALL_STATE(2735)] = 121215, + [SMALL_STATE(2736)] = 121282, + [SMALL_STATE(2737)] = 121349, + [SMALL_STATE(2738)] = 121416, + [SMALL_STATE(2739)] = 121483, + [SMALL_STATE(2740)] = 121550, + [SMALL_STATE(2741)] = 121617, + [SMALL_STATE(2742)] = 121684, + [SMALL_STATE(2743)] = 121751, + [SMALL_STATE(2744)] = 121818, + [SMALL_STATE(2745)] = 121885, + [SMALL_STATE(2746)] = 121952, + [SMALL_STATE(2747)] = 122019, + [SMALL_STATE(2748)] = 122086, + [SMALL_STATE(2749)] = 122153, + [SMALL_STATE(2750)] = 122220, + [SMALL_STATE(2751)] = 122287, + [SMALL_STATE(2752)] = 122354, + [SMALL_STATE(2753)] = 122425, + [SMALL_STATE(2754)] = 122492, + [SMALL_STATE(2755)] = 122559, + [SMALL_STATE(2756)] = 122626, + [SMALL_STATE(2757)] = 122693, + [SMALL_STATE(2758)] = 122760, + [SMALL_STATE(2759)] = 122827, + [SMALL_STATE(2760)] = 122894, + [SMALL_STATE(2761)] = 122961, + [SMALL_STATE(2762)] = 123028, + [SMALL_STATE(2763)] = 123095, + [SMALL_STATE(2764)] = 123162, + [SMALL_STATE(2765)] = 123229, + [SMALL_STATE(2766)] = 123296, + [SMALL_STATE(2767)] = 123363, + [SMALL_STATE(2768)] = 123430, + [SMALL_STATE(2769)] = 123497, + [SMALL_STATE(2770)] = 123564, + [SMALL_STATE(2771)] = 123631, + [SMALL_STATE(2772)] = 123698, + [SMALL_STATE(2773)] = 123765, + [SMALL_STATE(2774)] = 123832, + [SMALL_STATE(2775)] = 123899, + [SMALL_STATE(2776)] = 123966, + [SMALL_STATE(2777)] = 124033, + [SMALL_STATE(2778)] = 124100, + [SMALL_STATE(2779)] = 124167, + [SMALL_STATE(2780)] = 124234, + [SMALL_STATE(2781)] = 124301, + [SMALL_STATE(2782)] = 124368, + [SMALL_STATE(2783)] = 124435, + [SMALL_STATE(2784)] = 124502, + [SMALL_STATE(2785)] = 124569, + [SMALL_STATE(2786)] = 124636, + [SMALL_STATE(2787)] = 124703, + [SMALL_STATE(2788)] = 124770, + [SMALL_STATE(2789)] = 124837, + [SMALL_STATE(2790)] = 124904, + [SMALL_STATE(2791)] = 124971, + [SMALL_STATE(2792)] = 125038, + [SMALL_STATE(2793)] = 125105, + [SMALL_STATE(2794)] = 125172, + [SMALL_STATE(2795)] = 125239, + [SMALL_STATE(2796)] = 125306, + [SMALL_STATE(2797)] = 125373, + [SMALL_STATE(2798)] = 125440, + [SMALL_STATE(2799)] = 125507, + [SMALL_STATE(2800)] = 125574, + [SMALL_STATE(2801)] = 125641, + [SMALL_STATE(2802)] = 125710, + [SMALL_STATE(2803)] = 125777, + [SMALL_STATE(2804)] = 125846, + [SMALL_STATE(2805)] = 125915, + [SMALL_STATE(2806)] = 125984, + [SMALL_STATE(2807)] = 126053, + [SMALL_STATE(2808)] = 126122, + [SMALL_STATE(2809)] = 126191, + [SMALL_STATE(2810)] = 126260, + [SMALL_STATE(2811)] = 126329, + [SMALL_STATE(2812)] = 126398, + [SMALL_STATE(2813)] = 126467, + [SMALL_STATE(2814)] = 126536, + [SMALL_STATE(2815)] = 126603, + [SMALL_STATE(2816)] = 126672, + [SMALL_STATE(2817)] = 126741, + [SMALL_STATE(2818)] = 126810, + [SMALL_STATE(2819)] = 126879, + [SMALL_STATE(2820)] = 126948, + [SMALL_STATE(2821)] = 127017, + [SMALL_STATE(2822)] = 127086, + [SMALL_STATE(2823)] = 127155, + [SMALL_STATE(2824)] = 127224, + [SMALL_STATE(2825)] = 127291, + [SMALL_STATE(2826)] = 127358, + [SMALL_STATE(2827)] = 127425, + [SMALL_STATE(2828)] = 127492, + [SMALL_STATE(2829)] = 127559, + [SMALL_STATE(2830)] = 127626, + [SMALL_STATE(2831)] = 127693, + [SMALL_STATE(2832)] = 127760, + [SMALL_STATE(2833)] = 127827, + [SMALL_STATE(2834)] = 127894, + [SMALL_STATE(2835)] = 127961, + [SMALL_STATE(2836)] = 128028, + [SMALL_STATE(2837)] = 128095, + [SMALL_STATE(2838)] = 128162, + [SMALL_STATE(2839)] = 128229, + [SMALL_STATE(2840)] = 128296, + [SMALL_STATE(2841)] = 128365, + [SMALL_STATE(2842)] = 128434, + [SMALL_STATE(2843)] = 128503, + [SMALL_STATE(2844)] = 128572, + [SMALL_STATE(2845)] = 128641, + [SMALL_STATE(2846)] = 128710, + [SMALL_STATE(2847)] = 128779, + [SMALL_STATE(2848)] = 128848, + [SMALL_STATE(2849)] = 128917, + [SMALL_STATE(2850)] = 128986, + [SMALL_STATE(2851)] = 129055, + [SMALL_STATE(2852)] = 129124, + [SMALL_STATE(2853)] = 129193, + [SMALL_STATE(2854)] = 129260, + [SMALL_STATE(2855)] = 129327, + [SMALL_STATE(2856)] = 129396, + [SMALL_STATE(2857)] = 129465, + [SMALL_STATE(2858)] = 129534, + [SMALL_STATE(2859)] = 129603, + [SMALL_STATE(2860)] = 129670, + [SMALL_STATE(2861)] = 129739, + [SMALL_STATE(2862)] = 129808, + [SMALL_STATE(2863)] = 129877, + [SMALL_STATE(2864)] = 129944, + [SMALL_STATE(2865)] = 130011, + [SMALL_STATE(2866)] = 130078, + [SMALL_STATE(2867)] = 130145, + [SMALL_STATE(2868)] = 130212, + [SMALL_STATE(2869)] = 130279, + [SMALL_STATE(2870)] = 130346, + [SMALL_STATE(2871)] = 130413, + [SMALL_STATE(2872)] = 130480, + [SMALL_STATE(2873)] = 130547, + [SMALL_STATE(2874)] = 130614, + [SMALL_STATE(2875)] = 130681, + [SMALL_STATE(2876)] = 130748, + [SMALL_STATE(2877)] = 130815, + [SMALL_STATE(2878)] = 130882, + [SMALL_STATE(2879)] = 130949, + [SMALL_STATE(2880)] = 131016, + [SMALL_STATE(2881)] = 131083, + [SMALL_STATE(2882)] = 131150, + [SMALL_STATE(2883)] = 131217, + [SMALL_STATE(2884)] = 131284, + [SMALL_STATE(2885)] = 131351, + [SMALL_STATE(2886)] = 131418, + [SMALL_STATE(2887)] = 131485, + [SMALL_STATE(2888)] = 131552, + [SMALL_STATE(2889)] = 131619, + [SMALL_STATE(2890)] = 131686, + [SMALL_STATE(2891)] = 131753, + [SMALL_STATE(2892)] = 131820, + [SMALL_STATE(2893)] = 131887, + [SMALL_STATE(2894)] = 131954, + [SMALL_STATE(2895)] = 132021, + [SMALL_STATE(2896)] = 132088, + [SMALL_STATE(2897)] = 132155, + [SMALL_STATE(2898)] = 132222, + [SMALL_STATE(2899)] = 132289, + [SMALL_STATE(2900)] = 132356, + [SMALL_STATE(2901)] = 132425, + [SMALL_STATE(2902)] = 132492, + [SMALL_STATE(2903)] = 132559, + [SMALL_STATE(2904)] = 132626, + [SMALL_STATE(2905)] = 132693, + [SMALL_STATE(2906)] = 132760, + [SMALL_STATE(2907)] = 132827, + [SMALL_STATE(2908)] = 132900, + [SMALL_STATE(2909)] = 132967, + [SMALL_STATE(2910)] = 133034, + [SMALL_STATE(2911)] = 133103, + [SMALL_STATE(2912)] = 133172, + [SMALL_STATE(2913)] = 133239, + [SMALL_STATE(2914)] = 133308, + [SMALL_STATE(2915)] = 133375, + [SMALL_STATE(2916)] = 133444, + [SMALL_STATE(2917)] = 133511, + [SMALL_STATE(2918)] = 133578, + [SMALL_STATE(2919)] = 133645, + [SMALL_STATE(2920)] = 133711, + [SMALL_STATE(2921)] = 133777, + [SMALL_STATE(2922)] = 133843, + [SMALL_STATE(2923)] = 133909, + [SMALL_STATE(2924)] = 133975, + [SMALL_STATE(2925)] = 134041, + [SMALL_STATE(2926)] = 134107, + [SMALL_STATE(2927)] = 134179, + [SMALL_STATE(2928)] = 134291, + [SMALL_STATE(2929)] = 134357, + [SMALL_STATE(2930)] = 134423, + [SMALL_STATE(2931)] = 134489, + [SMALL_STATE(2932)] = 134555, + [SMALL_STATE(2933)] = 134621, + [SMALL_STATE(2934)] = 134687, + [SMALL_STATE(2935)] = 134753, + [SMALL_STATE(2936)] = 134819, + [SMALL_STATE(2937)] = 134885, + [SMALL_STATE(2938)] = 134951, + [SMALL_STATE(2939)] = 135017, + [SMALL_STATE(2940)] = 135083, + [SMALL_STATE(2941)] = 135149, + [SMALL_STATE(2942)] = 135215, + [SMALL_STATE(2943)] = 135281, + [SMALL_STATE(2944)] = 135347, + [SMALL_STATE(2945)] = 135413, + [SMALL_STATE(2946)] = 135479, + [SMALL_STATE(2947)] = 135545, + [SMALL_STATE(2948)] = 135611, + [SMALL_STATE(2949)] = 135677, + [SMALL_STATE(2950)] = 135743, + [SMALL_STATE(2951)] = 135809, + [SMALL_STATE(2952)] = 135875, + [SMALL_STATE(2953)] = 135941, + [SMALL_STATE(2954)] = 136007, + [SMALL_STATE(2955)] = 136073, + [SMALL_STATE(2956)] = 136181, + [SMALL_STATE(2957)] = 136247, + [SMALL_STATE(2958)] = 136317, + [SMALL_STATE(2959)] = 136383, + [SMALL_STATE(2960)] = 136449, + [SMALL_STATE(2961)] = 136515, + [SMALL_STATE(2962)] = 136581, + [SMALL_STATE(2963)] = 136647, + [SMALL_STATE(2964)] = 136713, + [SMALL_STATE(2965)] = 136779, + [SMALL_STATE(2966)] = 136845, + [SMALL_STATE(2967)] = 136911, + [SMALL_STATE(2968)] = 136977, + [SMALL_STATE(2969)] = 137043, + [SMALL_STATE(2970)] = 137109, + [SMALL_STATE(2971)] = 137175, + [SMALL_STATE(2972)] = 137241, + [SMALL_STATE(2973)] = 137307, + [SMALL_STATE(2974)] = 137373, + [SMALL_STATE(2975)] = 137439, + [SMALL_STATE(2976)] = 137505, + [SMALL_STATE(2977)] = 137571, + [SMALL_STATE(2978)] = 137637, + [SMALL_STATE(2979)] = 137707, + [SMALL_STATE(2980)] = 137773, + [SMALL_STATE(2981)] = 137839, + [SMALL_STATE(2982)] = 137909, + [SMALL_STATE(2983)] = 137975, + [SMALL_STATE(2984)] = 138041, + [SMALL_STATE(2985)] = 138107, + [SMALL_STATE(2986)] = 138173, + [SMALL_STATE(2987)] = 138239, + [SMALL_STATE(2988)] = 138305, + [SMALL_STATE(2989)] = 138371, + [SMALL_STATE(2990)] = 138437, + [SMALL_STATE(2991)] = 138503, + [SMALL_STATE(2992)] = 138569, + [SMALL_STATE(2993)] = 138635, + [SMALL_STATE(2994)] = 138701, + [SMALL_STATE(2995)] = 138767, + [SMALL_STATE(2996)] = 138833, + [SMALL_STATE(2997)] = 138899, + [SMALL_STATE(2998)] = 138965, + [SMALL_STATE(2999)] = 139031, + [SMALL_STATE(3000)] = 139097, + [SMALL_STATE(3001)] = 139163, + [SMALL_STATE(3002)] = 139229, + [SMALL_STATE(3003)] = 139295, + [SMALL_STATE(3004)] = 139361, + [SMALL_STATE(3005)] = 139427, + [SMALL_STATE(3006)] = 139493, + [SMALL_STATE(3007)] = 139559, + [SMALL_STATE(3008)] = 139625, + [SMALL_STATE(3009)] = 139691, + [SMALL_STATE(3010)] = 139757, + [SMALL_STATE(3011)] = 139823, + [SMALL_STATE(3012)] = 139889, + [SMALL_STATE(3013)] = 139955, + [SMALL_STATE(3014)] = 140021, + [SMALL_STATE(3015)] = 140087, + [SMALL_STATE(3016)] = 140153, + [SMALL_STATE(3017)] = 140219, + [SMALL_STATE(3018)] = 140285, + [SMALL_STATE(3019)] = 140351, + [SMALL_STATE(3020)] = 140417, + [SMALL_STATE(3021)] = 140483, + [SMALL_STATE(3022)] = 140549, + [SMALL_STATE(3023)] = 140615, + [SMALL_STATE(3024)] = 140681, + [SMALL_STATE(3025)] = 140747, + [SMALL_STATE(3026)] = 140813, + [SMALL_STATE(3027)] = 140879, + [SMALL_STATE(3028)] = 140945, + [SMALL_STATE(3029)] = 141015, + [SMALL_STATE(3030)] = 141081, + [SMALL_STATE(3031)] = 141163, + [SMALL_STATE(3032)] = 141251, + [SMALL_STATE(3033)] = 141317, + [SMALL_STATE(3034)] = 141383, + [SMALL_STATE(3035)] = 141449, + [SMALL_STATE(3036)] = 141515, + [SMALL_STATE(3037)] = 141581, + [SMALL_STATE(3038)] = 141647, + [SMALL_STATE(3039)] = 141713, + [SMALL_STATE(3040)] = 141779, + [SMALL_STATE(3041)] = 141845, + [SMALL_STATE(3042)] = 141911, + [SMALL_STATE(3043)] = 141977, + [SMALL_STATE(3044)] = 142043, + [SMALL_STATE(3045)] = 142109, + [SMALL_STATE(3046)] = 142175, + [SMALL_STATE(3047)] = 142241, + [SMALL_STATE(3048)] = 142307, + [SMALL_STATE(3049)] = 142373, + [SMALL_STATE(3050)] = 142439, + [SMALL_STATE(3051)] = 142505, + [SMALL_STATE(3052)] = 142571, + [SMALL_STATE(3053)] = 142637, + [SMALL_STATE(3054)] = 142703, + [SMALL_STATE(3055)] = 142769, + [SMALL_STATE(3056)] = 142835, + [SMALL_STATE(3057)] = 142901, + [SMALL_STATE(3058)] = 142967, + [SMALL_STATE(3059)] = 143033, + [SMALL_STATE(3060)] = 143099, + [SMALL_STATE(3061)] = 143165, + [SMALL_STATE(3062)] = 143231, + [SMALL_STATE(3063)] = 143297, + [SMALL_STATE(3064)] = 143363, + [SMALL_STATE(3065)] = 143429, + [SMALL_STATE(3066)] = 143509, + [SMALL_STATE(3067)] = 143589, + [SMALL_STATE(3068)] = 143675, + [SMALL_STATE(3069)] = 143765, + [SMALL_STATE(3070)] = 143857, + [SMALL_STATE(3071)] = 143951, + [SMALL_STATE(3072)] = 144049, + [SMALL_STATE(3073)] = 144149, + [SMALL_STATE(3074)] = 144253, + [SMALL_STATE(3075)] = 144319, + [SMALL_STATE(3076)] = 144385, + [SMALL_STATE(3077)] = 144451, + [SMALL_STATE(3078)] = 144517, + [SMALL_STATE(3079)] = 144583, + [SMALL_STATE(3080)] = 144649, + [SMALL_STATE(3081)] = 144715, + [SMALL_STATE(3082)] = 144781, + [SMALL_STATE(3083)] = 144847, + [SMALL_STATE(3084)] = 144913, + [SMALL_STATE(3085)] = 144979, + [SMALL_STATE(3086)] = 145045, + [SMALL_STATE(3087)] = 145111, + [SMALL_STATE(3088)] = 145177, + [SMALL_STATE(3089)] = 145243, + [SMALL_STATE(3090)] = 145345, + [SMALL_STATE(3091)] = 145417, + [SMALL_STATE(3092)] = 145483, + [SMALL_STATE(3093)] = 145589, + [SMALL_STATE(3094)] = 145655, + [SMALL_STATE(3095)] = 145721, + [SMALL_STATE(3096)] = 145799, + [SMALL_STATE(3097)] = 145865, + [SMALL_STATE(3098)] = 145931, + [SMALL_STATE(3099)] = 145997, + [SMALL_STATE(3100)] = 146103, + [SMALL_STATE(3101)] = 146177, + [SMALL_STATE(3102)] = 146255, + [SMALL_STATE(3103)] = 146327, + [SMALL_STATE(3104)] = 146429, + [SMALL_STATE(3105)] = 146517, + [SMALL_STATE(3106)] = 146599, + [SMALL_STATE(3107)] = 146673, + [SMALL_STATE(3108)] = 146779, + [SMALL_STATE(3109)] = 146885, + [SMALL_STATE(3110)] = 146989, + [SMALL_STATE(3111)] = 147089, + [SMALL_STATE(3112)] = 147187, + [SMALL_STATE(3113)] = 147281, + [SMALL_STATE(3114)] = 147347, + [SMALL_STATE(3115)] = 147415, + [SMALL_STATE(3116)] = 147481, + [SMALL_STATE(3117)] = 147547, + [SMALL_STATE(3118)] = 147613, + [SMALL_STATE(3119)] = 147679, + [SMALL_STATE(3120)] = 147745, + [SMALL_STATE(3121)] = 147811, + [SMALL_STATE(3122)] = 147877, + [SMALL_STATE(3123)] = 147969, + [SMALL_STATE(3124)] = 148059, + [SMALL_STATE(3125)] = 148145, + [SMALL_STATE(3126)] = 148225, + [SMALL_STATE(3127)] = 148305, + [SMALL_STATE(3128)] = 148375, + [SMALL_STATE(3129)] = 148441, + [SMALL_STATE(3130)] = 148507, + [SMALL_STATE(3131)] = 148573, + [SMALL_STATE(3132)] = 148639, + [SMALL_STATE(3133)] = 148705, + [SMALL_STATE(3134)] = 148771, + [SMALL_STATE(3135)] = 148837, + [SMALL_STATE(3136)] = 148903, + [SMALL_STATE(3137)] = 148969, + [SMALL_STATE(3138)] = 149037, + [SMALL_STATE(3139)] = 149105, + [SMALL_STATE(3140)] = 149173, + [SMALL_STATE(3141)] = 149239, + [SMALL_STATE(3142)] = 149307, + [SMALL_STATE(3143)] = 149375, + [SMALL_STATE(3144)] = 149443, + [SMALL_STATE(3145)] = 149509, + [SMALL_STATE(3146)] = 149579, + [SMALL_STATE(3147)] = 149647, + [SMALL_STATE(3148)] = 149715, + [SMALL_STATE(3149)] = 149783, + [SMALL_STATE(3150)] = 149851, + [SMALL_STATE(3151)] = 149919, + [SMALL_STATE(3152)] = 149987, + [SMALL_STATE(3153)] = 150055, + [SMALL_STATE(3154)] = 150123, + [SMALL_STATE(3155)] = 150191, + [SMALL_STATE(3156)] = 150259, + [SMALL_STATE(3157)] = 150327, + [SMALL_STATE(3158)] = 150395, + [SMALL_STATE(3159)] = 150463, + [SMALL_STATE(3160)] = 150529, + [SMALL_STATE(3161)] = 150637, + [SMALL_STATE(3162)] = 150707, + [SMALL_STATE(3163)] = 150773, + [SMALL_STATE(3164)] = 150839, + [SMALL_STATE(3165)] = 150907, + [SMALL_STATE(3166)] = 150973, + [SMALL_STATE(3167)] = 151039, + [SMALL_STATE(3168)] = 151147, + [SMALL_STATE(3169)] = 151213, + [SMALL_STATE(3170)] = 151281, + [SMALL_STATE(3171)] = 151349, + [SMALL_STATE(3172)] = 151415, + [SMALL_STATE(3173)] = 151481, + [SMALL_STATE(3174)] = 151549, + [SMALL_STATE(3175)] = 151617, + [SMALL_STATE(3176)] = 151683, + [SMALL_STATE(3177)] = 151749, + [SMALL_STATE(3178)] = 151857, + [SMALL_STATE(3179)] = 151929, + [SMALL_STATE(3180)] = 151999, + [SMALL_STATE(3181)] = 152071, + [SMALL_STATE(3182)] = 152143, + [SMALL_STATE(3183)] = 152215, + [SMALL_STATE(3184)] = 152281, + [SMALL_STATE(3185)] = 152389, + [SMALL_STATE(3186)] = 152455, + [SMALL_STATE(3187)] = 152521, + [SMALL_STATE(3188)] = 152587, + [SMALL_STATE(3189)] = 152653, + [SMALL_STATE(3190)] = 152719, + [SMALL_STATE(3191)] = 152785, + [SMALL_STATE(3192)] = 152851, + [SMALL_STATE(3193)] = 152917, + [SMALL_STATE(3194)] = 152983, + [SMALL_STATE(3195)] = 153049, + [SMALL_STATE(3196)] = 153115, + [SMALL_STATE(3197)] = 153181, + [SMALL_STATE(3198)] = 153247, + [SMALL_STATE(3199)] = 153313, + [SMALL_STATE(3200)] = 153379, + [SMALL_STATE(3201)] = 153445, + [SMALL_STATE(3202)] = 153511, + [SMALL_STATE(3203)] = 153577, + [SMALL_STATE(3204)] = 153643, + [SMALL_STATE(3205)] = 153709, + [SMALL_STATE(3206)] = 153775, + [SMALL_STATE(3207)] = 153841, + [SMALL_STATE(3208)] = 153907, + [SMALL_STATE(3209)] = 153973, + [SMALL_STATE(3210)] = 154039, + [SMALL_STATE(3211)] = 154105, + [SMALL_STATE(3212)] = 154175, + [SMALL_STATE(3213)] = 154241, + [SMALL_STATE(3214)] = 154307, + [SMALL_STATE(3215)] = 154373, + [SMALL_STATE(3216)] = 154439, + [SMALL_STATE(3217)] = 154505, + [SMALL_STATE(3218)] = 154571, + [SMALL_STATE(3219)] = 154637, + [SMALL_STATE(3220)] = 154703, + [SMALL_STATE(3221)] = 154769, + [SMALL_STATE(3222)] = 154835, + [SMALL_STATE(3223)] = 154905, + [SMALL_STATE(3224)] = 154971, + [SMALL_STATE(3225)] = 155037, + [SMALL_STATE(3226)] = 155103, + [SMALL_STATE(3227)] = 155169, + [SMALL_STATE(3228)] = 155235, + [SMALL_STATE(3229)] = 155301, + [SMALL_STATE(3230)] = 155367, + [SMALL_STATE(3231)] = 155433, + [SMALL_STATE(3232)] = 155499, + [SMALL_STATE(3233)] = 155565, + [SMALL_STATE(3234)] = 155631, + [SMALL_STATE(3235)] = 155697, + [SMALL_STATE(3236)] = 155763, + [SMALL_STATE(3237)] = 155829, + [SMALL_STATE(3238)] = 155899, + [SMALL_STATE(3239)] = 155965, + [SMALL_STATE(3240)] = 156031, + [SMALL_STATE(3241)] = 156097, + [SMALL_STATE(3242)] = 156163, + [SMALL_STATE(3243)] = 156229, + [SMALL_STATE(3244)] = 156295, + [SMALL_STATE(3245)] = 156361, + [SMALL_STATE(3246)] = 156443, + [SMALL_STATE(3247)] = 156531, + [SMALL_STATE(3248)] = 156633, + [SMALL_STATE(3249)] = 156699, + [SMALL_STATE(3250)] = 156771, + [SMALL_STATE(3251)] = 156849, + [SMALL_STATE(3252)] = 156923, + [SMALL_STATE(3253)] = 157029, + [SMALL_STATE(3254)] = 157135, + [SMALL_STATE(3255)] = 157201, + [SMALL_STATE(3256)] = 157305, + [SMALL_STATE(3257)] = 157405, + [SMALL_STATE(3258)] = 157503, + [SMALL_STATE(3259)] = 157597, + [SMALL_STATE(3260)] = 157689, + [SMALL_STATE(3261)] = 157779, + [SMALL_STATE(3262)] = 157865, + [SMALL_STATE(3263)] = 157945, + [SMALL_STATE(3264)] = 158025, + [SMALL_STATE(3265)] = 158095, + [SMALL_STATE(3266)] = 158169, + [SMALL_STATE(3267)] = 158235, + [SMALL_STATE(3268)] = 158301, + [SMALL_STATE(3269)] = 158367, + [SMALL_STATE(3270)] = 158433, + [SMALL_STATE(3271)] = 158515, + [SMALL_STATE(3272)] = 158603, + [SMALL_STATE(3273)] = 158705, + [SMALL_STATE(3274)] = 158771, + [SMALL_STATE(3275)] = 158843, + [SMALL_STATE(3276)] = 158921, + [SMALL_STATE(3277)] = 158991, + [SMALL_STATE(3278)] = 159057, + [SMALL_STATE(3279)] = 159123, + [SMALL_STATE(3280)] = 159189, + [SMALL_STATE(3281)] = 159259, + [SMALL_STATE(3282)] = 159327, + [SMALL_STATE(3283)] = 159393, + [SMALL_STATE(3284)] = 159459, + [SMALL_STATE(3285)] = 159527, + [SMALL_STATE(3286)] = 159597, + [SMALL_STATE(3287)] = 159665, + [SMALL_STATE(3288)] = 159733, + [SMALL_STATE(3289)] = 159803, + [SMALL_STATE(3290)] = 159871, + [SMALL_STATE(3291)] = 159937, + [SMALL_STATE(3292)] = 160003, + [SMALL_STATE(3293)] = 160069, + [SMALL_STATE(3294)] = 160135, + [SMALL_STATE(3295)] = 160201, + [SMALL_STATE(3296)] = 160267, + [SMALL_STATE(3297)] = 160333, + [SMALL_STATE(3298)] = 160399, + [SMALL_STATE(3299)] = 160465, + [SMALL_STATE(3300)] = 160533, + [SMALL_STATE(3301)] = 160601, + [SMALL_STATE(3302)] = 160669, + [SMALL_STATE(3303)] = 160737, + [SMALL_STATE(3304)] = 160843, + [SMALL_STATE(3305)] = 160909, + [SMALL_STATE(3306)] = 161013, + [SMALL_STATE(3307)] = 161113, + [SMALL_STATE(3308)] = 161211, + [SMALL_STATE(3309)] = 161305, + [SMALL_STATE(3310)] = 161397, + [SMALL_STATE(3311)] = 161487, + [SMALL_STATE(3312)] = 161573, + [SMALL_STATE(3313)] = 161653, + [SMALL_STATE(3314)] = 161721, + [SMALL_STATE(3315)] = 161789, + [SMALL_STATE(3316)] = 161855, + [SMALL_STATE(3317)] = 161963, + [SMALL_STATE(3318)] = 162029, + [SMALL_STATE(3319)] = 162095, + [SMALL_STATE(3320)] = 162163, + [SMALL_STATE(3321)] = 162229, + [SMALL_STATE(3322)] = 162297, + [SMALL_STATE(3323)] = 162365, + [SMALL_STATE(3324)] = 162431, + [SMALL_STATE(3325)] = 162497, + [SMALL_STATE(3326)] = 162563, + [SMALL_STATE(3327)] = 162631, + [SMALL_STATE(3328)] = 162697, + [SMALL_STATE(3329)] = 162763, + [SMALL_STATE(3330)] = 162829, + [SMALL_STATE(3331)] = 162895, + [SMALL_STATE(3332)] = 162961, + [SMALL_STATE(3333)] = 163027, + [SMALL_STATE(3334)] = 163095, + [SMALL_STATE(3335)] = 163161, + [SMALL_STATE(3336)] = 163229, + [SMALL_STATE(3337)] = 163297, + [SMALL_STATE(3338)] = 163377, + [SMALL_STATE(3339)] = 163447, + [SMALL_STATE(3340)] = 163513, + [SMALL_STATE(3341)] = 163579, + [SMALL_STATE(3342)] = 163645, + [SMALL_STATE(3343)] = 163713, + [SMALL_STATE(3344)] = 163779, + [SMALL_STATE(3345)] = 163849, + [SMALL_STATE(3346)] = 163915, + [SMALL_STATE(3347)] = 163981, + [SMALL_STATE(3348)] = 164049, + [SMALL_STATE(3349)] = 164117, + [SMALL_STATE(3350)] = 164187, + [SMALL_STATE(3351)] = 164253, + [SMALL_STATE(3352)] = 164319, + [SMALL_STATE(3353)] = 164385, + [SMALL_STATE(3354)] = 164451, + [SMALL_STATE(3355)] = 164521, + [SMALL_STATE(3356)] = 164627, + [SMALL_STATE(3357)] = 164693, + [SMALL_STATE(3358)] = 164759, + [SMALL_STATE(3359)] = 164825, + [SMALL_STATE(3360)] = 164891, + [SMALL_STATE(3361)] = 164957, + [SMALL_STATE(3362)] = 165023, + [SMALL_STATE(3363)] = 165089, + [SMALL_STATE(3364)] = 165155, + [SMALL_STATE(3365)] = 165221, + [SMALL_STATE(3366)] = 165287, + [SMALL_STATE(3367)] = 165353, + [SMALL_STATE(3368)] = 165419, + [SMALL_STATE(3369)] = 165485, + [SMALL_STATE(3370)] = 165551, + [SMALL_STATE(3371)] = 165617, + [SMALL_STATE(3372)] = 165683, + [SMALL_STATE(3373)] = 165749, + [SMALL_STATE(3374)] = 165815, + [SMALL_STATE(3375)] = 165881, + [SMALL_STATE(3376)] = 165947, + [SMALL_STATE(3377)] = 166013, + [SMALL_STATE(3378)] = 166079, + [SMALL_STATE(3379)] = 166145, + [SMALL_STATE(3380)] = 166211, + [SMALL_STATE(3381)] = 166277, + [SMALL_STATE(3382)] = 166343, + [SMALL_STATE(3383)] = 166409, + [SMALL_STATE(3384)] = 166475, + [SMALL_STATE(3385)] = 166541, + [SMALL_STATE(3386)] = 166607, + [SMALL_STATE(3387)] = 166673, + [SMALL_STATE(3388)] = 166739, + [SMALL_STATE(3389)] = 166805, + [SMALL_STATE(3390)] = 166871, + [SMALL_STATE(3391)] = 166937, + [SMALL_STATE(3392)] = 167003, + [SMALL_STATE(3393)] = 167073, + [SMALL_STATE(3394)] = 167139, + [SMALL_STATE(3395)] = 167205, + [SMALL_STATE(3396)] = 167271, + [SMALL_STATE(3397)] = 167337, + [SMALL_STATE(3398)] = 167403, + [SMALL_STATE(3399)] = 167469, + [SMALL_STATE(3400)] = 167577, + [SMALL_STATE(3401)] = 167643, + [SMALL_STATE(3402)] = 167713, + [SMALL_STATE(3403)] = 167779, + [SMALL_STATE(3404)] = 167845, + [SMALL_STATE(3405)] = 167911, + [SMALL_STATE(3406)] = 167977, + [SMALL_STATE(3407)] = 168043, + [SMALL_STATE(3408)] = 168109, + [SMALL_STATE(3409)] = 168175, + [SMALL_STATE(3410)] = 168241, + [SMALL_STATE(3411)] = 168307, + [SMALL_STATE(3412)] = 168373, + [SMALL_STATE(3413)] = 168439, + [SMALL_STATE(3414)] = 168505, + [SMALL_STATE(3415)] = 168571, + [SMALL_STATE(3416)] = 168637, + [SMALL_STATE(3417)] = 168703, + [SMALL_STATE(3418)] = 168771, + [SMALL_STATE(3419)] = 168837, + [SMALL_STATE(3420)] = 168903, + [SMALL_STATE(3421)] = 168969, + [SMALL_STATE(3422)] = 169039, + [SMALL_STATE(3423)] = 169105, + [SMALL_STATE(3424)] = 169171, + [SMALL_STATE(3425)] = 169237, + [SMALL_STATE(3426)] = 169303, + [SMALL_STATE(3427)] = 169369, + [SMALL_STATE(3428)] = 169435, + [SMALL_STATE(3429)] = 169501, + [SMALL_STATE(3430)] = 169567, + [SMALL_STATE(3431)] = 169633, + [SMALL_STATE(3432)] = 169699, + [SMALL_STATE(3433)] = 169765, + [SMALL_STATE(3434)] = 169831, + [SMALL_STATE(3435)] = 169897, + [SMALL_STATE(3436)] = 169963, + [SMALL_STATE(3437)] = 170029, + [SMALL_STATE(3438)] = 170095, + [SMALL_STATE(3439)] = 170211, + [SMALL_STATE(3440)] = 170327, + [SMALL_STATE(3441)] = 170393, + [SMALL_STATE(3442)] = 170459, + [SMALL_STATE(3443)] = 170525, + [SMALL_STATE(3444)] = 170591, + [SMALL_STATE(3445)] = 170657, + [SMALL_STATE(3446)] = 170765, + [SMALL_STATE(3447)] = 170873, + [SMALL_STATE(3448)] = 170981, + [SMALL_STATE(3449)] = 171047, + [SMALL_STATE(3450)] = 171113, + [SMALL_STATE(3451)] = 171179, + [SMALL_STATE(3452)] = 171245, + [SMALL_STATE(3453)] = 171311, + [SMALL_STATE(3454)] = 171377, + [SMALL_STATE(3455)] = 171485, + [SMALL_STATE(3456)] = 171601, + [SMALL_STATE(3457)] = 171667, + [SMALL_STATE(3458)] = 171733, + [SMALL_STATE(3459)] = 171799, + [SMALL_STATE(3460)] = 171865, + [SMALL_STATE(3461)] = 171931, + [SMALL_STATE(3462)] = 171997, + [SMALL_STATE(3463)] = 172113, + [SMALL_STATE(3464)] = 172183, + [SMALL_STATE(3465)] = 172249, + [SMALL_STATE(3466)] = 172315, + [SMALL_STATE(3467)] = 172381, + [SMALL_STATE(3468)] = 172447, + [SMALL_STATE(3469)] = 172513, + [SMALL_STATE(3470)] = 172579, + [SMALL_STATE(3471)] = 172645, + [SMALL_STATE(3472)] = 172761, + [SMALL_STATE(3473)] = 172873, + [SMALL_STATE(3474)] = 172943, + [SMALL_STATE(3475)] = 173013, + [SMALL_STATE(3476)] = 173079, + [SMALL_STATE(3477)] = 173145, + [SMALL_STATE(3478)] = 173215, + [SMALL_STATE(3479)] = 173285, + [SMALL_STATE(3480)] = 173355, + [SMALL_STATE(3481)] = 173421, + [SMALL_STATE(3482)] = 173487, + [SMALL_STATE(3483)] = 173595, + [SMALL_STATE(3484)] = 173665, + [SMALL_STATE(3485)] = 173735, + [SMALL_STATE(3486)] = 173805, + [SMALL_STATE(3487)] = 173875, + [SMALL_STATE(3488)] = 173941, + [SMALL_STATE(3489)] = 174007, + [SMALL_STATE(3490)] = 174077, + [SMALL_STATE(3491)] = 174193, + [SMALL_STATE(3492)] = 174263, + [SMALL_STATE(3493)] = 174333, + [SMALL_STATE(3494)] = 174403, + [SMALL_STATE(3495)] = 174469, + [SMALL_STATE(3496)] = 174535, + [SMALL_STATE(3497)] = 174601, + [SMALL_STATE(3498)] = 174667, + [SMALL_STATE(3499)] = 174732, + [SMALL_STATE(3500)] = 174813, + [SMALL_STATE(3501)] = 174882, + [SMALL_STATE(3502)] = 174947, + [SMALL_STATE(3503)] = 175016, + [SMALL_STATE(3504)] = 175101, + [SMALL_STATE(3505)] = 175200, + [SMALL_STATE(3506)] = 175271, + [SMALL_STATE(3507)] = 175352, + [SMALL_STATE(3508)] = 175425, + [SMALL_STATE(3509)] = 175528, + [SMALL_STATE(3510)] = 175597, + [SMALL_STATE(3511)] = 175700, + [SMALL_STATE(3512)] = 175801, + [SMALL_STATE(3513)] = 175898, + [SMALL_STATE(3514)] = 175993, + [SMALL_STATE(3515)] = 176084, + [SMALL_STATE(3516)] = 176173, + [SMALL_STATE(3517)] = 176238, + [SMALL_STATE(3518)] = 176317, + [SMALL_STATE(3519)] = 176400, + [SMALL_STATE(3520)] = 176479, + [SMALL_STATE(3521)] = 176556, + [SMALL_STATE(3522)] = 176621, + [SMALL_STATE(3523)] = 176690, + [SMALL_STATE(3524)] = 176755, + [SMALL_STATE(3525)] = 176820, + [SMALL_STATE(3526)] = 176885, + [SMALL_STATE(3527)] = 176954, + [SMALL_STATE(3528)] = 177023, + [SMALL_STATE(3529)] = 177088, + [SMALL_STATE(3530)] = 177153, + [SMALL_STATE(3531)] = 177218, + [SMALL_STATE(3532)] = 177283, + [SMALL_STATE(3533)] = 177348, + [SMALL_STATE(3534)] = 177413, + [SMALL_STATE(3535)] = 177478, + [SMALL_STATE(3536)] = 177543, + [SMALL_STATE(3537)] = 177608, + [SMALL_STATE(3538)] = 177673, + [SMALL_STATE(3539)] = 177738, + [SMALL_STATE(3540)] = 177803, + [SMALL_STATE(3541)] = 177868, + [SMALL_STATE(3542)] = 177933, + [SMALL_STATE(3543)] = 177998, + [SMALL_STATE(3544)] = 178063, + [SMALL_STATE(3545)] = 178128, + [SMALL_STATE(3546)] = 178193, + [SMALL_STATE(3547)] = 178258, + [SMALL_STATE(3548)] = 178323, + [SMALL_STATE(3549)] = 178388, + [SMALL_STATE(3550)] = 178453, + [SMALL_STATE(3551)] = 178518, + [SMALL_STATE(3552)] = 178583, + [SMALL_STATE(3553)] = 178648, + [SMALL_STATE(3554)] = 178713, + [SMALL_STATE(3555)] = 178778, + [SMALL_STATE(3556)] = 178843, + [SMALL_STATE(3557)] = 178908, + [SMALL_STATE(3558)] = 178973, + [SMALL_STATE(3559)] = 179038, + [SMALL_STATE(3560)] = 179103, + [SMALL_STATE(3561)] = 179168, + [SMALL_STATE(3562)] = 179233, + [SMALL_STATE(3563)] = 179298, + [SMALL_STATE(3564)] = 179363, + [SMALL_STATE(3565)] = 179428, + [SMALL_STATE(3566)] = 179493, + [SMALL_STATE(3567)] = 179558, + [SMALL_STATE(3568)] = 179623, + [SMALL_STATE(3569)] = 179688, + [SMALL_STATE(3570)] = 179753, + [SMALL_STATE(3571)] = 179818, + [SMALL_STATE(3572)] = 179883, + [SMALL_STATE(3573)] = 179948, + [SMALL_STATE(3574)] = 180013, + [SMALL_STATE(3575)] = 180078, + [SMALL_STATE(3576)] = 180143, + [SMALL_STATE(3577)] = 180208, + [SMALL_STATE(3578)] = 180273, + [SMALL_STATE(3579)] = 180338, + [SMALL_STATE(3580)] = 180403, + [SMALL_STATE(3581)] = 180468, + [SMALL_STATE(3582)] = 180533, + [SMALL_STATE(3583)] = 180598, + [SMALL_STATE(3584)] = 180663, + [SMALL_STATE(3585)] = 180728, + [SMALL_STATE(3586)] = 180793, + [SMALL_STATE(3587)] = 180858, + [SMALL_STATE(3588)] = 180923, + [SMALL_STATE(3589)] = 180988, + [SMALL_STATE(3590)] = 181053, + [SMALL_STATE(3591)] = 181118, + [SMALL_STATE(3592)] = 181183, + [SMALL_STATE(3593)] = 181248, + [SMALL_STATE(3594)] = 181313, + [SMALL_STATE(3595)] = 181378, + [SMALL_STATE(3596)] = 181443, + [SMALL_STATE(3597)] = 181508, + [SMALL_STATE(3598)] = 181573, + [SMALL_STATE(3599)] = 181638, + [SMALL_STATE(3600)] = 181703, + [SMALL_STATE(3601)] = 181768, + [SMALL_STATE(3602)] = 181833, + [SMALL_STATE(3603)] = 181898, + [SMALL_STATE(3604)] = 181963, + [SMALL_STATE(3605)] = 182030, + [SMALL_STATE(3606)] = 182097, + [SMALL_STATE(3607)] = 182164, + [SMALL_STATE(3608)] = 182231, + [SMALL_STATE(3609)] = 182298, + [SMALL_STATE(3610)] = 182365, + [SMALL_STATE(3611)] = 182432, + [SMALL_STATE(3612)] = 182499, + [SMALL_STATE(3613)] = 182566, + [SMALL_STATE(3614)] = 182633, + [SMALL_STATE(3615)] = 182700, + [SMALL_STATE(3616)] = 182767, + [SMALL_STATE(3617)] = 182834, + [SMALL_STATE(3618)] = 182901, + [SMALL_STATE(3619)] = 182968, + [SMALL_STATE(3620)] = 183035, + [SMALL_STATE(3621)] = 183102, + [SMALL_STATE(3622)] = 183169, + [SMALL_STATE(3623)] = 183236, + [SMALL_STATE(3624)] = 183303, + [SMALL_STATE(3625)] = 183368, + [SMALL_STATE(3626)] = 183433, + [SMALL_STATE(3627)] = 183540, + [SMALL_STATE(3628)] = 183605, + [SMALL_STATE(3629)] = 183710, + [SMALL_STATE(3630)] = 183779, + [SMALL_STATE(3631)] = 183884, + [SMALL_STATE(3632)] = 183949, + [SMALL_STATE(3633)] = 184018, + [SMALL_STATE(3634)] = 184087, + [SMALL_STATE(3635)] = 184152, + [SMALL_STATE(3636)] = 184217, + [SMALL_STATE(3637)] = 184282, + [SMALL_STATE(3638)] = 184349, + [SMALL_STATE(3639)] = 184416, + [SMALL_STATE(3640)] = 184481, + [SMALL_STATE(3641)] = 184546, + [SMALL_STATE(3642)] = 184611, + [SMALL_STATE(3643)] = 184676, + [SMALL_STATE(3644)] = 184741, + [SMALL_STATE(3645)] = 184806, + [SMALL_STATE(3646)] = 184871, + [SMALL_STATE(3647)] = 184936, + [SMALL_STATE(3648)] = 185001, + [SMALL_STATE(3649)] = 185066, + [SMALL_STATE(3650)] = 185131, + [SMALL_STATE(3651)] = 185196, + [SMALL_STATE(3652)] = 185261, + [SMALL_STATE(3653)] = 185368, + [SMALL_STATE(3654)] = 185475, + [SMALL_STATE(3655)] = 185540, + [SMALL_STATE(3656)] = 185605, + [SMALL_STATE(3657)] = 185670, + [SMALL_STATE(3658)] = 185735, + [SMALL_STATE(3659)] = 185800, + [SMALL_STATE(3660)] = 185865, + [SMALL_STATE(3661)] = 185930, + [SMALL_STATE(3662)] = 185995, + [SMALL_STATE(3663)] = 186060, + [SMALL_STATE(3664)] = 186125, + [SMALL_STATE(3665)] = 186190, + [SMALL_STATE(3666)] = 186255, + [SMALL_STATE(3667)] = 186320, + [SMALL_STATE(3668)] = 186385, + [SMALL_STATE(3669)] = 186450, + [SMALL_STATE(3670)] = 186515, + [SMALL_STATE(3671)] = 186580, + [SMALL_STATE(3672)] = 186645, + [SMALL_STATE(3673)] = 186710, + [SMALL_STATE(3674)] = 186775, + [SMALL_STATE(3675)] = 186840, + [SMALL_STATE(3676)] = 186905, + [SMALL_STATE(3677)] = 186970, + [SMALL_STATE(3678)] = 187035, + [SMALL_STATE(3679)] = 187100, + [SMALL_STATE(3680)] = 187165, + [SMALL_STATE(3681)] = 187230, + [SMALL_STATE(3682)] = 187295, + [SMALL_STATE(3683)] = 187360, + [SMALL_STATE(3684)] = 187425, + [SMALL_STATE(3685)] = 187490, + [SMALL_STATE(3686)] = 187555, + [SMALL_STATE(3687)] = 187620, + [SMALL_STATE(3688)] = 187685, + [SMALL_STATE(3689)] = 187750, + [SMALL_STATE(3690)] = 187815, + [SMALL_STATE(3691)] = 187880, + [SMALL_STATE(3692)] = 187945, + [SMALL_STATE(3693)] = 188010, + [SMALL_STATE(3694)] = 188075, + [SMALL_STATE(3695)] = 188140, + [SMALL_STATE(3696)] = 188205, + [SMALL_STATE(3697)] = 188270, + [SMALL_STATE(3698)] = 188335, + [SMALL_STATE(3699)] = 188400, + [SMALL_STATE(3700)] = 188465, + [SMALL_STATE(3701)] = 188530, + [SMALL_STATE(3702)] = 188595, + [SMALL_STATE(3703)] = 188660, + [SMALL_STATE(3704)] = 188725, + [SMALL_STATE(3705)] = 188790, + [SMALL_STATE(3706)] = 188855, + [SMALL_STATE(3707)] = 188920, + [SMALL_STATE(3708)] = 188985, + [SMALL_STATE(3709)] = 189050, + [SMALL_STATE(3710)] = 189119, + [SMALL_STATE(3711)] = 189198, + [SMALL_STATE(3712)] = 189277, + [SMALL_STATE(3713)] = 189362, + [SMALL_STATE(3714)] = 189451, + [SMALL_STATE(3715)] = 189542, + [SMALL_STATE(3716)] = 189635, + [SMALL_STATE(3717)] = 189732, + [SMALL_STATE(3718)] = 189831, + [SMALL_STATE(3719)] = 189934, + [SMALL_STATE(3720)] = 189999, + [SMALL_STATE(3721)] = 190104, + [SMALL_STATE(3722)] = 190209, + [SMALL_STATE(3723)] = 190282, + [SMALL_STATE(3724)] = 190359, + [SMALL_STATE(3725)] = 190430, + [SMALL_STATE(3726)] = 190495, + [SMALL_STATE(3727)] = 190596, + [SMALL_STATE(3728)] = 190683, + [SMALL_STATE(3729)] = 190764, + [SMALL_STATE(3730)] = 190829, + [SMALL_STATE(3731)] = 190894, + [SMALL_STATE(3732)] = 190959, + [SMALL_STATE(3733)] = 191024, + [SMALL_STATE(3734)] = 191089, + [SMALL_STATE(3735)] = 191154, + [SMALL_STATE(3736)] = 191219, + [SMALL_STATE(3737)] = 191284, + [SMALL_STATE(3738)] = 191349, + [SMALL_STATE(3739)] = 191414, + [SMALL_STATE(3740)] = 191479, + [SMALL_STATE(3741)] = 191548, + [SMALL_STATE(3742)] = 191613, + [SMALL_STATE(3743)] = 191678, + [SMALL_STATE(3744)] = 191743, + [SMALL_STATE(3745)] = 191808, + [SMALL_STATE(3746)] = 191873, + [SMALL_STATE(3747)] = 191938, + [SMALL_STATE(3748)] = 192003, + [SMALL_STATE(3749)] = 192112, + [SMALL_STATE(3750)] = 192177, + [SMALL_STATE(3751)] = 192284, + [SMALL_STATE(3752)] = 192353, + [SMALL_STATE(3753)] = 192422, + [SMALL_STATE(3754)] = 192491, + [SMALL_STATE(3755)] = 192556, + [SMALL_STATE(3756)] = 192621, + [SMALL_STATE(3757)] = 192686, + [SMALL_STATE(3758)] = 192755, + [SMALL_STATE(3759)] = 192820, + [SMALL_STATE(3760)] = 192927, + [SMALL_STATE(3761)] = 192992, + [SMALL_STATE(3762)] = 193057, + [SMALL_STATE(3763)] = 193122, + [SMALL_STATE(3764)] = 193187, + [SMALL_STATE(3765)] = 193252, + [SMALL_STATE(3766)] = 193317, + [SMALL_STATE(3767)] = 193382, + [SMALL_STATE(3768)] = 193447, + [SMALL_STATE(3769)] = 193512, + [SMALL_STATE(3770)] = 193577, + [SMALL_STATE(3771)] = 193644, + [SMALL_STATE(3772)] = 193711, + [SMALL_STATE(3773)] = 193776, + [SMALL_STATE(3774)] = 193841, + [SMALL_STATE(3775)] = 193906, + [SMALL_STATE(3776)] = 193971, + [SMALL_STATE(3777)] = 194036, + [SMALL_STATE(3778)] = 194123, + [SMALL_STATE(3779)] = 194188, + [SMALL_STATE(3780)] = 194289, + [SMALL_STATE(3781)] = 194354, + [SMALL_STATE(3782)] = 194419, + [SMALL_STATE(3783)] = 194484, + [SMALL_STATE(3784)] = 194551, + [SMALL_STATE(3785)] = 194616, + [SMALL_STATE(3786)] = 194681, + [SMALL_STATE(3787)] = 194746, + [SMALL_STATE(3788)] = 194811, + [SMALL_STATE(3789)] = 194876, + [SMALL_STATE(3790)] = 194941, + [SMALL_STATE(3791)] = 195006, + [SMALL_STATE(3792)] = 195071, + [SMALL_STATE(3793)] = 195136, + [SMALL_STATE(3794)] = 195201, + [SMALL_STATE(3795)] = 195266, + [SMALL_STATE(3796)] = 195331, + [SMALL_STATE(3797)] = 195396, + [SMALL_STATE(3798)] = 195461, + [SMALL_STATE(3799)] = 195526, + [SMALL_STATE(3800)] = 195591, + [SMALL_STATE(3801)] = 195656, + [SMALL_STATE(3802)] = 195721, + [SMALL_STATE(3803)] = 195788, + [SMALL_STATE(3804)] = 195853, + [SMALL_STATE(3805)] = 195918, + [SMALL_STATE(3806)] = 195985, + [SMALL_STATE(3807)] = 196052, + [SMALL_STATE(3808)] = 196119, + [SMALL_STATE(3809)] = 196184, + [SMALL_STATE(3810)] = 196249, + [SMALL_STATE(3811)] = 196320, + [SMALL_STATE(3812)] = 196385, + [SMALL_STATE(3813)] = 196450, + [SMALL_STATE(3814)] = 196515, + [SMALL_STATE(3815)] = 196580, + [SMALL_STATE(3816)] = 196645, + [SMALL_STATE(3817)] = 196712, + [SMALL_STATE(3818)] = 196779, + [SMALL_STATE(3819)] = 196844, + [SMALL_STATE(3820)] = 196909, + [SMALL_STATE(3821)] = 196974, + [SMALL_STATE(3822)] = 197039, + [SMALL_STATE(3823)] = 197104, + [SMALL_STATE(3824)] = 197171, + [SMALL_STATE(3825)] = 197238, + [SMALL_STATE(3826)] = 197303, + [SMALL_STATE(3827)] = 197368, + [SMALL_STATE(3828)] = 197433, + [SMALL_STATE(3829)] = 197498, + [SMALL_STATE(3830)] = 197563, + [SMALL_STATE(3831)] = 197630, + [SMALL_STATE(3832)] = 197695, + [SMALL_STATE(3833)] = 197782, + [SMALL_STATE(3834)] = 197849, + [SMALL_STATE(3835)] = 197914, + [SMALL_STATE(3836)] = 197979, + [SMALL_STATE(3837)] = 198044, + [SMALL_STATE(3838)] = 198111, + [SMALL_STATE(3839)] = 198178, + [SMALL_STATE(3840)] = 198245, + [SMALL_STATE(3841)] = 198312, + [SMALL_STATE(3842)] = 198379, + [SMALL_STATE(3843)] = 198446, + [SMALL_STATE(3844)] = 198513, + [SMALL_STATE(3845)] = 198580, + [SMALL_STATE(3846)] = 198645, + [SMALL_STATE(3847)] = 198752, + [SMALL_STATE(3848)] = 198817, + [SMALL_STATE(3849)] = 198882, + [SMALL_STATE(3850)] = 198949, + [SMALL_STATE(3851)] = 199014, + [SMALL_STATE(3852)] = 199083, + [SMALL_STATE(3853)] = 199148, + [SMALL_STATE(3854)] = 199213, + [SMALL_STATE(3855)] = 199278, + [SMALL_STATE(3856)] = 199343, + [SMALL_STATE(3857)] = 199408, + [SMALL_STATE(3858)] = 199473, + [SMALL_STATE(3859)] = 199538, + [SMALL_STATE(3860)] = 199603, + [SMALL_STATE(3861)] = 199668, + [SMALL_STATE(3862)] = 199733, + [SMALL_STATE(3863)] = 199802, + [SMALL_STATE(3864)] = 199867, + [SMALL_STATE(3865)] = 199932, + [SMALL_STATE(3866)] = 200039, + [SMALL_STATE(3867)] = 200106, + [SMALL_STATE(3868)] = 200171, + [SMALL_STATE(3869)] = 200236, + [SMALL_STATE(3870)] = 200303, + [SMALL_STATE(3871)] = 200370, + [SMALL_STATE(3872)] = 200437, + [SMALL_STATE(3873)] = 200504, + [SMALL_STATE(3874)] = 200569, + [SMALL_STATE(3875)] = 200634, + [SMALL_STATE(3876)] = 200701, + [SMALL_STATE(3877)] = 200768, + [SMALL_STATE(3878)] = 200833, + [SMALL_STATE(3879)] = 200898, + [SMALL_STATE(3880)] = 200965, + [SMALL_STATE(3881)] = 201032, + [SMALL_STATE(3882)] = 201097, + [SMALL_STATE(3883)] = 201162, + [SMALL_STATE(3884)] = 201227, + [SMALL_STATE(3885)] = 201292, + [SMALL_STATE(3886)] = 201359, + [SMALL_STATE(3887)] = 201424, + [SMALL_STATE(3888)] = 201489, + [SMALL_STATE(3889)] = 201554, + [SMALL_STATE(3890)] = 201621, + [SMALL_STATE(3891)] = 201686, + [SMALL_STATE(3892)] = 201753, + [SMALL_STATE(3893)] = 201818, + [SMALL_STATE(3894)] = 201885, + [SMALL_STATE(3895)] = 201952, + [SMALL_STATE(3896)] = 202019, + [SMALL_STATE(3897)] = 202086, + [SMALL_STATE(3898)] = 202153, + [SMALL_STATE(3899)] = 202220, + [SMALL_STATE(3900)] = 202287, + [SMALL_STATE(3901)] = 202354, + [SMALL_STATE(3902)] = 202421, + [SMALL_STATE(3903)] = 202488, + [SMALL_STATE(3904)] = 202555, + [SMALL_STATE(3905)] = 202622, + [SMALL_STATE(3906)] = 202687, + [SMALL_STATE(3907)] = 202752, + [SMALL_STATE(3908)] = 202821, + [SMALL_STATE(3909)] = 202886, + [SMALL_STATE(3910)] = 202953, + [SMALL_STATE(3911)] = 203030, + [SMALL_STATE(3912)] = 203095, + [SMALL_STATE(3913)] = 203160, + [SMALL_STATE(3914)] = 203227, + [SMALL_STATE(3915)] = 203294, + [SMALL_STATE(3916)] = 203361, + [SMALL_STATE(3917)] = 203426, + [SMALL_STATE(3918)] = 203493, + [SMALL_STATE(3919)] = 203558, + [SMALL_STATE(3920)] = 203623, + [SMALL_STATE(3921)] = 203696, + [SMALL_STATE(3922)] = 203801, + [SMALL_STATE(3923)] = 203866, + [SMALL_STATE(3924)] = 203931, + [SMALL_STATE(3925)] = 204036, + [SMALL_STATE(3926)] = 204139, + [SMALL_STATE(3927)] = 204204, + [SMALL_STATE(3928)] = 204269, + [SMALL_STATE(3929)] = 204368, + [SMALL_STATE(3930)] = 204433, + [SMALL_STATE(3931)] = 204530, + [SMALL_STATE(3932)] = 204623, + [SMALL_STATE(3933)] = 204714, + [SMALL_STATE(3934)] = 204803, + [SMALL_STATE(3935)] = 204868, + [SMALL_STATE(3936)] = 204953, + [SMALL_STATE(3937)] = 205032, + [SMALL_STATE(3938)] = 205097, + [SMALL_STATE(3939)] = 205162, + [SMALL_STATE(3940)] = 205241, + [SMALL_STATE(3941)] = 205306, + [SMALL_STATE(3942)] = 205371, + [SMALL_STATE(3943)] = 205436, + [SMALL_STATE(3944)] = 205501, + [SMALL_STATE(3945)] = 205566, + [SMALL_STATE(3946)] = 205631, + [SMALL_STATE(3947)] = 205696, + [SMALL_STATE(3948)] = 205761, + [SMALL_STATE(3949)] = 205826, + [SMALL_STATE(3950)] = 205891, + [SMALL_STATE(3951)] = 205956, + [SMALL_STATE(3952)] = 206021, + [SMALL_STATE(3953)] = 206086, + [SMALL_STATE(3954)] = 206151, + [SMALL_STATE(3955)] = 206216, + [SMALL_STATE(3956)] = 206281, + [SMALL_STATE(3957)] = 206348, + [SMALL_STATE(3958)] = 206413, + [SMALL_STATE(3959)] = 206478, + [SMALL_STATE(3960)] = 206557, + [SMALL_STATE(3961)] = 206636, + [SMALL_STATE(3962)] = 206721, + [SMALL_STATE(3963)] = 206810, + [SMALL_STATE(3964)] = 206901, + [SMALL_STATE(3965)] = 206994, + [SMALL_STATE(3966)] = 207091, + [SMALL_STATE(3967)] = 207190, + [SMALL_STATE(3968)] = 207293, + [SMALL_STATE(3969)] = 207358, + [SMALL_STATE(3970)] = 207463, + [SMALL_STATE(3971)] = 207568, + [SMALL_STATE(3972)] = 207641, + [SMALL_STATE(3973)] = 207718, + [SMALL_STATE(3974)] = 207789, + [SMALL_STATE(3975)] = 207854, + [SMALL_STATE(3976)] = 207955, + [SMALL_STATE(3977)] = 208042, + [SMALL_STATE(3978)] = 208123, + [SMALL_STATE(3979)] = 208188, + [SMALL_STATE(3980)] = 208253, + [SMALL_STATE(3981)] = 208318, + [SMALL_STATE(3982)] = 208383, + [SMALL_STATE(3983)] = 208448, + [SMALL_STATE(3984)] = 208515, + [SMALL_STATE(3985)] = 208582, + [SMALL_STATE(3986)] = 208649, + [SMALL_STATE(3987)] = 208714, + [SMALL_STATE(3988)] = 208781, + [SMALL_STATE(3989)] = 208848, + [SMALL_STATE(3990)] = 208915, + [SMALL_STATE(3991)] = 208980, + [SMALL_STATE(3992)] = 209045, + [SMALL_STATE(3993)] = 209110, + [SMALL_STATE(3994)] = 209177, + [SMALL_STATE(3995)] = 209242, + [SMALL_STATE(3996)] = 209309, + [SMALL_STATE(3997)] = 209378, + [SMALL_STATE(3998)] = 209443, + [SMALL_STATE(3999)] = 209508, + [SMALL_STATE(4000)] = 209573, + [SMALL_STATE(4001)] = 209640, + [SMALL_STATE(4002)] = 209705, + [SMALL_STATE(4003)] = 209770, + [SMALL_STATE(4004)] = 209835, + [SMALL_STATE(4005)] = 209900, + [SMALL_STATE(4006)] = 209965, + [SMALL_STATE(4007)] = 210030, + [SMALL_STATE(4008)] = 210095, + [SMALL_STATE(4009)] = 210160, + [SMALL_STATE(4010)] = 210265, + [SMALL_STATE(4011)] = 210330, + [SMALL_STATE(4012)] = 210395, + [SMALL_STATE(4013)] = 210462, + [SMALL_STATE(4014)] = 210527, + [SMALL_STATE(4015)] = 210596, + [SMALL_STATE(4016)] = 210661, + [SMALL_STATE(4017)] = 210726, + [SMALL_STATE(4018)] = 210791, + [SMALL_STATE(4019)] = 210856, + [SMALL_STATE(4020)] = 210921, + [SMALL_STATE(4021)] = 210986, + [SMALL_STATE(4022)] = 211055, + [SMALL_STATE(4023)] = 211120, + [SMALL_STATE(4024)] = 211227, + [SMALL_STATE(4025)] = 211292, + [SMALL_STATE(4026)] = 211357, + [SMALL_STATE(4027)] = 211422, + [SMALL_STATE(4028)] = 211487, + [SMALL_STATE(4029)] = 211552, + [SMALL_STATE(4030)] = 211617, + [SMALL_STATE(4031)] = 211682, + [SMALL_STATE(4032)] = 211747, + [SMALL_STATE(4033)] = 211812, + [SMALL_STATE(4034)] = 211877, + [SMALL_STATE(4035)] = 211942, + [SMALL_STATE(4036)] = 212007, + [SMALL_STATE(4037)] = 212072, + [SMALL_STATE(4038)] = 212137, + [SMALL_STATE(4039)] = 212202, + [SMALL_STATE(4040)] = 212267, + [SMALL_STATE(4041)] = 212332, + [SMALL_STATE(4042)] = 212397, + [SMALL_STATE(4043)] = 212462, + [SMALL_STATE(4044)] = 212527, + [SMALL_STATE(4045)] = 212592, + [SMALL_STATE(4046)] = 212657, + [SMALL_STATE(4047)] = 212722, + [SMALL_STATE(4048)] = 212787, + [SMALL_STATE(4049)] = 212852, + [SMALL_STATE(4050)] = 212916, + [SMALL_STATE(4051)] = 213024, + [SMALL_STATE(4052)] = 213088, + [SMALL_STATE(4053)] = 213152, + [SMALL_STATE(4054)] = 213216, + [SMALL_STATE(4055)] = 213280, + [SMALL_STATE(4056)] = 213344, + [SMALL_STATE(4057)] = 213408, + [SMALL_STATE(4058)] = 213472, + [SMALL_STATE(4059)] = 213536, + [SMALL_STATE(4060)] = 213604, + [SMALL_STATE(4061)] = 213682, + [SMALL_STATE(4062)] = 213760, + [SMALL_STATE(4063)] = 213844, + [SMALL_STATE(4064)] = 213932, + [SMALL_STATE(4065)] = 214022, + [SMALL_STATE(4066)] = 214114, + [SMALL_STATE(4067)] = 214210, + [SMALL_STATE(4068)] = 214308, + [SMALL_STATE(4069)] = 214410, + [SMALL_STATE(4070)] = 214514, + [SMALL_STATE(4071)] = 214618, + [SMALL_STATE(4072)] = 214690, + [SMALL_STATE(4073)] = 214766, + [SMALL_STATE(4074)] = 214836, + [SMALL_STATE(4075)] = 214936, + [SMALL_STATE(4076)] = 215000, + [SMALL_STATE(4077)] = 215064, + [SMALL_STATE(4078)] = 215128, + [SMALL_STATE(4079)] = 215192, + [SMALL_STATE(4080)] = 215256, + [SMALL_STATE(4081)] = 215320, + [SMALL_STATE(4082)] = 215384, + [SMALL_STATE(4083)] = 215448, + [SMALL_STATE(4084)] = 215512, + [SMALL_STATE(4085)] = 215576, + [SMALL_STATE(4086)] = 215640, + [SMALL_STATE(4087)] = 215704, + [SMALL_STATE(4088)] = 215768, + [SMALL_STATE(4089)] = 215832, + [SMALL_STATE(4090)] = 215896, + [SMALL_STATE(4091)] = 215960, + [SMALL_STATE(4092)] = 216024, + [SMALL_STATE(4093)] = 216088, + [SMALL_STATE(4094)] = 216152, + [SMALL_STATE(4095)] = 216216, + [SMALL_STATE(4096)] = 216280, + [SMALL_STATE(4097)] = 216344, + [SMALL_STATE(4098)] = 216408, + [SMALL_STATE(4099)] = 216472, + [SMALL_STATE(4100)] = 216536, + [SMALL_STATE(4101)] = 216600, + [SMALL_STATE(4102)] = 216664, + [SMALL_STATE(4103)] = 216728, + [SMALL_STATE(4104)] = 216792, + [SMALL_STATE(4105)] = 216856, + [SMALL_STATE(4106)] = 216920, + [SMALL_STATE(4107)] = 216984, + [SMALL_STATE(4108)] = 217048, + [SMALL_STATE(4109)] = 217112, + [SMALL_STATE(4110)] = 217176, + [SMALL_STATE(4111)] = 217262, + [SMALL_STATE(4112)] = 217326, + [SMALL_STATE(4113)] = 217390, + [SMALL_STATE(4114)] = 217454, + [SMALL_STATE(4115)] = 217518, + [SMALL_STATE(4116)] = 217582, + [SMALL_STATE(4117)] = 217646, + [SMALL_STATE(4118)] = 217710, + [SMALL_STATE(4119)] = 217774, + [SMALL_STATE(4120)] = 217838, + [SMALL_STATE(4121)] = 217902, + [SMALL_STATE(4122)] = 217966, + [SMALL_STATE(4123)] = 218030, + [SMALL_STATE(4124)] = 218094, + [SMALL_STATE(4125)] = 218158, + [SMALL_STATE(4126)] = 218222, + [SMALL_STATE(4127)] = 218286, + [SMALL_STATE(4128)] = 218350, + [SMALL_STATE(4129)] = 218414, + [SMALL_STATE(4130)] = 218478, + [SMALL_STATE(4131)] = 218542, + [SMALL_STATE(4132)] = 218606, + [SMALL_STATE(4133)] = 218670, + [SMALL_STATE(4134)] = 218734, + [SMALL_STATE(4135)] = 218798, + [SMALL_STATE(4136)] = 218862, + [SMALL_STATE(4137)] = 218926, + [SMALL_STATE(4138)] = 219006, + [SMALL_STATE(4139)] = 219070, + [SMALL_STATE(4140)] = 219134, + [SMALL_STATE(4141)] = 219198, + [SMALL_STATE(4142)] = 219262, + [SMALL_STATE(4143)] = 219326, + [SMALL_STATE(4144)] = 219390, + [SMALL_STATE(4145)] = 219454, + [SMALL_STATE(4146)] = 219518, + [SMALL_STATE(4147)] = 219582, + [SMALL_STATE(4148)] = 219646, + [SMALL_STATE(4149)] = 219710, + [SMALL_STATE(4150)] = 219774, + [SMALL_STATE(4151)] = 219838, + [SMALL_STATE(4152)] = 219902, + [SMALL_STATE(4153)] = 219966, + [SMALL_STATE(4154)] = 220030, + [SMALL_STATE(4155)] = 220110, + [SMALL_STATE(4156)] = 220174, + [SMALL_STATE(4157)] = 220238, + [SMALL_STATE(4158)] = 220302, + [SMALL_STATE(4159)] = 220366, + [SMALL_STATE(4160)] = 220430, + [SMALL_STATE(4161)] = 220494, + [SMALL_STATE(4162)] = 220558, + [SMALL_STATE(4163)] = 220622, + [SMALL_STATE(4164)] = 220686, + [SMALL_STATE(4165)] = 220750, + [SMALL_STATE(4166)] = 220814, + [SMALL_STATE(4167)] = 220878, + [SMALL_STATE(4168)] = 220942, + [SMALL_STATE(4169)] = 221006, + [SMALL_STATE(4170)] = 221092, + [SMALL_STATE(4171)] = 221192, + [SMALL_STATE(4172)] = 221256, + [SMALL_STATE(4173)] = 221320, + [SMALL_STATE(4174)] = 221384, + [SMALL_STATE(4175)] = 221454, + [SMALL_STATE(4176)] = 221530, + [SMALL_STATE(4177)] = 221594, + [SMALL_STATE(4178)] = 221658, + [SMALL_STATE(4179)] = 221730, + [SMALL_STATE(4180)] = 221834, + [SMALL_STATE(4181)] = 221902, + [SMALL_STATE(4182)] = 221966, + [SMALL_STATE(4183)] = 222030, + [SMALL_STATE(4184)] = 222094, + [SMALL_STATE(4185)] = 222158, + [SMALL_STATE(4186)] = 222222, + [SMALL_STATE(4187)] = 222286, + [SMALL_STATE(4188)] = 222350, + [SMALL_STATE(4189)] = 222414, + [SMALL_STATE(4190)] = 222478, + [SMALL_STATE(4191)] = 222582, + [SMALL_STATE(4192)] = 222646, + [SMALL_STATE(4193)] = 222710, + [SMALL_STATE(4194)] = 222812, + [SMALL_STATE(4195)] = 222876, + [SMALL_STATE(4196)] = 222940, + [SMALL_STATE(4197)] = 223004, + [SMALL_STATE(4198)] = 223068, + [SMALL_STATE(4199)] = 223132, + [SMALL_STATE(4200)] = 223196, + [SMALL_STATE(4201)] = 223300, + [SMALL_STATE(4202)] = 223364, + [SMALL_STATE(4203)] = 223432, + [SMALL_STATE(4204)] = 223496, + [SMALL_STATE(4205)] = 223560, + [SMALL_STATE(4206)] = 223628, + [SMALL_STATE(4207)] = 223734, + [SMALL_STATE(4208)] = 223798, + [SMALL_STATE(4209)] = 223862, + [SMALL_STATE(4210)] = 223926, + [SMALL_STATE(4211)] = 223990, + [SMALL_STATE(4212)] = 224054, + [SMALL_STATE(4213)] = 224122, + [SMALL_STATE(4214)] = 224218, + [SMALL_STATE(4215)] = 224282, + [SMALL_STATE(4216)] = 224374, + [SMALL_STATE(4217)] = 224438, + [SMALL_STATE(4218)] = 224502, + [SMALL_STATE(4219)] = 224566, + [SMALL_STATE(4220)] = 224656, + [SMALL_STATE(4221)] = 224744, + [SMALL_STATE(4222)] = 224808, + [SMALL_STATE(4223)] = 224892, + [SMALL_STATE(4224)] = 224970, + [SMALL_STATE(4225)] = 225048, + [SMALL_STATE(4226)] = 225148, + [SMALL_STATE(4227)] = 225212, + [SMALL_STATE(4228)] = 225276, + [SMALL_STATE(4229)] = 225340, + [SMALL_STATE(4230)] = 225408, + [SMALL_STATE(4231)] = 225472, + [SMALL_STATE(4232)] = 225570, + [SMALL_STATE(4233)] = 225634, + [SMALL_STATE(4234)] = 225698, + [SMALL_STATE(4235)] = 225806, + [SMALL_STATE(4236)] = 225870, + [SMALL_STATE(4237)] = 225934, + [SMALL_STATE(4238)] = 225998, + [SMALL_STATE(4239)] = 226062, + [SMALL_STATE(4240)] = 226126, + [SMALL_STATE(4241)] = 226190, + [SMALL_STATE(4242)] = 226254, + [SMALL_STATE(4243)] = 226318, + [SMALL_STATE(4244)] = 226382, + [SMALL_STATE(4245)] = 226446, + [SMALL_STATE(4246)] = 226510, + [SMALL_STATE(4247)] = 226574, + [SMALL_STATE(4248)] = 226638, + [SMALL_STATE(4249)] = 226704, + [SMALL_STATE(4250)] = 226770, + [SMALL_STATE(4251)] = 226836, + [SMALL_STATE(4252)] = 226900, + [SMALL_STATE(4253)] = 226966, + [SMALL_STATE(4254)] = 227032, + [SMALL_STATE(4255)] = 227098, + [SMALL_STATE(4256)] = 227164, + [SMALL_STATE(4257)] = 227230, + [SMALL_STATE(4258)] = 227294, + [SMALL_STATE(4259)] = 227358, + [SMALL_STATE(4260)] = 227424, + [SMALL_STATE(4261)] = 227488, + [SMALL_STATE(4262)] = 227554, + [SMALL_STATE(4263)] = 227620, + [SMALL_STATE(4264)] = 227686, + [SMALL_STATE(4265)] = 227750, + [SMALL_STATE(4266)] = 227816, + [SMALL_STATE(4267)] = 227882, + [SMALL_STATE(4268)] = 227946, + [SMALL_STATE(4269)] = 228010, + [SMALL_STATE(4270)] = 228090, + [SMALL_STATE(4271)] = 228174, + [SMALL_STATE(4272)] = 228272, + [SMALL_STATE(4273)] = 228336, + [SMALL_STATE(4274)] = 228404, + [SMALL_STATE(4275)] = 228510, + [SMALL_STATE(4276)] = 228576, + [SMALL_STATE(4277)] = 228642, + [SMALL_STATE(4278)] = 228708, + [SMALL_STATE(4279)] = 228772, + [SMALL_STATE(4280)] = 228842, + [SMALL_STATE(4281)] = 228918, + [SMALL_STATE(4282)] = 228984, + [SMALL_STATE(4283)] = 229086, + [SMALL_STATE(4284)] = 229188, + [SMALL_STATE(4285)] = 229252, + [SMALL_STATE(4286)] = 229342, + [SMALL_STATE(4287)] = 229438, + [SMALL_STATE(4288)] = 229532, + [SMALL_STATE(4289)] = 229596, + [SMALL_STATE(4290)] = 229660, + [SMALL_STATE(4291)] = 229726, + [SMALL_STATE(4292)] = 229814, + [SMALL_STATE(4293)] = 229900, + [SMALL_STATE(4294)] = 229982, + [SMALL_STATE(4295)] = 230060, + [SMALL_STATE(4296)] = 230138, + [SMALL_STATE(4297)] = 230210, + [SMALL_STATE(4298)] = 230276, + [SMALL_STATE(4299)] = 230340, + [SMALL_STATE(4300)] = 230404, + [SMALL_STATE(4301)] = 230468, + [SMALL_STATE(4302)] = 230532, + [SMALL_STATE(4303)] = 230596, + [SMALL_STATE(4304)] = 230660, + [SMALL_STATE(4305)] = 230724, + [SMALL_STATE(4306)] = 230788, + [SMALL_STATE(4307)] = 230852, + [SMALL_STATE(4308)] = 230916, + [SMALL_STATE(4309)] = 230980, + [SMALL_STATE(4310)] = 231044, + [SMALL_STATE(4311)] = 231108, + [SMALL_STATE(4312)] = 231172, + [SMALL_STATE(4313)] = 231240, + [SMALL_STATE(4314)] = 231308, + [SMALL_STATE(4315)] = 231376, + [SMALL_STATE(4316)] = 231440, + [SMALL_STATE(4317)] = 231504, + [SMALL_STATE(4318)] = 231568, + [SMALL_STATE(4319)] = 231632, + [SMALL_STATE(4320)] = 231700, + [SMALL_STATE(4321)] = 231768, + [SMALL_STATE(4322)] = 231836, + [SMALL_STATE(4323)] = 231900, + [SMALL_STATE(4324)] = 231964, + [SMALL_STATE(4325)] = 232028, + [SMALL_STATE(4326)] = 232092, + [SMALL_STATE(4327)] = 232156, + [SMALL_STATE(4328)] = 232220, + [SMALL_STATE(4329)] = 232284, + [SMALL_STATE(4330)] = 232348, + [SMALL_STATE(4331)] = 232412, + [SMALL_STATE(4332)] = 232476, + [SMALL_STATE(4333)] = 232540, + [SMALL_STATE(4334)] = 232644, + [SMALL_STATE(4335)] = 232708, + [SMALL_STATE(4336)] = 232772, + [SMALL_STATE(4337)] = 232836, + [SMALL_STATE(4338)] = 232900, + [SMALL_STATE(4339)] = 232964, + [SMALL_STATE(4340)] = 233028, + [SMALL_STATE(4341)] = 233092, + [SMALL_STATE(4342)] = 233156, + [SMALL_STATE(4343)] = 233220, + [SMALL_STATE(4344)] = 233284, + [SMALL_STATE(4345)] = 233348, + [SMALL_STATE(4346)] = 233412, + [SMALL_STATE(4347)] = 233476, + [SMALL_STATE(4348)] = 233544, + [SMALL_STATE(4349)] = 233608, + [SMALL_STATE(4350)] = 233672, + [SMALL_STATE(4351)] = 233736, + [SMALL_STATE(4352)] = 233800, + [SMALL_STATE(4353)] = 233864, + [SMALL_STATE(4354)] = 233928, + [SMALL_STATE(4355)] = 233992, + [SMALL_STATE(4356)] = 234098, + [SMALL_STATE(4357)] = 234164, + [SMALL_STATE(4358)] = 234228, + [SMALL_STATE(4359)] = 234292, + [SMALL_STATE(4360)] = 234356, + [SMALL_STATE(4361)] = 234422, + [SMALL_STATE(4362)] = 234486, + [SMALL_STATE(4363)] = 234550, + [SMALL_STATE(4364)] = 234656, + [SMALL_STATE(4365)] = 234720, + [SMALL_STATE(4366)] = 234826, + [SMALL_STATE(4367)] = 234894, + [SMALL_STATE(4368)] = 234958, + [SMALL_STATE(4369)] = 235022, + [SMALL_STATE(4370)] = 235086, + [SMALL_STATE(4371)] = 235166, + [SMALL_STATE(4372)] = 235234, + [SMALL_STATE(4373)] = 235298, + [SMALL_STATE(4374)] = 235362, + [SMALL_STATE(4375)] = 235426, + [SMALL_STATE(4376)] = 235534, + [SMALL_STATE(4377)] = 235598, + [SMALL_STATE(4378)] = 235706, + [SMALL_STATE(4379)] = 235792, + [SMALL_STATE(4380)] = 235856, + [SMALL_STATE(4381)] = 235956, + [SMALL_STATE(4382)] = 236026, + [SMALL_STATE(4383)] = 236090, + [SMALL_STATE(4384)] = 236154, + [SMALL_STATE(4385)] = 236230, + [SMALL_STATE(4386)] = 236294, + [SMALL_STATE(4387)] = 236366, + [SMALL_STATE(4388)] = 236470, + [SMALL_STATE(4389)] = 236534, + [SMALL_STATE(4390)] = 236638, + [SMALL_STATE(4391)] = 236702, + [SMALL_STATE(4392)] = 236804, + [SMALL_STATE(4393)] = 236902, + [SMALL_STATE(4394)] = 236998, + [SMALL_STATE(4395)] = 237062, + [SMALL_STATE(4396)] = 237126, + [SMALL_STATE(4397)] = 237190, + [SMALL_STATE(4398)] = 237254, + [SMALL_STATE(4399)] = 237346, + [SMALL_STATE(4400)] = 237436, + [SMALL_STATE(4401)] = 237524, + [SMALL_STATE(4402)] = 237608, + [SMALL_STATE(4403)] = 237686, + [SMALL_STATE(4404)] = 237750, + [SMALL_STATE(4405)] = 237828, + [SMALL_STATE(4406)] = 237892, + [SMALL_STATE(4407)] = 237960, + [SMALL_STATE(4408)] = 238024, + [SMALL_STATE(4409)] = 238088, + [SMALL_STATE(4410)] = 238152, + [SMALL_STATE(4411)] = 238220, + [SMALL_STATE(4412)] = 238284, + [SMALL_STATE(4413)] = 238390, + [SMALL_STATE(4414)] = 238454, + [SMALL_STATE(4415)] = 238518, + [SMALL_STATE(4416)] = 238582, + [SMALL_STATE(4417)] = 238646, + [SMALL_STATE(4418)] = 238710, + [SMALL_STATE(4419)] = 238803, + [SMALL_STATE(4420)] = 238866, + [SMALL_STATE(4421)] = 238929, + [SMALL_STATE(4422)] = 238992, + [SMALL_STATE(4423)] = 239055, + [SMALL_STATE(4424)] = 239118, + [SMALL_STATE(4425)] = 239181, + [SMALL_STATE(4426)] = 239244, + [SMALL_STATE(4427)] = 239307, + [SMALL_STATE(4428)] = 239370, + [SMALL_STATE(4429)] = 239433, + [SMALL_STATE(4430)] = 239496, + [SMALL_STATE(4431)] = 239559, + [SMALL_STATE(4432)] = 239622, + [SMALL_STATE(4433)] = 239685, + [SMALL_STATE(4434)] = 239748, + [SMALL_STATE(4435)] = 239811, + [SMALL_STATE(4436)] = 239914, + [SMALL_STATE(4437)] = 239977, + [SMALL_STATE(4438)] = 240040, + [SMALL_STATE(4439)] = 240103, + [SMALL_STATE(4440)] = 240208, + [SMALL_STATE(4441)] = 240271, + [SMALL_STATE(4442)] = 240374, + [SMALL_STATE(4443)] = 240437, + [SMALL_STATE(4444)] = 240504, + [SMALL_STATE(4445)] = 240607, + [SMALL_STATE(4446)] = 240670, + [SMALL_STATE(4447)] = 240733, + [SMALL_STATE(4448)] = 240796, + [SMALL_STATE(4449)] = 240859, + [SMALL_STATE(4450)] = 240922, + [SMALL_STATE(4451)] = 240985, + [SMALL_STATE(4452)] = 241052, + [SMALL_STATE(4453)] = 241115, + [SMALL_STATE(4454)] = 241178, + [SMALL_STATE(4455)] = 241241, + [SMALL_STATE(4456)] = 241304, + [SMALL_STATE(4457)] = 241367, + [SMALL_STATE(4458)] = 241430, + [SMALL_STATE(4459)] = 241493, + [SMALL_STATE(4460)] = 241576, + [SMALL_STATE(4461)] = 241639, + [SMALL_STATE(4462)] = 241702, + [SMALL_STATE(4463)] = 241781, + [SMALL_STATE(4464)] = 241844, + [SMALL_STATE(4465)] = 241941, + [SMALL_STATE(4466)] = 242004, + [SMALL_STATE(4467)] = 242073, + [SMALL_STATE(4468)] = 242148, + [SMALL_STATE(4469)] = 242219, + [SMALL_STATE(4470)] = 242320, + [SMALL_STATE(4471)] = 242421, + [SMALL_STATE(4472)] = 242484, + [SMALL_STATE(4473)] = 242583, + [SMALL_STATE(4474)] = 242678, + [SMALL_STATE(4475)] = 242767, + [SMALL_STATE(4476)] = 242854, + [SMALL_STATE(4477)] = 242917, + [SMALL_STATE(4478)] = 242998, + [SMALL_STATE(4479)] = 243103, + [SMALL_STATE(4480)] = 243180, + [SMALL_STATE(4481)] = 243257, + [SMALL_STATE(4482)] = 243362, + [SMALL_STATE(4483)] = 243429, + [SMALL_STATE(4484)] = 243492, + [SMALL_STATE(4485)] = 243555, + [SMALL_STATE(4486)] = 243618, + [SMALL_STATE(4487)] = 243681, + [SMALL_STATE(4488)] = 243744, + [SMALL_STATE(4489)] = 243807, + [SMALL_STATE(4490)] = 243870, + [SMALL_STATE(4491)] = 243933, + [SMALL_STATE(4492)] = 243996, + [SMALL_STATE(4493)] = 244059, + [SMALL_STATE(4494)] = 244122, + [SMALL_STATE(4495)] = 244185, + [SMALL_STATE(4496)] = 244248, + [SMALL_STATE(4497)] = 244311, + [SMALL_STATE(4498)] = 244374, + [SMALL_STATE(4499)] = 244437, + [SMALL_STATE(4500)] = 244500, + [SMALL_STATE(4501)] = 244563, + [SMALL_STATE(4502)] = 244626, + [SMALL_STATE(4503)] = 244689, + [SMALL_STATE(4504)] = 244752, + [SMALL_STATE(4505)] = 244815, + [SMALL_STATE(4506)] = 244894, + [SMALL_STATE(4507)] = 244977, + [SMALL_STATE(4508)] = 245074, + [SMALL_STATE(4509)] = 245143, + [SMALL_STATE(4510)] = 245218, + [SMALL_STATE(4511)] = 245289, + [SMALL_STATE(4512)] = 245390, + [SMALL_STATE(4513)] = 245491, + [SMALL_STATE(4514)] = 245590, + [SMALL_STATE(4515)] = 245685, + [SMALL_STATE(4516)] = 245778, + [SMALL_STATE(4517)] = 245867, + [SMALL_STATE(4518)] = 245954, + [SMALL_STATE(4519)] = 246039, + [SMALL_STATE(4520)] = 246120, + [SMALL_STATE(4521)] = 246197, + [SMALL_STATE(4522)] = 246274, + [SMALL_STATE(4523)] = 246337, + [SMALL_STATE(4524)] = 246400, + [SMALL_STATE(4525)] = 246463, + [SMALL_STATE(4526)] = 246526, + [SMALL_STATE(4527)] = 246589, + [SMALL_STATE(4528)] = 246652, + [SMALL_STATE(4529)] = 246715, + [SMALL_STATE(4530)] = 246778, + [SMALL_STATE(4531)] = 246841, + [SMALL_STATE(4532)] = 246904, + [SMALL_STATE(4533)] = 246989, + [SMALL_STATE(4534)] = 247052, + [SMALL_STATE(4535)] = 247115, + [SMALL_STATE(4536)] = 247178, + [SMALL_STATE(4537)] = 247241, + [SMALL_STATE(4538)] = 247304, + [SMALL_STATE(4539)] = 247367, + [SMALL_STATE(4540)] = 247430, + [SMALL_STATE(4541)] = 247493, + [SMALL_STATE(4542)] = 247596, + [SMALL_STATE(4543)] = 247659, + [SMALL_STATE(4544)] = 247722, + [SMALL_STATE(4545)] = 247825, + [SMALL_STATE(4546)] = 247890, + [SMALL_STATE(4547)] = 247993, + [SMALL_STATE(4548)] = 248098, + [SMALL_STATE(4549)] = 248161, + [SMALL_STATE(4550)] = 248226, + [SMALL_STATE(4551)] = 248289, + [SMALL_STATE(4552)] = 248392, + [SMALL_STATE(4553)] = 248455, + [SMALL_STATE(4554)] = 248557, + [SMALL_STATE(4555)] = 248659, + [SMALL_STATE(4556)] = 248761, + [SMALL_STATE(4557)] = 248863, + [SMALL_STATE(4558)] = 248927, + [SMALL_STATE(4559)] = 249029, + [SMALL_STATE(4560)] = 249131, + [SMALL_STATE(4561)] = 249233, + [SMALL_STATE(4562)] = 249335, + [SMALL_STATE(4563)] = 249437, + [SMALL_STATE(4564)] = 249539, + [SMALL_STATE(4565)] = 249641, + [SMALL_STATE(4566)] = 249743, + [SMALL_STATE(4567)] = 249845, + [SMALL_STATE(4568)] = 249947, + [SMALL_STATE(4569)] = 250011, + [SMALL_STATE(4570)] = 250113, + [SMALL_STATE(4571)] = 250215, + [SMALL_STATE(4572)] = 250317, + [SMALL_STATE(4573)] = 250419, + [SMALL_STATE(4574)] = 250521, + [SMALL_STATE(4575)] = 250623, + [SMALL_STATE(4576)] = 250725, + [SMALL_STATE(4577)] = 250827, + [SMALL_STATE(4578)] = 250929, + [SMALL_STATE(4579)] = 251031, + [SMALL_STATE(4580)] = 251130, + [SMALL_STATE(4581)] = 251199, + [SMALL_STATE(4582)] = 251268, + [SMALL_STATE(4583)] = 251337, + [SMALL_STATE(4584)] = 251406, + [SMALL_STATE(4585)] = 251475, + [SMALL_STATE(4586)] = 251544, + [SMALL_STATE(4587)] = 251613, + [SMALL_STATE(4588)] = 251682, + [SMALL_STATE(4589)] = 251751, + [SMALL_STATE(4590)] = 251820, + [SMALL_STATE(4591)] = 251889, + [SMALL_STATE(4592)] = 251958, + [SMALL_STATE(4593)] = 252027, + [SMALL_STATE(4594)] = 252096, + [SMALL_STATE(4595)] = 252165, + [SMALL_STATE(4596)] = 252234, + [SMALL_STATE(4597)] = 252303, + [SMALL_STATE(4598)] = 252372, + [SMALL_STATE(4599)] = 252441, + [SMALL_STATE(4600)] = 252510, + [SMALL_STATE(4601)] = 252579, + [SMALL_STATE(4602)] = 252648, + [SMALL_STATE(4603)] = 252717, + [SMALL_STATE(4604)] = 252786, + [SMALL_STATE(4605)] = 252855, + [SMALL_STATE(4606)] = 252924, + [SMALL_STATE(4607)] = 252993, + [SMALL_STATE(4608)] = 253062, + [SMALL_STATE(4609)] = 253131, + [SMALL_STATE(4610)] = 253200, + [SMALL_STATE(4611)] = 253269, + [SMALL_STATE(4612)] = 253338, + [SMALL_STATE(4613)] = 253407, + [SMALL_STATE(4614)] = 253476, + [SMALL_STATE(4615)] = 253545, + [SMALL_STATE(4616)] = 253614, + [SMALL_STATE(4617)] = 253659, + [SMALL_STATE(4618)] = 253704, + [SMALL_STATE(4619)] = 253749, + [SMALL_STATE(4620)] = 253794, + [SMALL_STATE(4621)] = 253839, + [SMALL_STATE(4622)] = 253884, + [SMALL_STATE(4623)] = 253929, + [SMALL_STATE(4624)] = 253974, + [SMALL_STATE(4625)] = 254019, + [SMALL_STATE(4626)] = 254064, + [SMALL_STATE(4627)] = 254109, + [SMALL_STATE(4628)] = 254154, + [SMALL_STATE(4629)] = 254199, + [SMALL_STATE(4630)] = 254244, + [SMALL_STATE(4631)] = 254289, + [SMALL_STATE(4632)] = 254334, + [SMALL_STATE(4633)] = 254379, + [SMALL_STATE(4634)] = 254424, + [SMALL_STATE(4635)] = 254469, + [SMALL_STATE(4636)] = 254514, + [SMALL_STATE(4637)] = 254559, + [SMALL_STATE(4638)] = 254604, + [SMALL_STATE(4639)] = 254649, + [SMALL_STATE(4640)] = 254694, + [SMALL_STATE(4641)] = 254739, + [SMALL_STATE(4642)] = 254784, + [SMALL_STATE(4643)] = 254829, + [SMALL_STATE(4644)] = 254874, + [SMALL_STATE(4645)] = 254919, + [SMALL_STATE(4646)] = 254964, + [SMALL_STATE(4647)] = 255009, + [SMALL_STATE(4648)] = 255054, + [SMALL_STATE(4649)] = 255099, + [SMALL_STATE(4650)] = 255144, + [SMALL_STATE(4651)] = 255189, + [SMALL_STATE(4652)] = 255234, + [SMALL_STATE(4653)] = 255279, + [SMALL_STATE(4654)] = 255324, + [SMALL_STATE(4655)] = 255369, + [SMALL_STATE(4656)] = 255414, + [SMALL_STATE(4657)] = 255459, + [SMALL_STATE(4658)] = 255504, + [SMALL_STATE(4659)] = 255549, + [SMALL_STATE(4660)] = 255594, + [SMALL_STATE(4661)] = 255639, + [SMALL_STATE(4662)] = 255684, + [SMALL_STATE(4663)] = 255729, + [SMALL_STATE(4664)] = 255774, + [SMALL_STATE(4665)] = 255819, + [SMALL_STATE(4666)] = 255864, + [SMALL_STATE(4667)] = 255909, + [SMALL_STATE(4668)] = 255954, + [SMALL_STATE(4669)] = 255999, + [SMALL_STATE(4670)] = 256044, + [SMALL_STATE(4671)] = 256089, + [SMALL_STATE(4672)] = 256134, + [SMALL_STATE(4673)] = 256179, + [SMALL_STATE(4674)] = 256224, + [SMALL_STATE(4675)] = 256269, + [SMALL_STATE(4676)] = 256314, + [SMALL_STATE(4677)] = 256359, + [SMALL_STATE(4678)] = 256404, + [SMALL_STATE(4679)] = 256449, + [SMALL_STATE(4680)] = 256494, + [SMALL_STATE(4681)] = 256539, + [SMALL_STATE(4682)] = 256584, + [SMALL_STATE(4683)] = 256629, + [SMALL_STATE(4684)] = 256674, + [SMALL_STATE(4685)] = 256719, + [SMALL_STATE(4686)] = 256764, + [SMALL_STATE(4687)] = 256809, + [SMALL_STATE(4688)] = 256854, + [SMALL_STATE(4689)] = 256890, + [SMALL_STATE(4690)] = 256926, + [SMALL_STATE(4691)] = 256957, + [SMALL_STATE(4692)] = 256988, + [SMALL_STATE(4693)] = 257019, + [SMALL_STATE(4694)] = 257050, + [SMALL_STATE(4695)] = 257081, + [SMALL_STATE(4696)] = 257112, + [SMALL_STATE(4697)] = 257143, + [SMALL_STATE(4698)] = 257174, + [SMALL_STATE(4699)] = 257205, + [SMALL_STATE(4700)] = 257236, + [SMALL_STATE(4701)] = 257267, + [SMALL_STATE(4702)] = 257298, + [SMALL_STATE(4703)] = 257329, + [SMALL_STATE(4704)] = 257360, + [SMALL_STATE(4705)] = 257391, + [SMALL_STATE(4706)] = 257422, + [SMALL_STATE(4707)] = 257453, + [SMALL_STATE(4708)] = 257484, + [SMALL_STATE(4709)] = 257515, + [SMALL_STATE(4710)] = 257546, + [SMALL_STATE(4711)] = 257577, + [SMALL_STATE(4712)] = 257608, + [SMALL_STATE(4713)] = 257639, + [SMALL_STATE(4714)] = 257670, + [SMALL_STATE(4715)] = 257701, + [SMALL_STATE(4716)] = 257732, + [SMALL_STATE(4717)] = 257763, + [SMALL_STATE(4718)] = 257794, + [SMALL_STATE(4719)] = 257825, + [SMALL_STATE(4720)] = 257856, + [SMALL_STATE(4721)] = 257887, + [SMALL_STATE(4722)] = 257918, + [SMALL_STATE(4723)] = 257949, + [SMALL_STATE(4724)] = 257980, + [SMALL_STATE(4725)] = 258011, + [SMALL_STATE(4726)] = 258042, + [SMALL_STATE(4727)] = 258073, + [SMALL_STATE(4728)] = 258104, + [SMALL_STATE(4729)] = 258135, + [SMALL_STATE(4730)] = 258166, + [SMALL_STATE(4731)] = 258197, + [SMALL_STATE(4732)] = 258228, + [SMALL_STATE(4733)] = 258259, + [SMALL_STATE(4734)] = 258290, + [SMALL_STATE(4735)] = 258321, + [SMALL_STATE(4736)] = 258352, + [SMALL_STATE(4737)] = 258383, + [SMALL_STATE(4738)] = 258414, + [SMALL_STATE(4739)] = 258445, + [SMALL_STATE(4740)] = 258476, + [SMALL_STATE(4741)] = 258507, + [SMALL_STATE(4742)] = 258538, + [SMALL_STATE(4743)] = 258569, + [SMALL_STATE(4744)] = 258600, + [SMALL_STATE(4745)] = 258631, + [SMALL_STATE(4746)] = 258662, + [SMALL_STATE(4747)] = 258693, + [SMALL_STATE(4748)] = 258724, + [SMALL_STATE(4749)] = 258755, + [SMALL_STATE(4750)] = 258786, + [SMALL_STATE(4751)] = 258817, + [SMALL_STATE(4752)] = 258847, + [SMALL_STATE(4753)] = 258877, + [SMALL_STATE(4754)] = 258907, + [SMALL_STATE(4755)] = 258941, + [SMALL_STATE(4756)] = 258971, + [SMALL_STATE(4757)] = 259001, + [SMALL_STATE(4758)] = 259031, + [SMALL_STATE(4759)] = 259061, + [SMALL_STATE(4760)] = 259091, + [SMALL_STATE(4761)] = 259121, + [SMALL_STATE(4762)] = 259155, + [SMALL_STATE(4763)] = 259185, + [SMALL_STATE(4764)] = 259215, + [SMALL_STATE(4765)] = 259245, + [SMALL_STATE(4766)] = 259275, + [SMALL_STATE(4767)] = 259305, + [SMALL_STATE(4768)] = 259335, + [SMALL_STATE(4769)] = 259365, + [SMALL_STATE(4770)] = 259395, + [SMALL_STATE(4771)] = 259425, + [SMALL_STATE(4772)] = 259455, + [SMALL_STATE(4773)] = 259485, + [SMALL_STATE(4774)] = 259515, + [SMALL_STATE(4775)] = 259545, + [SMALL_STATE(4776)] = 259575, + [SMALL_STATE(4777)] = 259605, + [SMALL_STATE(4778)] = 259635, + [SMALL_STATE(4779)] = 259665, + [SMALL_STATE(4780)] = 259695, + [SMALL_STATE(4781)] = 259725, + [SMALL_STATE(4782)] = 259755, + [SMALL_STATE(4783)] = 259786, + [SMALL_STATE(4784)] = 259817, + [SMALL_STATE(4785)] = 259840, + [SMALL_STATE(4786)] = 259871, + [SMALL_STATE(4787)] = 259894, + [SMALL_STATE(4788)] = 259917, + [SMALL_STATE(4789)] = 259948, + [SMALL_STATE(4790)] = 259979, + [SMALL_STATE(4791)] = 260002, + [SMALL_STATE(4792)] = 260025, + [SMALL_STATE(4793)] = 260048, + [SMALL_STATE(4794)] = 260071, + [SMALL_STATE(4795)] = 260102, + [SMALL_STATE(4796)] = 260133, + [SMALL_STATE(4797)] = 260156, + [SMALL_STATE(4798)] = 260187, + [SMALL_STATE(4799)] = 260210, + [SMALL_STATE(4800)] = 260233, + [SMALL_STATE(4801)] = 260264, + [SMALL_STATE(4802)] = 260287, + [SMALL_STATE(4803)] = 260310, + [SMALL_STATE(4804)] = 260333, + [SMALL_STATE(4805)] = 260356, + [SMALL_STATE(4806)] = 260387, + [SMALL_STATE(4807)] = 260418, + [SMALL_STATE(4808)] = 260441, + [SMALL_STATE(4809)] = 260472, + [SMALL_STATE(4810)] = 260503, + [SMALL_STATE(4811)] = 260534, + [SMALL_STATE(4812)] = 260565, + [SMALL_STATE(4813)] = 260596, + [SMALL_STATE(4814)] = 260619, + [SMALL_STATE(4815)] = 260642, + [SMALL_STATE(4816)] = 260665, + [SMALL_STATE(4817)] = 260696, + [SMALL_STATE(4818)] = 260727, + [SMALL_STATE(4819)] = 260758, + [SMALL_STATE(4820)] = 260789, + [SMALL_STATE(4821)] = 260820, + [SMALL_STATE(4822)] = 260843, + [SMALL_STATE(4823)] = 260874, + [SMALL_STATE(4824)] = 260905, + [SMALL_STATE(4825)] = 260928, + [SMALL_STATE(4826)] = 260948, + [SMALL_STATE(4827)] = 260968, + [SMALL_STATE(4828)] = 260988, + [SMALL_STATE(4829)] = 261006, + [SMALL_STATE(4830)] = 261033, + [SMALL_STATE(4831)] = 261060, + [SMALL_STATE(4832)] = 261087, + [SMALL_STATE(4833)] = 261114, + [SMALL_STATE(4834)] = 261141, + [SMALL_STATE(4835)] = 261168, + [SMALL_STATE(4836)] = 261195, + [SMALL_STATE(4837)] = 261222, + [SMALL_STATE(4838)] = 261249, + [SMALL_STATE(4839)] = 261276, + [SMALL_STATE(4840)] = 261303, + [SMALL_STATE(4841)] = 261330, + [SMALL_STATE(4842)] = 261357, + [SMALL_STATE(4843)] = 261384, + [SMALL_STATE(4844)] = 261411, + [SMALL_STATE(4845)] = 261438, + [SMALL_STATE(4846)] = 261465, + [SMALL_STATE(4847)] = 261492, + [SMALL_STATE(4848)] = 261519, + [SMALL_STATE(4849)] = 261546, + [SMALL_STATE(4850)] = 261573, + [SMALL_STATE(4851)] = 261600, + [SMALL_STATE(4852)] = 261627, + [SMALL_STATE(4853)] = 261654, + [SMALL_STATE(4854)] = 261681, + [SMALL_STATE(4855)] = 261708, + [SMALL_STATE(4856)] = 261735, + [SMALL_STATE(4857)] = 261762, + [SMALL_STATE(4858)] = 261789, + [SMALL_STATE(4859)] = 261816, + [SMALL_STATE(4860)] = 261843, + [SMALL_STATE(4861)] = 261870, + [SMALL_STATE(4862)] = 261897, + [SMALL_STATE(4863)] = 261924, + [SMALL_STATE(4864)] = 261951, + [SMALL_STATE(4865)] = 261978, + [SMALL_STATE(4866)] = 262005, + [SMALL_STATE(4867)] = 262032, + [SMALL_STATE(4868)] = 262059, + [SMALL_STATE(4869)] = 262086, + [SMALL_STATE(4870)] = 262113, + [SMALL_STATE(4871)] = 262140, + [SMALL_STATE(4872)] = 262167, + [SMALL_STATE(4873)] = 262194, + [SMALL_STATE(4874)] = 262221, + [SMALL_STATE(4875)] = 262248, + [SMALL_STATE(4876)] = 262275, + [SMALL_STATE(4877)] = 262302, + [SMALL_STATE(4878)] = 262329, + [SMALL_STATE(4879)] = 262356, + [SMALL_STATE(4880)] = 262383, + [SMALL_STATE(4881)] = 262410, + [SMALL_STATE(4882)] = 262437, + [SMALL_STATE(4883)] = 262464, + [SMALL_STATE(4884)] = 262491, + [SMALL_STATE(4885)] = 262518, + [SMALL_STATE(4886)] = 262545, + [SMALL_STATE(4887)] = 262572, + [SMALL_STATE(4888)] = 262599, + [SMALL_STATE(4889)] = 262626, + [SMALL_STATE(4890)] = 262653, + [SMALL_STATE(4891)] = 262680, + [SMALL_STATE(4892)] = 262707, + [SMALL_STATE(4893)] = 262734, + [SMALL_STATE(4894)] = 262761, + [SMALL_STATE(4895)] = 262788, + [SMALL_STATE(4896)] = 262815, + [SMALL_STATE(4897)] = 262842, + [SMALL_STATE(4898)] = 262869, + [SMALL_STATE(4899)] = 262896, + [SMALL_STATE(4900)] = 262923, + [SMALL_STATE(4901)] = 262950, + [SMALL_STATE(4902)] = 262977, + [SMALL_STATE(4903)] = 263004, + [SMALL_STATE(4904)] = 263031, + [SMALL_STATE(4905)] = 263058, + [SMALL_STATE(4906)] = 263085, + [SMALL_STATE(4907)] = 263112, + [SMALL_STATE(4908)] = 263139, + [SMALL_STATE(4909)] = 263166, + [SMALL_STATE(4910)] = 263193, + [SMALL_STATE(4911)] = 263220, + [SMALL_STATE(4912)] = 263247, + [SMALL_STATE(4913)] = 263274, + [SMALL_STATE(4914)] = 263301, + [SMALL_STATE(4915)] = 263328, + [SMALL_STATE(4916)] = 263355, + [SMALL_STATE(4917)] = 263382, + [SMALL_STATE(4918)] = 263409, + [SMALL_STATE(4919)] = 263436, + [SMALL_STATE(4920)] = 263463, + [SMALL_STATE(4921)] = 263490, + [SMALL_STATE(4922)] = 263517, + [SMALL_STATE(4923)] = 263544, + [SMALL_STATE(4924)] = 263571, + [SMALL_STATE(4925)] = 263598, + [SMALL_STATE(4926)] = 263625, + [SMALL_STATE(4927)] = 263652, + [SMALL_STATE(4928)] = 263679, + [SMALL_STATE(4929)] = 263706, + [SMALL_STATE(4930)] = 263733, + [SMALL_STATE(4931)] = 263760, + [SMALL_STATE(4932)] = 263787, + [SMALL_STATE(4933)] = 263814, + [SMALL_STATE(4934)] = 263841, + [SMALL_STATE(4935)] = 263868, + [SMALL_STATE(4936)] = 263895, + [SMALL_STATE(4937)] = 263922, + [SMALL_STATE(4938)] = 263949, + [SMALL_STATE(4939)] = 263976, + [SMALL_STATE(4940)] = 264003, + [SMALL_STATE(4941)] = 264030, + [SMALL_STATE(4942)] = 264057, + [SMALL_STATE(4943)] = 264084, + [SMALL_STATE(4944)] = 264111, + [SMALL_STATE(4945)] = 264138, + [SMALL_STATE(4946)] = 264165, + [SMALL_STATE(4947)] = 264192, + [SMALL_STATE(4948)] = 264219, + [SMALL_STATE(4949)] = 264246, + [SMALL_STATE(4950)] = 264273, + [SMALL_STATE(4951)] = 264300, + [SMALL_STATE(4952)] = 264327, + [SMALL_STATE(4953)] = 264354, + [SMALL_STATE(4954)] = 264381, + [SMALL_STATE(4955)] = 264408, + [SMALL_STATE(4956)] = 264435, + [SMALL_STATE(4957)] = 264462, + [SMALL_STATE(4958)] = 264489, + [SMALL_STATE(4959)] = 264516, + [SMALL_STATE(4960)] = 264543, + [SMALL_STATE(4961)] = 264570, + [SMALL_STATE(4962)] = 264597, + [SMALL_STATE(4963)] = 264624, + [SMALL_STATE(4964)] = 264651, + [SMALL_STATE(4965)] = 264678, + [SMALL_STATE(4966)] = 264705, + [SMALL_STATE(4967)] = 264732, + [SMALL_STATE(4968)] = 264759, + [SMALL_STATE(4969)] = 264786, + [SMALL_STATE(4970)] = 264813, + [SMALL_STATE(4971)] = 264840, + [SMALL_STATE(4972)] = 264867, + [SMALL_STATE(4973)] = 264894, + [SMALL_STATE(4974)] = 264921, + [SMALL_STATE(4975)] = 264948, + [SMALL_STATE(4976)] = 264975, + [SMALL_STATE(4977)] = 265002, + [SMALL_STATE(4978)] = 265029, + [SMALL_STATE(4979)] = 265056, + [SMALL_STATE(4980)] = 265083, + [SMALL_STATE(4981)] = 265110, + [SMALL_STATE(4982)] = 265137, + [SMALL_STATE(4983)] = 265164, + [SMALL_STATE(4984)] = 265191, + [SMALL_STATE(4985)] = 265218, + [SMALL_STATE(4986)] = 265245, + [SMALL_STATE(4987)] = 265272, + [SMALL_STATE(4988)] = 265299, + [SMALL_STATE(4989)] = 265326, + [SMALL_STATE(4990)] = 265353, + [SMALL_STATE(4991)] = 265380, + [SMALL_STATE(4992)] = 265407, + [SMALL_STATE(4993)] = 265434, + [SMALL_STATE(4994)] = 265461, + [SMALL_STATE(4995)] = 265488, + [SMALL_STATE(4996)] = 265515, + [SMALL_STATE(4997)] = 265542, + [SMALL_STATE(4998)] = 265569, + [SMALL_STATE(4999)] = 265596, + [SMALL_STATE(5000)] = 265623, + [SMALL_STATE(5001)] = 265650, + [SMALL_STATE(5002)] = 265677, + [SMALL_STATE(5003)] = 265704, + [SMALL_STATE(5004)] = 265731, + [SMALL_STATE(5005)] = 265758, + [SMALL_STATE(5006)] = 265785, + [SMALL_STATE(5007)] = 265812, + [SMALL_STATE(5008)] = 265839, + [SMALL_STATE(5009)] = 265866, + [SMALL_STATE(5010)] = 265893, + [SMALL_STATE(5011)] = 265920, + [SMALL_STATE(5012)] = 265947, + [SMALL_STATE(5013)] = 265974, + [SMALL_STATE(5014)] = 266001, + [SMALL_STATE(5015)] = 266028, + [SMALL_STATE(5016)] = 266055, + [SMALL_STATE(5017)] = 266082, + [SMALL_STATE(5018)] = 266109, + [SMALL_STATE(5019)] = 266136, + [SMALL_STATE(5020)] = 266163, + [SMALL_STATE(5021)] = 266190, + [SMALL_STATE(5022)] = 266217, + [SMALL_STATE(5023)] = 266244, + [SMALL_STATE(5024)] = 266271, + [SMALL_STATE(5025)] = 266298, + [SMALL_STATE(5026)] = 266325, + [SMALL_STATE(5027)] = 266352, + [SMALL_STATE(5028)] = 266379, + [SMALL_STATE(5029)] = 266406, + [SMALL_STATE(5030)] = 266433, + [SMALL_STATE(5031)] = 266460, + [SMALL_STATE(5032)] = 266487, + [SMALL_STATE(5033)] = 266514, + [SMALL_STATE(5034)] = 266541, + [SMALL_STATE(5035)] = 266568, + [SMALL_STATE(5036)] = 266595, + [SMALL_STATE(5037)] = 266622, + [SMALL_STATE(5038)] = 266649, + [SMALL_STATE(5039)] = 266676, + [SMALL_STATE(5040)] = 266703, + [SMALL_STATE(5041)] = 266730, + [SMALL_STATE(5042)] = 266757, + [SMALL_STATE(5043)] = 266784, + [SMALL_STATE(5044)] = 266811, + [SMALL_STATE(5045)] = 266838, + [SMALL_STATE(5046)] = 266865, + [SMALL_STATE(5047)] = 266892, + [SMALL_STATE(5048)] = 266919, + [SMALL_STATE(5049)] = 266946, + [SMALL_STATE(5050)] = 266973, + [SMALL_STATE(5051)] = 267000, + [SMALL_STATE(5052)] = 267027, + [SMALL_STATE(5053)] = 267054, + [SMALL_STATE(5054)] = 267081, + [SMALL_STATE(5055)] = 267108, + [SMALL_STATE(5056)] = 267135, + [SMALL_STATE(5057)] = 267162, + [SMALL_STATE(5058)] = 267189, + [SMALL_STATE(5059)] = 267216, + [SMALL_STATE(5060)] = 267243, + [SMALL_STATE(5061)] = 267270, + [SMALL_STATE(5062)] = 267297, + [SMALL_STATE(5063)] = 267324, + [SMALL_STATE(5064)] = 267351, + [SMALL_STATE(5065)] = 267378, + [SMALL_STATE(5066)] = 267405, + [SMALL_STATE(5067)] = 267432, + [SMALL_STATE(5068)] = 267459, + [SMALL_STATE(5069)] = 267486, + [SMALL_STATE(5070)] = 267513, + [SMALL_STATE(5071)] = 267540, + [SMALL_STATE(5072)] = 267564, + [SMALL_STATE(5073)] = 267588, + [SMALL_STATE(5074)] = 267614, + [SMALL_STATE(5075)] = 267640, + [SMALL_STATE(5076)] = 267660, + [SMALL_STATE(5077)] = 267686, + [SMALL_STATE(5078)] = 267712, + [SMALL_STATE(5079)] = 267738, + [SMALL_STATE(5080)] = 267762, + [SMALL_STATE(5081)] = 267786, + [SMALL_STATE(5082)] = 267812, + [SMALL_STATE(5083)] = 267838, + [SMALL_STATE(5084)] = 267864, + [SMALL_STATE(5085)] = 267888, + [SMALL_STATE(5086)] = 267914, + [SMALL_STATE(5087)] = 267938, + [SMALL_STATE(5088)] = 267962, + [SMALL_STATE(5089)] = 267986, + [SMALL_STATE(5090)] = 268010, + [SMALL_STATE(5091)] = 268034, + [SMALL_STATE(5092)] = 268058, + [SMALL_STATE(5093)] = 268084, + [SMALL_STATE(5094)] = 268108, + [SMALL_STATE(5095)] = 268132, + [SMALL_STATE(5096)] = 268156, + [SMALL_STATE(5097)] = 268180, + [SMALL_STATE(5098)] = 268204, + [SMALL_STATE(5099)] = 268228, + [SMALL_STATE(5100)] = 268252, + [SMALL_STATE(5101)] = 268276, + [SMALL_STATE(5102)] = 268300, + [SMALL_STATE(5103)] = 268324, + [SMALL_STATE(5104)] = 268348, + [SMALL_STATE(5105)] = 268368, + [SMALL_STATE(5106)] = 268392, + [SMALL_STATE(5107)] = 268416, + [SMALL_STATE(5108)] = 268442, + [SMALL_STATE(5109)] = 268466, + [SMALL_STATE(5110)] = 268490, + [SMALL_STATE(5111)] = 268516, + [SMALL_STATE(5112)] = 268542, + [SMALL_STATE(5113)] = 268566, + [SMALL_STATE(5114)] = 268590, + [SMALL_STATE(5115)] = 268614, + [SMALL_STATE(5116)] = 268638, + [SMALL_STATE(5117)] = 268662, + [SMALL_STATE(5118)] = 268686, + [SMALL_STATE(5119)] = 268710, + [SMALL_STATE(5120)] = 268734, + [SMALL_STATE(5121)] = 268760, + [SMALL_STATE(5122)] = 268786, + [SMALL_STATE(5123)] = 268812, + [SMALL_STATE(5124)] = 268836, + [SMALL_STATE(5125)] = 268860, + [SMALL_STATE(5126)] = 268884, + [SMALL_STATE(5127)] = 268908, + [SMALL_STATE(5128)] = 268932, + [SMALL_STATE(5129)] = 268956, + [SMALL_STATE(5130)] = 268980, + [SMALL_STATE(5131)] = 269004, + [SMALL_STATE(5132)] = 269028, + [SMALL_STATE(5133)] = 269052, + [SMALL_STATE(5134)] = 269076, + [SMALL_STATE(5135)] = 269100, + [SMALL_STATE(5136)] = 269124, + [SMALL_STATE(5137)] = 269148, + [SMALL_STATE(5138)] = 269172, + [SMALL_STATE(5139)] = 269196, + [SMALL_STATE(5140)] = 269220, + [SMALL_STATE(5141)] = 269246, + [SMALL_STATE(5142)] = 269270, + [SMALL_STATE(5143)] = 269294, + [SMALL_STATE(5144)] = 269318, + [SMALL_STATE(5145)] = 269344, + [SMALL_STATE(5146)] = 269368, + [SMALL_STATE(5147)] = 269392, + [SMALL_STATE(5148)] = 269416, + [SMALL_STATE(5149)] = 269440, + [SMALL_STATE(5150)] = 269464, + [SMALL_STATE(5151)] = 269490, + [SMALL_STATE(5152)] = 269514, + [SMALL_STATE(5153)] = 269538, + [SMALL_STATE(5154)] = 269562, + [SMALL_STATE(5155)] = 269586, + [SMALL_STATE(5156)] = 269610, + [SMALL_STATE(5157)] = 269636, + [SMALL_STATE(5158)] = 269660, + [SMALL_STATE(5159)] = 269686, + [SMALL_STATE(5160)] = 269710, + [SMALL_STATE(5161)] = 269734, + [SMALL_STATE(5162)] = 269758, + [SMALL_STATE(5163)] = 269782, + [SMALL_STATE(5164)] = 269806, + [SMALL_STATE(5165)] = 269830, + [SMALL_STATE(5166)] = 269854, + [SMALL_STATE(5167)] = 269878, + [SMALL_STATE(5168)] = 269902, + [SMALL_STATE(5169)] = 269926, + [SMALL_STATE(5170)] = 269950, + [SMALL_STATE(5171)] = 269974, + [SMALL_STATE(5172)] = 269998, + [SMALL_STATE(5173)] = 270022, + [SMALL_STATE(5174)] = 270046, + [SMALL_STATE(5175)] = 270070, + [SMALL_STATE(5176)] = 270094, + [SMALL_STATE(5177)] = 270118, + [SMALL_STATE(5178)] = 270142, + [SMALL_STATE(5179)] = 270166, + [SMALL_STATE(5180)] = 270190, + [SMALL_STATE(5181)] = 270214, + [SMALL_STATE(5182)] = 270238, + [SMALL_STATE(5183)] = 270262, + [SMALL_STATE(5184)] = 270286, + [SMALL_STATE(5185)] = 270310, + [SMALL_STATE(5186)] = 270334, + [SMALL_STATE(5187)] = 270358, + [SMALL_STATE(5188)] = 270382, + [SMALL_STATE(5189)] = 270406, + [SMALL_STATE(5190)] = 270430, + [SMALL_STATE(5191)] = 270454, + [SMALL_STATE(5192)] = 270478, + [SMALL_STATE(5193)] = 270502, + [SMALL_STATE(5194)] = 270526, + [SMALL_STATE(5195)] = 270550, + [SMALL_STATE(5196)] = 270574, + [SMALL_STATE(5197)] = 270600, + [SMALL_STATE(5198)] = 270624, + [SMALL_STATE(5199)] = 270648, + [SMALL_STATE(5200)] = 270672, + [SMALL_STATE(5201)] = 270696, + [SMALL_STATE(5202)] = 270720, + [SMALL_STATE(5203)] = 270744, + [SMALL_STATE(5204)] = 270768, + [SMALL_STATE(5205)] = 270794, + [SMALL_STATE(5206)] = 270818, + [SMALL_STATE(5207)] = 270842, + [SMALL_STATE(5208)] = 270866, + [SMALL_STATE(5209)] = 270890, + [SMALL_STATE(5210)] = 270914, + [SMALL_STATE(5211)] = 270938, + [SMALL_STATE(5212)] = 270962, + [SMALL_STATE(5213)] = 270986, + [SMALL_STATE(5214)] = 271010, + [SMALL_STATE(5215)] = 271034, + [SMALL_STATE(5216)] = 271058, + [SMALL_STATE(5217)] = 271082, + [SMALL_STATE(5218)] = 271106, + [SMALL_STATE(5219)] = 271130, + [SMALL_STATE(5220)] = 271156, + [SMALL_STATE(5221)] = 271180, + [SMALL_STATE(5222)] = 271204, + [SMALL_STATE(5223)] = 271228, + [SMALL_STATE(5224)] = 271252, + [SMALL_STATE(5225)] = 271276, + [SMALL_STATE(5226)] = 271300, + [SMALL_STATE(5227)] = 271326, + [SMALL_STATE(5228)] = 271350, + [SMALL_STATE(5229)] = 271376, + [SMALL_STATE(5230)] = 271400, + [SMALL_STATE(5231)] = 271426, + [SMALL_STATE(5232)] = 271450, + [SMALL_STATE(5233)] = 271474, + [SMALL_STATE(5234)] = 271498, + [SMALL_STATE(5235)] = 271522, + [SMALL_STATE(5236)] = 271546, + [SMALL_STATE(5237)] = 271570, + [SMALL_STATE(5238)] = 271594, + [SMALL_STATE(5239)] = 271620, + [SMALL_STATE(5240)] = 271644, + [SMALL_STATE(5241)] = 271668, + [SMALL_STATE(5242)] = 271692, + [SMALL_STATE(5243)] = 271716, + [SMALL_STATE(5244)] = 271740, + [SMALL_STATE(5245)] = 271764, + [SMALL_STATE(5246)] = 271788, + [SMALL_STATE(5247)] = 271812, + [SMALL_STATE(5248)] = 271836, + [SMALL_STATE(5249)] = 271860, + [SMALL_STATE(5250)] = 271884, + [SMALL_STATE(5251)] = 271908, + [SMALL_STATE(5252)] = 271932, + [SMALL_STATE(5253)] = 271956, + [SMALL_STATE(5254)] = 271980, + [SMALL_STATE(5255)] = 272004, + [SMALL_STATE(5256)] = 272030, + [SMALL_STATE(5257)] = 272056, + [SMALL_STATE(5258)] = 272080, + [SMALL_STATE(5259)] = 272106, + [SMALL_STATE(5260)] = 272130, + [SMALL_STATE(5261)] = 272154, + [SMALL_STATE(5262)] = 272178, + [SMALL_STATE(5263)] = 272202, + [SMALL_STATE(5264)] = 272226, + [SMALL_STATE(5265)] = 272250, + [SMALL_STATE(5266)] = 272274, + [SMALL_STATE(5267)] = 272298, + [SMALL_STATE(5268)] = 272322, + [SMALL_STATE(5269)] = 272346, + [SMALL_STATE(5270)] = 272370, + [SMALL_STATE(5271)] = 272394, + [SMALL_STATE(5272)] = 272418, + [SMALL_STATE(5273)] = 272444, + [SMALL_STATE(5274)] = 272470, + [SMALL_STATE(5275)] = 272494, + [SMALL_STATE(5276)] = 272518, + [SMALL_STATE(5277)] = 272542, + [SMALL_STATE(5278)] = 272566, + [SMALL_STATE(5279)] = 272590, + [SMALL_STATE(5280)] = 272614, + [SMALL_STATE(5281)] = 272638, + [SMALL_STATE(5282)] = 272662, + [SMALL_STATE(5283)] = 272686, + [SMALL_STATE(5284)] = 272710, + [SMALL_STATE(5285)] = 272734, + [SMALL_STATE(5286)] = 272758, + [SMALL_STATE(5287)] = 272782, + [SMALL_STATE(5288)] = 272806, + [SMALL_STATE(5289)] = 272830, + [SMALL_STATE(5290)] = 272854, + [SMALL_STATE(5291)] = 272878, + [SMALL_STATE(5292)] = 272902, + [SMALL_STATE(5293)] = 272926, + [SMALL_STATE(5294)] = 272950, + [SMALL_STATE(5295)] = 272974, + [SMALL_STATE(5296)] = 272998, + [SMALL_STATE(5297)] = 273022, + [SMALL_STATE(5298)] = 273046, + [SMALL_STATE(5299)] = 273070, + [SMALL_STATE(5300)] = 273094, + [SMALL_STATE(5301)] = 273118, + [SMALL_STATE(5302)] = 273142, + [SMALL_STATE(5303)] = 273166, + [SMALL_STATE(5304)] = 273190, + [SMALL_STATE(5305)] = 273214, + [SMALL_STATE(5306)] = 273238, + [SMALL_STATE(5307)] = 273262, + [SMALL_STATE(5308)] = 273288, + [SMALL_STATE(5309)] = 273314, + [SMALL_STATE(5310)] = 273338, + [SMALL_STATE(5311)] = 273362, + [SMALL_STATE(5312)] = 273386, + [SMALL_STATE(5313)] = 273410, + [SMALL_STATE(5314)] = 273434, + [SMALL_STATE(5315)] = 273458, + [SMALL_STATE(5316)] = 273482, + [SMALL_STATE(5317)] = 273506, + [SMALL_STATE(5318)] = 273530, + [SMALL_STATE(5319)] = 273554, + [SMALL_STATE(5320)] = 273578, + [SMALL_STATE(5321)] = 273602, + [SMALL_STATE(5322)] = 273626, + [SMALL_STATE(5323)] = 273650, + [SMALL_STATE(5324)] = 273674, + [SMALL_STATE(5325)] = 273698, + [SMALL_STATE(5326)] = 273722, + [SMALL_STATE(5327)] = 273746, + [SMALL_STATE(5328)] = 273770, + [SMALL_STATE(5329)] = 273794, + [SMALL_STATE(5330)] = 273818, + [SMALL_STATE(5331)] = 273842, + [SMALL_STATE(5332)] = 273866, + [SMALL_STATE(5333)] = 273890, + [SMALL_STATE(5334)] = 273914, + [SMALL_STATE(5335)] = 273938, + [SMALL_STATE(5336)] = 273962, + [SMALL_STATE(5337)] = 273988, + [SMALL_STATE(5338)] = 274012, + [SMALL_STATE(5339)] = 274036, + [SMALL_STATE(5340)] = 274060, + [SMALL_STATE(5341)] = 274084, + [SMALL_STATE(5342)] = 274108, + [SMALL_STATE(5343)] = 274132, + [SMALL_STATE(5344)] = 274156, + [SMALL_STATE(5345)] = 274182, + [SMALL_STATE(5346)] = 274206, + [SMALL_STATE(5347)] = 274232, + [SMALL_STATE(5348)] = 274256, + [SMALL_STATE(5349)] = 274282, + [SMALL_STATE(5350)] = 274306, + [SMALL_STATE(5351)] = 274330, + [SMALL_STATE(5352)] = 274354, + [SMALL_STATE(5353)] = 274380, + [SMALL_STATE(5354)] = 274404, + [SMALL_STATE(5355)] = 274428, + [SMALL_STATE(5356)] = 274454, + [SMALL_STATE(5357)] = 274478, + [SMALL_STATE(5358)] = 274502, + [SMALL_STATE(5359)] = 274526, + [SMALL_STATE(5360)] = 274550, + [SMALL_STATE(5361)] = 274574, + [SMALL_STATE(5362)] = 274598, + [SMALL_STATE(5363)] = 274622, + [SMALL_STATE(5364)] = 274646, + [SMALL_STATE(5365)] = 274670, + [SMALL_STATE(5366)] = 274694, + [SMALL_STATE(5367)] = 274718, + [SMALL_STATE(5368)] = 274742, + [SMALL_STATE(5369)] = 274766, + [SMALL_STATE(5370)] = 274790, + [SMALL_STATE(5371)] = 274816, + [SMALL_STATE(5372)] = 274840, + [SMALL_STATE(5373)] = 274864, + [SMALL_STATE(5374)] = 274888, + [SMALL_STATE(5375)] = 274914, + [SMALL_STATE(5376)] = 274940, + [SMALL_STATE(5377)] = 274966, + [SMALL_STATE(5378)] = 274990, + [SMALL_STATE(5379)] = 275016, + [SMALL_STATE(5380)] = 275040, + [SMALL_STATE(5381)] = 275066, + [SMALL_STATE(5382)] = 275090, + [SMALL_STATE(5383)] = 275114, + [SMALL_STATE(5384)] = 275138, + [SMALL_STATE(5385)] = 275162, + [SMALL_STATE(5386)] = 275186, + [SMALL_STATE(5387)] = 275212, + [SMALL_STATE(5388)] = 275232, + [SMALL_STATE(5389)] = 275256, + [SMALL_STATE(5390)] = 275280, + [SMALL_STATE(5391)] = 275304, + [SMALL_STATE(5392)] = 275328, + [SMALL_STATE(5393)] = 275352, + [SMALL_STATE(5394)] = 275376, + [SMALL_STATE(5395)] = 275400, + [SMALL_STATE(5396)] = 275424, + [SMALL_STATE(5397)] = 275448, + [SMALL_STATE(5398)] = 275472, + [SMALL_STATE(5399)] = 275496, + [SMALL_STATE(5400)] = 275520, + [SMALL_STATE(5401)] = 275544, + [SMALL_STATE(5402)] = 275568, + [SMALL_STATE(5403)] = 275592, + [SMALL_STATE(5404)] = 275616, + [SMALL_STATE(5405)] = 275640, + [SMALL_STATE(5406)] = 275666, + [SMALL_STATE(5407)] = 275692, + [SMALL_STATE(5408)] = 275716, + [SMALL_STATE(5409)] = 275740, + [SMALL_STATE(5410)] = 275764, + [SMALL_STATE(5411)] = 275788, + [SMALL_STATE(5412)] = 275812, + [SMALL_STATE(5413)] = 275836, + [SMALL_STATE(5414)] = 275860, + [SMALL_STATE(5415)] = 275884, + [SMALL_STATE(5416)] = 275910, + [SMALL_STATE(5417)] = 275936, + [SMALL_STATE(5418)] = 275960, + [SMALL_STATE(5419)] = 275984, + [SMALL_STATE(5420)] = 276008, + [SMALL_STATE(5421)] = 276032, + [SMALL_STATE(5422)] = 276056, + [SMALL_STATE(5423)] = 276080, + [SMALL_STATE(5424)] = 276104, + [SMALL_STATE(5425)] = 276128, + [SMALL_STATE(5426)] = 276152, + [SMALL_STATE(5427)] = 276176, + [SMALL_STATE(5428)] = 276200, + [SMALL_STATE(5429)] = 276224, + [SMALL_STATE(5430)] = 276248, + [SMALL_STATE(5431)] = 276272, + [SMALL_STATE(5432)] = 276296, + [SMALL_STATE(5433)] = 276320, + [SMALL_STATE(5434)] = 276344, + [SMALL_STATE(5435)] = 276368, + [SMALL_STATE(5436)] = 276392, + [SMALL_STATE(5437)] = 276416, + [SMALL_STATE(5438)] = 276440, + [SMALL_STATE(5439)] = 276464, + [SMALL_STATE(5440)] = 276488, + [SMALL_STATE(5441)] = 276512, + [SMALL_STATE(5442)] = 276536, + [SMALL_STATE(5443)] = 276560, + [SMALL_STATE(5444)] = 276584, + [SMALL_STATE(5445)] = 276608, + [SMALL_STATE(5446)] = 276632, + [SMALL_STATE(5447)] = 276656, + [SMALL_STATE(5448)] = 276680, + [SMALL_STATE(5449)] = 276704, + [SMALL_STATE(5450)] = 276728, + [SMALL_STATE(5451)] = 276754, + [SMALL_STATE(5452)] = 276778, + [SMALL_STATE(5453)] = 276804, + [SMALL_STATE(5454)] = 276830, + [SMALL_STATE(5455)] = 276856, + [SMALL_STATE(5456)] = 276880, + [SMALL_STATE(5457)] = 276904, + [SMALL_STATE(5458)] = 276928, + [SMALL_STATE(5459)] = 276954, + [SMALL_STATE(5460)] = 276978, + [SMALL_STATE(5461)] = 277002, + [SMALL_STATE(5462)] = 277026, + [SMALL_STATE(5463)] = 277050, + [SMALL_STATE(5464)] = 277074, + [SMALL_STATE(5465)] = 277098, + [SMALL_STATE(5466)] = 277122, + [SMALL_STATE(5467)] = 277146, + [SMALL_STATE(5468)] = 277170, + [SMALL_STATE(5469)] = 277194, + [SMALL_STATE(5470)] = 277218, + [SMALL_STATE(5471)] = 277242, + [SMALL_STATE(5472)] = 277266, + [SMALL_STATE(5473)] = 277290, + [SMALL_STATE(5474)] = 277314, + [SMALL_STATE(5475)] = 277338, + [SMALL_STATE(5476)] = 277362, + [SMALL_STATE(5477)] = 277386, + [SMALL_STATE(5478)] = 277410, + [SMALL_STATE(5479)] = 277434, + [SMALL_STATE(5480)] = 277458, + [SMALL_STATE(5481)] = 277482, + [SMALL_STATE(5482)] = 277506, + [SMALL_STATE(5483)] = 277530, + [SMALL_STATE(5484)] = 277554, + [SMALL_STATE(5485)] = 277578, + [SMALL_STATE(5486)] = 277604, + [SMALL_STATE(5487)] = 277628, + [SMALL_STATE(5488)] = 277652, + [SMALL_STATE(5489)] = 277676, + [SMALL_STATE(5490)] = 277700, + [SMALL_STATE(5491)] = 277724, + [SMALL_STATE(5492)] = 277748, + [SMALL_STATE(5493)] = 277772, + [SMALL_STATE(5494)] = 277796, + [SMALL_STATE(5495)] = 277820, + [SMALL_STATE(5496)] = 277844, + [SMALL_STATE(5497)] = 277868, + [SMALL_STATE(5498)] = 277892, + [SMALL_STATE(5499)] = 277918, + [SMALL_STATE(5500)] = 277942, + [SMALL_STATE(5501)] = 277966, + [SMALL_STATE(5502)] = 277990, + [SMALL_STATE(5503)] = 278014, + [SMALL_STATE(5504)] = 278038, + [SMALL_STATE(5505)] = 278062, + [SMALL_STATE(5506)] = 278086, + [SMALL_STATE(5507)] = 278110, + [SMALL_STATE(5508)] = 278134, + [SMALL_STATE(5509)] = 278158, + [SMALL_STATE(5510)] = 278182, + [SMALL_STATE(5511)] = 278206, + [SMALL_STATE(5512)] = 278230, + [SMALL_STATE(5513)] = 278254, + [SMALL_STATE(5514)] = 278280, + [SMALL_STATE(5515)] = 278306, + [SMALL_STATE(5516)] = 278332, + [SMALL_STATE(5517)] = 278356, + [SMALL_STATE(5518)] = 278380, + [SMALL_STATE(5519)] = 278406, + [SMALL_STATE(5520)] = 278432, + [SMALL_STATE(5521)] = 278456, + [SMALL_STATE(5522)] = 278482, + [SMALL_STATE(5523)] = 278506, + [SMALL_STATE(5524)] = 278532, + [SMALL_STATE(5525)] = 278556, + [SMALL_STATE(5526)] = 278580, + [SMALL_STATE(5527)] = 278604, + [SMALL_STATE(5528)] = 278628, + [SMALL_STATE(5529)] = 278652, + [SMALL_STATE(5530)] = 278676, + [SMALL_STATE(5531)] = 278700, + [SMALL_STATE(5532)] = 278724, + [SMALL_STATE(5533)] = 278748, + [SMALL_STATE(5534)] = 278772, + [SMALL_STATE(5535)] = 278796, + [SMALL_STATE(5536)] = 278820, + [SMALL_STATE(5537)] = 278844, + [SMALL_STATE(5538)] = 278868, + [SMALL_STATE(5539)] = 278894, + [SMALL_STATE(5540)] = 278918, + [SMALL_STATE(5541)] = 278942, + [SMALL_STATE(5542)] = 278966, + [SMALL_STATE(5543)] = 278990, + [SMALL_STATE(5544)] = 279014, + [SMALL_STATE(5545)] = 279038, + [SMALL_STATE(5546)] = 279064, + [SMALL_STATE(5547)] = 279090, + [SMALL_STATE(5548)] = 279114, + [SMALL_STATE(5549)] = 279140, + [SMALL_STATE(5550)] = 279166, + [SMALL_STATE(5551)] = 279190, + [SMALL_STATE(5552)] = 279214, + [SMALL_STATE(5553)] = 279238, + [SMALL_STATE(5554)] = 279262, + [SMALL_STATE(5555)] = 279286, + [SMALL_STATE(5556)] = 279310, + [SMALL_STATE(5557)] = 279334, + [SMALL_STATE(5558)] = 279358, + [SMALL_STATE(5559)] = 279384, + [SMALL_STATE(5560)] = 279410, + [SMALL_STATE(5561)] = 279434, + [SMALL_STATE(5562)] = 279458, + [SMALL_STATE(5563)] = 279482, + [SMALL_STATE(5564)] = 279506, + [SMALL_STATE(5565)] = 279530, + [SMALL_STATE(5566)] = 279554, + [SMALL_STATE(5567)] = 279578, + [SMALL_STATE(5568)] = 279602, + [SMALL_STATE(5569)] = 279626, + [SMALL_STATE(5570)] = 279650, + [SMALL_STATE(5571)] = 279674, + [SMALL_STATE(5572)] = 279698, + [SMALL_STATE(5573)] = 279722, + [SMALL_STATE(5574)] = 279746, + [SMALL_STATE(5575)] = 279770, + [SMALL_STATE(5576)] = 279794, + [SMALL_STATE(5577)] = 279818, + [SMALL_STATE(5578)] = 279842, + [SMALL_STATE(5579)] = 279866, + [SMALL_STATE(5580)] = 279890, + [SMALL_STATE(5581)] = 279914, + [SMALL_STATE(5582)] = 279938, + [SMALL_STATE(5583)] = 279962, + [SMALL_STATE(5584)] = 279986, + [SMALL_STATE(5585)] = 280010, + [SMALL_STATE(5586)] = 280034, + [SMALL_STATE(5587)] = 280058, + [SMALL_STATE(5588)] = 280082, + [SMALL_STATE(5589)] = 280106, + [SMALL_STATE(5590)] = 280130, + [SMALL_STATE(5591)] = 280154, + [SMALL_STATE(5592)] = 280178, + [SMALL_STATE(5593)] = 280202, + [SMALL_STATE(5594)] = 280228, + [SMALL_STATE(5595)] = 280248, + [SMALL_STATE(5596)] = 280272, + [SMALL_STATE(5597)] = 280296, + [SMALL_STATE(5598)] = 280320, + [SMALL_STATE(5599)] = 280344, + [SMALL_STATE(5600)] = 280368, + [SMALL_STATE(5601)] = 280392, + [SMALL_STATE(5602)] = 280416, + [SMALL_STATE(5603)] = 280440, + [SMALL_STATE(5604)] = 280464, + [SMALL_STATE(5605)] = 280488, + [SMALL_STATE(5606)] = 280512, + [SMALL_STATE(5607)] = 280536, + [SMALL_STATE(5608)] = 280562, + [SMALL_STATE(5609)] = 280586, + [SMALL_STATE(5610)] = 280610, + [SMALL_STATE(5611)] = 280634, + [SMALL_STATE(5612)] = 280660, + [SMALL_STATE(5613)] = 280684, + [SMALL_STATE(5614)] = 280708, + [SMALL_STATE(5615)] = 280732, + [SMALL_STATE(5616)] = 280756, + [SMALL_STATE(5617)] = 280780, + [SMALL_STATE(5618)] = 280804, + [SMALL_STATE(5619)] = 280828, + [SMALL_STATE(5620)] = 280852, + [SMALL_STATE(5621)] = 280876, + [SMALL_STATE(5622)] = 280900, + [SMALL_STATE(5623)] = 280924, + [SMALL_STATE(5624)] = 280948, + [SMALL_STATE(5625)] = 280972, + [SMALL_STATE(5626)] = 280996, + [SMALL_STATE(5627)] = 281020, + [SMALL_STATE(5628)] = 281046, + [SMALL_STATE(5629)] = 281070, + [SMALL_STATE(5630)] = 281094, + [SMALL_STATE(5631)] = 281118, + [SMALL_STATE(5632)] = 281142, + [SMALL_STATE(5633)] = 281166, + [SMALL_STATE(5634)] = 281190, + [SMALL_STATE(5635)] = 281214, + [SMALL_STATE(5636)] = 281238, + [SMALL_STATE(5637)] = 281262, + [SMALL_STATE(5638)] = 281286, + [SMALL_STATE(5639)] = 281310, + [SMALL_STATE(5640)] = 281334, + [SMALL_STATE(5641)] = 281358, + [SMALL_STATE(5642)] = 281384, + [SMALL_STATE(5643)] = 281408, + [SMALL_STATE(5644)] = 281432, + [SMALL_STATE(5645)] = 281456, + [SMALL_STATE(5646)] = 281480, + [SMALL_STATE(5647)] = 281504, + [SMALL_STATE(5648)] = 281528, + [SMALL_STATE(5649)] = 281552, + [SMALL_STATE(5650)] = 281576, + [SMALL_STATE(5651)] = 281600, + [SMALL_STATE(5652)] = 281624, + [SMALL_STATE(5653)] = 281650, + [SMALL_STATE(5654)] = 281674, + [SMALL_STATE(5655)] = 281698, + [SMALL_STATE(5656)] = 281722, + [SMALL_STATE(5657)] = 281748, + [SMALL_STATE(5658)] = 281772, + [SMALL_STATE(5659)] = 281796, + [SMALL_STATE(5660)] = 281820, + [SMALL_STATE(5661)] = 281846, + [SMALL_STATE(5662)] = 281872, + [SMALL_STATE(5663)] = 281898, + [SMALL_STATE(5664)] = 281924, + [SMALL_STATE(5665)] = 281950, + [SMALL_STATE(5666)] = 281976, + [SMALL_STATE(5667)] = 282002, + [SMALL_STATE(5668)] = 282026, + [SMALL_STATE(5669)] = 282050, + [SMALL_STATE(5670)] = 282074, + [SMALL_STATE(5671)] = 282098, + [SMALL_STATE(5672)] = 282122, + [SMALL_STATE(5673)] = 282146, + [SMALL_STATE(5674)] = 282170, + [SMALL_STATE(5675)] = 282194, + [SMALL_STATE(5676)] = 282218, + [SMALL_STATE(5677)] = 282242, + [SMALL_STATE(5678)] = 282268, + [SMALL_STATE(5679)] = 282292, + [SMALL_STATE(5680)] = 282316, + [SMALL_STATE(5681)] = 282340, + [SMALL_STATE(5682)] = 282364, + [SMALL_STATE(5683)] = 282388, + [SMALL_STATE(5684)] = 282412, + [SMALL_STATE(5685)] = 282436, + [SMALL_STATE(5686)] = 282460, + [SMALL_STATE(5687)] = 282484, + [SMALL_STATE(5688)] = 282508, + [SMALL_STATE(5689)] = 282532, + [SMALL_STATE(5690)] = 282556, + [SMALL_STATE(5691)] = 282580, + [SMALL_STATE(5692)] = 282606, + [SMALL_STATE(5693)] = 282632, + [SMALL_STATE(5694)] = 282656, + [SMALL_STATE(5695)] = 282680, + [SMALL_STATE(5696)] = 282704, + [SMALL_STATE(5697)] = 282728, + [SMALL_STATE(5698)] = 282752, + [SMALL_STATE(5699)] = 282776, + [SMALL_STATE(5700)] = 282800, + [SMALL_STATE(5701)] = 282824, + [SMALL_STATE(5702)] = 282850, + [SMALL_STATE(5703)] = 282876, + [SMALL_STATE(5704)] = 282900, + [SMALL_STATE(5705)] = 282924, + [SMALL_STATE(5706)] = 282948, + [SMALL_STATE(5707)] = 282972, + [SMALL_STATE(5708)] = 282996, + [SMALL_STATE(5709)] = 283020, + [SMALL_STATE(5710)] = 283044, + [SMALL_STATE(5711)] = 283068, + [SMALL_STATE(5712)] = 283092, + [SMALL_STATE(5713)] = 283116, + [SMALL_STATE(5714)] = 283140, + [SMALL_STATE(5715)] = 283164, + [SMALL_STATE(5716)] = 283188, + [SMALL_STATE(5717)] = 283212, + [SMALL_STATE(5718)] = 283236, + [SMALL_STATE(5719)] = 283260, + [SMALL_STATE(5720)] = 283284, + [SMALL_STATE(5721)] = 283308, + [SMALL_STATE(5722)] = 283332, + [SMALL_STATE(5723)] = 283356, + [SMALL_STATE(5724)] = 283380, + [SMALL_STATE(5725)] = 283404, + [SMALL_STATE(5726)] = 283428, + [SMALL_STATE(5727)] = 283452, + [SMALL_STATE(5728)] = 283476, + [SMALL_STATE(5729)] = 283500, + [SMALL_STATE(5730)] = 283524, + [SMALL_STATE(5731)] = 283548, + [SMALL_STATE(5732)] = 283572, + [SMALL_STATE(5733)] = 283596, + [SMALL_STATE(5734)] = 283620, + [SMALL_STATE(5735)] = 283644, + [SMALL_STATE(5736)] = 283668, + [SMALL_STATE(5737)] = 283694, + [SMALL_STATE(5738)] = 283720, + [SMALL_STATE(5739)] = 283744, + [SMALL_STATE(5740)] = 283770, + [SMALL_STATE(5741)] = 283794, + [SMALL_STATE(5742)] = 283818, + [SMALL_STATE(5743)] = 283844, + [SMALL_STATE(5744)] = 283868, + [SMALL_STATE(5745)] = 283892, + [SMALL_STATE(5746)] = 283916, + [SMALL_STATE(5747)] = 283940, + [SMALL_STATE(5748)] = 283964, + [SMALL_STATE(5749)] = 283988, + [SMALL_STATE(5750)] = 284012, + [SMALL_STATE(5751)] = 284036, + [SMALL_STATE(5752)] = 284060, + [SMALL_STATE(5753)] = 284084, + [SMALL_STATE(5754)] = 284108, + [SMALL_STATE(5755)] = 284132, + [SMALL_STATE(5756)] = 284156, + [SMALL_STATE(5757)] = 284180, + [SMALL_STATE(5758)] = 284204, + [SMALL_STATE(5759)] = 284228, + [SMALL_STATE(5760)] = 284252, + [SMALL_STATE(5761)] = 284276, + [SMALL_STATE(5762)] = 284300, + [SMALL_STATE(5763)] = 284324, + [SMALL_STATE(5764)] = 284348, + [SMALL_STATE(5765)] = 284374, + [SMALL_STATE(5766)] = 284398, + [SMALL_STATE(5767)] = 284422, + [SMALL_STATE(5768)] = 284446, + [SMALL_STATE(5769)] = 284472, + [SMALL_STATE(5770)] = 284496, + [SMALL_STATE(5771)] = 284522, + [SMALL_STATE(5772)] = 284542, + [SMALL_STATE(5773)] = 284566, + [SMALL_STATE(5774)] = 284590, + [SMALL_STATE(5775)] = 284614, + [SMALL_STATE(5776)] = 284638, + [SMALL_STATE(5777)] = 284662, + [SMALL_STATE(5778)] = 284686, + [SMALL_STATE(5779)] = 284712, + [SMALL_STATE(5780)] = 284736, + [SMALL_STATE(5781)] = 284760, + [SMALL_STATE(5782)] = 284784, + [SMALL_STATE(5783)] = 284808, + [SMALL_STATE(5784)] = 284832, + [SMALL_STATE(5785)] = 284858, + [SMALL_STATE(5786)] = 284882, + [SMALL_STATE(5787)] = 284906, + [SMALL_STATE(5788)] = 284930, + [SMALL_STATE(5789)] = 284954, + [SMALL_STATE(5790)] = 284978, + [SMALL_STATE(5791)] = 285002, + [SMALL_STATE(5792)] = 285026, + [SMALL_STATE(5793)] = 285050, + [SMALL_STATE(5794)] = 285074, + [SMALL_STATE(5795)] = 285098, + [SMALL_STATE(5796)] = 285122, + [SMALL_STATE(5797)] = 285146, + [SMALL_STATE(5798)] = 285170, + [SMALL_STATE(5799)] = 285196, + [SMALL_STATE(5800)] = 285222, + [SMALL_STATE(5801)] = 285246, + [SMALL_STATE(5802)] = 285270, + [SMALL_STATE(5803)] = 285294, + [SMALL_STATE(5804)] = 285318, + [SMALL_STATE(5805)] = 285342, + [SMALL_STATE(5806)] = 285368, + [SMALL_STATE(5807)] = 285394, + [SMALL_STATE(5808)] = 285420, + [SMALL_STATE(5809)] = 285444, + [SMALL_STATE(5810)] = 285470, + [SMALL_STATE(5811)] = 285494, + [SMALL_STATE(5812)] = 285518, + [SMALL_STATE(5813)] = 285542, + [SMALL_STATE(5814)] = 285566, + [SMALL_STATE(5815)] = 285590, + [SMALL_STATE(5816)] = 285614, + [SMALL_STATE(5817)] = 285638, + [SMALL_STATE(5818)] = 285662, + [SMALL_STATE(5819)] = 285686, + [SMALL_STATE(5820)] = 285710, + [SMALL_STATE(5821)] = 285734, + [SMALL_STATE(5822)] = 285758, + [SMALL_STATE(5823)] = 285782, + [SMALL_STATE(5824)] = 285806, + [SMALL_STATE(5825)] = 285830, + [SMALL_STATE(5826)] = 285854, + [SMALL_STATE(5827)] = 285878, + [SMALL_STATE(5828)] = 285902, + [SMALL_STATE(5829)] = 285926, + [SMALL_STATE(5830)] = 285950, + [SMALL_STATE(5831)] = 285976, + [SMALL_STATE(5832)] = 286000, + [SMALL_STATE(5833)] = 286024, + [SMALL_STATE(5834)] = 286050, + [SMALL_STATE(5835)] = 286076, + [SMALL_STATE(5836)] = 286100, + [SMALL_STATE(5837)] = 286120, + [SMALL_STATE(5838)] = 286144, + [SMALL_STATE(5839)] = 286168, + [SMALL_STATE(5840)] = 286192, + [SMALL_STATE(5841)] = 286216, + [SMALL_STATE(5842)] = 286240, + [SMALL_STATE(5843)] = 286266, + [SMALL_STATE(5844)] = 286292, + [SMALL_STATE(5845)] = 286316, + [SMALL_STATE(5846)] = 286340, + [SMALL_STATE(5847)] = 286364, + [SMALL_STATE(5848)] = 286388, + [SMALL_STATE(5849)] = 286412, + [SMALL_STATE(5850)] = 286436, + [SMALL_STATE(5851)] = 286460, + [SMALL_STATE(5852)] = 286484, + [SMALL_STATE(5853)] = 286508, + [SMALL_STATE(5854)] = 286532, + [SMALL_STATE(5855)] = 286556, + [SMALL_STATE(5856)] = 286580, + [SMALL_STATE(5857)] = 286604, + [SMALL_STATE(5858)] = 286628, + [SMALL_STATE(5859)] = 286652, + [SMALL_STATE(5860)] = 286676, + [SMALL_STATE(5861)] = 286700, + [SMALL_STATE(5862)] = 286724, + [SMALL_STATE(5863)] = 286748, + [SMALL_STATE(5864)] = 286772, + [SMALL_STATE(5865)] = 286796, + [SMALL_STATE(5866)] = 286820, + [SMALL_STATE(5867)] = 286844, + [SMALL_STATE(5868)] = 286870, + [SMALL_STATE(5869)] = 286896, + [SMALL_STATE(5870)] = 286922, + [SMALL_STATE(5871)] = 286948, + [SMALL_STATE(5872)] = 286972, + [SMALL_STATE(5873)] = 286996, + [SMALL_STATE(5874)] = 287020, + [SMALL_STATE(5875)] = 287044, + [SMALL_STATE(5876)] = 287068, + [SMALL_STATE(5877)] = 287092, + [SMALL_STATE(5878)] = 287118, + [SMALL_STATE(5879)] = 287144, + [SMALL_STATE(5880)] = 287164, + [SMALL_STATE(5881)] = 287188, + [SMALL_STATE(5882)] = 287214, + [SMALL_STATE(5883)] = 287240, + [SMALL_STATE(5884)] = 287264, + [SMALL_STATE(5885)] = 287288, + [SMALL_STATE(5886)] = 287314, + [SMALL_STATE(5887)] = 287338, + [SMALL_STATE(5888)] = 287362, + [SMALL_STATE(5889)] = 287386, + [SMALL_STATE(5890)] = 287410, + [SMALL_STATE(5891)] = 287434, + [SMALL_STATE(5892)] = 287458, + [SMALL_STATE(5893)] = 287482, + [SMALL_STATE(5894)] = 287506, + [SMALL_STATE(5895)] = 287532, + [SMALL_STATE(5896)] = 287556, + [SMALL_STATE(5897)] = 287580, + [SMALL_STATE(5898)] = 287604, + [SMALL_STATE(5899)] = 287628, + [SMALL_STATE(5900)] = 287652, + [SMALL_STATE(5901)] = 287676, + [SMALL_STATE(5902)] = 287700, + [SMALL_STATE(5903)] = 287724, + [SMALL_STATE(5904)] = 287748, + [SMALL_STATE(5905)] = 287772, + [SMALL_STATE(5906)] = 287796, + [SMALL_STATE(5907)] = 287820, + [SMALL_STATE(5908)] = 287846, + [SMALL_STATE(5909)] = 287872, + [SMALL_STATE(5910)] = 287896, + [SMALL_STATE(5911)] = 287920, + [SMALL_STATE(5912)] = 287944, + [SMALL_STATE(5913)] = 287968, + [SMALL_STATE(5914)] = 287992, + [SMALL_STATE(5915)] = 288016, + [SMALL_STATE(5916)] = 288040, + [SMALL_STATE(5917)] = 288064, + [SMALL_STATE(5918)] = 288088, + [SMALL_STATE(5919)] = 288114, + [SMALL_STATE(5920)] = 288140, + [SMALL_STATE(5921)] = 288164, + [SMALL_STATE(5922)] = 288190, + [SMALL_STATE(5923)] = 288214, + [SMALL_STATE(5924)] = 288240, + [SMALL_STATE(5925)] = 288264, + [SMALL_STATE(5926)] = 288288, + [SMALL_STATE(5927)] = 288312, + [SMALL_STATE(5928)] = 288336, + [SMALL_STATE(5929)] = 288360, + [SMALL_STATE(5930)] = 288384, + [SMALL_STATE(5931)] = 288408, + [SMALL_STATE(5932)] = 288432, + [SMALL_STATE(5933)] = 288456, + [SMALL_STATE(5934)] = 288480, + [SMALL_STATE(5935)] = 288504, + [SMALL_STATE(5936)] = 288528, + [SMALL_STATE(5937)] = 288552, + [SMALL_STATE(5938)] = 288576, + [SMALL_STATE(5939)] = 288602, + [SMALL_STATE(5940)] = 288626, + [SMALL_STATE(5941)] = 288650, + [SMALL_STATE(5942)] = 288676, + [SMALL_STATE(5943)] = 288700, + [SMALL_STATE(5944)] = 288726, + [SMALL_STATE(5945)] = 288752, + [SMALL_STATE(5946)] = 288776, + [SMALL_STATE(5947)] = 288797, + [SMALL_STATE(5948)] = 288818, + [SMALL_STATE(5949)] = 288835, + [SMALL_STATE(5950)] = 288852, + [SMALL_STATE(5951)] = 288869, + [SMALL_STATE(5952)] = 288886, + [SMALL_STATE(5953)] = 288903, + [SMALL_STATE(5954)] = 288920, + [SMALL_STATE(5955)] = 288937, + [SMALL_STATE(5956)] = 288954, + [SMALL_STATE(5957)] = 288971, + [SMALL_STATE(5958)] = 288988, + [SMALL_STATE(5959)] = 289005, + [SMALL_STATE(5960)] = 289026, + [SMALL_STATE(5961)] = 289047, + [SMALL_STATE(5962)] = 289068, + [SMALL_STATE(5963)] = 289089, + [SMALL_STATE(5964)] = 289110, + [SMALL_STATE(5965)] = 289131, + [SMALL_STATE(5966)] = 289152, + [SMALL_STATE(5967)] = 289173, + [SMALL_STATE(5968)] = 289194, + [SMALL_STATE(5969)] = 289215, + [SMALL_STATE(5970)] = 289236, + [SMALL_STATE(5971)] = 289257, + [SMALL_STATE(5972)] = 289274, + [SMALL_STATE(5973)] = 289291, + [SMALL_STATE(5974)] = 289312, + [SMALL_STATE(5975)] = 289333, + [SMALL_STATE(5976)] = 289354, + [SMALL_STATE(5977)] = 289375, + [SMALL_STATE(5978)] = 289396, + [SMALL_STATE(5979)] = 289417, + [SMALL_STATE(5980)] = 289438, + [SMALL_STATE(5981)] = 289459, + [SMALL_STATE(5982)] = 289480, + [SMALL_STATE(5983)] = 289501, + [SMALL_STATE(5984)] = 289518, + [SMALL_STATE(5985)] = 289535, + [SMALL_STATE(5986)] = 289556, + [SMALL_STATE(5987)] = 289577, + [SMALL_STATE(5988)] = 289596, + [SMALL_STATE(5989)] = 289617, + [SMALL_STATE(5990)] = 289638, + [SMALL_STATE(5991)] = 289659, + [SMALL_STATE(5992)] = 289680, + [SMALL_STATE(5993)] = 289701, + [SMALL_STATE(5994)] = 289722, + [SMALL_STATE(5995)] = 289743, + [SMALL_STATE(5996)] = 289764, + [SMALL_STATE(5997)] = 289785, + [SMALL_STATE(5998)] = 289806, + [SMALL_STATE(5999)] = 289827, + [SMALL_STATE(6000)] = 289848, + [SMALL_STATE(6001)] = 289865, + [SMALL_STATE(6002)] = 289886, + [SMALL_STATE(6003)] = 289907, + [SMALL_STATE(6004)] = 289928, + [SMALL_STATE(6005)] = 289949, + [SMALL_STATE(6006)] = 289970, + [SMALL_STATE(6007)] = 289991, + [SMALL_STATE(6008)] = 290012, + [SMALL_STATE(6009)] = 290033, + [SMALL_STATE(6010)] = 290054, + [SMALL_STATE(6011)] = 290075, + [SMALL_STATE(6012)] = 290096, + [SMALL_STATE(6013)] = 290117, + [SMALL_STATE(6014)] = 290138, + [SMALL_STATE(6015)] = 290159, + [SMALL_STATE(6016)] = 290180, + [SMALL_STATE(6017)] = 290201, + [SMALL_STATE(6018)] = 290222, + [SMALL_STATE(6019)] = 290243, + [SMALL_STATE(6020)] = 290264, + [SMALL_STATE(6021)] = 290285, + [SMALL_STATE(6022)] = 290306, + [SMALL_STATE(6023)] = 290327, + [SMALL_STATE(6024)] = 290344, + [SMALL_STATE(6025)] = 290365, + [SMALL_STATE(6026)] = 290386, + [SMALL_STATE(6027)] = 290407, + [SMALL_STATE(6028)] = 290428, + [SMALL_STATE(6029)] = 290449, + [SMALL_STATE(6030)] = 290470, + [SMALL_STATE(6031)] = 290491, + [SMALL_STATE(6032)] = 290512, + [SMALL_STATE(6033)] = 290533, + [SMALL_STATE(6034)] = 290554, + [SMALL_STATE(6035)] = 290575, + [SMALL_STATE(6036)] = 290596, + [SMALL_STATE(6037)] = 290617, + [SMALL_STATE(6038)] = 290634, + [SMALL_STATE(6039)] = 290655, + [SMALL_STATE(6040)] = 290676, + [SMALL_STATE(6041)] = 290697, + [SMALL_STATE(6042)] = 290718, + [SMALL_STATE(6043)] = 290739, + [SMALL_STATE(6044)] = 290760, + [SMALL_STATE(6045)] = 290781, + [SMALL_STATE(6046)] = 290802, + [SMALL_STATE(6047)] = 290823, + [SMALL_STATE(6048)] = 290844, + [SMALL_STATE(6049)] = 290865, + [SMALL_STATE(6050)] = 290886, + [SMALL_STATE(6051)] = 290907, + [SMALL_STATE(6052)] = 290928, + [SMALL_STATE(6053)] = 290949, + [SMALL_STATE(6054)] = 290970, + [SMALL_STATE(6055)] = 290991, + [SMALL_STATE(6056)] = 291012, + [SMALL_STATE(6057)] = 291033, + [SMALL_STATE(6058)] = 291054, + [SMALL_STATE(6059)] = 291075, + [SMALL_STATE(6060)] = 291096, + [SMALL_STATE(6061)] = 291117, + [SMALL_STATE(6062)] = 291138, + [SMALL_STATE(6063)] = 291159, + [SMALL_STATE(6064)] = 291180, + [SMALL_STATE(6065)] = 291201, + [SMALL_STATE(6066)] = 291222, + [SMALL_STATE(6067)] = 291239, + [SMALL_STATE(6068)] = 291260, + [SMALL_STATE(6069)] = 291279, + [SMALL_STATE(6070)] = 291300, + [SMALL_STATE(6071)] = 291321, + [SMALL_STATE(6072)] = 291342, + [SMALL_STATE(6073)] = 291363, + [SMALL_STATE(6074)] = 291384, + [SMALL_STATE(6075)] = 291401, + [SMALL_STATE(6076)] = 291422, + [SMALL_STATE(6077)] = 291443, + [SMALL_STATE(6078)] = 291464, + [SMALL_STATE(6079)] = 291485, + [SMALL_STATE(6080)] = 291506, + [SMALL_STATE(6081)] = 291527, + [SMALL_STATE(6082)] = 291548, + [SMALL_STATE(6083)] = 291569, + [SMALL_STATE(6084)] = 291590, + [SMALL_STATE(6085)] = 291611, + [SMALL_STATE(6086)] = 291632, + [SMALL_STATE(6087)] = 291653, + [SMALL_STATE(6088)] = 291674, + [SMALL_STATE(6089)] = 291695, + [SMALL_STATE(6090)] = 291716, + [SMALL_STATE(6091)] = 291737, + [SMALL_STATE(6092)] = 291758, + [SMALL_STATE(6093)] = 291779, + [SMALL_STATE(6094)] = 291800, + [SMALL_STATE(6095)] = 291821, + [SMALL_STATE(6096)] = 291842, + [SMALL_STATE(6097)] = 291863, + [SMALL_STATE(6098)] = 291884, + [SMALL_STATE(6099)] = 291905, + [SMALL_STATE(6100)] = 291926, + [SMALL_STATE(6101)] = 291947, + [SMALL_STATE(6102)] = 291968, + [SMALL_STATE(6103)] = 291989, + [SMALL_STATE(6104)] = 292010, + [SMALL_STATE(6105)] = 292031, + [SMALL_STATE(6106)] = 292052, + [SMALL_STATE(6107)] = 292073, + [SMALL_STATE(6108)] = 292094, + [SMALL_STATE(6109)] = 292115, + [SMALL_STATE(6110)] = 292136, + [SMALL_STATE(6111)] = 292157, + [SMALL_STATE(6112)] = 292178, + [SMALL_STATE(6113)] = 292199, + [SMALL_STATE(6114)] = 292220, + [SMALL_STATE(6115)] = 292241, + [SMALL_STATE(6116)] = 292262, + [SMALL_STATE(6117)] = 292283, + [SMALL_STATE(6118)] = 292304, + [SMALL_STATE(6119)] = 292325, + [SMALL_STATE(6120)] = 292346, + [SMALL_STATE(6121)] = 292367, + [SMALL_STATE(6122)] = 292388, + [SMALL_STATE(6123)] = 292409, + [SMALL_STATE(6124)] = 292430, + [SMALL_STATE(6125)] = 292451, + [SMALL_STATE(6126)] = 292472, + [SMALL_STATE(6127)] = 292493, + [SMALL_STATE(6128)] = 292514, + [SMALL_STATE(6129)] = 292535, + [SMALL_STATE(6130)] = 292556, + [SMALL_STATE(6131)] = 292577, + [SMALL_STATE(6132)] = 292598, + [SMALL_STATE(6133)] = 292619, + [SMALL_STATE(6134)] = 292640, + [SMALL_STATE(6135)] = 292661, + [SMALL_STATE(6136)] = 292682, + [SMALL_STATE(6137)] = 292703, + [SMALL_STATE(6138)] = 292724, + [SMALL_STATE(6139)] = 292745, + [SMALL_STATE(6140)] = 292766, + [SMALL_STATE(6141)] = 292787, + [SMALL_STATE(6142)] = 292808, + [SMALL_STATE(6143)] = 292829, + [SMALL_STATE(6144)] = 292850, + [SMALL_STATE(6145)] = 292871, + [SMALL_STATE(6146)] = 292892, + [SMALL_STATE(6147)] = 292911, + [SMALL_STATE(6148)] = 292932, + [SMALL_STATE(6149)] = 292953, + [SMALL_STATE(6150)] = 292974, + [SMALL_STATE(6151)] = 292995, + [SMALL_STATE(6152)] = 293016, + [SMALL_STATE(6153)] = 293037, + [SMALL_STATE(6154)] = 293058, + [SMALL_STATE(6155)] = 293079, + [SMALL_STATE(6156)] = 293100, + [SMALL_STATE(6157)] = 293121, + [SMALL_STATE(6158)] = 293142, + [SMALL_STATE(6159)] = 293163, + [SMALL_STATE(6160)] = 293184, + [SMALL_STATE(6161)] = 293205, + [SMALL_STATE(6162)] = 293223, + [SMALL_STATE(6163)] = 293241, + [SMALL_STATE(6164)] = 293255, + [SMALL_STATE(6165)] = 293273, + [SMALL_STATE(6166)] = 293291, + [SMALL_STATE(6167)] = 293309, + [SMALL_STATE(6168)] = 293327, + [SMALL_STATE(6169)] = 293345, + [SMALL_STATE(6170)] = 293363, + [SMALL_STATE(6171)] = 293381, + [SMALL_STATE(6172)] = 293399, + [SMALL_STATE(6173)] = 293413, + [SMALL_STATE(6174)] = 293431, + [SMALL_STATE(6175)] = 293449, + [SMALL_STATE(6176)] = 293465, + [SMALL_STATE(6177)] = 293483, + [SMALL_STATE(6178)] = 293501, + [SMALL_STATE(6179)] = 293519, + [SMALL_STATE(6180)] = 293537, + [SMALL_STATE(6181)] = 293555, + [SMALL_STATE(6182)] = 293573, + [SMALL_STATE(6183)] = 293591, + [SMALL_STATE(6184)] = 293609, + [SMALL_STATE(6185)] = 293627, + [SMALL_STATE(6186)] = 293645, + [SMALL_STATE(6187)] = 293663, + [SMALL_STATE(6188)] = 293681, + [SMALL_STATE(6189)] = 293699, + [SMALL_STATE(6190)] = 293717, + [SMALL_STATE(6191)] = 293735, + [SMALL_STATE(6192)] = 293753, + [SMALL_STATE(6193)] = 293771, + [SMALL_STATE(6194)] = 293789, + [SMALL_STATE(6195)] = 293807, + [SMALL_STATE(6196)] = 293825, + [SMALL_STATE(6197)] = 293843, + [SMALL_STATE(6198)] = 293861, + [SMALL_STATE(6199)] = 293879, + [SMALL_STATE(6200)] = 293897, + [SMALL_STATE(6201)] = 293915, + [SMALL_STATE(6202)] = 293933, + [SMALL_STATE(6203)] = 293951, + [SMALL_STATE(6204)] = 293969, + [SMALL_STATE(6205)] = 293987, + [SMALL_STATE(6206)] = 294005, + [SMALL_STATE(6207)] = 294023, + [SMALL_STATE(6208)] = 294037, + [SMALL_STATE(6209)] = 294055, + [SMALL_STATE(6210)] = 294073, + [SMALL_STATE(6211)] = 294091, + [SMALL_STATE(6212)] = 294109, + [SMALL_STATE(6213)] = 294127, + [SMALL_STATE(6214)] = 294145, + [SMALL_STATE(6215)] = 294163, + [SMALL_STATE(6216)] = 294181, + [SMALL_STATE(6217)] = 294199, + [SMALL_STATE(6218)] = 294217, + [SMALL_STATE(6219)] = 294235, + [SMALL_STATE(6220)] = 294253, + [SMALL_STATE(6221)] = 294271, + [SMALL_STATE(6222)] = 294285, + [SMALL_STATE(6223)] = 294303, + [SMALL_STATE(6224)] = 294321, + [SMALL_STATE(6225)] = 294339, + [SMALL_STATE(6226)] = 294357, + [SMALL_STATE(6227)] = 294375, + [SMALL_STATE(6228)] = 294393, + [SMALL_STATE(6229)] = 294411, + [SMALL_STATE(6230)] = 294429, + [SMALL_STATE(6231)] = 294447, + [SMALL_STATE(6232)] = 294465, + [SMALL_STATE(6233)] = 294483, + [SMALL_STATE(6234)] = 294501, + [SMALL_STATE(6235)] = 294519, + [SMALL_STATE(6236)] = 294537, + [SMALL_STATE(6237)] = 294555, + [SMALL_STATE(6238)] = 294573, + [SMALL_STATE(6239)] = 294591, + [SMALL_STATE(6240)] = 294609, + [SMALL_STATE(6241)] = 294627, + [SMALL_STATE(6242)] = 294645, + [SMALL_STATE(6243)] = 294659, + [SMALL_STATE(6244)] = 294677, + [SMALL_STATE(6245)] = 294695, + [SMALL_STATE(6246)] = 294713, + [SMALL_STATE(6247)] = 294731, + [SMALL_STATE(6248)] = 294749, + [SMALL_STATE(6249)] = 294767, + [SMALL_STATE(6250)] = 294785, + [SMALL_STATE(6251)] = 294803, + [SMALL_STATE(6252)] = 294821, + [SMALL_STATE(6253)] = 294839, + [SMALL_STATE(6254)] = 294857, + [SMALL_STATE(6255)] = 294875, + [SMALL_STATE(6256)] = 294893, + [SMALL_STATE(6257)] = 294911, + [SMALL_STATE(6258)] = 294929, + [SMALL_STATE(6259)] = 294947, + [SMALL_STATE(6260)] = 294965, + [SMALL_STATE(6261)] = 294983, + [SMALL_STATE(6262)] = 295001, + [SMALL_STATE(6263)] = 295019, + [SMALL_STATE(6264)] = 295037, + [SMALL_STATE(6265)] = 295055, + [SMALL_STATE(6266)] = 295073, + [SMALL_STATE(6267)] = 295091, + [SMALL_STATE(6268)] = 295109, + [SMALL_STATE(6269)] = 295127, + [SMALL_STATE(6270)] = 295143, + [SMALL_STATE(6271)] = 295161, + [SMALL_STATE(6272)] = 295179, + [SMALL_STATE(6273)] = 295197, + [SMALL_STATE(6274)] = 295215, + [SMALL_STATE(6275)] = 295233, + [SMALL_STATE(6276)] = 295251, + [SMALL_STATE(6277)] = 295269, + [SMALL_STATE(6278)] = 295287, + [SMALL_STATE(6279)] = 295305, + [SMALL_STATE(6280)] = 295323, + [SMALL_STATE(6281)] = 295341, + [SMALL_STATE(6282)] = 295359, + [SMALL_STATE(6283)] = 295377, + [SMALL_STATE(6284)] = 295395, + [SMALL_STATE(6285)] = 295413, + [SMALL_STATE(6286)] = 295431, + [SMALL_STATE(6287)] = 295449, + [SMALL_STATE(6288)] = 295467, + [SMALL_STATE(6289)] = 295485, + [SMALL_STATE(6290)] = 295503, + [SMALL_STATE(6291)] = 295521, + [SMALL_STATE(6292)] = 295537, + [SMALL_STATE(6293)] = 295555, + [SMALL_STATE(6294)] = 295573, + [SMALL_STATE(6295)] = 295589, + [SMALL_STATE(6296)] = 295607, + [SMALL_STATE(6297)] = 295625, + [SMALL_STATE(6298)] = 295643, + [SMALL_STATE(6299)] = 295661, + [SMALL_STATE(6300)] = 295679, + [SMALL_STATE(6301)] = 295697, + [SMALL_STATE(6302)] = 295715, + [SMALL_STATE(6303)] = 295733, + [SMALL_STATE(6304)] = 295751, + [SMALL_STATE(6305)] = 295769, + [SMALL_STATE(6306)] = 295787, + [SMALL_STATE(6307)] = 295805, + [SMALL_STATE(6308)] = 295823, + [SMALL_STATE(6309)] = 295841, + [SMALL_STATE(6310)] = 295859, + [SMALL_STATE(6311)] = 295877, + [SMALL_STATE(6312)] = 295895, + [SMALL_STATE(6313)] = 295913, + [SMALL_STATE(6314)] = 295931, + [SMALL_STATE(6315)] = 295949, + [SMALL_STATE(6316)] = 295967, + [SMALL_STATE(6317)] = 295985, + [SMALL_STATE(6318)] = 296003, + [SMALL_STATE(6319)] = 296021, + [SMALL_STATE(6320)] = 296039, + [SMALL_STATE(6321)] = 296057, + [SMALL_STATE(6322)] = 296075, + [SMALL_STATE(6323)] = 296093, + [SMALL_STATE(6324)] = 296111, + [SMALL_STATE(6325)] = 296129, + [SMALL_STATE(6326)] = 296147, + [SMALL_STATE(6327)] = 296165, + [SMALL_STATE(6328)] = 296183, + [SMALL_STATE(6329)] = 296201, + [SMALL_STATE(6330)] = 296219, + [SMALL_STATE(6331)] = 296237, + [SMALL_STATE(6332)] = 296255, + [SMALL_STATE(6333)] = 296273, + [SMALL_STATE(6334)] = 296291, + [SMALL_STATE(6335)] = 296309, + [SMALL_STATE(6336)] = 296327, + [SMALL_STATE(6337)] = 296345, + [SMALL_STATE(6338)] = 296363, + [SMALL_STATE(6339)] = 296381, + [SMALL_STATE(6340)] = 296399, + [SMALL_STATE(6341)] = 296417, + [SMALL_STATE(6342)] = 296435, + [SMALL_STATE(6343)] = 296453, + [SMALL_STATE(6344)] = 296471, + [SMALL_STATE(6345)] = 296489, + [SMALL_STATE(6346)] = 296507, + [SMALL_STATE(6347)] = 296525, + [SMALL_STATE(6348)] = 296543, + [SMALL_STATE(6349)] = 296561, + [SMALL_STATE(6350)] = 296579, + [SMALL_STATE(6351)] = 296597, + [SMALL_STATE(6352)] = 296615, + [SMALL_STATE(6353)] = 296633, + [SMALL_STATE(6354)] = 296649, + [SMALL_STATE(6355)] = 296667, + [SMALL_STATE(6356)] = 296685, + [SMALL_STATE(6357)] = 296703, + [SMALL_STATE(6358)] = 296721, + [SMALL_STATE(6359)] = 296739, + [SMALL_STATE(6360)] = 296757, + [SMALL_STATE(6361)] = 296775, + [SMALL_STATE(6362)] = 296793, + [SMALL_STATE(6363)] = 296811, + [SMALL_STATE(6364)] = 296829, + [SMALL_STATE(6365)] = 296847, + [SMALL_STATE(6366)] = 296865, + [SMALL_STATE(6367)] = 296883, + [SMALL_STATE(6368)] = 296901, + [SMALL_STATE(6369)] = 296919, + [SMALL_STATE(6370)] = 296937, + [SMALL_STATE(6371)] = 296955, + [SMALL_STATE(6372)] = 296973, + [SMALL_STATE(6373)] = 296991, + [SMALL_STATE(6374)] = 297009, + [SMALL_STATE(6375)] = 297027, + [SMALL_STATE(6376)] = 297045, + [SMALL_STATE(6377)] = 297063, + [SMALL_STATE(6378)] = 297081, + [SMALL_STATE(6379)] = 297099, + [SMALL_STATE(6380)] = 297117, + [SMALL_STATE(6381)] = 297135, + [SMALL_STATE(6382)] = 297153, + [SMALL_STATE(6383)] = 297171, + [SMALL_STATE(6384)] = 297189, + [SMALL_STATE(6385)] = 297207, + [SMALL_STATE(6386)] = 297225, + [SMALL_STATE(6387)] = 297243, + [SMALL_STATE(6388)] = 297261, + [SMALL_STATE(6389)] = 297279, + [SMALL_STATE(6390)] = 297297, + [SMALL_STATE(6391)] = 297315, + [SMALL_STATE(6392)] = 297333, + [SMALL_STATE(6393)] = 297349, + [SMALL_STATE(6394)] = 297367, + [SMALL_STATE(6395)] = 297385, + [SMALL_STATE(6396)] = 297403, + [SMALL_STATE(6397)] = 297421, + [SMALL_STATE(6398)] = 297439, + [SMALL_STATE(6399)] = 297457, + [SMALL_STATE(6400)] = 297475, + [SMALL_STATE(6401)] = 297493, + [SMALL_STATE(6402)] = 297511, + [SMALL_STATE(6403)] = 297529, + [SMALL_STATE(6404)] = 297547, + [SMALL_STATE(6405)] = 297565, + [SMALL_STATE(6406)] = 297583, + [SMALL_STATE(6407)] = 297601, + [SMALL_STATE(6408)] = 297619, + [SMALL_STATE(6409)] = 297637, + [SMALL_STATE(6410)] = 297655, + [SMALL_STATE(6411)] = 297673, + [SMALL_STATE(6412)] = 297687, + [SMALL_STATE(6413)] = 297703, + [SMALL_STATE(6414)] = 297717, + [SMALL_STATE(6415)] = 297735, + [SMALL_STATE(6416)] = 297753, + [SMALL_STATE(6417)] = 297767, + [SMALL_STATE(6418)] = 297785, + [SMALL_STATE(6419)] = 297803, + [SMALL_STATE(6420)] = 297821, + [SMALL_STATE(6421)] = 297839, + [SMALL_STATE(6422)] = 297853, + [SMALL_STATE(6423)] = 297871, + [SMALL_STATE(6424)] = 297889, + [SMALL_STATE(6425)] = 297907, + [SMALL_STATE(6426)] = 297925, + [SMALL_STATE(6427)] = 297943, + [SMALL_STATE(6428)] = 297961, + [SMALL_STATE(6429)] = 297979, + [SMALL_STATE(6430)] = 297997, + [SMALL_STATE(6431)] = 298015, + [SMALL_STATE(6432)] = 298033, + [SMALL_STATE(6433)] = 298051, + [SMALL_STATE(6434)] = 298069, + [SMALL_STATE(6435)] = 298087, + [SMALL_STATE(6436)] = 298105, + [SMALL_STATE(6437)] = 298123, + [SMALL_STATE(6438)] = 298141, + [SMALL_STATE(6439)] = 298159, + [SMALL_STATE(6440)] = 298177, + [SMALL_STATE(6441)] = 298195, + [SMALL_STATE(6442)] = 298213, + [SMALL_STATE(6443)] = 298231, + [SMALL_STATE(6444)] = 298249, + [SMALL_STATE(6445)] = 298267, + [SMALL_STATE(6446)] = 298285, + [SMALL_STATE(6447)] = 298303, + [SMALL_STATE(6448)] = 298321, + [SMALL_STATE(6449)] = 298339, + [SMALL_STATE(6450)] = 298357, + [SMALL_STATE(6451)] = 298375, + [SMALL_STATE(6452)] = 298393, + [SMALL_STATE(6453)] = 298411, + [SMALL_STATE(6454)] = 298429, + [SMALL_STATE(6455)] = 298447, + [SMALL_STATE(6456)] = 298465, + [SMALL_STATE(6457)] = 298483, + [SMALL_STATE(6458)] = 298501, + [SMALL_STATE(6459)] = 298519, + [SMALL_STATE(6460)] = 298537, + [SMALL_STATE(6461)] = 298555, + [SMALL_STATE(6462)] = 298573, + [SMALL_STATE(6463)] = 298591, + [SMALL_STATE(6464)] = 298609, + [SMALL_STATE(6465)] = 298627, + [SMALL_STATE(6466)] = 298645, + [SMALL_STATE(6467)] = 298663, + [SMALL_STATE(6468)] = 298681, + [SMALL_STATE(6469)] = 298699, + [SMALL_STATE(6470)] = 298717, + [SMALL_STATE(6471)] = 298735, + [SMALL_STATE(6472)] = 298753, + [SMALL_STATE(6473)] = 298771, + [SMALL_STATE(6474)] = 298789, + [SMALL_STATE(6475)] = 298807, + [SMALL_STATE(6476)] = 298825, + [SMALL_STATE(6477)] = 298843, + [SMALL_STATE(6478)] = 298861, + [SMALL_STATE(6479)] = 298879, + [SMALL_STATE(6480)] = 298897, + [SMALL_STATE(6481)] = 298915, + [SMALL_STATE(6482)] = 298933, + [SMALL_STATE(6483)] = 298951, + [SMALL_STATE(6484)] = 298969, + [SMALL_STATE(6485)] = 298987, + [SMALL_STATE(6486)] = 299005, + [SMALL_STATE(6487)] = 299023, + [SMALL_STATE(6488)] = 299041, + [SMALL_STATE(6489)] = 299059, + [SMALL_STATE(6490)] = 299077, + [SMALL_STATE(6491)] = 299095, + [SMALL_STATE(6492)] = 299111, + [SMALL_STATE(6493)] = 299129, + [SMALL_STATE(6494)] = 299147, + [SMALL_STATE(6495)] = 299165, + [SMALL_STATE(6496)] = 299179, + [SMALL_STATE(6497)] = 299197, + [SMALL_STATE(6498)] = 299215, + [SMALL_STATE(6499)] = 299233, + [SMALL_STATE(6500)] = 299251, + [SMALL_STATE(6501)] = 299269, + [SMALL_STATE(6502)] = 299287, + [SMALL_STATE(6503)] = 299305, + [SMALL_STATE(6504)] = 299323, + [SMALL_STATE(6505)] = 299341, + [SMALL_STATE(6506)] = 299359, + [SMALL_STATE(6507)] = 299377, + [SMALL_STATE(6508)] = 299395, + [SMALL_STATE(6509)] = 299413, + [SMALL_STATE(6510)] = 299431, + [SMALL_STATE(6511)] = 299449, + [SMALL_STATE(6512)] = 299467, + [SMALL_STATE(6513)] = 299485, + [SMALL_STATE(6514)] = 299503, + [SMALL_STATE(6515)] = 299521, + [SMALL_STATE(6516)] = 299539, + [SMALL_STATE(6517)] = 299557, + [SMALL_STATE(6518)] = 299575, + [SMALL_STATE(6519)] = 299593, + [SMALL_STATE(6520)] = 299611, + [SMALL_STATE(6521)] = 299629, + [SMALL_STATE(6522)] = 299647, + [SMALL_STATE(6523)] = 299665, + [SMALL_STATE(6524)] = 299683, + [SMALL_STATE(6525)] = 299701, + [SMALL_STATE(6526)] = 299719, + [SMALL_STATE(6527)] = 299737, + [SMALL_STATE(6528)] = 299755, + [SMALL_STATE(6529)] = 299773, + [SMALL_STATE(6530)] = 299791, + [SMALL_STATE(6531)] = 299809, + [SMALL_STATE(6532)] = 299827, + [SMALL_STATE(6533)] = 299845, + [SMALL_STATE(6534)] = 299863, + [SMALL_STATE(6535)] = 299881, + [SMALL_STATE(6536)] = 299899, + [SMALL_STATE(6537)] = 299917, + [SMALL_STATE(6538)] = 299935, + [SMALL_STATE(6539)] = 299953, + [SMALL_STATE(6540)] = 299971, + [SMALL_STATE(6541)] = 299989, + [SMALL_STATE(6542)] = 300007, + [SMALL_STATE(6543)] = 300025, + [SMALL_STATE(6544)] = 300043, + [SMALL_STATE(6545)] = 300061, + [SMALL_STATE(6546)] = 300079, + [SMALL_STATE(6547)] = 300097, + [SMALL_STATE(6548)] = 300115, + [SMALL_STATE(6549)] = 300133, + [SMALL_STATE(6550)] = 300151, + [SMALL_STATE(6551)] = 300169, + [SMALL_STATE(6552)] = 300187, + [SMALL_STATE(6553)] = 300205, + [SMALL_STATE(6554)] = 300223, + [SMALL_STATE(6555)] = 300241, + [SMALL_STATE(6556)] = 300259, + [SMALL_STATE(6557)] = 300277, + [SMALL_STATE(6558)] = 300295, + [SMALL_STATE(6559)] = 300313, + [SMALL_STATE(6560)] = 300331, + [SMALL_STATE(6561)] = 300349, + [SMALL_STATE(6562)] = 300367, + [SMALL_STATE(6563)] = 300385, + [SMALL_STATE(6564)] = 300403, + [SMALL_STATE(6565)] = 300421, + [SMALL_STATE(6566)] = 300439, + [SMALL_STATE(6567)] = 300457, + [SMALL_STATE(6568)] = 300475, + [SMALL_STATE(6569)] = 300493, + [SMALL_STATE(6570)] = 300511, + [SMALL_STATE(6571)] = 300529, + [SMALL_STATE(6572)] = 300543, + [SMALL_STATE(6573)] = 300557, + [SMALL_STATE(6574)] = 300575, + [SMALL_STATE(6575)] = 300593, + [SMALL_STATE(6576)] = 300611, + [SMALL_STATE(6577)] = 300629, + [SMALL_STATE(6578)] = 300647, + [SMALL_STATE(6579)] = 300665, + [SMALL_STATE(6580)] = 300683, + [SMALL_STATE(6581)] = 300701, + [SMALL_STATE(6582)] = 300719, + [SMALL_STATE(6583)] = 300733, + [SMALL_STATE(6584)] = 300751, + [SMALL_STATE(6585)] = 300769, + [SMALL_STATE(6586)] = 300787, + [SMALL_STATE(6587)] = 300805, + [SMALL_STATE(6588)] = 300823, + [SMALL_STATE(6589)] = 300841, + [SMALL_STATE(6590)] = 300859, + [SMALL_STATE(6591)] = 300877, + [SMALL_STATE(6592)] = 300895, + [SMALL_STATE(6593)] = 300913, + [SMALL_STATE(6594)] = 300931, + [SMALL_STATE(6595)] = 300949, + [SMALL_STATE(6596)] = 300967, + [SMALL_STATE(6597)] = 300983, + [SMALL_STATE(6598)] = 301001, + [SMALL_STATE(6599)] = 301019, + [SMALL_STATE(6600)] = 301037, + [SMALL_STATE(6601)] = 301055, + [SMALL_STATE(6602)] = 301073, + [SMALL_STATE(6603)] = 301091, + [SMALL_STATE(6604)] = 301109, + [SMALL_STATE(6605)] = 301127, + [SMALL_STATE(6606)] = 301145, + [SMALL_STATE(6607)] = 301163, + [SMALL_STATE(6608)] = 301181, + [SMALL_STATE(6609)] = 301199, + [SMALL_STATE(6610)] = 301217, + [SMALL_STATE(6611)] = 301235, + [SMALL_STATE(6612)] = 301253, + [SMALL_STATE(6613)] = 301271, + [SMALL_STATE(6614)] = 301289, + [SMALL_STATE(6615)] = 301307, + [SMALL_STATE(6616)] = 301325, + [SMALL_STATE(6617)] = 301343, + [SMALL_STATE(6618)] = 301361, + [SMALL_STATE(6619)] = 301379, + [SMALL_STATE(6620)] = 301397, + [SMALL_STATE(6621)] = 301415, + [SMALL_STATE(6622)] = 301433, + [SMALL_STATE(6623)] = 301451, + [SMALL_STATE(6624)] = 301469, + [SMALL_STATE(6625)] = 301487, + [SMALL_STATE(6626)] = 301505, + [SMALL_STATE(6627)] = 301523, + [SMALL_STATE(6628)] = 301541, + [SMALL_STATE(6629)] = 301559, + [SMALL_STATE(6630)] = 301577, + [SMALL_STATE(6631)] = 301595, + [SMALL_STATE(6632)] = 301613, + [SMALL_STATE(6633)] = 301631, + [SMALL_STATE(6634)] = 301649, + [SMALL_STATE(6635)] = 301667, + [SMALL_STATE(6636)] = 301685, + [SMALL_STATE(6637)] = 301701, + [SMALL_STATE(6638)] = 301719, + [SMALL_STATE(6639)] = 301737, + [SMALL_STATE(6640)] = 301755, + [SMALL_STATE(6641)] = 301773, + [SMALL_STATE(6642)] = 301791, + [SMALL_STATE(6643)] = 301809, + [SMALL_STATE(6644)] = 301827, + [SMALL_STATE(6645)] = 301845, + [SMALL_STATE(6646)] = 301863, + [SMALL_STATE(6647)] = 301881, + [SMALL_STATE(6648)] = 301899, + [SMALL_STATE(6649)] = 301917, + [SMALL_STATE(6650)] = 301935, + [SMALL_STATE(6651)] = 301953, + [SMALL_STATE(6652)] = 301969, + [SMALL_STATE(6653)] = 301987, + [SMALL_STATE(6654)] = 302005, + [SMALL_STATE(6655)] = 302023, + [SMALL_STATE(6656)] = 302041, + [SMALL_STATE(6657)] = 302059, + [SMALL_STATE(6658)] = 302077, + [SMALL_STATE(6659)] = 302095, + [SMALL_STATE(6660)] = 302113, + [SMALL_STATE(6661)] = 302131, + [SMALL_STATE(6662)] = 302149, + [SMALL_STATE(6663)] = 302167, + [SMALL_STATE(6664)] = 302185, + [SMALL_STATE(6665)] = 302203, + [SMALL_STATE(6666)] = 302221, + [SMALL_STATE(6667)] = 302239, + [SMALL_STATE(6668)] = 302257, + [SMALL_STATE(6669)] = 302275, + [SMALL_STATE(6670)] = 302293, + [SMALL_STATE(6671)] = 302311, + [SMALL_STATE(6672)] = 302329, + [SMALL_STATE(6673)] = 302347, + [SMALL_STATE(6674)] = 302365, + [SMALL_STATE(6675)] = 302383, + [SMALL_STATE(6676)] = 302401, + [SMALL_STATE(6677)] = 302419, + [SMALL_STATE(6678)] = 302437, + [SMALL_STATE(6679)] = 302455, + [SMALL_STATE(6680)] = 302473, + [SMALL_STATE(6681)] = 302491, + [SMALL_STATE(6682)] = 302509, + [SMALL_STATE(6683)] = 302527, + [SMALL_STATE(6684)] = 302545, + [SMALL_STATE(6685)] = 302563, + [SMALL_STATE(6686)] = 302581, + [SMALL_STATE(6687)] = 302599, + [SMALL_STATE(6688)] = 302617, + [SMALL_STATE(6689)] = 302635, + [SMALL_STATE(6690)] = 302653, + [SMALL_STATE(6691)] = 302671, + [SMALL_STATE(6692)] = 302689, + [SMALL_STATE(6693)] = 302707, + [SMALL_STATE(6694)] = 302725, + [SMALL_STATE(6695)] = 302743, + [SMALL_STATE(6696)] = 302761, + [SMALL_STATE(6697)] = 302779, + [SMALL_STATE(6698)] = 302797, + [SMALL_STATE(6699)] = 302815, + [SMALL_STATE(6700)] = 302833, + [SMALL_STATE(6701)] = 302851, + [SMALL_STATE(6702)] = 302869, + [SMALL_STATE(6703)] = 302887, + [SMALL_STATE(6704)] = 302905, + [SMALL_STATE(6705)] = 302923, + [SMALL_STATE(6706)] = 302941, + [SMALL_STATE(6707)] = 302959, + [SMALL_STATE(6708)] = 302977, + [SMALL_STATE(6709)] = 302995, + [SMALL_STATE(6710)] = 303013, + [SMALL_STATE(6711)] = 303031, + [SMALL_STATE(6712)] = 303049, + [SMALL_STATE(6713)] = 303067, + [SMALL_STATE(6714)] = 303085, + [SMALL_STATE(6715)] = 303103, + [SMALL_STATE(6716)] = 303121, + [SMALL_STATE(6717)] = 303139, + [SMALL_STATE(6718)] = 303157, + [SMALL_STATE(6719)] = 303175, + [SMALL_STATE(6720)] = 303193, + [SMALL_STATE(6721)] = 303211, + [SMALL_STATE(6722)] = 303227, + [SMALL_STATE(6723)] = 303245, + [SMALL_STATE(6724)] = 303263, + [SMALL_STATE(6725)] = 303281, + [SMALL_STATE(6726)] = 303299, + [SMALL_STATE(6727)] = 303317, + [SMALL_STATE(6728)] = 303335, + [SMALL_STATE(6729)] = 303353, + [SMALL_STATE(6730)] = 303371, + [SMALL_STATE(6731)] = 303389, + [SMALL_STATE(6732)] = 303407, + [SMALL_STATE(6733)] = 303425, + [SMALL_STATE(6734)] = 303443, + [SMALL_STATE(6735)] = 303461, + [SMALL_STATE(6736)] = 303479, + [SMALL_STATE(6737)] = 303497, + [SMALL_STATE(6738)] = 303515, + [SMALL_STATE(6739)] = 303533, + [SMALL_STATE(6740)] = 303551, + [SMALL_STATE(6741)] = 303569, + [SMALL_STATE(6742)] = 303587, + [SMALL_STATE(6743)] = 303605, + [SMALL_STATE(6744)] = 303623, + [SMALL_STATE(6745)] = 303641, + [SMALL_STATE(6746)] = 303659, + [SMALL_STATE(6747)] = 303674, + [SMALL_STATE(6748)] = 303689, + [SMALL_STATE(6749)] = 303704, + [SMALL_STATE(6750)] = 303719, + [SMALL_STATE(6751)] = 303732, + [SMALL_STATE(6752)] = 303747, + [SMALL_STATE(6753)] = 303762, + [SMALL_STATE(6754)] = 303777, + [SMALL_STATE(6755)] = 303792, + [SMALL_STATE(6756)] = 303807, + [SMALL_STATE(6757)] = 303822, + [SMALL_STATE(6758)] = 303837, + [SMALL_STATE(6759)] = 303852, + [SMALL_STATE(6760)] = 303867, + [SMALL_STATE(6761)] = 303882, + [SMALL_STATE(6762)] = 303897, + [SMALL_STATE(6763)] = 303912, + [SMALL_STATE(6764)] = 303927, + [SMALL_STATE(6765)] = 303942, + [SMALL_STATE(6766)] = 303957, + [SMALL_STATE(6767)] = 303972, + [SMALL_STATE(6768)] = 303987, + [SMALL_STATE(6769)] = 304002, + [SMALL_STATE(6770)] = 304017, + [SMALL_STATE(6771)] = 304032, + [SMALL_STATE(6772)] = 304047, + [SMALL_STATE(6773)] = 304062, + [SMALL_STATE(6774)] = 304077, + [SMALL_STATE(6775)] = 304092, + [SMALL_STATE(6776)] = 304107, + [SMALL_STATE(6777)] = 304122, + [SMALL_STATE(6778)] = 304137, + [SMALL_STATE(6779)] = 304150, + [SMALL_STATE(6780)] = 304165, + [SMALL_STATE(6781)] = 304180, + [SMALL_STATE(6782)] = 304193, + [SMALL_STATE(6783)] = 304208, + [SMALL_STATE(6784)] = 304223, + [SMALL_STATE(6785)] = 304238, + [SMALL_STATE(6786)] = 304253, + [SMALL_STATE(6787)] = 304268, + [SMALL_STATE(6788)] = 304283, + [SMALL_STATE(6789)] = 304296, + [SMALL_STATE(6790)] = 304311, + [SMALL_STATE(6791)] = 304326, + [SMALL_STATE(6792)] = 304341, + [SMALL_STATE(6793)] = 304354, + [SMALL_STATE(6794)] = 304367, + [SMALL_STATE(6795)] = 304382, + [SMALL_STATE(6796)] = 304395, + [SMALL_STATE(6797)] = 304410, + [SMALL_STATE(6798)] = 304425, + [SMALL_STATE(6799)] = 304438, + [SMALL_STATE(6800)] = 304453, + [SMALL_STATE(6801)] = 304468, + [SMALL_STATE(6802)] = 304483, + [SMALL_STATE(6803)] = 304498, + [SMALL_STATE(6804)] = 304511, + [SMALL_STATE(6805)] = 304526, + [SMALL_STATE(6806)] = 304541, + [SMALL_STATE(6807)] = 304556, + [SMALL_STATE(6808)] = 304571, + [SMALL_STATE(6809)] = 304586, + [SMALL_STATE(6810)] = 304601, + [SMALL_STATE(6811)] = 304616, + [SMALL_STATE(6812)] = 304631, + [SMALL_STATE(6813)] = 304646, + [SMALL_STATE(6814)] = 304661, + [SMALL_STATE(6815)] = 304676, + [SMALL_STATE(6816)] = 304691, + [SMALL_STATE(6817)] = 304706, + [SMALL_STATE(6818)] = 304721, + [SMALL_STATE(6819)] = 304734, + [SMALL_STATE(6820)] = 304749, + [SMALL_STATE(6821)] = 304764, + [SMALL_STATE(6822)] = 304779, + [SMALL_STATE(6823)] = 304792, + [SMALL_STATE(6824)] = 304805, + [SMALL_STATE(6825)] = 304820, + [SMALL_STATE(6826)] = 304833, + [SMALL_STATE(6827)] = 304846, + [SMALL_STATE(6828)] = 304861, + [SMALL_STATE(6829)] = 304876, + [SMALL_STATE(6830)] = 304891, + [SMALL_STATE(6831)] = 304906, + [SMALL_STATE(6832)] = 304921, + [SMALL_STATE(6833)] = 304936, + [SMALL_STATE(6834)] = 304951, + [SMALL_STATE(6835)] = 304966, + [SMALL_STATE(6836)] = 304981, + [SMALL_STATE(6837)] = 304996, + [SMALL_STATE(6838)] = 305009, + [SMALL_STATE(6839)] = 305024, + [SMALL_STATE(6840)] = 305037, + [SMALL_STATE(6841)] = 305052, + [SMALL_STATE(6842)] = 305067, + [SMALL_STATE(6843)] = 305080, + [SMALL_STATE(6844)] = 305095, + [SMALL_STATE(6845)] = 305107, + [SMALL_STATE(6846)] = 305119, + [SMALL_STATE(6847)] = 305131, + [SMALL_STATE(6848)] = 305143, + [SMALL_STATE(6849)] = 305155, + [SMALL_STATE(6850)] = 305167, + [SMALL_STATE(6851)] = 305179, + [SMALL_STATE(6852)] = 305191, + [SMALL_STATE(6853)] = 305203, + [SMALL_STATE(6854)] = 305215, + [SMALL_STATE(6855)] = 305227, + [SMALL_STATE(6856)] = 305239, + [SMALL_STATE(6857)] = 305251, + [SMALL_STATE(6858)] = 305263, + [SMALL_STATE(6859)] = 305275, + [SMALL_STATE(6860)] = 305287, + [SMALL_STATE(6861)] = 305299, + [SMALL_STATE(6862)] = 305311, + [SMALL_STATE(6863)] = 305323, + [SMALL_STATE(6864)] = 305335, + [SMALL_STATE(6865)] = 305347, + [SMALL_STATE(6866)] = 305359, + [SMALL_STATE(6867)] = 305371, + [SMALL_STATE(6868)] = 305383, + [SMALL_STATE(6869)] = 305395, + [SMALL_STATE(6870)] = 305407, + [SMALL_STATE(6871)] = 305419, + [SMALL_STATE(6872)] = 305431, + [SMALL_STATE(6873)] = 305443, + [SMALL_STATE(6874)] = 305455, + [SMALL_STATE(6875)] = 305467, + [SMALL_STATE(6876)] = 305479, + [SMALL_STATE(6877)] = 305491, + [SMALL_STATE(6878)] = 305503, + [SMALL_STATE(6879)] = 305515, + [SMALL_STATE(6880)] = 305527, + [SMALL_STATE(6881)] = 305539, + [SMALL_STATE(6882)] = 305551, + [SMALL_STATE(6883)] = 305563, + [SMALL_STATE(6884)] = 305575, + [SMALL_STATE(6885)] = 305587, + [SMALL_STATE(6886)] = 305599, + [SMALL_STATE(6887)] = 305611, + [SMALL_STATE(6888)] = 305623, + [SMALL_STATE(6889)] = 305635, + [SMALL_STATE(6890)] = 305647, + [SMALL_STATE(6891)] = 305659, + [SMALL_STATE(6892)] = 305671, + [SMALL_STATE(6893)] = 305683, + [SMALL_STATE(6894)] = 305695, + [SMALL_STATE(6895)] = 305707, + [SMALL_STATE(6896)] = 305719, + [SMALL_STATE(6897)] = 305731, + [SMALL_STATE(6898)] = 305743, + [SMALL_STATE(6899)] = 305755, + [SMALL_STATE(6900)] = 305767, + [SMALL_STATE(6901)] = 305779, + [SMALL_STATE(6902)] = 305791, + [SMALL_STATE(6903)] = 305803, + [SMALL_STATE(6904)] = 305815, + [SMALL_STATE(6905)] = 305827, + [SMALL_STATE(6906)] = 305839, + [SMALL_STATE(6907)] = 305851, + [SMALL_STATE(6908)] = 305863, + [SMALL_STATE(6909)] = 305875, + [SMALL_STATE(6910)] = 305887, + [SMALL_STATE(6911)] = 305899, + [SMALL_STATE(6912)] = 305911, + [SMALL_STATE(6913)] = 305923, + [SMALL_STATE(6914)] = 305935, + [SMALL_STATE(6915)] = 305947, + [SMALL_STATE(6916)] = 305959, + [SMALL_STATE(6917)] = 305971, + [SMALL_STATE(6918)] = 305983, + [SMALL_STATE(6919)] = 305995, + [SMALL_STATE(6920)] = 306007, + [SMALL_STATE(6921)] = 306019, + [SMALL_STATE(6922)] = 306031, + [SMALL_STATE(6923)] = 306043, + [SMALL_STATE(6924)] = 306055, + [SMALL_STATE(6925)] = 306067, + [SMALL_STATE(6926)] = 306079, + [SMALL_STATE(6927)] = 306091, + [SMALL_STATE(6928)] = 306103, + [SMALL_STATE(6929)] = 306115, + [SMALL_STATE(6930)] = 306127, + [SMALL_STATE(6931)] = 306139, + [SMALL_STATE(6932)] = 306151, + [SMALL_STATE(6933)] = 306163, + [SMALL_STATE(6934)] = 306175, + [SMALL_STATE(6935)] = 306187, + [SMALL_STATE(6936)] = 306199, + [SMALL_STATE(6937)] = 306211, + [SMALL_STATE(6938)] = 306223, + [SMALL_STATE(6939)] = 306235, + [SMALL_STATE(6940)] = 306247, + [SMALL_STATE(6941)] = 306259, + [SMALL_STATE(6942)] = 306271, + [SMALL_STATE(6943)] = 306283, + [SMALL_STATE(6944)] = 306295, + [SMALL_STATE(6945)] = 306307, + [SMALL_STATE(6946)] = 306319, + [SMALL_STATE(6947)] = 306331, + [SMALL_STATE(6948)] = 306343, + [SMALL_STATE(6949)] = 306355, + [SMALL_STATE(6950)] = 306367, + [SMALL_STATE(6951)] = 306379, + [SMALL_STATE(6952)] = 306391, + [SMALL_STATE(6953)] = 306403, + [SMALL_STATE(6954)] = 306415, + [SMALL_STATE(6955)] = 306427, + [SMALL_STATE(6956)] = 306439, + [SMALL_STATE(6957)] = 306451, + [SMALL_STATE(6958)] = 306463, + [SMALL_STATE(6959)] = 306475, + [SMALL_STATE(6960)] = 306487, + [SMALL_STATE(6961)] = 306499, + [SMALL_STATE(6962)] = 306511, + [SMALL_STATE(6963)] = 306523, + [SMALL_STATE(6964)] = 306535, + [SMALL_STATE(6965)] = 306547, + [SMALL_STATE(6966)] = 306559, + [SMALL_STATE(6967)] = 306571, + [SMALL_STATE(6968)] = 306583, + [SMALL_STATE(6969)] = 306595, + [SMALL_STATE(6970)] = 306607, + [SMALL_STATE(6971)] = 306619, + [SMALL_STATE(6972)] = 306631, + [SMALL_STATE(6973)] = 306643, + [SMALL_STATE(6974)] = 306655, + [SMALL_STATE(6975)] = 306667, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -381375,5067 +423895,5107 @@ 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, 0), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3659), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3660), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4411), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4412), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4413), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4415), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5669), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5538), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3661), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5669), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4416), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4418), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4427), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4428), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5511), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3357), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3018), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3529), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3999), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4414), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4831), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4832), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4833), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4834), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6975), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6777), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6975), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5947), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(21), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4835), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4836), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4837), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4838), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6773), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(34), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5976), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(23), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4228), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2556), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(20), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3836), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(27), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(26), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(33), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(25), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), [185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_without_parentheses, 1, .production_id = 4), [187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_without_parentheses, 1, .production_id = 4), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4602), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4603), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4604), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4605), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5523), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), - [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), - [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), - [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5504), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), - [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4894), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4700), - [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4758), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), - [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5526), - [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), - [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), - [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5052), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5047), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5046), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5045), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6767), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6833), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5998), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), + [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), + [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4955), + [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4954), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4964), + [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4963), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6766), + [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), + [269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6760), + [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5978), [283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), [285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(5669), - [290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1241), - [293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(529), - [296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(5669), - [299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1480), - [302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(679), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), - [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2634), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), - [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678), - [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), + [287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(6975), + [290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1162), + [293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(865), + [296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression, 1), SHIFT(6975), + [299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(1352), + [302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(730), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3639), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4138), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), + [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3934), + [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2901), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 1), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), - [363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_after_block, 1), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), - [369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_block, 1), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), - [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4705), - [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4706), - [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4707), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4708), - [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), - [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5475), - [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), - [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), - [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(111), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), - [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), - [423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rescue_block, 1), - [425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(2177), - [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(801), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5514), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), - [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), - [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(648), - [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), - [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5474), - [456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), - [458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), - [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), - [468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), - [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), - [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), - [474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), - [476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4473), - [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4472), - [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4471), - [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4450), - [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), - [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), - [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), - [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), - [506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), - [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), - [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), - [514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(2708), - [517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(453), - [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), - [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5512), - [524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), - [532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), - [534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(692), - [537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(535), - [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), - [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), - [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2851), - [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4474), - [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4470), - [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4469), - [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4464), - [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), - [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5506), - [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), - [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), - [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), - [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), - [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), - [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), - [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), - [578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5492), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), - [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), - [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), - [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), - [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3189), - [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), - [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), - [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4884), - [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4872), - [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4871), - [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), - [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), - [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5489), - [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), - [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), - [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), - [624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), - [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), - [630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(2850), - [633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(903), - [636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(3225), - [639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(829), - [642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), - [644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), - [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), - [648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_after_block, 2), - [650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), - [652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 2), - [654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_block, 2), - [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), - [660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rescue_block, 2), - [662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2781), - [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(204), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), - [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(737), - [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), - [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), - [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), - [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5509), - [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), - [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), - [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), - [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), - [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2686), - [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), - [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), - [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1847), - [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), - [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), - [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), - [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), - [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3023), - [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3822), - [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), - [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), - [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), - [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), - [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1180), - [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), - [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), - [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), - [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), - [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), - [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3700), - [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), - [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), - [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), - [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4051), - [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), - [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), - [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4034), - [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), - [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), - [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), - [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), - [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), - [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3853), - [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3844), - [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3876), - [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4698), - [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4697), - [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4696), - [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4695), - [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), - [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5459), - [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), - [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3875), - [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), - [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), - [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), - [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), - [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5405), - [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), - [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), - [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), - [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), - [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), - [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), - [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), - [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), - [862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct, 1), + [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rescue_block, 1), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_block, 1), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), + [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5035), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5034), + [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5032), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), + [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6794), + [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(2303), + [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(584), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6022), + [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 1), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), + [425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_after_block, 1), + [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6812), + [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), + [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6770), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), + [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), + [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), + [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6769), + [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(831), + [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), + [466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), + [468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), + [470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2380), + [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), + [474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), + [476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5048), + [478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5049), + [480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5050), + [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5051), + [484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6810), + [490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(3435), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(450), + [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5999), + [516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6802), + [520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(552), + [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6747), + [537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(790), + [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2927), + [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), + [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3796), + [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4996), + [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4995), + [554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4994), + [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4993), + [558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), + [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6791), + [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), + [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), + [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), + [574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), + [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6758), + [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), + [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6067), + [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), + [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2923), + [594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2924), + [596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4986), + [598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4985), + [600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4984), + [602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4983), + [604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), + [606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6780), + [610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(10), + [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6821), + [630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), + [632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6160), + [634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(3795), + [637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(609), + [640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(2925), + [643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(740), + [646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3472), + [648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(233), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression, 1), SHIFT(494), + [658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), + [664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), + [666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 2), + [668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_after_block, 2), + [672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_block, 2), + [676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), + [678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rescue_block, 2), + [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3772), + [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), + [688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), + [690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6815), + [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), + [696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), + [702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(113), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), + [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), + [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), + [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), + [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), + [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), + [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2072), + [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), + [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), + [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), + [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), + [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2943), + [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), + [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123), + [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), + [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), + [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), + [748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), + [750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), + [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4549), + [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2041), + [758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4097), + [762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), + [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), + [766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4247), + [768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), + [770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), + [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), + [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2965), + [782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), + [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), + [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), + [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), + [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), + [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), + [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4377), + [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), + [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4083), + [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4900), + [814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4901), + [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4902), + [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4903), + [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6811), + [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4082), + [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), + [836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), + [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(100), + [842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), + [844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6024), + [846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct, 1), + [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), + [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), + [854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), + [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), + [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), + [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), - [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), - [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), - [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), - [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3287), - [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), - [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), - [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), - [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4054), - [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), - [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), - [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), - [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), - [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3862), - [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), - [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), - [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), - [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), - [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), - [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4491), - [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4492), - [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4493), - [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4494), - [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5517), - [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), - [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), - [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), - [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), - [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), - [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), - [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2556), - [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), - [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), - [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), - [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), - [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), - [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), - [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), - [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3401), - [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3643), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3644), - [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), - [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), - [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), - [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3894), - [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855), - [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), - [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), - [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), - [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), - [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), - [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3891), - [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), - [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), - [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3918), - [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), - [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stab_clause, 2, .production_id = 11), - [1038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_operator_identifier, 1), SHIFT(5669), - [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stab_clause, 1, .production_id = 6), - [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), - [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3624), - [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2986), - [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2978), - [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), - [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4787), - [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4624), - [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4684), - [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), - [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5462), - [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), - [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), - [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), - [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), - [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), - [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), - [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), - [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3952), - [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), - [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), - [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), - [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), - [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4073), - [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4799), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4861), - [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4885), - [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), - [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5513), - [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4076), - [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), - [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), - [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), - [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), - [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), - [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), - [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), - [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), - [1161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__items_with_trailing_separator, 2), - [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), - [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), - [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2954), - [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318), - [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), - [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), - [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2788), - [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), - [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), - [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3826), - [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), - [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), - [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), - [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), - [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2908), - [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2848), - [1195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), - [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), - [1201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), - [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3119), - [1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), - [1207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), - [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), - [1215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4115), - [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4116), - [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4118), - [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4095), - [1223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), - [1225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), - [1229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4103), - [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3273), - [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3325), - [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__items_with_trailing_separator, 3), - [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), - [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), - [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3458), - [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), - [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), - [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), - [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2670), - [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3825), - [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3819), - [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3818), - [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), - [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3816), - [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), - [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), - [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1131), - [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), - [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), - [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), - [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), - [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), - [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), - [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), - [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), - [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), - [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), - [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), + [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), + [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), + [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), + [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), + [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4214), + [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), + [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4453), + [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), + [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), + [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), + [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), + [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), + [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), + [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), + [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), + [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), + [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), + [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2406), + [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), + [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5061), + [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5060), + [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5059), + [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5058), + [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), + [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6768), + [940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), + [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), + [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), + [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5985), + [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), + [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), + [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3990), + [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), + [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), + [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), + [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2479), + [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), + [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), + [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4087), + [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), + [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3992), + [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2921), + [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), + [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), + [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), + [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), + [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), + [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2814), + [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), + [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), + [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), + [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), + [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), + [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2759), + [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3643), + [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3940), + [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), + [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), + [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), + [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), + [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [1036] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_operator_identifier, 1), SHIFT(6975), + [1039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stab_clause, 1, .production_id = 6), + [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stab_clause, 2, .production_id = 11), + [1043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), + [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3183), + [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), + [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5009), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5010), + [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5011), + [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5012), + [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), + [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3268), + [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6835), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), + [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3129), + [1075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [1081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6105), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), + [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), + [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4234), + [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4050), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4420), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4421), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5062), + [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5064), + [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6820), + [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), + [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4198), + [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4422), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [1135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [1139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), + [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5986), + [1145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [1147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [1151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4345), + [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4267), + [1155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4331), + [1157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1727), + [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [1161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [1163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3085), + [1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [1167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2411), + [1169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), + [1173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), + [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3951), + [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2953), + [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2952), + [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), + [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [1185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), + [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), + [1191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__items_with_trailing_separator, 2), + [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4301), + [1195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4344), + [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), + [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3705), + [1201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), + [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), + [1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3763), + [1207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3764), + [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3765), + [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), + [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), + [1215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), + [1217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__items_with_trailing_separator, 3), + [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4196), + [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), + [1223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), + [1225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4497), + [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), + [1229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), + [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), + [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), + [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4492), + [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), + [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), + [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2264), + [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), + [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), + [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), + [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4353), + [1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), + [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4438), + [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), + [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4437), + [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4436), + [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2390), + [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4149), + [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), + [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), + [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4163), + [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2969), + [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), + [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), + [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 2), [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 2), - [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), - [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4043), - [1301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 3), - [1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 3), - [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 4), - [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 4), - [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2297), - [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), - [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), - [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3329), - [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3225), - [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3335), - [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), - [1327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [1329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_after_block, 3), - [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), - [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), - [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5472), - [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), - [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), - [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), - [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), - [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3686), - [1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5499), - [1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), - [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), - [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), - [1363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2816), - [1365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), - [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3579), - [1369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 4), - [1371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), - [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4018), - [1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2673), - [1377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), - [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), - [1381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), - [1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 3), - [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), - [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2953), - [1389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), - [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), - [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3507), - [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_block, 3), - [1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4082), - [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), - [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), - [1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), - [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), - [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), - [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), - [1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rescue_block, 3), - [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3714), - [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3976), - [1419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), - [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3831), - [1425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4088), - [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_block, 4), - [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), - [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3138), - [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), - [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_after_block, 4), - [1439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3202), - [1441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3591), - [1443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), - [1445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), - [1447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), - [1449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3970), - [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), - [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), - [1455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), - [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), - [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), - [1461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [1463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303), - [1465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), - [1467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), - [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rescue_block, 4), - [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), - [1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3240), - [1475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), - [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4066), - [1479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), - [1481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), - [1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), - [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3782), - [1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4058), - [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_after_block, 5), - [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 5), - [1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), - [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_block, 5), - [1497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3039), - [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rescue_block, 5), - [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), - [1505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [1507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4132), - [1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4044), - [1511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3827), - [1513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4079), - [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), - [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), - [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), - [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3274), - [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4153), - [1529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4159), - [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3728), - [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3166), - [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), - [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(75), - [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3380), - [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), - [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), - [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), - [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3161), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), - [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [1565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 1), - [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), - [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4019), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), - [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), - [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), - [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), - [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), - [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), - [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), - [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), - [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), - [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), - [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), - [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2877), - [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2341), - [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), - [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), - [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), - [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3731), - [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), - [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), - [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), - [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), - [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 4), - [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), - [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), - [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3476), - [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), - [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3910), - [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4052), - [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 3), - [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), - [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4122), - [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), - [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2907), - [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), - [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), - [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), - [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), - [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), - [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [1663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 2), - [1665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), - [1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), - [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), - [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), - [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4072), - [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4119), - [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), - [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), - [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), - [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), - [1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3815), - [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3724), - [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), - [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2814), - [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), - [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2668), - [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), - [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3857), - [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), - [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2669), - [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3671), - [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), - [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), - [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3763), - [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3985), - [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [1731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), - [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3283), - [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3001), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), - [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3362), - [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3977), - [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), - [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3978), - [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), - [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), - [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), - [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), - [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), - [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), - [1763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), - [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), - [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), - [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), - [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), - [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [1775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), - [1779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), - [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), - [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), - [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), - [1787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), - [1789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), - [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), - [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2818), - [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2819), - [1799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2820), - [1801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), - [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), - [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), - [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), - [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), - [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), - [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), - [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), - [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3016), - [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), - [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), - [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2840), - [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2841), - [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3723), - [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4155), - [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), - [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), - [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), - [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), - [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), - [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3974), - [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), - [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), - [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4138), - [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), - [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3972), - [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), - [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), - [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3716), - [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3971), - [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), - [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3713), - [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3968), - [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4149), - [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4154), - [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3967), - [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), - [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3712), - [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), - [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3711), - [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3710), - [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), - [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), - [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3708), - [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), - [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3707), - [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), - [1899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3705), - [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3704), - [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), - [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), - [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), - [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4147), - [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), - [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), - [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), - [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), - [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), - [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2315), - [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), - [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4157), - [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286), - [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), - [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), - [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), - [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), - [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), - [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), - [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), - [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), - [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), - [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3694), - [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), - [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), - [1965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4140), - [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), - [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2277), - [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2275), - [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2274), - [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2273), - [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3196), - [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), - [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), - [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3197), - [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3199), - [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3200), - [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3201), - [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), - [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), - [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), - [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3205), - [2007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), - [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), - [2011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), - [2013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), - [2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3217), - [2017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3218), - [2019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3219), - [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [2023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3771), - [2025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3772), - [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3773), - [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3774), - [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), - [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3776), - [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), - [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), - [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4156), - [2041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), - [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3780), - [2045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), - [2047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3783), - [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), - [2051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), - [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), - [2055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), - [2057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), - [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), - [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3030), - [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), - [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3790), - [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), - [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), - [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3032), - [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3957), - [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), - [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), - [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), - [2081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3036), - [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), - [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), - [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3963), - [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3040), - [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3041), - [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3042), - [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3043), - [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3077), - [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), - [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), - [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), - [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), - [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), - [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), - [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3295), - [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), - [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), - [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), - [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3800), - [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), - [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2964), - [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), - [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3145), - [2133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), - [2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3147), - [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3148), - [2139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3149), - [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3150), - [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3151), - [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), - [2147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3962), - [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), - [2151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3169), - [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), - [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3173), - [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), - [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), - [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), - [2163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), - [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4142), - [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3139), - [2169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4141), - [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3805), - [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3806), - [2175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), - [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), - [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), - [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), - [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), - [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2888), - [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), - [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3648), - [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4148), - [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4152), - [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2879), - [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2887), - [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), - [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), - [2203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4137), - [2205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4087), - [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), - [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), - [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), - [2213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), - [2215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), - [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), - [2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), - [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), - [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), - [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), - [2229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), - [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [2233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), - [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1865), - [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3959), - [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), - [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), - [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), - [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4081), - [2249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), - [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4001), - [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4078), - [2257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4075), - [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4074), - [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4145), - [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), - [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4069), - [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4061), - [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), - [2273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), - [2275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), - [2277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), - [2279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [2281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), - [2283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [2285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), - [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3241), - [2289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), - [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), - [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3237), - [2295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3236), - [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3234), - [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3216), - [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), - [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), - [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), - [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), - [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), - [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), - [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), - [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), - [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4050), - [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3852), - [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), - [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), - [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), - [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3666), - [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), - [2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3182), - [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4028), - [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4029), - [2341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4030), - [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4032), - [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4036), - [2347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4037), - [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4038), - [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4040), - [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4041), - [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4015), - [2357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4123), - [2359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4158), - [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4059), - [2363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), - [2365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4062), - [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4064), - [2369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), - [2371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4090), - [2373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3668), - [2375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), - [2377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), - [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4063), - [2381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4070), - [2383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), - [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), - [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4000), - [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4126), - [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), - [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4144), - [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4135), - [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), - [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), - [2401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2299), - [2403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), - [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), - [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), - [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), - [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), - [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), - [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), - [2417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2307), - [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), - [2421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), - [2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), - [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), - [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), - [2429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), - [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), - [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2313), - [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), - [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3280), - [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), - [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3480), - [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3964), - [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3481), - [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), - [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), - [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3498), - [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3285), - [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3590), - [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), - [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3592), - [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), - [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), - [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3611), - [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3612), - [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3613), - [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3614), - [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), - [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), - [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3328), - [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), - [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2963), - [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2962), - [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), - [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2960), - [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), - [2491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), - [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2957), - [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2956), - [2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3331), - [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3332), - [2501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2955), - [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3333), - [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2952), - [2507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), - [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), - [2511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), - [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3334), - [2515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), - [2517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), - [2519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), - [2521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2945), - [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), - [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3361), - [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3365), - [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), - [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), - [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), - [2535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), - [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3859), - [2539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3883), - [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), - [2543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), - [2545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), - [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4143), - [2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3882), - [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), - [2553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3687), - [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), - [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3684), - [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), - [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), - [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), - [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3679), - [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3678), - [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), - [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2664), - [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), - [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3676), - [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3675), - [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), - [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), - [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), - [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), - [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_identifier, 1), - [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_identifier, 1), - [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_dot, 3, .production_id = 20), - [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_dot, 3, .production_id = 20), - [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_single, 3, .production_id = 18), - [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_single, 3, .production_id = 18), - [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_double, 3, .production_id = 18), - [2601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_double, 3, .production_id = 18), - [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_single, 2, .production_id = 8), - [2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_single, 2, .production_id = 8), - [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_double, 2, .production_id = 8), - [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_double, 2, .production_id = 8), - [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_dot, 3, .production_id = 22), - [2613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_dot, 3, .production_id = 22), - [2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_dot, 3, .production_id = 23), - [2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_dot, 3, .production_id = 23), - [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_dot, 3, .production_id = 21), - [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_dot, 3, .production_id = 21), - [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1), - [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 1), - [2627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1006), - [2630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__terminator_repeat1, 2), - [2632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), - [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), - [2638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminator, 1), - [2640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminator, 1), - [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [2648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1010), - [2651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminator, 2), - [2653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminator, 2), - [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [2659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1015), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [2666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1017), - [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), - [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [2677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1020), - [2680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1021), - [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), - [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_keyword, 2, .production_id = 2), - [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_keyword, 2, .production_id = 2), - [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__anonymous_dot, 2, .production_id = 11), - [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3413), - [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), - [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4703), - [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4702), - [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), - [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), - [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), - [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), - [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), - [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4732), - [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4731), - [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), - [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), - [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), - [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4584), - [2741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4583), - [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), - [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), - [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), - [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), - [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), - [2759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), - [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), - [2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4553), - [2765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4551), - [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), - [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), - [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), - [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), - [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), - [2783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4027), - [2785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), - [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), - [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4853), - [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4852), - [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), - [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4519), - [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4520), - [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), - [2819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), - [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), - [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), - [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), - [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3958), - [2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), - [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), - [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), - [2841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [2845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), - [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), - [2853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 1), SHIFT(315), - [2856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), - [2858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), - [2860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), - [2864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), - [2866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), - [2868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), - [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), - [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), - [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), - [2878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 1), - [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [2886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), - [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), - [2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), - [2892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), - [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), - [2896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), - [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), - [2900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), - [2902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), - [2906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [2908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), - [2910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [2912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [2914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [2916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), - [2918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), - [2920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [2922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), + [1299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 3), + [1301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 3), + [1303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 4), + [1305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 4), + [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4541), + [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4170), + [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4389), + [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6784), + [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), + [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), + [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), + [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), + [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), + [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303), + [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), + [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), + [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), + [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4074), + [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6805), + [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), + [1365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), + [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), + [1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [1371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(90), + [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4283), + [1375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), + [1377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4190), + [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), + [1381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), + [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3504), + [1385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), + [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), + [1389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), + [1391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), + [1395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), + [1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), + [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3924), + [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), + [1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3969), + [1407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), + [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3316), + [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), + [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3975), + [1415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rescue_block, 5), + [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_block, 5), + [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 5), + [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_after_block, 5), + [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), + [1425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), + [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), + [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rescue_block, 4), + [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), + [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), + [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_rescue_block, 3), + [1439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), + [1441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4380), + [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_block, 4), + [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 4), + [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_after_block, 4), + [1449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4375), + [1451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4464), + [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4512), + [1455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [1461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [1463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), + [1465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4470), + [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_block, 3), + [1469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [1471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3846), + [1473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3795), + [1475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3720), + [1477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3726), + [1479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), + [1481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), + [1483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4444), + [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4551), + [1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), + [1489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), + [1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), + [1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4069), + [1495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), + [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_block, 3), + [1499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4271), + [1501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), + [1503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_after_block, 3), + [1507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4547), + [1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4478), + [1511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [1513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4441), + [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4440), + [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 3), + [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4481), + [1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4235), + [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4439), + [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), + [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), + [1529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), + [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), + [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4176), + [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), + [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4206), + [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), + [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4568), + [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4579), + [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4548), + [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4200), + [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), + [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), + [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4365), + [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), + [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2555), + [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4540), + [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4199), + [1575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 1), + [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), + [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), + [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), + [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4491), + [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), + [1587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3496), + [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [1591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), + [1593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2467), + [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), + [1597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), + [1599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), + [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), + [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3759), + [1607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3762), + [1609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3742), + [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4355), + [1617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4411), + [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), + [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4448), + [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2955), + [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2954), + [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), + [1637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), + [1639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), + [1643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), + [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3323), + [1651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), + [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [1657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), + [1659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), + [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [1665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4148), + [1667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), + [1669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4323), + [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3628), + [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3278), + [1679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [1681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2971), + [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), + [1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4023), + [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 2), + [1695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [1699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), + [1701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3118), + [1703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), + [1707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3041), + [1709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [1711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3659), + [1713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3750), + [1715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3662), + [1717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [1719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3699), + [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), + [1723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4106), + [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4546), + [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), + [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), + [1731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), + [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source, 4), + [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), + [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), + [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), + [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4521), + [1743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4520), + [1745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3145), + [1747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4519), + [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), + [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3237), + [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4518), + [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), + [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4517), + [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), + [1761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4516), + [1763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4515), + [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), + [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4514), + [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4513), + [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), + [1773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3274), + [1775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4511), + [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4510), + [1779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), + [1781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4508), + [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), + [1785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4506), + [1787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4505), + [1789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), + [1791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), + [1793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3265), + [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3051), + [1797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2981), + [1799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), + [1801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3305), + [1803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3626), + [1805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3306), + [1807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), + [1809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), + [1811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3308), + [1813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3309), + [1815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3310), + [1817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3311), + [1819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3312), + [1823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), + [1825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), + [1827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), + [1829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3439), + [1831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), + [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), + [1835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4205), + [1837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4562), + [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4009), + [1841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4563), + [1843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), + [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), + [1847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483), + [1849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4180), + [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), + [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), + [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4137), + [1857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4110), + [1859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4566), + [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4073), + [1863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4072), + [1865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4071), + [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4273), + [1869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4295), + [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4294), + [1873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4293), + [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4292), + [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4291), + [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4285), + [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4287), + [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4286), + [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4225), + [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4282), + [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4296), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4280), + [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4279), + [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4270), + [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4269), + [1899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4070), + [1901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), + [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), + [1905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4067), + [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4066), + [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4065), + [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4064), + [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4063), + [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4062), + [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4061), + [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4060), + [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4059), + [1923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4157), + [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4212), + [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), + [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2544), + [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4371), + [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4203), + [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4202), + [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3928), + [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465), + [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), + [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), + [1947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2441), + [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), + [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), + [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), + [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), + [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2436), + [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2431), + [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4382), + [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2424), + [1965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), + [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), + [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), + [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), + [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), + [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2418), + [1977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2417), + [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), + [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), + [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3810), + [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), + [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4577), + [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3865), + [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), + [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), + [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4553), + [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), + [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2540), + [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), + [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), + [2005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4558), + [2007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), + [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), + [2011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), + [2013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), + [2015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), + [2017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), + [2019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), + [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), + [2023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3910), + [2025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), + [2027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [2029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), + [2031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3756), + [2033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), + [2035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3920), + [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), + [2039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), + [2041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4219), + [2043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3728), + [2045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3727), + [2047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4567), + [2049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3724), + [2051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3921), + [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3723), + [2055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3722), + [2057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4578), + [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), + [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4229), + [2063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4224), + [2065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3718), + [2067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), + [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3716), + [2071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), + [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3714), + [2075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3713), + [2077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3712), + [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3711), + [2081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3710), + [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4021), + [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), + [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), + [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4321), + [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4482), + [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4480), + [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4479), + [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4477), + [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4532), + [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4475), + [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4474), + [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4418), + [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4222), + [2111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4473), + [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4472), + [2115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4469), + [2117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3925), + [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4014), + [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), + [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), + [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), + [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4466), + [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4220), + [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4406), + [2133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4459), + [2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4462), + [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4274), + [2139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4405), + [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4320), + [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4370), + [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4378), + [2147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), + [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [2151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4154), + [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), + [2155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1649), + [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), + [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), + [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), + [2163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3977), + [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3976), + [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4215), + [2169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), + [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3972), + [2173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3971), + [2175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3970), + [2177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), + [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3967), + [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), + [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3964), + [2187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3963), + [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3962), + [2191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3961), + [2193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), + [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3959), + [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), + [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), + [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4575), + [2203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4381), + [2205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4384), + [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), + [2209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4386), + [2211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4387), + [2213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4576), + [2215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4391), + [2217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), + [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4393), + [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4452), + [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4451), + [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4231), + [2229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), + [2233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), + [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), + [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4179), + [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4178), + [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4398), + [2249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), + [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4175), + [2257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), + [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4174), + [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4169), + [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), + [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), + [2267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3930), + [2269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4400), + [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4401), + [2273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4402), + [2275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4404), + [2277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4319), + [2279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4572), + [2281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4445), + [2283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4443), + [2285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2957), + [2287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), + [2289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4333), + [2291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2978), + [2293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2979), + [2295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4570), + [2297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), + [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), + [2301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), + [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3249), + [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), + [2307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), + [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), + [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3255), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), + [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3257), + [2317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3258), + [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3259), + [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3260), + [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4561), + [2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), + [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3262), + [2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), + [2331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), + [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), + [2337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), + [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [2341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), + [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), + [2345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4559), + [2347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), + [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [2351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), + [2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [2355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4564), + [2357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), + [2359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), + [2361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [2363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), + [2365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), + [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), + [2369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), + [2371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [2373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [2375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), + [2377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), + [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), + [2381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), + [2383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4555), + [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3104), + [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), + [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4573), + [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), + [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), + [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), + [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), + [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3073), + [2401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), + [2403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3071), + [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3070), + [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), + [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3069), + [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3068), + [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3067), + [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), + [2417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), + [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), + [2421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), + [2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3519), + [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), + [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3832), + [2429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), + [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), + [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), + [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4435), + [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3511), + [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3508), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3507), + [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), + [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3505), + [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), + [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3506), + [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), + [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), + [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), + [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), + [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), + [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), + [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4412), + [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3030), + [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), + [2491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4565), + [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4560), + [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), + [2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [2501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3090), + [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3939), + [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), + [2507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4544), + [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3106), + [2511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3932), + [2515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3107), + [2517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [2519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [2521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), + [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), + [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), + [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), + [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), + [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), + [2535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4363), + [2539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), + [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), + [2543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3110), + [2545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2250), + [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), + [2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), + [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), + [2553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2245), + [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), + [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3111), + [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), + [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3933), + [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3122), + [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3935), + [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), + [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), + [2579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3125), + [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), + [2583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), + [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3936), + [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_dot, 3, .production_id = 23), + [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_dot, 3, .production_id = 23), + [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_dot, 3, .production_id = 21), + [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_dot, 3, .production_id = 21), + [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator_identifier, 1), + [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator_identifier, 1), + [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier, 1), + [2601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identifier, 1), + [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_dot, 3, .production_id = 20), + [2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_dot, 3, .production_id = 20), + [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_dot, 3, .production_id = 22), + [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_dot, 3, .production_id = 22), + [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_double, 2, .production_id = 8), + [2613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_double, 2, .production_id = 8), + [2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_single, 2, .production_id = 8), + [2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_single, 2, .production_id = 8), + [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_double, 3, .production_id = 18), + [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_double, 3, .production_id = 18), + [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_single, 3, .production_id = 18), + [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_single, 3, .production_id = 18), + [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_double, 4, .production_id = 24), + [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_double, 4, .production_id = 24), + [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_single, 4, .production_id = 24), + [2633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_single, 4, .production_id = 24), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), + [2639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminator, 1), + [2641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminator, 1), + [2643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1019), + [2646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__terminator_repeat1, 2), + [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), + [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), + [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1022), + [2659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminator, 2), + [2661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminator, 2), + [2663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1026), + [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), + [2670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1028), + [2673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1029), + [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [2680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), + [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), + [2690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminator_repeat1, 2), SHIFT_REPEAT(1034), + [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_keyword, 2, .production_id = 2), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_keyword, 2, .production_id = 2), + [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__anonymous_dot, 2, .production_id = 11), + [2699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), + [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4904), + [2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4899), + [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [2709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [2715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), + [2717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [2721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4483), + [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [2725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4892), + [2727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4891), + [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [2733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), + [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), + [2745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), + [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4860), + [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4859), + [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(965), + [2759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [2761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [2765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), + [2767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), + [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4945), + [2773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4938), + [2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), + [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), + [2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [2783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [2785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), + [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4850), + [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4849), + [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), + [2801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [2803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), + [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4230), + [2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), + [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4976), + [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4975), + [2819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), + [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3708), + [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), + [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4311), + [2841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3339), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [2845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), + [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [2853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), + [2855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [2861] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 1), SHIFT(288), + [2864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [2866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [2868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), + [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [2876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [2878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), + [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [2882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), + [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [2886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 1), + [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), + [2896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), + [2900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [2902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [2904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [2906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), + [2908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [2910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [2912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [2914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [2916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [2918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [2920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [2922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), [2924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), - [2926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), - [2928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), - [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_with_parentheses, 1, .production_id = 3), - [2934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_with_parentheses, 1, .production_id = 3), - [2936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_with_parentheses, 2, .production_id = 4), - [2940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_with_parentheses, 2, .production_id = 4), - [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_with_parentheses, 2, .production_id = 12), - [2944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_with_parentheses, 2, .production_id = 12), - [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5539), - [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), - [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), - [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_with_parentheses_immediate, 3), - [2954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_parentheses_immediate, 3), - [2956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_call, 2, .production_id = 14), - [2958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__anonymous_call, 2, .production_id = 14), - [2960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), - [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [2964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_with_parentheses, 2), - [2968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_parentheses, 2), - [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_without_parentheses, 2, .production_id = 12), - [2972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_without_parentheses, 2, .production_id = 12), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5537), - [2976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_with_parentheses_immediate, 2), - [2978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_parentheses_immediate, 2), - [2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__double_call, 2, .production_id = 13), - [2982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__double_call, 2, .production_id = 13), - [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), - [2986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), - [2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), - [2992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_without_parentheses, 2, .production_id = 4), - [2994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_without_parentheses, 2, .production_id = 4), - [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_with_parentheses, 4, .production_id = 12), - [2998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_with_parentheses, 4, .production_id = 12), - [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 3), - [3002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 3), - [3004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_with_parentheses, 4, .production_id = 4), - [3008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_with_parentheses, 4, .production_id = 4), + [2926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), + [2928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [2930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), + [2932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), + [2936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), + [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_with_parentheses, 1, .production_id = 3), + [2942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_with_parentheses, 1, .production_id = 3), + [2944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), + [2946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_with_parentheses, 2, .production_id = 12), + [2948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_with_parentheses, 2, .production_id = 12), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6843), + [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_with_parentheses, 2, .production_id = 4), + [2954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_with_parentheses, 2, .production_id = 4), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6817), + [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_with_parentheses_immediate, 3), + [2960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_parentheses_immediate, 3), + [2962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__double_call, 2, .production_id = 13), + [2964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__double_call, 2, .production_id = 13), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6836), + [2968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 3), + [2970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 3), + [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_with_parentheses, 4, .production_id = 12), + [2974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_with_parentheses, 4, .production_id = 12), + [2976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_with_parentheses, 4, .production_id = 4), + [2978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_with_parentheses, 4, .production_id = 4), + [2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 4), + [2982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 4), + [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 5), + [2986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 5), + [2988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 6), + [2990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 6), + [2992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 7), + [2994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 7), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6748), + [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_with_parentheses, 3, .production_id = 4), + [3000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_with_parentheses, 3, .production_id = 4), + [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), + [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_with_parentheses, 3, .production_id = 12), + [3006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_with_parentheses, 3, .production_id = 12), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6753), [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 2), [3012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 2), - [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_with_parentheses, 3, .production_id = 12), - [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_with_parentheses, 3, .production_id = 12), - [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 1, .production_id = 2), - [3020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 1, .production_id = 2), - [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [3024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_charlist, 1, .production_id = 2), - [3026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_charlist, 1, .production_id = 2), - [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_with_parentheses, 3, .production_id = 4), - [3032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_with_parentheses, 3, .production_id = 4), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), - [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 5), - [3038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 5), - [3040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_with_parentheses, 3), - [3042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_parentheses, 3), - [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), - [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 4), - [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 4), - [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 6), - [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 6), - [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_block, 7), - [3060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_block, 7), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5534), - [3064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), - [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .dynamic_precedence = -1, .production_id = 10), - [3068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .dynamic_precedence = -1, .production_id = 10), - [3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_keywords_repeat1, 2), - [3072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), - [3074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4404), - [3077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_angle, 2, .production_id = 8), - [3079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_angle, 2, .production_id = 8), - [3081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_bar, 2, .production_id = 8), - [3083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_bar, 2, .production_id = 8), - [3085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_slash, 2, .production_id = 8), - [3087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_slash, 2, .production_id = 8), - [3089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sigil, 4, .production_id = 19), - [3091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sigil, 4, .production_id = 19), - [3093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_angle, 3, .production_id = 18), - [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_angle, 3, .production_id = 18), - [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_curly, 3, .production_id = 18), - [3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_curly, 3, .production_id = 18), - [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sigil, 3, .production_id = 19), - [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sigil, 3, .production_id = 19), - [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), - [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_square, 2, .production_id = 8), - [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_square, 2, .production_id = 8), - [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_square, 3, .production_id = 18), - [3117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_square, 3, .production_id = 18), - [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_angle, 3, .production_id = 18), - [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_angle, 3, .production_id = 18), - [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_curly, 2, .production_id = 8), - [3125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_curly, 2, .production_id = 8), - [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_bar, 3, .production_id = 18), - [3129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_bar, 3, .production_id = 18), - [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_slash, 3, .production_id = 18), - [3133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_slash, 3, .production_id = 18), - [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_parenthesis, 3, .production_id = 18), - [3137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_parenthesis, 3, .production_id = 18), - [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_double, 3, .production_id = 18), - [3141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_double, 3, .production_id = 18), - [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_angle, 2, .production_id = 8), - [3145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_angle, 2, .production_id = 8), - [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), - [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_square, 2, .production_id = 8), - [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_square, 2, .production_id = 8), - [3155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keywords, 2), - [3157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keywords, 2), - [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4404), - [3161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_curly, 2, .production_id = 8), - [3163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_curly, 2, .production_id = 8), - [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4), - [3167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4), - [3169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__double_call, 3, .production_id = 13), - [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__double_call, 3, .production_id = 13), - [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_without_parentheses, 3, .production_id = 4), - [3175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_without_parentheses, 3, .production_id = 4), - [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_heredoc_double, 2, .production_id = 8), - [3179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_heredoc_double, 2, .production_id = 8), - [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, .production_id = 20), - [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, .production_id = 20), - [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_without_parentheses, 3, .production_id = 12), - [3191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_without_parentheses, 3, .production_id = 12), - [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_heredoc_single, 2, .production_id = 8), - [3195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_heredoc_single, 2, .production_id = 8), - [3197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dot, 3, .production_id = 20), - [3199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dot, 3, .production_id = 20), - [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 3), - [3203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 3), - [3205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 3), - [3207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map, 3), - [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitstring, 3), - [3211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bitstring, 3), - [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), - [3215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), - [3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), - [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), - [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_parenthesis, 2, .production_id = 8), - [3223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_parenthesis, 2, .production_id = 8), - [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), - [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137), - [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5485), - [3237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_without_parentheses, 3, .dynamic_precedence = -1), - [3239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_without_parentheses, 3, .dynamic_precedence = -1), - [3241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_single, 2, .production_id = 8), - [3243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_single, 2, .production_id = 8), - [3245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_single, 3, .production_id = 18), - [3247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_single, 3, .production_id = 18), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), - [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_heredoc_single, 3, .production_id = 18), - [3257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_heredoc_single, 3, .production_id = 18), - [3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_heredoc_single, 2, .production_id = 8), - [3261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_heredoc_single, 2, .production_id = 8), - [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_heredoc_double, 2, .production_id = 8), - [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_heredoc_double, 2, .production_id = 8), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), - [3269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_heredoc_double, 3, .production_id = 18), - [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_heredoc_double, 3, .production_id = 18), - [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), - [3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_curly, 3, .production_id = 18), - [3277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_curly, 3, .production_id = 18), - [3279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_heredoc_double, 3, .production_id = 18), - [3281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_heredoc_double, 3, .production_id = 18), - [3283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_heredoc_single, 3, .production_id = 18), - [3285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_heredoc_single, 3, .production_id = 18), - [3287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_parenthesis, 3, .production_id = 18), - [3289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_parenthesis, 3, .production_id = 18), - [3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 4, .production_id = 24), - [3293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map, 4, .production_id = 24), - [3295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 4), - [3297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map, 4), - [3299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__capture_expression, 3), - [3301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__capture_expression, 3), - [3303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 4), - [3305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 4), - [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_call, 4, .production_id = 25), - [3309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_call, 4, .production_id = 25), - [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_without_parentheses, 4, .production_id = 12), - [3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_without_parentheses, 4, .production_id = 12), - [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1), - [3317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1), - [3319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nil, 1), - [3321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nil, 1), - [3323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__nullary_operator, 1, .production_id = 1), - [3325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__nullary_operator, 1, .production_id = 1), - [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), - [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 1, .production_id = 3), - [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 1, .production_id = 3), - [3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_square, 3, .production_id = 18), - [3335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_square, 3, .production_id = 18), - [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_without_parentheses, 1, .production_id = 3), - [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_without_parentheses, 1, .production_id = 3), - [3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_without_parentheses, 1, .dynamic_precedence = -1), - [3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_without_parentheses, 1, .dynamic_precedence = -1), - [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), - [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), - [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), - [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), - [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), - [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), - [3371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), - [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), - [3379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), - [3381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), - [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), - [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), - [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_bar, 3, .production_id = 18), - [3395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_bar, 3, .production_id = 18), - [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_without_parentheses, 2, .dynamic_precedence = -1), - [3399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_without_parentheses, 2, .dynamic_precedence = -1), - [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_slash, 3, .production_id = 18), - [3405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_slash, 3, .production_id = 18), - [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), - [3409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), - [3411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(898), - [3414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 3, .dynamic_precedence = -1, .production_id = 15), - [3416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 3, .dynamic_precedence = -1, .production_id = 15), - [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_without_parentheses, 4, .dynamic_precedence = -1), - [3420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_without_parentheses, 4, .dynamic_precedence = -1), - [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keywords, 1), - [3424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keywords, 1), - [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_double, 2, .production_id = 8), - [3428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_double, 2, .production_id = 8), - [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__double_call, 4, .production_id = 13), - [3432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__double_call, 4, .production_id = 13), - [3434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_without_parentheses, 4, .production_id = 4), - [3436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_without_parentheses, 4, .production_id = 4), - [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_just_do_block, 2, .production_id = 12), - [3440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_just_do_block, 2, .production_id = 12), - [3442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_parenthesis, 2, .production_id = 8), - [3444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_parenthesis, 2, .production_id = 8), - [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_slash, 2, .production_id = 8), - [3448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_slash, 2, .production_id = 8), - [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), - [3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5), - [3454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5), - [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 5, .production_id = 26), - [3458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map, 5, .production_id = 26), - [3460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 5), - [3462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 5), - [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 6), - [3466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 6), - [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), - [3470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), - [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), - [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_bar, 2, .production_id = 8), - [3478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_bar, 2, .production_id = 8), - [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), - [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1132), - [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitstring, 2), - [3488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bitstring, 2), - [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), - [3492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), - [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), - [3496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), - [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_atom, 2, .production_id = 5), - [3500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_atom, 2, .production_id = 5), - [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [3504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(790), - [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), - [3509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), - [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), - [3517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), - [3521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4392), - [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), - [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 2, .production_id = 17), - [3528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pair, 2, .production_id = 17), - [3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__capture_expression, 1), - [3532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__capture_expression, 1), - [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), - [3536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), - [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [3540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), - [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), - [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), - [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), - [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), - [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), - [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [3564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [3576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [3578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [3580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), - [3584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), - [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [3588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [3590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), - [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), - [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [3598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), - [3610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4379), - [3613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses, 2), - [3615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [3617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [3619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [3621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [3623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), - [3625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), - [3627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [3629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [3631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [3633] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 1), SHIFT(304), - [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), - [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [3640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), - [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), - [3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [3648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), - [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [3652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [3662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), - [3664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), - [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), - [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), - [3670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), - [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), - [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), - [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), - [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), - [3682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), - [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), - [3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), - [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), - [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), - [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), - [3694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), - [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), - [3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [3702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses, 3), - [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [3706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 2), SHIFT(1008), - [3709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 2), SHIFT(260), - [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), - [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [3726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), - [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), - [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), - [3738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), - [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [3742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), - [3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [3746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), - [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [3754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 1), SHIFT(1008), - [3757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 1), SHIFT(258), - [3760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 1), - [3762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [3764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4035), - [3766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), - [3770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [3772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [3774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2965), - [3776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), - [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [3780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [3782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), - [3784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5518), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5524), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5530), - [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), - [3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), - [3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3120), - [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), - [3806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), - [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [3812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), - [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), - [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), - [3820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4396), - [3823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [3825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), - [3827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), - [3829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), - [3831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), - [3833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), - [3835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), - [3837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), - [3839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4396), - [3841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), - [3843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [3845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), - [3847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [3849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), - [3851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), - [3853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [3855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), - [3857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), - [3859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), - [3861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), - [3863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), - [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), - [3867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), - [3869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2012), - [3871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), - [3873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2008), - [3875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [3879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), - [3881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [3883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), - [3885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), - [3887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3863), - [3889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), - [3891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), - [3893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), - [3895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [3897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [3899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), - [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [3903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2802), - [3905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [3907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), - [3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2018), - [3911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), - [3913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), - [3915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [3917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), - [3919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), - [3921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), - [3925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), - [3927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [3929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), - [3935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [3939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(570), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5497), - [3944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [3946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [3948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), - [3950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [3952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [3954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [3958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [3960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [3962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [3964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [3966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), - [3968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [3970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [3972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), - [3974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [3976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [3978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [3980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [3982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [3986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4397), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), - [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), - [3993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4364), - [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [3997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [3999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [4001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [4003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [4005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [4007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [4009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [4011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), - [4013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [4015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [4017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [4019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), - [4021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [4023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), - [4025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [4029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), - [4031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [4035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4397), - [4037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), - [4039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [4041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), - [4043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4364), - [4046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(789), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5456), - [4053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [4055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), - [4057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), - [4059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4365), - [4062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), - [4064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [4066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [4068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [4070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), - [4072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [4074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), - [4076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [4078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), - [4080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), - [4082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [4084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), - [4088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), - [4090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [4092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), - [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), - [4098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), - [4100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4365), - [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat2, 2), - [4108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat2, 2), - [4110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), - [4112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [4114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [4116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [4118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [4122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [4124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [4126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), - [4130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), - [4132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), - [4134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [4136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), - [4138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), - [4140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), - [4142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [4144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), - [4146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), - [4148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5464), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), - [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5452), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), - [4164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4382), - [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), - [4169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(450), - [4172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [4174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(516), - [4177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), - [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2930), - [4181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), - [4183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [4185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), - [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2927), - [4189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2926), - [4191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), - [4193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2924), - [4195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2923), - [4197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2922), - [4199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2921), - [4201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), - [4203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), - [4205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2916), - [4207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), - [4209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2914), - [4211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), - [4213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2902), - [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2899), - [4217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2897), - [4219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4382), - [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [4223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(730), - [4226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4381), - [4229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4395), - [4232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(766), - [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), - [4237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [4239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), - [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), - [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), - [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), - [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), - [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), - [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), - [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), - [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), - [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), - [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), - [4263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), - [4265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), - [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), - [4269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), - [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), - [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5496), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5500), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), - [4287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), - [4289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [4291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), - [4293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), - [4297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [4299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), - [4301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [4303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), - [4305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [4307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), - [4309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), - [4311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), - [4313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [4315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), - [4317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [4319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), - [4321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), - [4323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), - [4325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [4333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2799), - [4335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), - [4337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), - [4339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796), - [4341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795), - [4343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), - [4345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), - [4347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2792), - [4349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), - [4351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), - [4353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), - [4355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), - [4357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), - [4359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2776), - [4361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), - [4363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), - [4365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), - [4367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), - [4369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), - [4371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770), - [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4381), - [4375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2666), - [4377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), - [4379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), - [4381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), - [4383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), - [4385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), - [4387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2735), - [4389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [4391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2989), - [4393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), - [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), - [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), - [4399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3110), - [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3111), - [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), - [4405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3113), - [4407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3114), - [4409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), - [4411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3116), - [4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), - [4415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4387), - [4417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4394), - [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4394), - [4422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), - [4424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), - [4426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), - [4428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [4430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [4432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [4434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [4436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [4438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [4440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [4442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), - [4444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), - [4446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), - [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [4450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), - [4452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), - [4454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), - [4456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [4458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), - [4460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [4466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [4468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [4472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 1), SHIFT(1022), - [4475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 1), SHIFT(347), - [4478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), - [4482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [4484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), - [4486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), - [4488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), - [4490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), - [4492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [4494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [4496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [4498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [4500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [4502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [4504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), - [4506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), - [4508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [4510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [4514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [4518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(620), - [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), - [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), - [4525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), - [4527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), - [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), - [4533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [4539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), - [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), - [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), - [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [4557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), - [4559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [4563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 2), SHIFT(1022), - [4566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 2), SHIFT(350), - [4569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4376), - [4572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(481), - [4575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4366), - [4578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), - [4580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), - [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), - [4584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), - [4586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), - [4588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), - [4590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3450), - [4592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), - [4594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3448), - [4596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), - [4598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), - [4600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), - [4602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), - [4604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), - [4606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), - [4608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), - [4610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3440), - [4612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3439), - [4614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), - [4616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), - [4618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4376), - [4620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4366), - [4622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 1), SHIFT(1019), - [4625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 1), SHIFT(345), - [4628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), - [4630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [4632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [4634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [4636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [4638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [4640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [4642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [4644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [4646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), - [4648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), - [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [4652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [4654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [4656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [4658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), - [4660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), - [4662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [4664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [4668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 2), SHIFT(1019), - [4671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 2), SHIFT(346), - [4674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4387), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5455), - [4679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5454), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5458), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5460), - [4689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [4691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [4693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), - [4695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), - [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), - [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [4705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), - [4709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), - [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), - [4713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [4719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [4721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), - [4723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), - [4725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), - [4727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [4733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), - [4735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), - [4737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), - [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), - [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3759), - [4743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3758), - [4745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), - [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3756), - [4749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4380), - [4752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3754), - [4754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3753), - [4756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3751), - [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), - [4760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), - [4762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [4764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), - [4766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [4768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), - [4770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), - [4772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [4774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), - [4776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [4778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), - [4780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), - [4782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), - [4784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), - [4786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), - [4788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), - [4790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), - [4792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [4794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), - [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [4798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), - [4800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), - [4802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3747), - [4804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3746), - [4806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), - [4808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), - [4810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3743), - [4812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3742), - [4814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4380), - [4816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4388), - [4819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3752), - [4821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4388), - [4823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4403), - [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4403), - [4828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3874), - [4830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3877), - [4832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3878), - [4834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3880), - [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3885), - [4838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), - [4840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3890), - [4842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3892), - [4844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3893), - [4846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3895), - [4848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3896), - [4850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), - [4852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3897), - [4854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3898), - [4856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3899), - [4858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), - [4860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3901), - [4862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3903), - [4864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3904), - [4866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3905), - [4868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4369), - [4870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4369), - [4873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__items_with_trailing_separator, 1), - [4875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [4877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4372), - [4879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4372), - [4882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [4884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [4886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [4888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [4892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [4894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), - [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [4898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [4902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), - [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [4906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [4908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [4910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [4912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [4914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [4916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [4918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [4920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [4926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [4930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [4932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), - [4934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [4936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), - [4938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [4940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), - [4942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), - [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [4946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), - [4948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), - [4950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [4952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [4954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), - [4956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [4958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), - [4960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), - [4962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), - [4964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), - [4966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [4968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_with_parentheses_repeat1, 2), - [4970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_with_parentheses_repeat1, 2), REDUCE(aux_sym__stab_clause_arguments_without_parentheses_repeat1, 2), - [4973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_without_parentheses_repeat1, 2), SHIFT(331), - [4976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_without_parentheses_repeat1, 2), - [4978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 1), SHIFT(331), - [4981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4401), - [4984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4401), - [4986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4017), - [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), - [4990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), - [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4014), - [4994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4013), - [4996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4012), - [4998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4011), - [5000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), - [5002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4009), - [5004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4008), - [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4007), - [5008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4006), - [5010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4005), - [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4004), - [5014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4003), - [5016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4080), - [5018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_trailing_separator, 1), - [5020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [5022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4042), - [5024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4100), - [5026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4101), - [5028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4002), - [5030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [5032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), - [5034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [5036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), - [5038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [5040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [5042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), - [5044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), - [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [5048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [5050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [5052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [5056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), - [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [5060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [5062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [5064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), - [5066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), - [5068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5203), - [5070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [5072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5067), - [5074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), - [5076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), - [5078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4111), - [5080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), - [5082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5424), - [5084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses_with_guard, 3, .dynamic_precedence = 1, .production_id = 20), - [5086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses_with_guard, 3, .production_id = 20), - [5088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), - [5090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), - [5092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [5094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), - [5096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5070), - [5098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5068), - [5100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5102), - [5102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5097), - [5104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct, 1, .production_id = 9), - [5106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5259), - [5108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3737), - [5110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [5112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5069), - [5114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), - [5116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3851), - [5118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), - [5120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4607), - [5122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4606), - [5124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4681), - [5126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4680), - [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4843), - [5130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4844), - [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4845), - [5134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), - [5136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4847), - [5138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5252), - [5140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5251), - [5142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5250), - [5144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5248), - [5146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5247), - [5148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5246), - [5150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5245), - [5152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5233), - [5154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5232), - [5156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5231), - [5158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5117), - [5160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5124), - [5162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5154), - [5164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5165), - [5166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5168), - [5168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5200), - [5170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5228), - [5172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5229), - [5174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5230), - [5176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5260), - [5178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4421), - [5180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4675), - [5182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4674), - [5184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4778), - [5186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4777), - [5188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4422), - [5190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), - [5192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4424), - [5194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), - [5196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4426), - [5198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4834), - [5200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4534), - [5202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4533), - [5204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4591), - [5206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4589), - [5208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4833), - [5210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4832), - [5212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4829), - [5214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4828), - [5216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4827), - [5218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5264), - [5220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5265), - [5222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5266), - [5224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5267), - [5226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5268), - [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5269), - [5230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5270), - [5232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5271), - [5234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5272), - [5236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5273), - [5238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5172), - [5240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5173), - [5242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5174), - [5244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5175), - [5246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5176), - [5248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5177), - [5250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5178), - [5252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5179), - [5254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5180), - [5256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5181), - [5258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4800), - [5260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), - [5262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4541), - [5264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4618), - [5266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4612), - [5268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4409), - [5270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4819), - [5272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4860), - [5274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4862), - [5276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4865), - [5278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5126), - [5280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5127), - [5282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5128), - [5284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5129), - [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5130), - [5288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5131), - [5290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5132), - [5292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5133), - [5294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5134), - [5296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5135), - [5298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4487), - [5300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4808), - [5302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4809), - [5304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4810), - [5306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4811), - [5308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4488), - [5310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4490), - [5312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4495), - [5314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4501), - [5316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), - [5318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4526), - [5320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4653), - [5322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4652), - [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4730), - [5326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4729), - [5328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4527), - [5330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4528), - [5332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4529), - [5334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4530), - [5336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4531), - [5338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4737), - [5340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4593), - [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4592), - [5344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4673), - [5346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4664), - [5348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4735), - [5350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4733), - [5352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4727), - [5354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4726), - [5356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4716), - [5358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5159), - [5360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5160), - [5362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5161), - [5364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5162), - [5366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5163), - [5368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5167), - [5370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5170), - [5372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5420), - [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5182), - [5376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5183), - [5378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4630), - [5380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4557), - [5382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), - [5384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4643), - [5386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4642), - [5388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4632), - [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4634), - [5392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4635), - [5394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4655), - [5396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4656), - [5398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5098), - [5400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5101), - [5402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5295), - [5404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5387), - [5406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5348), - [5408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5341), - [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5302), - [5412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5164), - [5414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5256), - [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5249), - [5418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4461), - [5420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4685), - [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4693), - [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4522), - [5426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), - [5428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4462), - [5430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4465), - [5432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4466), - [5434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), - [5436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), - [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5427), - [5440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5423), - [5442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5406), - [5444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5390), - [5446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5299), - [5448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5298), - [5450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5297), - [5452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5187), - [5454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5185), - [5456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5100), - [5458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5218), - [5460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5219), - [5462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5220), - [5464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5221), - [5466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5222), - [5468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5223), - [5470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5224), - [5472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5225), - [5474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5226), - [5476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5227), - [5478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4866), - [5480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4715), - [5482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4714), - [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4851), - [5486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4850), - [5488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), - [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4863), - [5492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4859), - [5494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4841), - [5496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4839), - [5498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5253), - [5500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5258), - [5502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5262), - [5504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5274), - [5506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5275), - [5508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5279), - [5510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5291), - [5512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5043), - [5514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5293), - [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5294), - [5518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4498), - [5520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4780), - [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4779), - [5524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4893), - [5526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4891), - [5528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4477), - [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4476), - [5532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4441), - [5534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4440), - [5536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4431), - [5538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), - [5540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), - [5542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5064), - [5544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5061), - [5546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5060), - [5548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5048), - [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5047), - [5552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5046), - [5554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5045), - [5556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5199), - [5558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4636), - [5560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4645), - [5562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4644), - [5564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4713), - [5566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4712), - [5568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4637), - [5570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4638), - [5572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4639), - [5574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4640), - [5576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4641), - [5578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5426), - [5580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5436), - [5582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5435), - [5584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5434), - [5586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5433), - [5588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5432), - [5590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5431), - [5592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5430), - [5594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5429), - [5596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5428), - [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5049), - [5600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5050), - [5602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5051), - [5604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5052), - [5606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5053), - [5608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5054), - [5610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5055), - [5612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), - [5614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5057), - [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5058), - [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4430), - [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), - [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4573), - [5624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4651), - [5626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4650), - [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4429), - [5630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4420), - [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4419), - [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4417), - [5636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4414), - [5638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5422), - [5640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5397), - [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5392), - [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5352), - [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5320), - [5648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5309), - [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5308), - [5652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5307), - [5654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5306), - [5656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5304), - [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4883), - [5660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4538), - [5662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4537), - [5664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4601), - [5666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4600), - [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4882), - [5670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4881), - [5672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4880), - [5674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4879), - [5676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), - [5678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4633), - [5680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4683), - [5682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4682), - [5684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4802), - [5686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4801), - [5688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4631), - [5690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4629), - [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4628), - [5694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4626), - [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4625), - [5698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4756), - [5700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4514), - [5702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4512), - [5704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4572), - [5706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), - [5708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), - [5710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4754), - [5712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4753), - [5714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4752), - [5716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), - [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4794), - [5720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4518), - [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4517), - [5724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4580), - [5726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4579), - [5728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4793), - [5730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4792), - [5732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4791), - [5734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4790), - [5736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4789), - [5738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4739), - [5740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4620), - [5742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4619), - [5744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4701), - [5746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4699), - [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4740), - [5750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4741), - [5752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4742), - [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4743), - [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4744), - [5758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5310), - [5760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5311), - [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5312), - [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5313), - [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5314), - [5768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5315), - [5770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5316), - [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5317), - [5774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5318), - [5776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5319), - [5778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5356), - [5780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5357), - [5782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5358), - [5784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5359), - [5786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5360), - [5788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5361), - [5790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5362), - [5792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5363), - [5794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5364), - [5796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5365), - [5798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5156), - [5800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5155), - [5802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5062), - [5804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5153), - [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5152), - [5808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5141), - [5810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5140), - [5812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5139), - [5814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5138), - [5816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5137), - [5818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5382), - [5820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5371), - [5822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5370), - [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5369), - [5826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5368), - [5828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5367), - [5830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5366), - [5832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5355), - [5834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5354), - [5836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5353), - [5838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), - [5840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), - [5842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), - [5844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), - [5846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), - [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), - [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [5852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), - [5854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), - [5856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [5862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), - [5864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__keywords_with_trailing_separator, 3), - [5866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4804), - [5868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4803), - [5870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__keywords_with_trailing_separator, 2), - [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3889), - [5874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), - [5876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), - [5878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3642), - [5880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3475), - [5882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [5884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), - [5886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [5888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2555), - [5890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(35), - [5893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(34), - [5896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(36), - [5899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_do_block_repeat1, 2), - [5901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(38), - [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [5906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [5910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1014), - [5913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(137), - [5916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), - [5918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [5922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [5924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat2, 2), SHIFT_REPEAT(1018), - [5927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat2, 2), SHIFT_REPEAT(680), - [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [5932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 3), SHIFT(1008), - [5935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 3), SHIFT(262), - [5938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(1018), - [5941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(736), - [5944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [5946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [5948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), - [5950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), - [5952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), - [5954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), - [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), - [5960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [5964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), - [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), - [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), - [5974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [5976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [5978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), - [5980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), - [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), - [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), - [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), - [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), - [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [6004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [6012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), - [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [6018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), - [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [6022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), - [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), - [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [6030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [6036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [6038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [6042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), - [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), - [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [6054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), - [6056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), - [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), - [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), - [6064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), - [6066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stab_clause, 3, .production_id = 20), - [6068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stab_clause, 3, .production_id = 20), - [6070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stab_clause, 2, .production_id = 16), - [6072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stab_clause, 2, .production_id = 16), - [6074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2264), - [6076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), - [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), - [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), - [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), - [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), - [6086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4544), - [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), - [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3626), - [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), - [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4432), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), - [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), - [6100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), - [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4433), - [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3823), - [6108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4435), - [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), - [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2549), - [6116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4475), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), - [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3824), - [6122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), - [6124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4437), - [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), - [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), - [6130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), - [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), - [6134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2550), - [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), - [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4463), - [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4463), - [6142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), - [6144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4436), - [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [6148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), - [6150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), - [6152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4460), - [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), - [6156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), - [6158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), - [6160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4459), - [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), - [6164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2367), - [6166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [6168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4453), - [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4453), - [6172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2368), - [6174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4454), - [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), - [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2400), - [6180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), - [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2374), - [6186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4456), - [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), - [6190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), - [6192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4457), - [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), - [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4458), - [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), - [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), - [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4438), - [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), - [6208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [6210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4447), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), - [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), - [6216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4452), - [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), - [6220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), - [6222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4451), - [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), - [6226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), - [6228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4489), - [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), - [6232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), - [6234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4481), - [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), - [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), - [6240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4482), - [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), - [6244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), - [6246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3879), - [6248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4483), - [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4483), - [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), - [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3884), - [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4484), - [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), - [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), - [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3600), - [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4561), - [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), - [6268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2660), - [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4486), - [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), - [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), - [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4485), - [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), - [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), - [6282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), - [6284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), - [6286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2919), - [6288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), - [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [6292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2584), - [6294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2585), - [6296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), - [6298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4724), - [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), - [6302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), - [6304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4582), - [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), - [6308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), - [6310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), - [6312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2643), - [6314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), - [6316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), - [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), - [6322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4549), - [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), - [6326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640), - [6328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4548), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4548), - [6332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), - [6334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518), - [6336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517), - [6338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3083), - [6340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4500), - [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [6344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), - [6346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4805), - [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4805), - [6350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), - [6352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), - [6354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4445), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), - [6358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), - [6360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4721), - [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), - [6364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), - [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4734), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), - [6370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), - [6372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4757), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4757), - [6376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), - [6378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), - [6382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), - [6384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4446), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), - [6388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), - [6390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4448), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4448), - [6394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2721), - [6396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4442), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), - [6400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), - [6402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4443), - [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), - [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), - [6408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4444), - [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), - [6412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), - [6414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4449), - [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), - [6418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2515), - [6420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2658), - [6422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4480), - [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), - [6426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [6428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4479), - [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), - [6432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), - [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), - [6436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [6438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_double_repeat1, 2), - [6440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_double_repeat1, 2), SHIFT_REPEAT(690), - [6443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_double_repeat1, 2), SHIFT_REPEAT(4481), - [6446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_i_double_repeat1, 2), SHIFT_REPEAT(4481), - [6449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_single_repeat1, 2), - [6451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_single_repeat1, 2), SHIFT_REPEAT(703), - [6454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_single_repeat1, 2), SHIFT_REPEAT(4482), - [6457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_i_single_repeat1, 2), SHIFT_REPEAT(4482), - [6460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_single_repeat1, 2), - [6462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_single_repeat1, 2), SHIFT_REPEAT(568), - [6465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_single_repeat1, 2), SHIFT_REPEAT(4483), - [6468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_i_heredoc_single_repeat1, 2), SHIFT_REPEAT(4483), - [6471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_double_repeat1, 2), - [6473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_double_repeat1, 2), SHIFT_REPEAT(586), - [6476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_double_repeat1, 2), SHIFT_REPEAT(4484), - [6479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_i_heredoc_double_repeat1, 2), SHIFT_REPEAT(4484), - [6482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), - [6484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), - [6486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), - [6488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4818), - [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), - [6492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), - [6494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4817), - [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), - [6498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), - [6500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), - [6502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4816), - [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), - [6506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [6508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4503), - [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), - [6512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [6514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4504), - [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), - [6518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [6520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4505), - [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), - [6524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [6526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4506), - [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4506), - [6530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3530), - [6532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4814), - [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), - [6536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3605), - [6538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3604), - [6540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), - [6542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4478), - [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), - [6546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2881), - [6548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3015), - [6550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), - [6552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4813), - [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), - [6556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2882), - [6558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), - [6560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), - [6562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1830), - [6564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), - [6566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3528), - [6568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4812), - [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), - [6572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [6574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), - [6576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3602), - [6578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), - [6580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), - [6582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4508), - [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4508), - [6586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), - [6588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [6590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4511), - [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), - [6594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [6596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [6598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), - [6600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4515), - [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), - [6604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), - [6606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4516), - [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), - [6610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [6612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4525), - [6614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), - [6616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), - [6618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4545), - [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), - [6622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [6624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), - [6626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4594), - [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), - [6630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), - [6632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), - [6634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4595), - [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4595), - [6638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [6640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), - [6642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4564), - [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), - [6646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3352), - [6648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4565), - [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4565), - [6652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3351), - [6654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4566), - [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4566), - [6658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3350), - [6660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4567), - [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), - [6664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3349), - [6666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4568), - [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), - [6670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3348), - [6672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), - [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), - [6676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), - [6678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), - [6680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4521), - [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), - [6684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), - [6686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4532), - [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4532), - [6690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2342), - [6692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), - [6694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), - [6696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4535), - [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4535), - [6700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), - [6702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4536), - [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), - [6706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2362), - [6708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), - [6710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), - [6712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4539), - [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4539), - [6716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), - [6718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4540), - [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), - [6722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [6724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_slash_repeat1, 2), - [6726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_slash_repeat1, 2), SHIFT_REPEAT(888), - [6729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_slash_repeat1, 2), SHIFT_REPEAT(4544), - [6732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_i_slash_repeat1, 2), SHIFT_REPEAT(4544), - [6735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), - [6737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), - [6739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), - [6741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_bar_repeat1, 2), - [6743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_bar_repeat1, 2), SHIFT_REPEAT(805), - [6746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_bar_repeat1, 2), SHIFT_REPEAT(4548), - [6749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_i_bar_repeat1, 2), SHIFT_REPEAT(4548), - [6752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_angle_repeat1, 2), - [6754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_angle_repeat1, 2), SHIFT_REPEAT(689), - [6757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_angle_repeat1, 2), SHIFT_REPEAT(4549), - [6760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_i_angle_repeat1, 2), SHIFT_REPEAT(4549), - [6763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [6765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [6767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4543), - [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), - [6771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_square_repeat1, 2), - [6773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_square_repeat1, 2), SHIFT_REPEAT(606), - [6776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_square_repeat1, 2), SHIFT_REPEAT(4552), - [6779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_i_square_repeat1, 2), SHIFT_REPEAT(4552), - [6782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), - [6784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4550), - [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), - [6788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), - [6790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [6792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [6794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), - [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), - [6798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [6800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4555), - [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), - [6804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), - [6806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), - [6808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), - [6810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_curly_repeat1, 2), - [6812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_curly_repeat1, 2), SHIFT_REPEAT(538), - [6815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_curly_repeat1, 2), SHIFT_REPEAT(4561), - [6818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_i_curly_repeat1, 2), SHIFT_REPEAT(4561), - [6821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), - [6823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), - [6825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3319), - [6827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), - [6829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), - [6831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3316), - [6833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3315), - [6835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3314), - [6837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370), - [6839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), - [6841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4558), - [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [6845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), - [6847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4559), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), - [6851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), - [6853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4560), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), - [6857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), - [6859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4570), - [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), - [6863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), - [6865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [6867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), - [6869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), - [6871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [6873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4575), - [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), - [6877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [6879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4576), - [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4576), - [6883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), - [6885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_parenthesis_repeat1, 2), - [6887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_parenthesis_repeat1, 2), SHIFT_REPEAT(518), - [6890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_parenthesis_repeat1, 2), SHIFT_REPEAT(4582), - [6893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_i_parenthesis_repeat1, 2), SHIFT_REPEAT(4582), - [6896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), - [6898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4577), - [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), - [6902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [6904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4578), - [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), - [6908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), - [6910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), - [6912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3409), - [6914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), - [6916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), - [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4585), - [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), - [6922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3546), - [6924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [6926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4586), - [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), - [6930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), - [6932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4587), - [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), - [6936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3412), - [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4588), - [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), - [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), - [6944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3090), - [6946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), - [6948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), - [6950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), - [6952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3017), - [6954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), - [6956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4596), - [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), - [6960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), - [6962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4597), - [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), - [6966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), - [6968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4614), - [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4614), - [6972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1100), - [6974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4615), - [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), - [6978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [6980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4616), - [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), - [6984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), - [6986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4617), - [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4617), - [6990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), - [6992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4598), - [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), - [6996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3002), - [6998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4599), - [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), - [7002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), - [7004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), - [7006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [7008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), - [7010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), - [7012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4608), - [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), - [7016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), - [7018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [7020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [7022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [7024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [7026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), - [7028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4609), - [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), - [7032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [7034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4610), - [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), - [7038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), - [7040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4611), - [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), - [7044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), - [7046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), - [7048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), - [7050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), - [7052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4502), - [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), - [7056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), - [7058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4496), - [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), - [7062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3407), - [7064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4497), - [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), - [7068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [7070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), - [7072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), - [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), - [7076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3405), - [7078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4510), - [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), - [7082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), - [7084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4658), - [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), - [7088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), - [7090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4439), - [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), - [7094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), - [7096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4660), - [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4660), - [7100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), - [7102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4523), - [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), - [7106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), - [7108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4661), - [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), - [7112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), - [7114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4662), - [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), - [7118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [7120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4667), - [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4667), - [7124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2115), - [7126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4668), - [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), - [7130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), - [7132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4669), - [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), - [7136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [7138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4670), - [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [7142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), - [7144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4671), - [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), - [7148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [7150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4672), - [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), - [7154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), - [7156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4621), - [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), - [7160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), - [7162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4622), - [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4622), - [7166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [7168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4623), - [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), - [7172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), - [7174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4627), - [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4627), - [7178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [7180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), - [7182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), - [7184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3645), - [7186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), - [7188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4646), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), - [7192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), - [7194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4647), - [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), - [7198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), - [7200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4648), - [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4648), - [7204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), - [7206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4649), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4649), - [7210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3416), - [7212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), - [7214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4665), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), - [7218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [7220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4666), - [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), - [7224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), - [7226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [7228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2456), - [7230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), - [7232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), - [7234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [7236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), - [7238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3368), - [7240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4654), - [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), - [7244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), - [7246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [7248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [7250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [7252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [7254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), - [7256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), - [7258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [7260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3367), - [7262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4657), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), - [7266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), - [7268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4659), - [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), - [7272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), - [7274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4663), - [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), - [7278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), - [7280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), - [7282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3364), - [7284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), - [7286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), - [7288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4676), - [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), - [7292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), - [7294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4677), - [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), - [7298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), - [7300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4678), - [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), - [7304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3359), - [7306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4679), - [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), - [7310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), - [7312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4499), - [7314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [7316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), - [7318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4759), - [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), - [7322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), - [7324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), - [7326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3796), - [7328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), - [7330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3260), - [7332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3259), - [7334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [7336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), - [7338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4767), - [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), - [7342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [7344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), - [7346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4688), - [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), - [7350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), - [7352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4689), - [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4689), - [7356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3255), - [7358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4690), - [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), - [7362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), - [7364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4691), - [7366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), - [7368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), - [7370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4686), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [7374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), - [7376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), - [7378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), - [7380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), - [7382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4687), - [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), - [7386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), - [7388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4692), - [7390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), - [7392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), - [7394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4694), - [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), - [7398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [7400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [7402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4717), - [7404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), - [7406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [7408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4718), - [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), - [7412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [7414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4719), - [7416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), - [7418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [7420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4720), - [7422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), - [7424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), - [7426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3696), - [7428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3695), - [7430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), - [7432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4704), - [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), - [7436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), - [7438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4709), - [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), - [7442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3692), - [7444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4710), - [7446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), - [7448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3691), - [7450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4711), - [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), - [7454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), - [7456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4546), - [7458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), - [7460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [7462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), - [7464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [7466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), - [7468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3013), - [7470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3649), - [7472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), - [7474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), - [7476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), - [7478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), - [7480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4547), - [7482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4547), - [7484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3582), - [7486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4562), - [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), - [7490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [7492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3617), - [7494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), - [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), - [7498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3616), - [7500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4723), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4723), - [7504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [7506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), - [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), - [7510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [7512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4728), - [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), - [7516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), - [7518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4563), - [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), - [7522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3012), - [7524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), - [7526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4581), - [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), - [7530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3942), - [7532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), - [7534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4590), - [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), - [7538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3943), - [7540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), - [7542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4770), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), - [7546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), - [7548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4771), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), - [7552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), - [7554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), - [7558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), - [7560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4773), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), - [7564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [7566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4774), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), - [7570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), - [7572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4775), - [7574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4775), - [7576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), - [7578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [7580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), - [7582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), - [7584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), - [7586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), - [7588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), - [7590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4745), - [7592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), - [7594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), - [7596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4746), - [7598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), - [7600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [7602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4747), - [7604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), - [7606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), - [7608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4748), - [7610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4748), - [7612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [7614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4749), - [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), - [7618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), - [7620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4750), - [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), - [7624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3011), - [7626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [7628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4769), - [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), - [7632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3191), - [7634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), - [7636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3010), - [7638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), - [7640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3945), - [7642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3946), - [7644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), - [7646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), - [7648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), - [7650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [7652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), - [7654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), - [7656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), - [7658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [7660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), - [7662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [7664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), - [7666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), - [7668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), - [7670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4762), - [7672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), - [7674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484), - [7676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4765), - [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), - [7680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2406), - [7682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4766), - [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), - [7686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2479), - [7688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), - [7690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), - [7692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), - [7694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), - [7696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [7698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), - [7700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [7702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), - [7704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), - [7706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4513), - [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), - [7710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), - [7712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4613), - [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), - [7716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), - [7718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4781), - [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), - [7722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [7724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4782), - [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), - [7728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), - [7730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4783), - [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), - [7734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [7736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4784), - [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), - [7740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), - [7742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4785), - [7744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), - [7746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), - [7748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), - [7750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), - [7752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3506), - [7754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3505), - [7756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5642), - [7758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5667), - [7760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3866), - [7762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4896), - [7764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), - [7766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), - [7768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4867), - [7770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4867), - [7772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3484), - [7774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4795), - [7776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), - [7778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), - [7780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4796), - [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), - [7784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5666), - [7786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4797), - [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), - [7790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5631), - [7792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4798), - [7794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), - [7796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3014), - [7798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [7800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), - [7802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3258), - [7804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4820), - [7806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), - [7808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), - [7810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4821), - [7812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), - [7814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3268), - [7816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4822), - [7818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), - [7820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), - [7822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4823), - [7824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), - [7826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), - [7828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), - [7830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3500), - [7832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [7834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3501), - [7836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), - [7838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), - [7840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), - [7842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4892), - [7844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), - [7846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3288), - [7848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3289), - [7850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3290), - [7852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3292), - [7854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), - [7856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), - [7858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), - [7860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [7862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4806), - [7864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), - [7866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), - [7868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4807), - [7870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), - [7872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), - [7874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4815), - [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), - [7878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3646), - [7880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), - [7882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), - [7884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4824), - [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), - [7888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), - [7890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4825), - [7892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), - [7894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), - [7896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4826), - [7898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), - [7900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3663), - [7902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), - [7904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3664), - [7906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2696), - [7908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), - [7910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4410), - [7912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), - [7914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3867), - [7916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4897), - [7918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), - [7920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3981), - [7922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4736), - [7924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), - [7926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), - [7928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4873), - [7930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), - [7932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2987), - [7934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), - [7936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), - [7938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2985), - [7940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4875), - [7942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4875), - [7944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), - [7946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4876), - [7948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), - [7950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2983), - [7952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4877), - [7954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), - [7956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2982), - [7958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4878), - [7960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4878), - [7962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), - [7964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [7966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3665), - [7968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4835), - [7970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), - [7972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3662), - [7974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4837), - [7976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), - [7978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [7980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4848), - [7982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), - [7984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [7986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4849), - [7988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4849), - [7990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), - [7992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), - [7994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), - [7996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2441), - [7998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), - [8000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3982), - [8002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4738), - [8004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), - [8006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), - [8008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4901), - [8010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4901), - [8012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4113), - [8014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4900), - [8016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), - [8018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), - [8020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4899), - [8022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), - [8024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3983), - [8026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), - [8028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), - [8030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3984), - [8032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4763), - [8034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), - [8036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), - [8038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4898), - [8040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), - [8042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), - [8044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4764), - [8046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), - [8048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), - [8050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3651), - [8052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4830), - [8054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [8056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439), - [8058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), - [8060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4854), - [8062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4854), - [8064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3650), - [8066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4831), - [8068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [8070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), - [8072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4836), - [8074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), - [8076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), - [8078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), - [8080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), - [8082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), - [8084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2874), - [8086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), - [8088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2399), - [8090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4855), - [8092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4855), - [8094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2398), - [8096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4856), - [8098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), - [8100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2397), - [8102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4857), - [8104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), - [8106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), - [8108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4858), - [8110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), - [8112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), - [8114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4869), - [8116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), - [8118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), - [8120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4838), - [8122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), - [8124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), - [8126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4902), - [8128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), - [8130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), - [8132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), - [8134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), - [8136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), - [8138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2322), - [8140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2353), - [8142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), - [8144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), - [8146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), - [8148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), - [8150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4887), - [8152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4887), - [8154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), - [8156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4888), - [8158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), - [8160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [8162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), - [8164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), - [8166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3906), - [8168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), - [8170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), - [8172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327), - [8174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4046), - [8176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), - [8178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4047), - [8180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), - [8182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), - [8184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [8186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4091), - [8188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), - [8190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [8192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134), - [8194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3474), - [8196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(831), - [8199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), - [8201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), - [8203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4400), - [8206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), - [8208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(134), - [8211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(454), - [8214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3326), - [8216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4109), - [8218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), - [8220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 3), SHIFT(1019), - [8223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 3), SHIFT(348), - [8226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), - [8228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), - [8230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [8232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), - [8234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3861), - [8236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [8238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), - [8240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3727), - [8242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [8244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [8246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_anonymous_function_repeat1, 2), SHIFT_REPEAT(1014), - [8249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_anonymous_function_repeat1, 2), SHIFT_REPEAT(133), - [8252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_anonymous_function_repeat1, 2), - [8254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), - [8256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), - [8258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), - [8260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), - [8262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), - [8264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat2, 2), SHIFT_REPEAT(451), - [8267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 3), SHIFT(1022), - [8270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 3), SHIFT(349), - [8273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), - [8275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [8277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [8279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), - [8281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), - [8283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [8285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4391), - [8288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2832), - [8290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), - [8292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), - [8294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4268), - [8296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), - [8298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), - [8300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [8302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(513), - [8305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(746), - [8308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), - [8310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4400), - [8312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2999), - [8314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3980), - [8316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), - [8318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [8320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), - [8322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__keywords_with_trailing_separator, 1), - [8324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4269), - [8326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), - [8328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), - [8330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), - [8332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), - [8334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3940), - [8336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5186), - [8338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), - [8340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3991), - [8342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5400), - [8344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), - [8346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2462), - [8348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5157), - [8350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), - [8352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), - [8354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5123), - [8356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), - [8358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), - [8360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5122), - [8362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), - [8364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465), - [8366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5121), - [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), - [8370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2544), - [8372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5079), - [8374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), - [8376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), - [8378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5080), - [8380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), - [8382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), - [8384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5081), - [8386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), - [8388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), - [8390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5082), - [8392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), - [8394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2540), - [8396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5083), - [8398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), - [8400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), - [8402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5084), - [8404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), - [8406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), - [8408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5085), - [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), - [8412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), - [8414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5086), - [8416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), - [8418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), - [8420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5087), - [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), - [8424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), - [8426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5088), - [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), - [8430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3655), - [8432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5092), - [8434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), - [8436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), - [8438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5120), - [8440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), - [8442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), - [8444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5118), - [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), - [8448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), - [8450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5112), - [8452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5112), - [8454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3), - [8456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3), - [8458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), - [8460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5099), - [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5099), - [8464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), - [8466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5096), - [8468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), - [8470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), - [8472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5094), - [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), - [8476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), - [8478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5116), - [8480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), - [8482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), - [8484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), - [8486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5119), - [8488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), - [8490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3609), - [8492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5125), - [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), - [8496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), - [8498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5276), - [8500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), - [8502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3607), - [8504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5136), - [8506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), - [8508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2514), - [8510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), - [8512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), - [8514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), - [8516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), - [8518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), - [8520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), - [8522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5115), - [8524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), - [8526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), - [8528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5093), - [8530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), - [8532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), - [8534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), - [8536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5090), - [8538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), - [8540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3606), - [8542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_slash_repeat1, 2), - [8544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_slash_repeat1, 2), SHIFT_REPEAT(5090), - [8547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_slash_repeat1, 2), SHIFT_REPEAT(5090), - [8550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_bar_repeat1, 2), - [8552] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_bar_repeat1, 2), SHIFT_REPEAT(5092), - [8555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_bar_repeat1, 2), SHIFT_REPEAT(5092), - [8558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_angle_repeat1, 2), - [8560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_angle_repeat1, 2), SHIFT_REPEAT(5093), - [8563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_angle_repeat1, 2), SHIFT_REPEAT(5093), - [8566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [8568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), - [8570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [8572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), - [8574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5345), - [8576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5345), - [8578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [8580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3055), - [8582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5244), - [8584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), - [8586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), - [8588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5347), - [8590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), - [8592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), - [8594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 2), - [8596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), - [8598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), - [8600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3511), - [8602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), - [8604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), - [8606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), - [8608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), - [8610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3536), - [8612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), - [8614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), - [8616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_square_repeat1, 2), - [8618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_square_repeat1, 2), SHIFT_REPEAT(5115), - [8621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_square_repeat1, 2), SHIFT_REPEAT(5115), - [8624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_curly_repeat1, 2), - [8626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_curly_repeat1, 2), SHIFT_REPEAT(5116), - [8629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_curly_repeat1, 2), SHIFT_REPEAT(5116), - [8632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2468), - [8634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5321), - [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5321), - [8638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), - [8640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_heredoc_double_repeat1, 2), - [8642] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_heredoc_double_repeat1, 2), SHIFT_REPEAT(5119), - [8645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_heredoc_double_repeat1, 2), SHIFT_REPEAT(5119), - [8648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), - [8650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [8652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), - [8654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), - [8656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), - [8658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5344), - [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), - [8662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_heredoc_single_repeat1, 2), - [8664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_heredoc_single_repeat1, 2), SHIFT_REPEAT(5125), - [8667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_heredoc_single_repeat1, 2), SHIFT_REPEAT(5125), - [8670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [8672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5142), - [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), - [8676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), - [8678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5143), - [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), - [8682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), - [8684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5144), - [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), - [8688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), - [8690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5145), - [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), - [8694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), - [8696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5146), - [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5146), - [8700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [8702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5147), - [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), - [8706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [8708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5148), - [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), - [8712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [8714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5149), - [8716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), - [8718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [8720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5150), - [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), - [8724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [8726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5151), - [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5151), - [8730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_double_repeat1, 2), - [8732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_double_repeat1, 2), SHIFT_REPEAT(5136), - [8735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_double_repeat1, 2), SHIFT_REPEAT(5136), - [8738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), - [8740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5105), - [8742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), - [8744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), - [8746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5106), - [8748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), - [8750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3550), - [8752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5107), - [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), - [8756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), - [8758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5108), - [8760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), - [8762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3552), - [8764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5109), - [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), - [8768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [8770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [8772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), - [8774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [8776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), - [8778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [8780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), - [8782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), - [8784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [8786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), - [8788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3573), - [8790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5110), - [8792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), - [8794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), - [8796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5111), - [8798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), - [8800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2475), - [8802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5386), - [8804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), - [8806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3576), - [8808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5113), - [8810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), - [8812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), - [8814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5114), - [8816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [8818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), - [8820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), - [8822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3347), - [8824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5202), - [8826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), - [8828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), - [8830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5204), - [8832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), - [8834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3345), - [8836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5205), - [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), - [8840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3344), - [8842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5211), - [8844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), - [8846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), - [8848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5261), - [8850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), - [8852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), - [8854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5385), - [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), - [8858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), - [8860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5393), - [8862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5393), - [8864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3342), - [8866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5263), - [8868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5263), - [8870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), - [8872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5404), - [8874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), - [8876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), - [8878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5277), - [8880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), - [8882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3533), - [8884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), - [8886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5188), - [8888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), - [8890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), - [8892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5189), - [8894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), - [8896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), - [8898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5190), - [8900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), - [8902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), - [8904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5191), - [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), - [8908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), - [8910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5192), - [8912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), - [8914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), - [8916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5193), - [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), - [8920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), - [8922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5194), - [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), - [8926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2316), - [8928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5195), - [8930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), - [8932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2317), - [8934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5196), - [8936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), - [8938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), - [8940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5197), - [8942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), - [8944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3339), - [8946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5290), - [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), - [8950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), - [8952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5296), - [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5296), - [8956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), - [8958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5254), - [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), - [8962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_parenthesis_repeat1, 2), - [8964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_parenthesis_repeat1, 2), SHIFT_REPEAT(5186), - [8967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_parenthesis_repeat1, 2), SHIFT_REPEAT(5186), - [8970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3057), - [8972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5255), - [8974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), - [8976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), - [8978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), - [8980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), - [8982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), - [8984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), - [8986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), - [8988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), - [8990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), - [8992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [8994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2349), - [8996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), - [8998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5158), - [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), - [9002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488), - [9004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5407), - [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), - [9008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_without_parentheses_repeat1, 2), SHIFT_REPEAT(452), - [9011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), - [9013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3312), - [9015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3311), - [9017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), - [9019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2861), - [9021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), - [9023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2994), - [9025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2863), - [9027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3310), - [9029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), - [9031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865), - [9033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), - [9035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), - [9037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), - [9039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), - [9041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), - [9043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5234), - [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), - [9047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), - [9049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5235), - [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), - [9053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), - [9055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5236), - [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), - [9059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), - [9061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5237), - [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), - [9065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), - [9067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5238), - [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), - [9071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), - [9073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5239), - [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), - [9077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2410), - [9079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5240), - [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), - [9083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), - [9085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5241), - [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), - [9089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), - [9091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5242), - [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), - [9095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2424), - [9097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5243), - [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), - [9101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), - [9103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5408), - [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5408), - [9107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), - [9109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5409), - [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), - [9113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), - [9115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5421), - [9117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), - [9119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2931), - [9121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5206), - [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), - [9125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2932), - [9127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5207), - [9129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), - [9131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), - [9133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5208), - [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), - [9137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), - [9139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), - [9141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), - [9143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448), - [9145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2449), - [9147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2450), - [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2453), - [9151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), - [9153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), - [9155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2467), - [9157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), - [9159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), - [9161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5210), - [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [9165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), - [9167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5212), - [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), - [9171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2936), - [9173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5213), - [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), - [9177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), - [9179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5214), - [9181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), - [9183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3516), - [9185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5389), - [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5389), - [9189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), - [9191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5215), - [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5215), - [9195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), - [9197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5216), - [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), - [9201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), - [9203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5217), - [9205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), - [9207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3998), - [9209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5042), - [9211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5042), - [9213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), - [9215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), - [9217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), - [9219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5388), - [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), - [9223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2993), - [9225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), - [9227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5391), - [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), - [9231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), - [9233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5425), - [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5425), - [9237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3309), - [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3996), - [9241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5394), - [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), - [9245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3308), - [9247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), - [9249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5280), - [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), - [9253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [9255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5281), - [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), - [9259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [9261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5282), - [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), - [9265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), - [9267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5283), - [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), - [9271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), - [9273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5284), - [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), - [9277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), - [9279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5285), - [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), - [9283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), - [9285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5286), - [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), - [9289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), - [9291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5287), - [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5287), - [9295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), - [9297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5288), - [9299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), - [9301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), - [9303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5289), - [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), - [9307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3995), - [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5395), - [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), - [9313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3994), - [9315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5396), - [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5396), - [9319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_single_repeat1, 2), - [9321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_single_repeat1, 2), SHIFT_REPEAT(5276), - [9324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__quoted_single_repeat1, 2), SHIFT_REPEAT(5276), - [9327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), - [9329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3306), - [9331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3993), - [9333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5398), - [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), - [9337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [9339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), - [9341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), - [9343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987), - [9345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), - [9347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), - [9349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), - [9351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [9353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [9355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), - [9357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3305), - [9359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3992), - [9361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5399), - [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5399), - [9365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), - [9367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3990), - [9369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5401), - [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5401), - [9373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3989), - [9375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5403), - [9377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), - [9379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), - [9381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5349), - [9383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), - [9385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3304), - [9387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3058), - [9389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5257), - [9391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), - [9393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), - [9395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5209), - [9397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), - [9399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), - [9401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5300), - [9403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), - [9405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), - [9407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), - [9409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3519), - [9411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5384), - [9413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), - [9415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), - [9417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), - [9419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5095), - [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), - [9423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), - [9425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5059), - [9427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), - [9429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), - [9431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5292), - [9433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), - [9435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), - [9437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5171), - [9439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), - [9441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), - [9443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5072), - [9445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), - [9447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), - [9449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5326), - [9451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), - [9453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [9455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5327), - [9457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), - [9459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), - [9461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5328), - [9463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), - [9465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), - [9467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5329), - [9469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), - [9471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), - [9473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5330), - [9475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), - [9477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), - [9479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5331), - [9481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5331), - [9483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), - [9485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5332), - [9487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5332), - [9489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), - [9491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5333), - [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), - [9495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), - [9497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5334), - [9499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5334), - [9501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [9503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5335), - [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), - [9507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), - [9509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), - [9511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5074), - [9513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), - [9515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), - [9517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), - [9519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), - [9521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), - [9523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), - [9525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), - [9527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), - [9529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), - [9531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), - [9533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), - [9535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), - [9537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), - [9539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), - [9541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [9543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), - [9545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), - [9547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), - [9549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [9551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [9553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3521), - [9555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), - [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), - [9559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), - [9561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), - [9563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), - [9565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3496), - [9567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3009), - [9569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3495), - [9571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3522), - [9573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5351), - [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), - [9577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3493), - [9579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3492), - [9581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3491), - [9583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), - [9585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5075), - [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5075), - [9589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), - [9591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5322), - [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), - [9595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), - [9597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5323), - [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), - [9601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), - [9603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5324), - [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5324), - [9607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), - [9609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5372), - [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), - [9613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), - [9615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5373), - [9617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5373), - [9619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), - [9621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5374), - [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), - [9625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [9627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5375), - [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), - [9631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), - [9633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), - [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5376), - [9637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), - [9639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5377), - [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5377), - [9643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [9645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5378), - [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5378), - [9649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [9651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5379), - [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5379), - [9655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), - [9657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5380), - [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), - [9661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), - [9663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), - [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), - [9667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [9669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5325), - [9671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), - [9673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [9675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5337), - [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), - [9679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [9681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5338), - [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), - [9685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), - [9687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5339), - [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5339), - [9691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [9693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5340), - [9695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), - [9697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2000), - [9699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5342), - [9701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), - [9703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [9705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), - [9707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [9709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [9711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), - [9713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), - [9715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [9717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), - [9719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [9721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), - [9723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), - [9725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5343), - [9727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5343), - [9729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), - [9731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3489), - [9733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3488), - [9735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), - [9737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3523), - [9739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5350), - [9741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), - [9743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3486), - [9745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), - [9747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), - [9749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5301), - [9751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), - [9753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3939), - [9755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3420), - [9757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), - [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), - [9761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), - [9763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), - [9765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3935), - [9767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3934), - [9769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3419), - [9771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5078), - [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), - [9775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3933), - [9777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), - [9779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3926), - [9781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3925), - [9783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3924), - [9785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), - [9787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), - [9789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5303), - [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5303), - [9793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), - [9795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), - [9797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), - [9799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [9801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), - [9803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [9805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), - [9807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [9809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [9811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [9813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [9815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [9817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [9819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), - [9821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5278), - [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), - [9825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), - [9827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3415), - [9829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5089), - [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), - [9833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), - [9835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5336), - [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5336), - [9839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), - [9841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [9843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5410), - [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), - [9847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3067), - [9849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5346), - [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), - [9853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), - [9855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5411), - [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), - [9859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [9861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5412), - [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), - [9865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [9867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5413), - [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5413), - [9871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [9873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5414), - [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), - [9877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [9879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5415), - [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5415), - [9883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [9885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5416), - [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5416), - [9889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [9891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5417), - [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), - [9895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), - [9897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5418), - [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), - [9901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), - [9903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5419), - [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), - [9907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4340), - [9909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4333), - [9911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(681), - [9914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4391), - [9916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [9918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5491), - [9920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4374), - [9923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_trailing_separator, 2), - [9925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), - [9927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5461), - [9929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [9931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__items_with_trailing_separator, 4), - [9933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5508), - [9935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 3), - [9937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_with_parentheses_repeat1, 2), SHIFT_REPEAT(503), - [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), - [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [9944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses, 4), - [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), - [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), - [9950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 4), - [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), - [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), - [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), - [9958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), - [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), - [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), - [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), - [9968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), - [9970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_left, 1), - [9972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), - [9974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_function_repeat1, 2), - [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), - [9980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), - [9982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), - [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), - [9988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [9990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), - [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), - [9996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses, 5), - [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), - [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), - [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), - [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), - [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), - [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), - [10018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses, 6), - [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), - [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), - [10024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), - [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), - [10034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), - [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), - [10040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4096), - [10042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), - [10044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3949), - [10046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2785), - [10048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), - [10050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), - [10052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [10054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [10056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [10058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [10060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5587), - [10062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), - [10064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), - [10066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), - [10068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), - [10070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3085), - [10072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), - [10074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), - [10076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_trailing_separator, 4), - [10078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [10080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5650), - [10082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), - [10084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), - [10086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), - [10088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [10090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), - [10092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), - [10094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2998), - [10096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [10098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3750), - [10100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3698), - [10102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), - [10104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3794), - [10106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3795), - [10108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3807), - [10110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4067), - [10112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [10114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), - [10116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [10118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), - [10120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5625), - [10122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [10124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), - [10126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [10128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [10130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4049), - [10132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), - [10134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), - [10136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5569), - [10138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), - [10140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [10142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3913), - [10144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), - [10146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), - [10148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), - [10150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), - [10152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5663), - [10154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3887), - [10156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [10158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), - [10160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3886), - [10162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), - [10164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), - [10166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), - [10168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5553), - [10170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), - [10172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [10174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_trailing_separator, 3), - [10176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), - [10178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3322), - [10180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3324), - [10182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3427), - [10184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5541), - [10186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), - [10188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [10190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3465), - [10192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_left, 1, .production_id = 7), - [10194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), - [10196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5579), - [10198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3473), - [10200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [10202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), - [10204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4025), - [10206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [10208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), - [10210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5611), - [10212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [10214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [10216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), - [10218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), - [10220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3164), - [10222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), - [10224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5633), - [10226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), - [10228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), - [10230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), - [10232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [10234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [10236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5626), - [10238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), - [10240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2831), - [10242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5542), - [10244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), - [10246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2878), - [10248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2849), - [10250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), - [10252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), - [10254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), - [10256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), - [10258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), - [10260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), - [10262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), - [10264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), - [10266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), - [10268] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [10270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3865), - [10272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3118), - [10274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5515), - [10276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2856), - [10278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2787), - [10280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2786), - [10282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_call, 2, .production_id = 14), + [3016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__anonymous_call, 2, .production_id = 14), + [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_without_parentheses, 2, .production_id = 4), + [3020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_without_parentheses, 2, .production_id = 4), + [3022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_without_parentheses, 2, .production_id = 12), + [3024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_without_parentheses, 2, .production_id = 12), + [3026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 1, .production_id = 2), + [3032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 1, .production_id = 2), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_charlist, 1, .production_id = 2), + [3038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_charlist, 1, .production_id = 2), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_with_parentheses, 3), + [3046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_parentheses, 3), + [3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6827), + [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_with_parentheses_immediate, 2), + [3056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_parentheses_immediate, 2), + [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [3060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6814), + [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6816), + [3066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6819), + [3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_with_parentheses, 2), + [3072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_parentheses, 2), + [3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_heredoc_single, 2, .production_id = 8), + [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_heredoc_single, 2, .production_id = 8), + [3078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_angle, 3, .production_id = 18), + [3080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_angle, 3, .production_id = 18), + [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_bar, 3, .production_id = 18), + [3084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_bar, 3, .production_id = 18), + [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_slash, 3, .production_id = 18), + [3088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_slash, 3, .production_id = 18), + [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_parenthesis, 3, .production_id = 18), + [3092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_parenthesis, 3, .production_id = 18), + [3094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_double, 3, .production_id = 18), + [3096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_double, 3, .production_id = 18), + [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_single, 3, .production_id = 18), + [3100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_single, 3, .production_id = 18), + [3102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_heredoc_single, 3, .production_id = 18), + [3104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_heredoc_single, 3, .production_id = 18), + [3106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_heredoc_double, 3, .production_id = 18), + [3108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_heredoc_double, 3, .production_id = 18), + [3110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_curly, 3, .production_id = 18), + [3112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_curly, 3, .production_id = 18), + [3114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_square, 3, .production_id = 18), + [3116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_square, 3, .production_id = 18), + [3118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_angle, 3, .production_id = 18), + [3120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_angle, 3, .production_id = 18), + [3122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_bar, 3, .production_id = 18), + [3124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_bar, 3, .production_id = 18), + [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_slash, 3, .production_id = 18), + [3128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_slash, 3, .production_id = 18), + [3130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_parenthesis, 4, .production_id = 24), + [3132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_parenthesis, 4, .production_id = 24), + [3134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_curly, 4, .production_id = 24), + [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_curly, 4, .production_id = 24), + [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [3140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sigil, 4, .production_id = 19), + [3144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sigil, 4, .production_id = 19), + [3146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__nullary_operator, 1, .production_id = 1), + [3148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__nullary_operator, 1, .production_id = 1), + [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keywords, 1), + [3152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keywords, 1), + [3154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), + [3156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_square, 4, .production_id = 24), + [3158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_square, 4, .production_id = 24), + [3160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_keywords_repeat1, 2), + [3162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), + [3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keywords, 2), + [3166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keywords, 2), + [3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_angle, 4, .production_id = 24), + [3170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_angle, 4, .production_id = 24), + [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_bar, 4, .production_id = 24), + [3174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_bar, 4, .production_id = 24), + [3176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_slash, 4, .production_id = 24), + [3178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_slash, 4, .production_id = 24), + [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call, 1, .production_id = 3), + [3182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call, 1, .production_id = 3), + [3184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_parenthesis, 4, .production_id = 24), + [3186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_parenthesis, 4, .production_id = 24), + [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_double, 4, .production_id = 24), + [3190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_double, 4, .production_id = 24), + [3192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_without_parentheses, 3, .dynamic_precedence = -1), + [3194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_without_parentheses, 3, .dynamic_precedence = -1), + [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sigil, 3, .production_id = 19), + [3198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sigil, 3, .production_id = 19), + [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_single, 4, .production_id = 24), + [3204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_single, 4, .production_id = 24), + [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_heredoc_single, 4, .production_id = 24), + [3208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_heredoc_single, 4, .production_id = 24), + [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_heredoc_double, 4, .production_id = 24), + [3212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_heredoc_double, 4, .production_id = 24), + [3214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_without_parentheses, 1, .production_id = 3), + [3216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_without_parentheses, 1, .production_id = 3), + [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_curly, 4, .production_id = 24), + [3220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_curly, 4, .production_id = 24), + [3222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_square, 4, .production_id = 24), + [3224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_square, 4, .production_id = 24), + [3226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_angle, 4, .production_id = 24), + [3228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_angle, 4, .production_id = 24), + [3230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_bar, 4, .production_id = 24), + [3232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_bar, 4, .production_id = 24), + [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_slash, 4, .production_id = 24), + [3236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_slash, 4, .production_id = 24), + [3238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_without_parentheses, 2, .dynamic_precedence = -1), + [3240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_without_parentheses, 2, .dynamic_precedence = -1), + [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [3244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_bar, 2, .production_id = 8), + [3246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_bar, 2, .production_id = 8), + [3248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_angle, 2, .production_id = 8), + [3250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_angle, 2, .production_id = 8), + [3252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_square, 2, .production_id = 8), + [3254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_square, 2, .production_id = 8), + [3256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_curly, 2, .production_id = 8), + [3258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_curly, 2, .production_id = 8), + [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_heredoc_double, 2, .production_id = 8), + [3262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_heredoc_double, 2, .production_id = 8), + [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_heredoc_single, 2, .production_id = 8), + [3266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_heredoc_single, 2, .production_id = 8), + [3268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_without_parentheses, 1, .dynamic_precedence = -1), + [3270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_without_parentheses, 1, .dynamic_precedence = -1), + [3272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_single, 2, .production_id = 8), + [3274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_single, 2, .production_id = 8), + [3276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1), + [3278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1), + [3280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_double, 2, .production_id = 8), + [3282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_double, 2, .production_id = 8), + [3284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_parenthesis, 2, .production_id = 8), + [3286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_parenthesis, 2, .production_id = 8), + [3288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quoted_atom, 2, .production_id = 5), + [3290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_quoted_atom, 2, .production_id = 5), + [3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_heredoc_double, 2, .production_id = 8), + [3294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_heredoc_double, 2, .production_id = 8), + [3296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_slash, 2, .production_id = 8), + [3298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_slash, 2, .production_id = 8), + [3300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_bar, 2, .production_id = 8), + [3302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_bar, 2, .production_id = 8), + [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 2), + [3306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 2), + [3308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2), + [3310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2), + [3312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitstring, 2), + [3314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bitstring, 2), + [3316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 2, .dynamic_precedence = -1, .production_id = 10), + [3318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 2, .dynamic_precedence = -1, .production_id = 10), + [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_angle, 2, .production_id = 8), + [3322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_angle, 2, .production_id = 8), + [3324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_square, 2, .production_id = 8), + [3326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_square, 2, .production_id = 8), + [3328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_curly, 2, .production_id = 8), + [3330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_curly, 2, .production_id = 8), + [3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__double_call, 3, .production_id = 13), + [3334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__double_call, 3, .production_id = 13), + [3336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_parenthesis, 2, .production_id = 8), + [3338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_parenthesis, 2, .production_id = 8), + [3340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4788), + [3343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_curly, 3, .production_id = 18), + [3345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_curly, 3, .production_id = 18), + [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), + [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), + [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), + [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), + [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), + [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), + [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [3371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), + [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), + [3379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), + [3381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), + [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [3385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [3391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_parenthesis, 3, .production_id = 18), + [3393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_parenthesis, 3, .production_id = 18), + [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_square, 3, .production_id = 18), + [3397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_square, 3, .production_id = 18), + [3399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), + [3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_slash, 2, .production_id = 8), + [3403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_slash, 2, .production_id = 8), + [3405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), + [3407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), + [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_just_do_block, 2, .production_id = 12), + [3411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_just_do_block, 2, .production_id = 12), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6757), + [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_heredoc_single, 3, .production_id = 18), + [3419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_heredoc_single, 3, .production_id = 18), + [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator, 3, .dynamic_precedence = -1, .production_id = 15), + [3425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator, 3, .dynamic_precedence = -1, .production_id = 15), + [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), + [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), + [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), + [3435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), + [3437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_heredoc_double, 3, .production_id = 18), + [3439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_heredoc_double, 3, .production_id = 18), + [3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call_arguments_without_parentheses, 4, .dynamic_precedence = -1), + [3443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_without_parentheses, 4, .dynamic_precedence = -1), + [3445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple, 3), + [3447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple, 3), + [3449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), + [3451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), + [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitstring, 3), + [3455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bitstring, 3), + [3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 3), + [3459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map, 3), + [3461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 3), + [3463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 3), + [3465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator, 3, .production_id = 20), + [3467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator, 3, .production_id = 20), + [3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dot, 3, .production_id = 20), + [3471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dot, 3, .production_id = 20), + [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6754), + [3477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_without_parentheses, 3, .production_id = 12), + [3479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_without_parentheses, 3, .production_id = 12), + [3481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6752), + [3485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_without_parentheses, 3, .production_id = 4), + [3487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_without_parentheses, 3, .production_id = 4), + [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6751), + [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6749), + [3495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_heredoc_single, 4, .production_id = 24), + [3497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_heredoc_single, 4, .production_id = 24), + [3499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__quoted_i_heredoc_double, 4, .production_id = 24), + [3501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__quoted_i_heredoc_double, 4, .production_id = 24), + [3503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 6), + [3505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 6), + [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 5), + [3509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 5), + [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 5, .production_id = 27), + [3513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map, 5, .production_id = 27), + [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5), + [3517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5), + [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__double_call, 4, .production_id = 13), + [3521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__double_call, 4, .production_id = 13), + [3523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__remote_call_without_parentheses, 4, .production_id = 4), + [3525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__remote_call_without_parentheses, 4, .production_id = 4), + [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), + [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), + [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), + [3535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), + [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), + [3539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [3541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), + [3543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), + [3545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), + [3547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(563), + [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__local_call_without_parentheses, 4, .production_id = 12), + [3552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__local_call_without_parentheses, 4, .production_id = 12), + [3554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_call, 4, .production_id = 26), + [3556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_call, 4, .production_id = 26), + [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 4), + [3560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 4), + [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__capture_expression, 3), + [3564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__capture_expression, 3), + [3566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 4), + [3568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map, 4), + [3570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 4, .production_id = 25), + [3572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map, 4, .production_id = 25), + [3574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nil, 1), + [3576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nil, 1), + [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4), + [3580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4), + [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [3584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), + [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), + [3588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [3590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), + [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), + [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), + [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), + [3598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [3600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [3602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), + [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), + [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), + [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), + [3618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), + [3620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [3626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [3628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [3630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), + [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [3634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), + [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [3640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [3646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [3648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [3652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), + [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1484), + [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [3660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [3662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [3664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [3666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4789), + [3669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(554), + [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [3674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__capture_expression, 1), + [3676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__capture_expression, 1), + [3678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 2, .production_id = 17), + [3680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pair, 2, .production_id = 17), + [3682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4789), + [3684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4816), + [3687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4816), + [3689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses, 2), + [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [3693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651), + [3695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), + [3701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), + [3703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [3705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [3709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 1), SHIFT(291), + [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), + [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), + [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), + [3726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), + [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), + [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [3738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses, 3), + [3740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 2), SHIFT(1021), + [3743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 2), SHIFT(259), + [3746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), + [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), + [3752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), + [3756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), + [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), + [3760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), + [3762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [3764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [3766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [3770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), + [3772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [3774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [3776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [3778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), + [3780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [3782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [3788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 1), SHIFT(1021), + [3791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 1), SHIFT(258), + [3794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 1), + [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4545), + [3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), + [3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), + [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), + [3806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), + [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), + [3812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), + [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [3820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [3822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), + [3824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), + [3826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [3828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), + [3830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [3832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), + [3834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1758), + [3838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6785), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6790), + [3844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [3846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), + [3848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [3850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [3852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [3854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [3856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [3858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), + [3860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), + [3862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), + [3864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [3866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), + [3868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [3870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [3872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2200), + [3874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2201), + [3876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [3878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), + [3880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [3882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), + [3884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2206), + [3886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), + [3888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [3890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), + [3892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), + [3894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), + [3896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), + [3898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [3900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [3902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [3904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), + [3906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [3908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [3910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [3912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [3914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [3916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [3918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), + [3920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), + [3922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [3924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [3926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6789), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6787), + [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6786), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6783), + [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6782), + [3938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [3940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [3942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), + [3944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [3946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [3948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), + [3950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [3952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [3954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4533), + [3956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [3958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4108), + [3960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [3962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [3964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3470), + [3966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [3968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), + [3970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), + [3972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), + [3974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [3976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [3978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4357), + [3980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [3982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [3984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [3986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [3988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [3990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3671), + [3992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [3994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [3996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), + [3998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [4000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [4002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), + [4006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4783), + [4008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4783), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6762), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6797), + [4015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [4017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4808), + [4019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [4021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4808), + [4024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(529), + [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [4029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), + [4031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), + [4033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), + [4035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [4037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), + [4039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), + [4041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [4043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [4045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), + [4047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), + [4049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), + [4051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), + [4053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), + [4055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), + [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [4059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), + [4061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [4063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [4071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4795), + [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [4075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [4077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [4079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [4085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [4087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), + [4089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), + [4091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [4093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [4095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [4099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [4101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), + [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), + [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), + [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6746), + [4119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6804), + [4123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4795), + [4126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(559), + [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [4131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4818), + [4134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4818), + [4136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3292), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6824), + [4140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(500), + [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6834), + [4145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [4147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [4149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [4151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [4153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), + [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [4157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [4159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [4161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [4163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), + [4165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [4169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [4171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [4173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [4175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [4177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), + [4179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [4181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [4183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [4185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), + [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6763), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6774), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6779), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6799), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6801), + [4201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [4203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), + [4205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4817), + [4208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3290), + [4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), + [4212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), + [4214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), + [4216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), + [4218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [4220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [4222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [4224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), + [4226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), + [4228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), + [4230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), + [4232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [4236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [4238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [4240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [4242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), + [4244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), + [4246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [4248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [4250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [4252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [4256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat2, 2), + [4258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat2, 2), + [4260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4817), + [4262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4811), + [4264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3277), + [4266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3162), + [4268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), + [4270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), + [4272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3244), + [4274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3243), + [4276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), + [4278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3221), + [4280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3220), + [4282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), + [4284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), + [4286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), + [4288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3294), + [4290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3295), + [4292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3296), + [4294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3297), + [4296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3298), + [4298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(534), + [4301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(666), + [4304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4811), + [4307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [4309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4794), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6828), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6756), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6832), + [4318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [4320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), + [4324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [4326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [4328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), + [4330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [4334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), + [4336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), + [4338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), + [4340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [4342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), + [4344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), + [4346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [4348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), + [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [4352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), + [4354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [4362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3465), + [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), + [4366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), + [4368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3458), + [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), + [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), + [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), + [4376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), + [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4794), + [4380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3440), + [4382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), + [4384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3419), + [4386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), + [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), + [4390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), + [4392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3370), + [4394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3398), + [4396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3397), + [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), + [4400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3391), + [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), + [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3083), + [4406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), + [4408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), + [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), + [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), + [4414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), + [4416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3077), + [4418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), + [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), + [4422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), + [4424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), + [4426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [4428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), + [4430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), + [4432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), + [4434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), + [4436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3058), + [4438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3057), + [4440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), + [4442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3055), + [4444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3054), + [4446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), + [4450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [4452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), + [4454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [4456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), + [4458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [4460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), + [4462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [4464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [4466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [4468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [4470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [4472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [4474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [4476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [4478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), + [4482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), + [4484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6840), + [4490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(457), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6759), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6761), + [4497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [4499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [4501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), + [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [4505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [4507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [4509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), + [4511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [4513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), + [4515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [4517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [4519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [4525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [4527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), + [4529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), + [4533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3693), + [4547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4809), + [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), + [4552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3675), + [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3676), + [4556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), + [4558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3678), + [4560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3679), + [4562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), + [4564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), + [4566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), + [4568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3683), + [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3684), + [4572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), + [4574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3686), + [4576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3687), + [4578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), + [4580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3689), + [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3690), + [4584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3691), + [4586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3692), + [4588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4809), + [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6775), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6841), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6838), + [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6765), + [4598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4805), + [4600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4819), + [4602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4819), + [4605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 1), SHIFT(1032), + [4608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 1), SHIFT(347), + [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), + [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), + [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), + [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), + [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), + [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), + [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [4631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), + [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), + [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), + [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), + [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), + [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [4651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 2), SHIFT(1032), + [4654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 2), SHIFT(349), + [4657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 2), SHIFT(1030), + [4660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 2), SHIFT(345), + [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), + [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [4677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [4679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), + [4681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(543), + [4687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [4689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [4691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [4693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), + [4695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [4703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 1), SHIFT(1030), + [4706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 1), SHIFT(346), + [4709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [4713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), + [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [4719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [4721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), + [4723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [4725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [4727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), + [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [4731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [4733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [4735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [4737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), + [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [4743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [4745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), + [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [4755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [4761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), + [4763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [4769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), + [4771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), + [4773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [4777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [4779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), + [4781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), + [4783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [4785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [4787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), + [4789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [4791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [4795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [4797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(480), + [4800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(444), + [4803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4805), + [4806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [4808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4822), + [4810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4822), + [4813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4823), + [4816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4823), + [4818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [4822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), + [4824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), + [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [4828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [4830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [4832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), + [4838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [4840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(443), + [4842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [4844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [4846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [4848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [4850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), + [4852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [4854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4820), + [4857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4820), + [4859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [4861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), + [4863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__items_with_trailing_separator, 1), + [4865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [4867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4785), + [4869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4785), + [4872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4385), + [4874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4388), + [4876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4390), + [4878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4394), + [4880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4396), + [4882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4397), + [4884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4403), + [4886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4408), + [4888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4417), + [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4415), + [4892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4334), + [4894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4332), + [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4329), + [4898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4328), + [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4327), + [4902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4324), + [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4335), + [4906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4310), + [4908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4308), + [4910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4318), + [4912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4800), + [4914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4351), + [4916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4348), + [4918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4346), + [4920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4342), + [4922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4341), + [4924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4340), + [4926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4339), + [4928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4338), + [4930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4337), + [4932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4336), + [4934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4299), + [4936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4349), + [4938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4343), + [4940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4330), + [4942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4326), + [4944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4325), + [4946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4317), + [4948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4316), + [4950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4800), + [4953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4303), + [4955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4305), + [4957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), + [4959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [4961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [4963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [4965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), + [4967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [4969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), + [4971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [4973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [4975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), + [4977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), + [4979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [4981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), + [4983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [4985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [4987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), + [4989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [4991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), + [4993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), + [4995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [5001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [5003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [5005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [5007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [5009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [5011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [5013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [5015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [5017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [5019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [5021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), + [5023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), + [5025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [5027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [5029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [5031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [5033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [5035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [5037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [5043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_trailing_separator, 1), + [5045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [5047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4501), + [5049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4531), + [5051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4530), + [5053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4529), + [5055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4528), + [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4527), + [5059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4526), + [5061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4525), + [5063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), + [5065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4523), + [5067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4522), + [5069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4504), + [5071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4503), + [5073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4502), + [5075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4500), + [5077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4499), + [5079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4498), + [5081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4463), + [5083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4496), + [5085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4495), + [5087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4782), + [5090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4782), + [5092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4806), + [5094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_with_parentheses_repeat1, 2), + [5096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_with_parentheses_repeat1, 2), REDUCE(aux_sym__stab_clause_arguments_without_parentheses_repeat1, 2), + [5099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_without_parentheses_repeat1, 2), SHIFT(276), + [5102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_without_parentheses_repeat1, 2), + [5104] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 1), SHIFT(276), + [5107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4806), + [5110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [5112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [5114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [5116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [5118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [5120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), + [5122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [5124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [5130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [5134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [5136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [5138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [5140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), + [5142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [5144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [5146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [5148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [5150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5955), + [5152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), + [5154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [5156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct, 1, .production_id = 9), + [5158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5951), + [5160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4534), + [5162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5952), + [5164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4115), + [5166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses_with_guard, 3, .dynamic_precedence = 1, .production_id = 20), + [5168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses_with_guard, 3, .production_id = 20), + [5170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5953), + [5172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), + [5174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [5176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5950), + [5178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5971), + [5180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3476), + [5182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), + [5184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3645), + [5186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5948), + [5188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6074), + [5190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), + [5192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5954), + [5194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5949), + [5196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4359), + [5198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5057), + [5200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4880), + [5202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4879), + [5204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4898), + [5206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4897), + [5208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4829), + [5210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), + [5212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5055), + [5214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5054), + [5216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5053), + [5218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6104), + [5220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6103), + [5222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6102), + [5224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6101), + [5226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6100), + [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6099), + [5230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6098), + [5232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6097), + [5234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6096), + [5236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6075), + [5238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4992), + [5240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4864), + [5242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4863), + [5244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4882), + [5246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4881), + [5248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4991), + [5250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4990), + [5252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4989), + [5254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4988), + [5256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4987), + [5258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5988), + [5260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5989), + [5262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5990), + [5264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5991), + [5266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5992), + [5268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5993), + [5270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5994), + [5272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5995), + [5274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5996), + [5276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5997), + [5278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6117), + [5280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6118), + [5282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6130), + [5284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6131), + [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6132), + [5288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6133), + [5290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6135), + [5292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6137), + [5294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6144), + [5296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6145), + [5298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4962), + [5300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4848), + [5302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4847), + [5304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), + [5306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4869), + [5308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4961), + [5310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4960), + [5312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4959), + [5314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4958), + [5316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4957), + [5318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5003), + [5320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4868), + [5322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4867), + [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4886), + [5326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4885), + [5328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5002), + [5330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5001), + [5332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5000), + [5334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4999), + [5336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), + [5338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6147), + [5340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6148), + [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6149), + [5344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6152), + [5346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6153), + [5348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6154), + [5350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6155), + [5352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6158), + [5354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6159), + [5356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5946), + [5358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4951), + [5360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), + [5362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4845), + [5364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4866), + [5366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4865), + [5368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4950), + [5370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4949), + [5372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4948), + [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4947), + [5376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4946), + [5378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6129), + [5380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6128), + [5382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6127), + [5384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6126), + [5386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6125), + [5388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6124), + [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6123), + [5392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6122), + [5394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6121), + [5396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6120), + [5398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6065), + [5400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6064), + [5402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6063), + [5404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6011), + [5406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6050), + [5408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6049), + [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6048), + [5412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6047), + [5414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6046), + [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6025), + [5418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6026), + [5420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6027), + [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6038), + [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6039), + [5426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6040), + [5428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6041), + [5430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6042), + [5432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6043), + [5434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6044), + [5436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6045), + [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6106), + [5440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6107), + [5442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6108), + [5444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6109), + [5446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6110), + [5448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6111), + [5450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6112), + [5452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6113), + [5454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6114), + [5456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6116), + [5458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5026), + [5460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4872), + [5462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4871), + [5464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), + [5466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), + [5468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5025), + [5470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5024), + [5472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5023), + [5474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5022), + [5476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5021), + [5478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6076), + [5480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6077), + [5482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6078), + [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6079), + [5486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6080), + [5488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6081), + [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6082), + [5492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6083), + [5494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6084), + [5496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6085), + [5498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4910), + [5500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4840), + [5502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4839), + [5504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4854), + [5506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4853), + [5508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4909), + [5510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4908), + [5512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4907), + [5514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4906), + [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4905), + [5518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4972), + [5520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4852), + [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4851), + [5524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4874), + [5526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4873), + [5528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4971), + [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4970), + [5532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), + [5534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4968), + [5536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4967), + [5538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6095), + [5540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6094), + [5542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6093), + [5544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6092), + [5546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6091), + [5548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6090), + [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6089), + [5552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6088), + [5554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6087), + [5556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6086), + [5558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4931), + [5560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4844), + [5562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4843), + [5564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4862), + [5566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4861), + [5568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4930), + [5570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4929), + [5572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4928), + [5574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4927), + [5576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4926), + [5578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5027), + [5580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4914), + [5582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4913), + [5584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4953), + [5586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4952), + [5588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5028), + [5590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5029), + [5592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5030), + [5594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5031), + [5596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5036), + [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6021), + [5600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6020), + [5602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6019), + [5604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6018), + [5606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6017), + [5608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6016), + [5610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6015), + [5612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6014), + [5614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6013), + [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6012), + [5618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4920), + [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4842), + [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4841), + [5624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4858), + [5626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4857), + [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4919), + [5630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4918), + [5632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4917), + [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4916), + [5636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4915), + [5638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), + [5640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4896), + [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4895), + [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4937), + [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4936), + [5648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5038), + [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5020), + [5652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5019), + [5654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5018), + [5656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5017), + [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6001), + [5660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6002), + [5662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6003), + [5664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6004), + [5666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6005), + [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6006), + [5670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6007), + [5672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6008), + [5674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6009), + [5676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6010), + [5678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6070), + [5680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6071), + [5682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6072), + [5684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6073), + [5686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6051), + [5688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6136), + [5690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6138), + [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6156), + [5694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6157), + [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6069), + [5698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5969), + [5700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5970), + [5702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5973), + [5704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5974), + [5706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5975), + [5708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5977), + [5710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5979), + [5712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5980), + [5714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5981), + [5716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5982), + [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6036), + [5720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6035), + [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6034), + [5724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6033), + [5726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6032), + [5728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6031), + [5730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6030), + [5732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6029), + [5734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6028), + [5736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6052), + [5738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4830), + [5740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4884), + [5742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4883), + [5744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4912), + [5746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4911), + [5748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5070), + [5750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5069), + [5752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5068), + [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5067), + [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), + [5758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4982), + [5760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4856), + [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4855), + [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4878), + [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4877), + [5768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4981), + [5770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4980), + [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4979), + [5774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4978), + [5776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4977), + [5778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5959), + [5780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5960), + [5782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5961), + [5784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5962), + [5786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5963), + [5788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5964), + [5790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5965), + [5792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5966), + [5794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5967), + [5796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5968), + [5798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4921), + [5800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4966), + [5802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4965), + [5804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4974), + [5806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4973), + [5808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4956), + [5810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4932), + [5812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4933), + [5814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4934), + [5816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4935), + [5818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6115), + [5820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6119), + [5822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6139), + [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6140), + [5826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6141), + [5828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6142), + [5830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6143), + [5832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6134), + [5834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6151), + [5836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6150), + [5838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4939), + [5840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4888), + [5842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4887), + [5844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4923), + [5846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4922), + [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4940), + [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4941), + [5852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4942), + [5854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4943), + [5856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4944), + [5858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6062), + [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6061), + [5862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6060), + [5864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6059), + [5866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6058), + [5868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6057), + [5870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6056), + [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6055), + [5874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6054), + [5876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6053), + [5878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5044), + [5880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4876), + [5882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4875), + [5884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4894), + [5886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4893), + [5888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5043), + [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5042), + [5892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5041), + [5894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5040), + [5896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5037), + [5898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4997), + [5900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5016), + [5902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5015), + [5904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5014), + [5906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5013), + [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5004), + [5910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5005), + [5912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5006), + [5914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5007), + [5916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5008), + [5918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), + [5920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149), + [5922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(160), + [5924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), + [5926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152), + [5928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), + [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), + [5932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [5934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [5936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), + [5938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [5940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [5942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), + [5944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__keywords_with_trailing_separator, 3), + [5946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4925), + [5948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4924), + [5950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__keywords_with_trailing_separator, 2), + [5952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), + [5954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), + [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), + [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4085), + [5960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), + [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [5964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2922), + [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), + [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3655), + [5974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(39), + [5977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(37), + [5980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(35), + [5983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_do_block_repeat1, 2), + [5985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_do_block_repeat1, 2), SHIFT_REPEAT(34), + [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3994), + [5990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat2, 2), SHIFT_REPEAT(1031), + [5993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat2, 2), SHIFT_REPEAT(486), + [5996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 3), SHIFT(1021), + [5999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 3), SHIFT(260), + [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [6004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1027), + [6007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(129), + [6010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), + [6012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), + [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [6018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(1031), + [6021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(445), + [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [6030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [6036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [6038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), + [6042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [6046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), + [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [6054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [6056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), + [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [6064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), + [6066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), + [6068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [6074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [6076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), + [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), + [6080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), + [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [6086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [6088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), + [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), + [6096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [6100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), + [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), + [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [6108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [6112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), + [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407), + [6116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), + [6118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [6122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [6124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [6126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), + [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), + [6130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), + [6132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [6134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [6140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), + [6142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [6144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), + [6146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stab_clause, 2, .production_id = 16), + [6148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stab_clause, 2, .production_id = 16), + [6150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stab_clause, 3, .production_id = 20), + [6152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stab_clause, 3, .production_id = 20), + [6154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3998), + [6156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), + [6158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6037), + [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), + [6162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), + [6164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [6166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6066), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), + [6170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3813), + [6172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [6174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5956), + [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), + [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), + [6180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), + [6182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5957), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), + [6186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4251), + [6188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [6190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5958), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), + [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4278), + [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5972), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), + [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), + [6206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), + [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), + [6210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), + [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), + [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), + [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), + [6218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), + [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [6222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), + [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), + [6226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), + [6230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), + [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), + [6234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), + [6236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), + [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), + [6242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2458), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5181), + [6246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2459), + [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), + [6250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), + [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), + [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), + [6258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), + [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), + [6266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), + [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [6272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), + [6278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), + [6282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2902), + [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), + [6286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2616), + [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), + [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), + [6292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), + [6294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), + [6298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), + [6302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), + [6306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), + [6310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), + [6314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3834), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), + [6318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3835), + [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), + [6322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2564), + [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5296), + [6326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), + [6330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3352), + [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), + [6334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3365), + [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5302), + [6338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2562), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [6342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5313), + [6346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), + [6350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), + [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), + [6354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), + [6358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), + [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5331), + [6362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), + [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), + [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), + [6370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), + [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), + [6374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2675), + [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), + [6378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), + [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), + [6382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3859), + [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5377), + [6386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3867), + [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), + [6390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), + [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), + [6394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2899), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), + [6398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2901), + [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), + [6402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2964), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5430), + [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5432), + [6410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), + [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5434), + [6414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3882), + [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5436), + [6418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), + [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5442), + [6422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), + [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), + [6426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), + [6430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5448), + [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), + [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), + [6438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2148), + [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), + [6442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), + [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), + [6446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4135), + [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), + [6450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3926), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), + [6454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3927), + [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), + [6458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), + [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), + [6462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), + [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5539), + [6466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3852), + [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), + [6470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), + [6474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4195), + [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), + [6478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), + [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), + [6482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), + [6484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [6486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5984), + [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), + [6490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), + [6492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), + [6494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5983), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), + [6498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [6500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [6502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6000), + [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), + [6506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), + [6508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [6510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6023), + [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), + [6514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), + [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), + [6518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), + [6522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), + [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), + [6526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), + [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), + [6530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), + [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5555), + [6534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2621), + [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), + [6538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222), + [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), + [6542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), + [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), + [6546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), + [6550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), + [6554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), + [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), + [6558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5592), + [6562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3368), + [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5880), + [6566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3884), + [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), + [6570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3883), + [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), + [6574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6969), + [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5617), + [6578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6970), + [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), + [6582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), + [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5637), + [6586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), + [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5639), + [6590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), + [6594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), + [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), + [6598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1874), + [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5655), + [6602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), + [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), + [6606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3374), + [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5909), + [6610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3375), + [6612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5911), + [6614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), + [6616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5917), + [6618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3384), + [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5831), + [6622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4300), + [6624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), + [6626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), + [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), + [6630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [6632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), + [6634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3803), + [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5922), + [6638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3801), + [6640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5933), + [6642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3800), + [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5935), + [6646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3794), + [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5915), + [6650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), + [6652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5913), + [6654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), + [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5819), + [6658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), + [6662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2792), + [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), + [6666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795), + [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), + [6670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796), + [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), + [6674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), + [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5719), + [6678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), + [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), + [6682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2799), + [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5723), + [6686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), + [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5729), + [6690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), + [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5731), + [6694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), + [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), + [6698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), + [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5735), + [6702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), + [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5892), + [6706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2833), + [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5755), + [6710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2832), + [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), + [6714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2831), + [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5759), + [6718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2830), + [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), + [6722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2829), + [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), + [6726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), + [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5767), + [6730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), + [6734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5793), + [6738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5795), + [6742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), + [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5797), + [6746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5817), + [6750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5821), + [6754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5823), + [6758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5825), + [6762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), + [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5827), + [6766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5829), + [6770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3386), + [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5860), + [6774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5862), + [6778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5864), + [6782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5866), + [6786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), + [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5896), + [6790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), + [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5898), + [6794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), + [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5900), + [6798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), + [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5902), + [6802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), + [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5904), + [6806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2609), + [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5906), + [6810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3172), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5930), + [6814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), + [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5928), + [6818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), + [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5926), + [6822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), + [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5924), + [6826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3576), + [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5854), + [6830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), + [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5852), + [6834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), + [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5850), + [6838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3579), + [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5848), + [6842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5846), + [6846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), + [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5844), + [6850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3648), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5791), + [6854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3649), + [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5789), + [6858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), + [6862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), + [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5785), + [6866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3516), + [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), + [6870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3113), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5713), + [6874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3015), + [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), + [6878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), + [6882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3119), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), + [6886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3120), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5705), + [6890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), + [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), + [6894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5537), + [6898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3529), + [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), + [6902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3531), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), + [6906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3528), + [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), + [6910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3565), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [6914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5625), + [6918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5623), + [6922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2966), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5621), + [6926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2967), + [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), + [6930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3766), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), + [6934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3767), + [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5646), + [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3768), + [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), + [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3769), + [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), + [6946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4181), + [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), + [6950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4182), + [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), + [6954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4183), + [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), + [6958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4184), + [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5185), + [6962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), + [6966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5568), + [6970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), + [6974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), + [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5564), + [6978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), + [6982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), + [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), + [6986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), + [6990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), + [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5369), + [6994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), + [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), + [6998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), + [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5353), + [7002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), + [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), + [7006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), + [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), + [7010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), + [7012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), + [7014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5501), + [7018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), + [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5499), + [7022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), + [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5343), + [7026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), + [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), + [7030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4187), + [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), + [7034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4188), + [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), + [7038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2342), + [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5425), + [7042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2341), + [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), + [7046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), + [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [7050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), + [7052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), + [7054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), + [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), + [7058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), + [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5362), + [7062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), + [7066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), + [7070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), + [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), + [7074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), + [7078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3351), + [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), + [7082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3328), + [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), + [7086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135), + [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5356), + [7090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4048), + [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), + [7094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3773), + [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), + [7098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4029), + [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), + [7102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3999), + [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), + [7106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), + [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), + [7110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1983), + [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [7114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), + [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), + [7118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), + [7122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), + [7126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4361), + [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), + [7130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4350), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), + [7134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4456), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), + [7138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4428), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), + [7142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), + [7146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), + [7150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2497), + [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), + [7154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2498), + [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), + [7158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [7162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [7164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [7166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(850), + [7169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), + [7171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), + [7173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4810), + [7175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136), + [7177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [7179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), + [7181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), + [7183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517), + [7185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2515), + [7187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), + [7189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3367), + [7191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), + [7193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4461), + [7195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), + [7197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4383), + [7199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3241), + [7201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4376), + [7203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_parenthesis_repeat1, 2), + [7205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_parenthesis_repeat1, 2), SHIFT_REPEAT(882), + [7208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_parenthesis_repeat1, 2), SHIFT_REPEAT(6066), + [7211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_slash_repeat1, 2), + [7213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_slash_repeat1, 2), SHIFT_REPEAT(586), + [7216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_slash_repeat1, 2), SHIFT_REPEAT(5984), + [7219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), + [7221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3952), + [7223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__keywords_with_trailing_separator, 1), + [7225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4689), + [7227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), + [7229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3950), + [7231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4454), + [7233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3475), + [7235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4306), + [7237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [7239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4307), + [7241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [7243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [7245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), + [7247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), + [7249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), + [7251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), + [7253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), + [7255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), + [7257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), + [7259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), + [7261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_angle_repeat1, 2), + [7263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_angle_repeat1, 2), SHIFT_REPEAT(618), + [7266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_angle_repeat1, 2), SHIFT_REPEAT(6000), + [7269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), + [7271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3949), + [7273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_square_repeat1, 2), + [7275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_square_repeat1, 2), SHIFT_REPEAT(704), + [7278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_square_repeat1, 2), SHIFT_REPEAT(6023), + [7281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_bar_repeat1, 2), + [7283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_bar_repeat1, 2), SHIFT_REPEAT(597), + [7286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_bar_repeat1, 2), SHIFT_REPEAT(5983), + [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [7291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), + [7293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), + [7295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), + [7297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), + [7299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157), + [7301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), + [7303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), + [7305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), + [7307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3240), + [7309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4131), + [7311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), + [7313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), + [7315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), + [7317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), + [7319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439), + [7321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), + [7323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), + [7325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2449), + [7327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), + [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), + [7331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4130), + [7333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), + [7335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), + [7337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2410), + [7339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), + [7341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4129), + [7343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), + [7345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), + [7347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2468), + [7349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), + [7351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), + [7353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662), + [7355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [7357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [7359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [7361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [7363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), + [7365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [7367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [7369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), + [7371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), + [7373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), + [7375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [7377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742), + [7379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [7381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [7383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), + [7385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), + [7387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2735), + [7389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), + [7391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4126), + [7393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2734), + [7395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), + [7397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), + [7399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), + [7401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), + [7403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [7405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [7407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [7409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), + [7411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), + [7413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [7415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), + [7417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [7419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2882), + [7421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [7423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [7425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [7427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [7429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), + [7431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [7433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), + [7435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), + [7437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [7439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [7441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), + [7443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), + [7445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), + [7447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), + [7449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1973), + [7451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), + [7453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [7455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4037), + [7457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4036), + [7459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4035), + [7461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4034), + [7463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4033), + [7465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4032), + [7467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3825), + [7469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3827), + [7471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2670), + [7473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), + [7475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), + [7477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), + [7479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), + [7481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), + [7483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), + [7485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3345), + [7487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), + [7489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), + [7491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [7493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [7495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [7497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(449), + [7500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), + [7502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), + [7504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), + [7506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), + [7508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [7510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4019), + [7512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4018), + [7514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4017), + [7516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4016), + [7518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4015), + [7520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4013), + [7522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [7524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [7526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), + [7528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [7530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), + [7532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), + [7534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), + [7536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), + [7538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4543), + [7540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), + [7542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), + [7544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3853), + [7546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), + [7548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3854), + [7550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(136), + [7553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), + [7555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), + [7557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), + [7559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), + [7561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [7563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), + [7565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [7567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108), + [7569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [7571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [7573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3856), + [7575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702), + [7577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), + [7579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), + [7581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3857), + [7583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [7585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3650), + [7587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [7589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), + [7591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [7593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), + [7595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), + [7597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4810), + [7600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4207), + [7602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4192), + [7604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4493), + [7606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4494), + [7608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4103), + [7610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), + [7612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3861), + [7614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [7616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), + [7618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3863), + [7620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), + [7622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), + [7624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), + [7626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), + [7628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4102), + [7630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4101), + [7632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4100), + [7634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), + [7636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2945), + [7638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), + [7640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3873), + [7642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3874), + [7644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [7646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), + [7648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), + [7650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), + [7652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), + [7654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), + [7656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2332), + [7658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), + [7660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2963), + [7662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3877), + [7664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3878), + [7666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), + [7668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), + [7670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1003), + [7672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [7674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [7676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), + [7678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [7680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [7682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [7684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), + [7686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [7688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), + [7690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4358), + [7692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4144), + [7694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4143), + [7696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [7698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), + [7700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), + [7702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), + [7704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318), + [7706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2317), + [7708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2316), + [7710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [7712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4140), + [7714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4139), + [7716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3912), + [7718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3916), + [7720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [7722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), + [7724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3922), + [7726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3923), + [7728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [7730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [7732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3892), + [7734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3600), + [7736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), + [7738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3948), + [7740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [7742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [7744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), + [7746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [7748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), + [7750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), + [7752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), + [7754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), + [7756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), + [7758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [7760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), + [7762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2235), + [7764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), + [7766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), + [7768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), + [7770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2585), + [7772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), + [7774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), + [7776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), + [7778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), + [7780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), + [7782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), + [7784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), + [7786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), + [7788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3601), + [7790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3943), + [7792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3991), + [7794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3919), + [7796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3918), + [7798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), + [7800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3848), + [7802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), + [7804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2413), + [7806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), + [7808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2386), + [7810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), + [7812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [7814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), + [7816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), + [7818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2908), + [7820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), + [7822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [7824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), + [7826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), + [7828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), + [7830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), + [7832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), + [7834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), + [7836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), + [7838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4217), + [7840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [7842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [7844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), + [7846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [7848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [7850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [7852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), + [7854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [7856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244), + [7858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), + [7860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), + [7862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), + [7864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4688), + [7866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4218), + [7868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3594), + [7870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3947), + [7872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3946), + [7874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6963), + [7876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6964), + [7878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3377), + [7880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), + [7882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), + [7884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [7886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), + [7888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [7890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [7892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), + [7894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), + [7896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4268), + [7898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3906), + [7900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3905), + [7902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6967), + [7904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6968), + [7906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), + [7908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), + [7910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), + [7912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [7914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), + [7916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), + [7918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [7920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), + [7922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), + [7924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), + [7926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), + [7928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [7930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [7932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3737), + [7934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3736), + [7936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), + [7938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3734), + [7940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), + [7942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4242), + [7944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1890), + [7946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), + [7948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), + [7950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3746), + [7952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat2, 2), SHIFT_REPEAT(485), + [7955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4419), + [7957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3698), + [7959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4238), + [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3696), + [7963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3695), + [7965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3694), + [7967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4239), + [7969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [7971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [7973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), + [7975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3808), + [7977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4159), + [7979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4289), + [7981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [7983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), + [7985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4257), + [7987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4258), + [7989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), + [7991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739), + [7993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3670), + [7995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), + [7997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), + [7999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), + [8001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), + [8003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), + [8005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2776), + [8007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), + [8009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [8011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), + [8013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3023), + [8015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), + [8017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), + [8019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3020), + [8021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3019), + [8023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), + [8025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), + [8027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), + [8029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2781), + [8031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), + [8033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2802), + [8035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [8037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), + [8039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2879), + [8041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880), + [8043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), + [8045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [8047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3660), + [8049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), + [8051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), + [8053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_double_repeat1, 2), + [8055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_double_repeat1, 2), SHIFT_REPEAT(778), + [8058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_double_repeat1, 2), SHIFT_REPEAT(5972), + [8061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), + [8063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_anonymous_function_repeat1, 2), SHIFT_REPEAT(1027), + [8066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_anonymous_function_repeat1, 2), SHIFT_REPEAT(133), + [8069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_anonymous_function_repeat1, 2), + [8071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), + [8073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4302), + [8075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2888), + [8077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3002), + [8079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3001), + [8081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3000), + [8083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2999), + [8085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2998), + [8087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), + [8089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2887), + [8091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), + [8093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), + [8095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), + [8097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), + [8099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), + [8101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_single_repeat1, 2), + [8103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_single_repeat1, 2), SHIFT_REPEAT(798), + [8106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_single_repeat1, 2), SHIFT_REPEAT(5958), + [8109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), + [8111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_repeat1, 2), SHIFT_REPEAT(764), + [8114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2867), + [8116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 3), SHIFT(1030), + [8119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 3), SHIFT(350), + [8122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4362), + [8124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), + [8126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(489), + [8129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [8131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [8133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3053), + [8135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), + [8137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_single_repeat1, 2), + [8139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_single_repeat1, 2), SHIFT_REPEAT(854), + [8142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_single_repeat1, 2), SHIFT_REPEAT(5957), + [8145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [8147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3635), + [8149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [8151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [8153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_double_repeat1, 2), + [8155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_double_repeat1, 2), SHIFT_REPEAT(767), + [8158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_double_repeat1, 2), SHIFT_REPEAT(5956), + [8161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2982), + [8163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2983), + [8165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), + [8167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3624), + [8169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3132), + [8171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3133), + [8173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), + [8175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), + [8177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3636), + [8179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), + [8181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), + [8183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), + [8185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), + [8187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3044), + [8189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3045), + [8191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), + [8193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3582), + [8195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3646), + [8197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [8199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), + [8201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), + [8203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), + [8205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [8207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [8209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [8211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [8213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), + [8215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3202), + [8217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3087), + [8219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), + [8221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3205), + [8223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3216), + [8225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3217), + [8227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), + [8229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), + [8231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), + [8233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3564), + [8235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3563), + [8237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3562), + [8239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3561), + [8241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3560), + [8243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), + [8245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [8247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [8249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3945), + [8251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), + [8253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3409), + [8255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [8257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [8259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4153), + [8261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [8263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), + [8265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), + [8267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2525), + [8269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2526), + [8271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), + [8273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), + [8275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3116), + [8277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4812), + [8280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [8282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_body, 3), SHIFT(1032), + [8285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_body, 3), SHIFT(348), + [8288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), + [8290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [8292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), + [8294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), + [8296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3546), + [8298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [8300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), + [8302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), + [8304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [8306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), + [8308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), + [8310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), + [8312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), + [8314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), + [8316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2580), + [8318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), + [8320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [8322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3450), + [8324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), + [8326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), + [8328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3747), + [8330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), + [8332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [8334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_curly_repeat1, 2), + [8336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_curly_repeat1, 2), SHIFT_REPEAT(748), + [8339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_i_curly_repeat1, 2), SHIFT_REPEAT(6037), + [8342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), + [8344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2696), + [8346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), + [8348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3218), + [8350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3219), + [8352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3826), + [8354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3283), + [8356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3282), + [8358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [8360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), + [8362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), + [8364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), + [8366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6269), + [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6202), + [8370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3), + [8372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3), + [8374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_double_repeat1, 1), + [8376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6242), + [8378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_single_repeat1, 1), + [8380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6163), + [8382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_single_repeat1, 1), + [8384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6172), + [8386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), + [8388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6636), + [8390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6736), + [8392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), + [8394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6721), + [8396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6742), + [8398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), + [8400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6651), + [8402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6659), + [8404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), + [8406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6596), + [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6649), + [8410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), + [8412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6491), + [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6646), + [8416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), + [8418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6392), + [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6644), + [8422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), + [8424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6353), + [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6642), + [8428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), + [8430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6294), + [8432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6640), + [8434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [8436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6291), + [8438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6638), + [8440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [8442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6594), + [8444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448), + [8446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), + [8448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), + [8450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6483), + [8452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_heredoc_double_repeat1, 1), + [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6207), + [8456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), + [8458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6490), + [8460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2434), + [8462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6496), + [8464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), + [8466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6499), + [8468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2432), + [8470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6504), + [8472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), + [8474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6523), + [8476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), + [8478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6525), + [8480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), + [8482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6567), + [8484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2425), + [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6569), + [8488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_bar_repeat1, 1), + [8490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6421), + [8492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_slash_repeat1, 1), + [8494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6413), + [8496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_without_parentheses_repeat1, 2), SHIFT_REPEAT(487), + [8499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4047), + [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6719), + [8503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4046), + [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6717), + [8507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), + [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6715), + [8511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4044), + [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6709), + [8515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4043), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6707), + [8519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4042), + [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6705), + [8523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4041), + [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6703), + [8527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4040), + [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6701), + [8531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4039), + [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6699), + [8535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4038), + [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6693), + [8539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_angle_repeat1, 1), + [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6495), + [8543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), + [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6626), + [8547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), + [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6624), + [8551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), + [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6622), + [8555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), + [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6620), + [8559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), + [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6614), + [8563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), + [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6612), + [8567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), + [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6610), + [8571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), + [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6608), + [8575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), + [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6606), + [8579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), + [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6604), + [8583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3890), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6627), + [8587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), + [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6734), + [8591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6720), + [8595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6635), + [8599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), + [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6688), + [8603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6686), + [8607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6684), + [8611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6668), + [8615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), + [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6664), + [8619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6662), + [8623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2617), + [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6660), + [8627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_square_repeat1, 1), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6582), + [8631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6292), + [8635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), + [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6482), + [8639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6480), + [8643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6544), + [8647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6542), + [8651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6540), + [8655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), + [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6538), + [8659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), + [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6536), + [8663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), + [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6534), + [8667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6532), + [8671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), + [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6530), + [8675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), + [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6528), + [8679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_curly_repeat1, 1), + [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6411), + [8683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), + [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6467), + [8687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), + [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6465), + [8691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6463), + [8695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6441), + [8699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6439), + [8703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6436), + [8707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6434), + [8711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6432), + [8715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), + [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6419), + [8719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), + [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6327), + [8723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), + [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6355), + [8727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), + [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6487), + [8731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), + [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6520), + [8735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4164), + [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6713), + [8739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6546), + [8743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6515), + [8747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), + [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6458), + [8751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), + [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6456), + [8755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), + [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6454), + [8759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1207), + [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6452), + [8763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), + [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6450), + [8767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6448), + [8771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), + [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6446), + [8775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6444), + [8779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), + [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6442), + [8783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3651), + [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6738), + [8787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3831), + [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6737), + [8791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3818), + [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6575), + [8795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_i_parenthesis_repeat1, 1), + [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6572), + [8799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [8801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 2), + [8803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4155), + [8805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6679), + [8807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4168), + [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6745), + [8811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4167), + [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6743), + [8815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4166), + [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6729), + [8819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4165), + [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6727), + [8823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888), + [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6374), + [8827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [8829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6341), + [8831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), + [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6339), + [8835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6337), + [8839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6220), + [8843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [8845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6328), + [8847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6319), + [8851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6317), + [8855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [8857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6315), + [8859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6313), + [8863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), + [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6311), + [8867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3566), + [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6517), + [8871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), + [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6514), + [8875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3568), + [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6501), + [8879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), + [8881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6486), + [8883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3570), + [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6429), + [8887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), + [8889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6427), + [8891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3572), + [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6425), + [8895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3573), + [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6423), + [8899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), + [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6420), + [8903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), + [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6396), + [8907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), + [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6372), + [8911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), + [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6370), + [8915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6368), + [8919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), + [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6366), + [8923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), + [8925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6364), + [8927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882), + [8929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6362), + [8931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), + [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6360), + [8935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), + [8937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6358), + [8939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), + [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), + [8943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), + [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6266), + [8947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), + [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6264), + [8951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3049), + [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6262), + [8955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3048), + [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6260), + [8959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), + [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6258), + [8963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), + [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6240), + [8967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3043), + [8969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6238), + [8971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3042), + [8973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6232), + [8975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3038), + [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6230), + [8979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), + [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6459), + [8983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), + [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6228), + [8987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3521), + [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6343), + [8991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), + [8993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6308), + [8995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), + [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6164), + [8999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), + [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6288), + [9003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), + [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6286), + [9007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), + [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6284), + [9011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2785), + [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6282), + [9015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2786), + [9017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6280), + [9019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2787), + [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6278), + [9023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2788), + [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6276), + [9027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), + [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6274), + [9031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), + [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6272), + [9035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2791), + [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6270), + [9039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3592), + [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6165), + [9043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3591), + [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6167), + [9047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6381), + [9051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), + [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6322), + [9055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3413), + [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6417), + [9059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), + [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6324), + [9063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4162), + [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6583), + [9067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3523), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6326), + [9071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4053), + [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6697), + [9075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), + [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6174), + [9079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), + [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6225), + [9083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3407), + [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6352), + [9087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), + [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6376), + [9091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), + [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6398), + [9095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3595), + [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6331), + [9099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3501), + [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6345), + [9103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [9105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), + [9107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6184), + [9109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2836), + [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6186), + [9113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), + [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6188), + [9117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3227), + [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6648), + [9121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3416), + [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6430), + [9125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), + [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6190), + [9129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), + [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6192), + [9133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), + [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6194), + [9137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2863), + [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6196), + [9141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4158), + [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6695), + [9145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4156), + [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6681), + [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), + [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6198), + [9153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865), + [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6200), + [9157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), + [9159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), + [9161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), + [9163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), + [9165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), + [9167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3186), + [9169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), + [9171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__stab_clause_arguments_with_parentheses_repeat1, 2), SHIFT_REPEAT(587), + [9174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3230), + [9176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6788), + [9178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 3), + [9180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2987), + [9182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), + [9184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2989), + [9186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2990), + [9188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2991), + [9190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), + [9192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2993), + [9194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2994), + [9196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2873), + [9198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2874), + [9200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2875), + [9202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), + [9204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2877), + [9206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2878), + [9208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2881), + [9210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), + [9212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), + [9214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2885), + [9216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), + [9218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2996), + [9220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_trailing_separator, 2), + [9222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [9224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4754), + [9226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), + [9228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2892), + [9230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), + [9232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2894), + [9234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), + [9236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), + [9238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2897), + [9240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2898), + [9242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2914), + [9244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), + [9246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), + [9248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), + [9250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3187), + [9252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), + [9254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), + [9256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_slash_repeat1, 2), + [9258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_slash_repeat1, 2), SHIFT_REPEAT(6269), + [9261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), + [9263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3005), + [9265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3009), + [9267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3010), + [9269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3982), + [9271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3189), + [9273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), + [9275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_bar_repeat1, 2), + [9277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_bar_repeat1, 2), SHIFT_REPEAT(6291), + [9280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3011), + [9282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3013), + [9284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3981), + [9286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_angle_repeat1, 2), + [9288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_angle_repeat1, 2), SHIFT_REPEAT(6294), + [9291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), + [9293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), + [9295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), + [9297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [9299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), + [9301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), + [9303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), + [9305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), + [9307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), + [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), + [9311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3191), + [9313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3980), + [9315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3192), + [9317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3014), + [9319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2986), + [9321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3016), + [9323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3017), + [9325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), + [9327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_square_repeat1, 2), + [9329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_square_repeat1, 2), SHIFT_REPEAT(6353), + [9332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_slash_repeat1, 1), + [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6792), + [9336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), + [9338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), + [9340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), + [9342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), + [9344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), + [9346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770), + [9348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), + [9350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), + [9352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [9354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), + [9356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3815), + [9358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_bar_repeat1, 1), + [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6793), + [9362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3812), + [9364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_angle_repeat1, 1), + [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6798), + [9368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3585), + [9370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), + [9372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), + [9374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), + [9376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), + [9378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2721), + [9380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), + [9382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), + [9384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), + [9386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), + [9388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), + [9390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), + [9392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), + [9394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), + [9396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), + [9398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), + [9400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), + [9402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), + [9404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), + [9406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3530), + [9408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3819), + [9410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3644), + [9412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), + [9414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3809), + [9416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), + [9418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3978), + [9420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_curly_repeat1, 2), + [9422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_curly_repeat1, 2), SHIFT_REPEAT(6392), + [9425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3974), + [9427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [9429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), + [9431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), + [9433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), + [9435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), + [9437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_heredoc_double_repeat1, 2), + [9439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_heredoc_double_repeat1, 2), SHIFT_REPEAT(6491), + [9442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3968), + [9444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_heredoc_single_repeat1, 2), + [9446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_heredoc_single_repeat1, 2), SHIFT_REPEAT(6596), + [9449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3958), + [9451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_single_repeat1, 2), + [9453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_single_repeat1, 2), SHIFT_REPEAT(6651), + [9456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3228), + [9458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_square_repeat1, 1), + [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6818), + [9462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), + [9464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), + [9466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [9468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [9470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), + [9472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), + [9474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901), + [9476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), + [9478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), + [9480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), + [9482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3188), + [9484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3804), + [9486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_double_repeat1, 2), + [9488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_double_repeat1, 2), SHIFT_REPEAT(6721), + [9491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), + [9493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [9495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [9497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [9499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), + [9501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), + [9503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), + [9505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), + [9507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918), + [9509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), + [9511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), + [9513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_curly_repeat1, 1), + [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6823), + [9517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_parenthesis_repeat1, 2), + [9519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__quoted_parenthesis_repeat1, 2), SHIFT_REPEAT(6636), + [9522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_keywords_repeat1, 2), SHIFT_REPEAT(4797), + [9525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3953), + [9527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3558), + [9529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [9531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3226), + [9533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), + [9535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [9537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1934), + [9539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [9541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), + [9543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), + [9545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), + [9547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1929), + [9549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [9551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1928), + [9553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [9555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6839), + [9557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), + [9559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), + [9561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3225), + [9563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3557), + [9565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), + [9567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), + [9569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), + [9571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3553), + [9573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), + [9575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [9577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [9579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [9581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), + [9583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6750), + [9585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [9587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), + [9589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [9591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [9593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), + [9595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [9597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [9599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), + [9601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [9603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [9605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [9607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), + [9609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [9611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [9613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), + [9615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [9617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [9619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [9621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), + [9623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [9625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), + [9627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [9629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), + [9631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [9633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199), + [9635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), + [9637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), + [9639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), + [9641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), + [9643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3552), + [9645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3498), + [9647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), + [9649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_heredoc_double_repeat1, 1), + [9651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6825), + [9653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__items_with_trailing_separator_repeat1, 2), SHIFT_REPEAT(483), + [9656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4812), + [9658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), + [9660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), + [9662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3551), + [9664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), + [9666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), + [9668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2397), + [9670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [9672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), + [9674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), + [9676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2514), + [9678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), + [9680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), + [9682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), + [9684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), + [9686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3550), + [9688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), + [9690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3641), + [9692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), + [9694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2398), + [9696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2399), + [9698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3640), + [9700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), + [9702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), + [9704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), + [9706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [9708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), + [9710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), + [9712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), + [9714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), + [9716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), + [9718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [9720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), + [9722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3631), + [9724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), + [9726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3782), + [9728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), + [9730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [9732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), + [9734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), + [9736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), + [9738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), + [9740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), + [9742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), + [9744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [9746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), + [9748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), + [9750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3590), + [9752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), + [9754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3642), + [9756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), + [9758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), + [9760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__items_with_trailing_separator, 4), + [9762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), + [9764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3541), + [9766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), + [9768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), + [9770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2450), + [9772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), + [9774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), + [9776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2307), + [9778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), + [9780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4121), + [9782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), + [9784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), + [9786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4090), + [9788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), + [9790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), + [9792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), + [9794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2313), + [9796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2314), + [9798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2315), + [9800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), + [9802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), + [9804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_heredoc_single_repeat1, 1), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6826), + [9808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2453), + [9810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4091), + [9812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4092), + [9814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), + [9816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4145), + [9818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2322), + [9820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2323), + [9822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), + [9824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), + [9826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), + [9828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327), + [9830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), + [9832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4095), + [9834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4096), + [9836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4049), + [9838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), + [9840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), + [9842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), + [9844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331), + [9846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), + [9848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), + [9850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), + [9852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [9854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), + [9856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), + [9858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), + [9860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), + [9862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_parenthesis_repeat1, 1), + [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6842), + [9866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2559), + [9868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), + [9870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), + [9872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), + [9874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), + [9876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), + [9878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), + [9880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_single_repeat1, 1), + [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6795), + [9884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), + [9886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), + [9888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), + [9890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), + [9892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2569), + [9894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), + [9896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), + [9898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), + [9900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709), + [9902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2751), + [9904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4117), + [9906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2710), + [9908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4001), + [9910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4002), + [9912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4003), + [9914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4004), + [9916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4005), + [9918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4006), + [9920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4007), + [9922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4008), + [9924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), + [9926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4118), + [9928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4119), + [9930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4011), + [9932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2711), + [9934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), + [9936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [9938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), + [9940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4020), + [9942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), + [9944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4120), + [9946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4024), + [9948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4025), + [9950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4026), + [9952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4027), + [9954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4028), + [9956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3979), + [9958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), + [9960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4122), + [9962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4113), + [9964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4030), + [9966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4031), + [9968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), + [9970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__quoted_double_repeat1, 1), + [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6822), + [9974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3533), + [9976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), + [9978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), + [9980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3536), + [9982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), + [9984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4123), + [9986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4124), + [9988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), + [9990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), + [9992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), + [9994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), + [9996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3754), + [9998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4125), + [10000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses, 4), + [10002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_function_repeat1, 2), + [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4595), + [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), + [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), + [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), + [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4598), + [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4581), + [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), + [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4589), + [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), + [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), + [10024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4594), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), + [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4590), + [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4608), + [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), + [10038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses, 6), + [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4597), + [10044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_with_parentheses, 5), + [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4586), + [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4592), + [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4591), + [10054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [10056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), + [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4614), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), + [10062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_arguments_without_parentheses, 4), + [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), + [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), + [10068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [10070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [10072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_left, 1), + [10074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), + [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), + [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), + [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4584), + [10084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [10086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), + [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4611), + [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4602), + [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), + [10094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), + [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), + [10100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), + [10102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4460), + [10104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [10106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3466), + [10108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [10110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), + [10112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4260), + [10114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4221), + [10116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4264), + [10118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [10120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [10122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), + [10124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3381), + [10126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [10128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), + [10130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4161), + [10132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6878), + [10134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), + [10136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [10138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4309), + [10140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), + [10142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [10144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), + [10146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), + [10148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [10150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), + [10152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), + [10154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), + [10156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), + [10158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), + [10160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), + [10162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), + [10164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), + [10166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4245), + [10168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3331), + [10170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3731), + [10172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3886), + [10174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), + [10176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4304), + [10178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [10180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), + [10182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3159), + [10184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6892), + [10186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3266), + [10188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [10190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), + [10192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), + [10194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6890), + [10196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4485), + [10198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4457), + [10200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6859), + [10202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [10204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [10206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3667), + [10208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4458), + [10210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), + [10212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stab_clause_left, 1, .production_id = 7), + [10214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6908), + [10216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), + [10218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), + [10220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), + [10222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [10224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2234), + [10226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3357), + [10228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3412), + [10230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6962), + [10232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), + [10234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [10236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), + [10238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), + [10240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), + [10242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3433), + [10244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), + [10246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6946), + [10248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), + [10250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [10252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4237), + [10254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), + [10256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4352), + [10258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), + [10260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), + [10262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6899), + [10264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2985), + [10266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [10268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [10270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3661), + [10272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4227), + [10274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_trailing_separator, 3), + [10276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), + [10278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6884), + [10280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6921), + [10282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [10284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6781), + [10286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call_arguments_with_trailing_separator, 4), + [10288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [10290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [10292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), + [10294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6914), + [10296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [10298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4088), + [10300] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [10302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [10304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [10306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [10308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6974), + [10310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [10312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [10314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), + [10316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2405), + [10318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4542), + [10320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2036), + [10322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), + [10324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4147), + [10326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2033), + [10328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [10330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), + [10332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), + [10334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), + [10336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [10338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4550), + [10340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1777), + [10342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), }; #ifdef __cplusplus